@charset "UTF-8";
/* Tema do cliente */

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../fonts/oswald-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswald_regularregular';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*@media (min-width: 1200px) {.container{max-width: 1000px; } }*/
.container{
  max-width: 1000px;
}

a:link, a:visited{
  color: inherit;
}
a:hover,a:active{
  color: #FF0000;
}
::-moz-selection{
  background: #FF0000;
}
::selection{
  background: #FF0000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF0000;
  border-color: #FF0000;
}

.editor, .editor p, .editor li{
  font-family: 'open_sansregular';
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

body{
  font-family: '';
  background-color: #EEEEEE;
}

.header{
  text-align: center;
  padding-bottom: 4px;
}

a.logo img{
  margin-top: 6px;
}

h1, h2, h3, h4, h5{
  font-family: 'oswald_regularregular';
}

body{
  font-family: 'oswald_regularregular';
}


.area-banner{
  position: relative;  
}

.bannersombra{
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../imagens/sombra-banne.png);
  height: 154px;
  background-position: center top;
  background-repeat: repeat-x;
  z-index: 888;
  width: 100%;
}

.banner{
  overflow: hidden;
  width: 100%;
}

.banner a{
  display: block;
  width: 100%;
  height: 663px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: cover;
}

#next-banner, #prev-banner{
  z-index:700;
  width: 45px;
  height: 96px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  cursor: pointer;
  transition: all .2s linear;
  opacity:0;
  filter:alpha(opacity=000);
  -moz-opacity:0;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=000);
}  

.area-banner:hover #next-banner,
.area-banner:hover #prev-banner{
  opacity:1;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100)
}

#prev-banner{
  background-image: url(../imagens/seta-esq.png);
  left: 5%;
}

#next-banner{
  background-image: url(../imagens/seta-dir.png);
  right: 5%;
}

/*responsivo*/
@media (max-width: 991px) {#next-banner, #prev-banner{opacity:1; filter:alpha(opacity=100); -moz-opacity:1; opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100) } }

.menuholder{
  position: relative;
  height: 0;
}

.menufloater{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #232323;
  height: 51px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.menu>li{
  display: inline-block;
  margin-right: 13px;
  padding-right: 0px;
  background-image: url(../imagens/separador-menu.png);
  background-position: right 5px;
  background-repeat: no-repeat;
  position: relative;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;
  color: #FFF;
  line-height: 49px;
  border-bottom: 3px solid transparent;
  font-family: 'oswald_regularregular';
  font-size: 14px;
}

.menu>li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu>li:hover>a,
.menu>li>a.active{
  color: #FFF;
  border-bottom: 3px solid #E30613;
}


.menu li:hover .submenu{
  display: block;
}

.submenu{
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: rgba(15,15,15,0.9);
  text-align: center;
  position: absolute;
  text-align: left;
  padding: 12px;
  padding-right: 50px;
  left: 0;
  top: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 999;
}

.submenu>li{
  display: block;
}

.submenu>li>a{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFF;
  white-space: nowrap;
  line-height: 2;
  transition: all .2s linear;
}

.submenu>li:last-child {
  
}

.submenu>li>a:hover,
.submenu>li>a.active{
  color: #E30613;
}

/* menu responsivo */

  .navbar-collapse{  
    padding-left: 0;
    padding-right: 0;
  }

  .navbar{
    margin-bottom: 0;
    border: 0;
  }

  @media (max-width: 991px) {

    .navbar{
      /*margin-top: 20px;   */
      width: 100%; 
    }

    .navbar h3{
      margin: 0;
      line-height: 48px;
      padding-left: 10px;
    }

    .navbar-header{
      background-color: #FFF;
      border: 1px solid #000;
      cursor: pointer;    
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }

    .navbar-button{
      float: right;
    }

    .icon-bar{
      background-color: #000;
    }

    .menu{
      margin-top: 15px;
      margin-bottom: 15px;
      margin-top: 0;
      height: auto;
      position: relative;
      margin-top: 0;
      background-image: none;
      padding-top: 0;    
      background-color: #FFF;  
    }

    .menu>li{
      display: block;
      background-image: none;
      float: none;
      margin-right: 0;
      padding-right: 0;
      background-image: none;
    }

    .menu>li>a{
      text-align: left;    
      margin-right: 0;
      padding: 5px 15px;
      color: #333;
      line-height: 1.6;
    }

    .menu>li>a.active,
    .menu>li:hover>a{
      color: #333;
    }

    .submenu{
      position: static;
      width: 100%;
      display: block;
      background-color: #FFF;
      padding: 15px;
      padding-top: 0;
      list-style-type: square;
    }

    .submenu li:first-child{      
      border-top: 1px dotted #CCC;
    }

    .submenu>li>a{
      color: #333;
      padding-left: 10px;
    }

    .submenu>li>a:before{
      content: "-";
      padding-right: 5px;
    }

    .navbar-menu{
      background-color: #FFF;
      border: 1px solid #000;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }
      
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
      display: none!important;
    }  
    .navbar-collapse.collapse.in { 
      display: block!important;
    }
    .collapsing {
      overflow: hidden!important;
    }
  }
/* menu responsivo */

.faixa1{
  background-image: url(../imagens/faixa-1.jpg);
  min-height: 631px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 180px;
}

.faixa1 h1{
  margin-top: 0;
  font-family: 'oswaldbold';
  font-size: 65px;
  color: #1F1F1F;
  margin-bottom: 10px;
}

.faixa1 h1 span{
  font-size: 35px;
  position: relative;
  left: -10px;
  top: -20px;
}

.faixa1 p{
  font-family: 'open_sansregular';
  font-size: 21px;
  color: #868686;
  margin-bottom: 40px;
}

a.cta{
  display: inline-block;
  border: 4px solid #E30613;
  width: 280px;
  text-align: center;
  line-height: 64px;
  font-size: 20px;
  color: #202020;
  font-family: 'oswald_regularregular';
  transition: all .2s linear;
  margin-top: 25px;
  margin-left: 23px;
  background-color: #EEEEEE;
}

a.cta:hover{
  background-color: #E30613;
  color: #FFF;
}


.faixa2{
  background-image: url(../imagens/faixa-2.jpg);
  min-height: 568px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 85px;
  text-align: center;
}

.faixa2 h1{
  margin-top: 0;
  font-family: 'oswald_regularregular';
  font-size: 33px;
  color: #A3A3A3;
  margin-bottom: 50px;
}

.faixa2 .matchheight{
  margin-bottom: 30px;
  font-size: 20px;
  font-family: 'oswald_regularregular';
  color: #FFF;
}

.faixa2 img{
  margin-bottom: 10px;
}

.faixa3{
  background-image: url(../imagens/faixa-3.jpg);
  min-height: 760px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}


a.card{
  display: inline-block;
  background-color: #FFF;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-top: -40px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.20);
  -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.20);
  box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.20);
  margin-bottom: 100px;
}

a.card h2{
  margin-top: 0;
  font-family: 'oswald_regularregular';
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

a.card p{
  margin-bottom: 20px;
  font-family: 'oswald_regularregular';
  font-size: 18px;
  color: #878787;
}

a.card img{
  position: relative;
  top: 10px;
  transition: all .1s linear;
}

a.card:hover img{
  margin-left: 50px;
}

.faixa3 h1{
  text-align: center;
  font-family: 'oswald_regularregular';
  font-size: 33px;
  color: #1B1B1A;
  margin-top: 0;
  margin-bottom: 50px;
}

.vid{
  position: relative;
}

.iplay{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  cursor: pointer;
}


.footer{
  margin-top: 90px;
  background-color: #1C1C1B;
  padding-top: 60px;
}

.faixa3 + .footer{
  margin-top: 0;
}

.footer h4{
  margin-top: 0;
  font-family: 'oswald_regularregular';
  font-size: 22px;
  color: #A2A2A2;
  margin-bottom: 20px;
}


/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-form-control-wrap span{
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 4px;
  }

  div.wpcf7-validation-errors{
    background-color: #f7e700;
    color: #333;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ng{
    background-color: #ff0000;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ok{
    background-color: #398f14;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }
/* noovo css form */

.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  font-family: 'open_sansregular';
  margin-bottom: 13px;
  border: 0;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
}

.footer form textarea{
  height: 126px;
  margin-bottom: 10px;
}

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  width: 100%;
  font-family: 'open_sansregular';
  font-size: 16px;
  transition: all .2s linear;
  background-color: transparent;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  border: 3px solid #A4A4A4;
  line-height: 40px;
}

.footer form .btn-enviar-form:hover{
  background-color: #A4A4A4;
  color: #FFF;
}



.footer2{
  border-top: 1px solid #3381B1;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 20px;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

@media (max-width: 767px) {.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }


.footer2{
  border-top: 1px solid #4C4C4B;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #8E8E8D;
  margin-top: 40px;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 p{
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 11px;
}

.footer2 a{
  color: #8E8E8D;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

@media (max-width: 767px) {.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }


/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {

  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

    .menu>li{
      margin-right: 10px;
    }

  }

  /* Portrait tablets and small desktops */
  @media (max-width: 991px) {
    
    .menuholder{
      padding: 0 15px;
      margin-bottom: 20px;
      height: auto!important;
      position: static;
    }

    .menufloater{
      position: static;
    }

    #next-banner,
    #prev-banner{
      -ms-transform: scale(0.5,0.5); 
      -webkit-transform: scale(0.5,0.5);
      transform: scale(0.5,0.5);
    }

    .bannersombra{
      display: none;
    }

    .menufloater{
      height: auto;
    }

    .faixa1 h1{
      text-shadow: 1px 1px #FFF;
    }

    .faixa1{
      padding-top: 130px;
    }

    a.card{
      padding-right: 0;
      padding-left: 0;
    }

    .menufloater{
      border-bottom: 0;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .faixa1 h1{
      font-size: 45px;
    }

    a.cta{
      margin-left: auto;
    }

    .faixa2{
      background-size: cover;
      padding-bottom: 80px;
    }

    a.card{
      margin-top: 0;
      width: 100%;
      margin-bottom: 40px;
    }

    .faixa3{
      padding-top: 30px;
      padding-bottom: 80px;
    }

    .faixa3 h1{
      margin-top: 60px;
      margin-bottom: 30px;
    }

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    a.logo img{
      margin-bottom: 10px;
      margin-top: 10px;
    }

    .header{
      padding: 0 15px 
    }

    .faixa1 {
        padding-top: 40px;
    }

    .vid{
      margin-bottom: 30px;
    }

  }
/* /responsivo */


.titulo{
  background-image: url(../imagens/fundo-titulo.jpg);
  height: 247px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 120px;
  margin-bottom: 20px;
}

.titulo h2{
  margin-top: 0;
  font-family: 'oswaldbold';
  color: #FFFFFF;
  font-size: 45px;
}

.bread{
  font-family: 'open_sansregular';
  font-size: 12px;
  color: #666666;
  margin-bottom: 50px;
}

.bene{
  font-family: 'oswald_regularregular';
  font-size: 35px;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #A4A4A4;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.bene img{
  margin-bottom: 10px;
}



/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {

  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

  }

  /* Portrait tablets and small desktops */
  @media (max-width: 991px) {

    .titulo{
      height: auto;
      padding: 50px 0;
    }

    .titulo h2{
      margin-bottom: 0;
      line-height: 1;
      padding-top: 10px;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .bene{
      font-size: 25px;
    }

    .titulo{
      height: auto;
      padding: 40px 0;
    }

    .titulo h2{
      font-size: 35px;
    }

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    .titulo{
      height: auto;
      padding: 30px 0;
    }

    .titulo h2{
      font-size: 25px;
    }


  }
/* /responsivo */



.pg-contato form{
  line-height: 1.5;
  font-family: 'open_sansregular';
}

.pg-contato form input,
.pg-contato form textarea,
.pg-contato form select{
  font-size: 12px;
  font-family: 'open_sansregular';
  margin-bottom: 15px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.pg-contato form textarea{
  height: 96px;
  margin-bottom: 30px;
}

.pg-contato form .btn-enviar-form{
  display: inline-block;
  border: 4px solid #E30613;
  width: 150px;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  color: #202020;
  font-family: 'oswald_regularregular';
  transition: all .2s linear;
  background-color: #EEEEEE;
}

.pg-contato form .btn-enviar-form:hover{
  background-color: #E30613;
  color: #FFF;
}


.boxacad{
  max-width: 303px;
  height: 303px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../imagens/box-acad.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 55px;
  text-align: center;
}

.boxacad h2{
  font-family: 'oswald_regularregular';
  color: #777777;
  font-size: 25px;
  background-image: url(../imagens/traco-titulo.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 40px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.boxacad p{
  font-family: 'open_sansregular';
  font-size: 17px;
  color: #000000;
  line-height: 1.2;
  padding: 0 30px;
}

.maxform form{
  max-width: 382px;
}

.internas h1{
  margin-top: 0;
  font-family: 'oswald_regularregular';
  font-size: 35px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 30px;
}

.internas h2{
  margin-top: 0;
  font-family: 'oswald_regularregular';
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 30px;  
  color: #777777;
}

/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {

  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

  }

  /* Portrait tablets and small desktops */
  @media (max-width: 991px) {
    .boxacad{
      max-width: 100%;
      background-color: #FFF;
      padding: 15px;
      margin-bottom: 20px;
      height: auto;
    }
  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

  }
/* /responsivo */

.cursos{
  display: block;
  font-size: 35px;
  color: #191919;
  font-family: 'oswald_regularregular';
  margin-bottom: 30px;
}

.cursos img{
  margin-bottom: 20px;
}

span.cta{
  display: inline-block;
  border: 4px solid #E30613;
  width: 150px;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  color: #202020;
  font-family: 'oswald_regularregular';
  transition: all .2s linear;
  background-color: #EEEEEE;
  margin-top: 10px;
}

span.cta:hover{
  background-color: #E30613;
  color: #FFF;
}


/*kGAL02 */

  .kGAL02 .video{
    display: block;
    margin: 0 auto;
    max-width: 303px;
    margin-bottom: 30px;
    transition: all .2s linear;
  }

  .kGAL02 .video i{
    display: block;
    margin-bottom: 10px;
    height: 216px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    margin-bottom: 10px;
  }

  .kGAL02 .video b{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../imagens/kgal02-img.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
  }

  .kGAL02 .foto{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 303px;
  }

  .kGAL02 .foto img{
    max-width: 100%;
    height: auto;
    transition: all .2s linear;
  }

  .kGAL02 .foto:hover img{
    opacity:.8;
    filter:alpha(opacity=80);
    -moz-opacity:.8;
    opacity:.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80)
  }

  .kGAL02 h1{
    margin-top: 0;
    margin-bottom: 25px;
  }  
    
  @media (max-width: 480px) {
    .kGAL02 h1{
      text-align: center;
    }  
  }

  /* cores */

  .kGAL02 .foto{
    background-color: #000;
  }

  .kGAL02 h1{
    color: #777777;
    font-size: 25px;
  }  

/*kGAL02 fim */

.hvid{
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 281px;
}
  



.pg-estrutura-de-aulas h1{
  font-size: 35px!important;
  margin-bottom: 10px!important;
}

.pg-estrutura-de-aulas p + h1{
  margin-top: 20px!important;
}


/* news */
  
  .pg-news h2,
  .pg-promo h2{    
    font-size: 30px;
    margin-bottom: 30px;
  }

  .nbox2,
  .nbox1{
    width: 33.33333%;
    height: 255px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    transition: all .2s linear;
    background-size: 100%;
    border: 1px solid #FFF;
  }

  .nbox1:hover,
  .nbox2:hover{
    background-size: 102%;
  }

  .nbox2{
    width: 25%;
  }

  .nbdata{
    display: block;
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 3px;
  }

  .nbtit{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-image: url(../images/news-cinza.png);
    background-repeat: repeat-x;
    min-height: 110px;
    padding: 40px 10px 10px 10px;
  }

  .nbtit-t{
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
  }

  .spacer{
    height: 15px;
  }

  .box-branco{
    /*padding: 30px;*/
    margin-bottom: 30px;
    /*background-color: #FFF;*/
  }

  .noticia{
    display: block;
    margin-bottom: 35px;
  }

  .noticia>img{
    margin-right: 30px;
    float: left;
    margin-bottom: 10px;
  }

  .ntit{
    font-size: 20px;
    display: block;
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .nrow{
    font-size: 13px;
    color: #444444;
    display: block;
    margin-bottom: 5px;
  }
  .ntxt{
    color: #333333;
    font-size: 15px;
    display: block;
  }

  .nleia{
    width: 116px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    font-family: 'open_sansregular';
    margin-top: 10px;
    transition: all .2s linear;
  }

  .noticia:hover .nleia{  
    opacity:.6;
    filter:alpha(opacity=60);
    -moz-opacity:.6;
    opacity:.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60)
  }

  .pg-news h3{
    font-size: 25px;
    margin: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  

  .link-arquivo{
    color: #333333;
    font-size: 15px;
    display: block;
    line-height: 42px;
    transition: all .2s linear;
  }

  .link-arquivo + .link-arquivo{
    border-top: 1px solid #D6D6D6;
  }

  .pg-news h1{
    color: #333333;
    font-size: 25px;
    line-height: 1;
    margin: 0;
    margin-bottom: 20px;
  }


  .nlinha{
    margin-top: 15px;
    border-top: 1px solid #D6D6D6;
    height: 30px;
  }

  .nautor img{
    float: left;
    margin-right: 22px;
  }

  .natit{
    font-size: 18px;
  }

  .nanome{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .natxt{
    color: #333333;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .pg-news h4{
    font-size: 18px;
    margin-bottom: 25px;
  }

  #commentform #submit{
    display: none;
  }

  .btn-enviarnews{
    display: block;
    border: none;
    padding: 10px 40px;
    color: #FFF;
    font-size: 16px;
    transition: all .2s linear;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    transition: all .2s linear;
  }

  .btn-enviarnews:hover{
    opacity:.6;
    filter:alpha(opacity=60);
    -moz-opacity:.6;
    opacity:.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60)
  }

  .pg-news form input,
  .pg-news form textarea{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #D6D6D6;
  }

  #captchaSizeDivLarge{
    position: relative;
  }

  #si_refresh_com{
    position: absolute;
    left: 190px;
    top: 0;
  }

  #captcha_code{
    position: relative;
    top: 10px;
    height: 34px;
    box-shadow: rgba(0, 0, 0, 0.074) 0px 1px 1px 0px inset;
    text-indent: 5px;
  }

  #captcha_code_label{
    position: relative;
    top: 10px;
  }

  .c-rodape{
    margin-bottom: 40px;
  }

 


  .buscar{
    position: relative;
  }

  .buscar .form-control{
    height: 32px;
    width: 176px;
    display: inline-block;
  }

  .buscar button{
    display: inline-block;
    width: 37px;
    height: 32px;
    position: relative;
    top: -1px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all .2s linear;
  } 

  .buscar button:hover{
    filter: brightness(1.4);
  } 

  .buscar button img{
    position: relative;
    top: -1px;
  }

  #reply-title{
    display: none;
  }

  .maislidas a{
    line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .thepost p{
    font-family: 'open_sansregular';
    font-size: 16px;
    color: #444444;
    margin-bottom: 20px;
  }

  .ncomm{
    padding: 10px;
    margin-bottom: 10px;
  }

  /*cores*/

  .ncomm{
    background-color: #F3F3F3;
  }

  .nrow a{
    color: #333;
    transition: all .2s linear;
    font-family: 'open_sansregular';
    font-size: 13px;
  }

  .nrow{
    color: #333;
    transition: all .2s linear;
    font-family: 'open_sansregular';
    font-size: 13px;
  }

  .nrow a:hover{
    color: #FF0001;
  }

  .ntit{
    font-family: 'open_sansregular';
    color: #000000;
    font-size: 22px;
  }

  .ntxt{
    font-family: 'open_sansregular';
    font-size: 17px;
  }

  .nleia{
    color: #FFF;
    background-color: #222222
  }

  .nleia:hover{
    filter: brightness(1.2);
  }

  .buscar button{
    background-color: #222222;
    border-color: #222222;
  }

  .bucar input{    
    font-family: 'open_sansregular';
  }

  .pg-news h3{
    border-bottom: 2px solid #FF0001;
    font-size: 25px;
    color: #777777;
  }

  .pg-news h4{
    font-size: 18px;
    font-weight: bold;
  }

  .btn-enviarnews{
    background-color: #EEE!important;
    color: #000!important;
    border: 3px solid #FF0001!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
  }

  .link-arquivo{
    font-family: 'open_sansregular';
  }


/* fim news */

.editor table{
  width: 100%;
}

.editor table *{
  padding: 0;
  text-align: center;
}

.pg-profissionais .editor table *{
  text-align: left;
}

.editor table th{
  background-color: #222222;
  line-height: 49px;
  color: #FFF;
}

.editor table th,
.editor table td{
  border: 1px solid #EEEEEE;
  padding: 10px!important;
}

.editor table td{  
  background-color: #FFF;
  min-height: 44px;
  font-size: 17px;
  color: #000;
}




.formmaisinfo form{
  line-height: 1.5;
  font-family: 'open_sansregular';
}

.formmaisinfo form input,
.formmaisinfo form textarea,
.formmaisinfo form select{
  font-size: 12px;
  font-family: 'open_sansregular';
  margin-bottom: 20px;
  height: 37px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}   

.formmaisinfo form textarea{
  height: 96px;
  margin-bottom: 30px;
}

.formmaisinfo form .btn-enviar-form{
  display: inline-block;  
  border: none;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #393C41;
  color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  border: 3px solid #E30613;
  line-height: 52px;
  width: 150px;
  background-color: #F0F0F0;
  font-weight: bold;
}

.formmaisinfo form .btn-enviar-form:hover{
  background-color: #E30613;
  color: #FFF;
}




.pg-cursos .editor h2{
  margin-bottom: 10px;
}

.cursosimg{
  text-align: center;
}

.cursosimg a{
  display: inline-block;
  margin-bottom: 4px;
}


.footer3, .footer3 *{
  border: none!important;
  margin-top: 0!important;
  padding-top: 0!important;
  line-height: 95px!important;
}

.footer-i{
  padding-top: 15px!important;
}

.table-container{
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}


/* responsivo */

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {
    .footer3 *{
      line-height: 30px!important;
    }
  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

  }
/* /responsivo */





/** nova página de cursos **/

.lcfx1{
  background-image: url(../imagens/landing-curso/lcfx1.jpg);
  min-height: 920px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.lcfx2{
  background-image: url(../imagens/landing-curso/lcfx2.jpg);
  height: 920px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.lcfx3{
  background-image: url(../imagens/landing-curso/lcfx3.jpg);
  background-position: center top;
}

.lcfx4{
  background-image: url(../imagens/landing-curso/lcfx4.jpg);
  min-height: 671px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.lcfx5{
  background-image: url(../imagens/landing-curso/lcfx5.jpg);
  min-height: 916px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.lcfx6{
  background-image: url(../imagens/landing-curso/lcfx6.jpg);
  min-height: 917px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.lcfx7{
  background-image: url(../imagens/landing-curso/lcfx7.jpg);
  min-height: 914px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.lcfx1{
  padding-top: 105px;
}

.lcfx1 h2{
  font-family: 'oswaldbold';
  color: #FFF;
  font-size: 45px;
  margin-bottom: 90px;
}

.lcfx1 .bread{
  font-size: 12px;
  color: #FFFFFF;
}

.breadtraco{

}

.lcfx1 .bread{
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}


.breadtraco{
  height: 1px;
  background-color: #FFF;
  width: 2000px;
  position: absolute;
  right: 0;
  bottom: 0;
}


.lcfx1 h1{
  font-family: 'oswaldbold';
  color: #FFF;
  background-image: url(../imagens/landing-curso/sublinhado.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 60px;
  max-width: 468px;
}

.lcfx1 h1 span{
  color: #E30613;
  font-size: 45px;
  text-shadow: -4px 4px 0px #000;
}

.lcfx1 p{
  font-size: 23px;
  color: #FFF;
  line-height: 2.3;
  max-width: 465px;
}

.lcfx1 p b{
  color: #E30613;
  text-shadow: -4px 4px 0px #000;
}

.landing-curso{  
  font-family: 'open_sansregular';
}

.landing-curso b{
  font-family: 'oswaldbold';
  font-weight: lighter;
}

.lcfx2{
  padding-top: 50px;
}

.lcfx2 .container{
  height: auto;
}


.lcfx2 p{
  font-size: 
}

.lcfx2 h3{
  font-family: 'oswaldbold';
  font-size: 32px;
  color: #1F1F1F;
  margin-top: 0;

}

.lcfx2 h2{
  font-family: 'oswaldbold';
  font-size: 45px;
  color: #E30613;
  margin-top: 0;
  margin-bottom: 20px;
}


.lcfx2 p{
  font-size: 20px;
  color: #1F1F1F;
  line-height: 1.5;
}


a.cta2{
  display: inline-block;
  border: 3px solid #E30613;
  width: 150px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #202020;
  font-family: 'oswald_regularregular';
  transition: all .2s linear;
  margin-top: 25px;
  margin-left: 23px;
  background-color: #EEEEEE;
}

a.cta2:hover{
  background-color: #E30613;
  color: #FFF;
}

.lcfx2 .container{
  position: relative;
  height: 100%;
}

.lcfx2 .cta2{
  position: absolute;
  left: 20px;
  bottom: 60px;
}

.octforca{
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translate(-50%,0);
  z-index: 2;
}

.lcfx3{
  padding-top: 110px;
  padding-bottom: 90px;
}

.lcfx3 p{
  color: #FFF;
  font-size: 23px;
  margin-bottom: 40px;
}

.lcfx3 b{
  font-size: 28px;
}


.lcfx4{
  padding-top: 30px;

}

.lcfx4{
  text-align: right;
  position: relative;
}

.lcfx4 h2{
  margin-top: 0;
  font-size: 51px;
  font-family: 'oswaldbold';
  color: #FFF;
}

.lcfx4 p{
  font-size: 28px;
  color: #000;
  font-weight: bold;
  max-width: 533px;
  display: inline-block;
}

.lcfx4 .descontos{
  font-weight: bold;
  font-size: 31px;
  color: #FFFFFF;
}

.descontos{
  position: absolute;
  left: 0;
  bottom: 45px;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.lcfx5{
  padding-top: 60px;
}

.lcfx5 h2{
  font-family: 'oswaldbold';
  font-size: 63px;
  color: #E30613;
  margin-top: 0;
  margin-bottom: 30px;
}

.lcfx5 h3{
  font-family: 'oswaldbold';
  font-size: 39px;
  color: #1F1F1F;
  margin-top: 0;
  margin-bottom: 00px;
}

.lcfx5 h3 span{
  font-size: 55px;
}

.lcfx5 p{
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 25px;
}


.lcfx5 .insctop{
  background-color: #E30613;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 30px 30px 20px 30px;
}

.lcfx5 .insc{
  font-family: 'oswaldbold';
  font-size: 59px;
  color: #FFFFFF;
  line-height: 1;
}

.lcfx5 .inscagora{
  font-family: 'oswaldbold';
  font-size: 39px;
  color: #FFFFFF;
  line-height: 1;
}


.lcfx5 form{
  padding: 20px;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 40px;
  color: #FFF;
  background-color: rgba(30,30,30,0.91);
}

.lcfx5 form input,
.lcfx5 form textarea,
.lcfx5 form select{
  font-size: 12px;
  margin-bottom: 15px;
  /* border-radius: 0; */
  height: 40px;
  background-color: #F0F0F0;
  border: 0;
}

.lcfx5 form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.lcfx5 form .btn-enviar-form{
  display: inline-block;  
  border: none;
  width: 150px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: transparent;
  border: 3px solid #E30613;
  color: #FFF;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
  line-height: 46px;
}.lcfx5 form .btn-enviar-form:hover{
  background-color: #E30613;
}


.lcfx6{
  padding-top: 80px;
  text-align: right;
}

.lcfx6 h2{
  margin-top: 0;
  margin-bottom: 60px;
  font-family: 'oswaldbold';
  font-size: 62px;
  color: #FFF;
}


.lcfx6 p{
  font-size: 22px;
  color: #FFF;
  margin-bottom: 30px;
  max-width: 489px;
  display: inline-block;
}

.lcfx7{
  padding-top: 60px;
}

.lcfx7 h2{
  font-family: 'oswaldbold';
  font-size: 59px;
  color: #FFF;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.lcfx7 p{
  font-size: 20px;
  color: #FFF;
  margin-bottom: 60px;
  text-align: center;
}

.lcfx7 iframe{
  width: 100%;
}

.lcfx7 .iframep{
  height: 150px;
}

.lcfx7 .footer{
  background-color: transparent;
}

.lcfx7 .footer2 p{
  font-size: 12px;
}


.owlcdeps iframe{
  height: 150px;
  width: 270px;
  display: block;
}

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .lcfx4 h2{
      font-size: 48px;
    }

  }
  @media (max-width: 991px) {

    .landing-curso{
      text-align: center;
    }

    .lcfx1 .bread,
    .lcfx1 h2{
      display: none;
    }

    .lcfx1 h1{
      background-image: none;
    }

    .lcfx1 {
        padding-top: 80px;
        padding-bottom: 40px;
        height: auto;
        min-height: 0;
    }

    .lcfx2{
      padding: 40px 0;
      height: auto;
      background-image: none;
    }

    .octforca{
      position: static;
      transform: translate(0,0);
      max-width: 100%;
      height: auto;
    }
      
    .lcfx2 .cta2{
      position: static;
      margin-left: 0;
      margin-bottom: 30px;
    }

    .lcfx3 img{
      max-width: 100%;
      height: auto;
    }

    .lcfx4{
      background-image: none;
      text-align: center;
      height: auto;
      padding: 40px 0;
      background-color: #E30613;
    }

    .lcfx4 .descontos{
      position: static;
      padding: 15px;
      background-color: #000;
      border-radius: 10px;
    }

    .lcfx5 .insctop{
      margin-top: 40px;
      max-width: 450px;
      margin-right: auto;
      margin-left: auto;
    }

    .lcfx5 form{
      text-align: left;
      max-width: 450px;
      margin-right: auto;
      margin-left: auto;
    }

    .lcfx6 h2,
    .lcfx6 p,
    .lcfx6{
      text-align: center;
    }

    .lcfx7 h2,
    .lcfx6 h2{
      font-size: 50px;
    }

    .lcfx5 .insc{
      font-size: 33px;
    }

    .lcfx5 .obg{
      font-size: 13px;
    }

    .lcfx5 .inscagora{
      font-size: 25px;
    }

    .lcfx1 h1{
      max-width: 100%;
    }

    .lcfx1 p{
      max-width: 100%;
    }

    .lcfx7 iframe{
      max-width: 450px;
      margin-bottom: 30px;
    }




  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */

.pagination{
  list-style: none;
  margin-left: 0;
  float: none!important;
}.pagination li{
  display: inline-block;
  margin: 0 3px;
}.wp-pagenavi a:hover, .wp-pagenavi span.current{
  border: 0;
}.pagination a{
  transition: all .2s linear;
}.pagination a:hover{
  border: 1px solid #444!important;
  background-color: #444!important;
  color: #FFF!important;
}

/** / nova página de cursos **/
