@font-face{
  font-family: 'Lato';
  src:url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
  font-size: 1em;

}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato';
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Lato';
   }

hr {
  margin: 20px 0; }

header {
  width: 100%;
  height: 575px;
  background: #145767 url("../images/bg-header.jpg") top center no-repeat;
  color: #fff;
  padding: 20px 0; 
  margin-bottom: -55px;}
  header h1 {
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 70%;
    text-align: center;
    padding-top: 130px;
    line-height: 50px; }
    @media screen and (max-width: 960px) {
      header {
        margin-bottom: 0;
      }
      header h1 {
        padding-top: 130px; } }
    @media screen and (max-width: 480px) {
      header {
        margin-bottom: 0;
      }
      header h1 {
        padding-top: 90px;
        font-size: 30px; } }
  header a:link {
    color: #fff;
    text-decoration: none; }

footer {
  width: 100%;
}

h2 {
  text-align: center; }

.container {
  *zoom: 1;
  width: 100%;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

p {
  color: #333;
  line-height: 23px;
  font-weight: 300;
  padding: 0px 15px; }

.bt-header {
  border: 1px solid #365e14;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #7ebe48;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #589029;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #589029), color-stop(100%, #3d6a17));
  background-image: -webkit-linear-gradient(#589029, #3d6a17);
  background-image: linear-gradient(#589029, #3d6a17);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #2c500e;
  background-clip: padding-box;
  padding: 14px 40px;
  background: #589029; }
  .bt-header:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #659c36;
    cursor: pointer;
    background-color: #4c7927;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c7927), color-stop(100%, #365d15));
    background-image: -webkit-linear-gradient(#4c7927, #365d15);
    background-image: linear-gradient(#4c7927, #365d15); }
  .bt-header:active:not(:disabled) {
    border: 1px solid #365e14;
    box-shadow: inset 0 0 8px 4px #2e5012, inset 0 0 8px 4px #2e5012, 0 1px 1px 0 #eeeeee; }
  .bt-header:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.logo-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  text-align: center; }
  .logo-header:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .logo-header {
      width: 100%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .logo-header:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .logo-header {
      width: 100%;
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .logo-header:last-child {
        margin-right: 0; } }

.nav-header {
  width: 100%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 60%;
  margin-right: 0; }
  .nav-header:last-child {
    margin-right: 0; }
  .nav-header ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px; }
    .nav-header ul:last-child {
      margin-right: 0; }
    .nav-header ul li {
      float: left;
      font-size: 12px;
      margin-left: 22px;
      vertical-align: middle; }
    .nav-header ul a {
      color: #fff; }
  @media screen and (min-width: 761px) and (max-width: 960px) {
    .nav-header {
      display: none; }
      .nav-header:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 760px) {
    .nav-header {
      display: none; }
      .nav-header:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .nav-header {
      display: none; } }
  .nav-header .bt-cursos {
    border: 1px solid #365e14;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #7ebe48;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    background-color: #589029;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #589029), color-stop(100%, #3d6a17));
    background-image: -webkit-linear-gradient(#589029, #3d6a17);
    background-image: linear-gradient(#589029, #3d6a17);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 #2c500e;
    background-clip: padding-box;
    background: #589029;
    margin-top: -7px; }
    .nav-header .bt-cursos:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #659c36;
      cursor: pointer;
      background-color: #4c7927;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c7927), color-stop(100%, #365d15));
      background-image: -webkit-linear-gradient(#4c7927, #365d15);
      background-image: linear-gradient(#4c7927, #365d15); }
    .nav-header .bt-cursos:active:not(:disabled) {
      border: 1px solid #365e14;
      box-shadow: inset 0 0 8px 4px #2e5012, inset 0 0 8px 4px #2e5012, 0 1px 1px 0 #eeeeee; }
    .nav-header .bt-cursos:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .nav-header .bt-teste {
    border: 1px solid #2b6d6f;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #7ab2b3;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    background-color: #499698;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499698), color-stop(100%, #2f787a));
    background-image: -webkit-linear-gradient(#499698, #2f787a);
    background-image: linear-gradient(#499698, #2f787a);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 #216264;
    background-clip: padding-box;
    background: #499698;
    margin-left: 5px;
    margin-top: -7px; }
    .nav-header .bt-teste:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #5a9fa0;
      cursor: pointer;
      background-color: #458183;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #458183), color-stop(100%, #2c6c6e));
      background-image: -webkit-linear-gradient(#458183, #2c6c6e);
      background-image: linear-gradient(#458183, #2c6c6e); }
    .nav-header .bt-teste:active:not(:disabled) {
      border: 1px solid #2b6d6f;
      box-shadow: inset 0 0 8px 4px #286162, inset 0 0 8px 4px #286162, 0 1px 1px 0 #eeeeee; }
    .nav-header .bt-teste:disabled {
      opacity: 0.5;
      cursor: not-allowed; }

#aempresa header {
  height: 200px; }

#comprar header {
   height: 200px; }
   @media screen and (max-width: 480px){
    #comprar header{
      width: 100%;}
    #comprar .nav-mobile {
      width: 100%;
    }
    #index header {
      height: 445px;
      margin-bottom: -30px;
    }
    hr {
      display: none;
    }
    #contato header {
      max-width: 100%;
    }
    .container.container.contato {
      max-width: 100%;
      text-align: none;
      width: 100%;
    }
   }

  #contato header {
    height: 200px;
  }
  #conteudo header {
    height: 200px;
  }
  #motor header {
    height: 200px;
  }
  #regras header {
    height: 200px;
  }
  #software header {
    height: 200px;
  }
  #suspensao header {
    height: 200px;
  }
  #testeold header {
    height: 200px;
  }

.teste {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%; }
  .teste:last-child {
    margin-right: 0; }

#imejr_price{
  text-align: center;
}

.imejr_cursos figure{
  text-align: center;
}
.imejr_cursos h1{
  background: #589029;
  color: #fff;
  margin: 0;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 480px){
  .imejr_cursos{
    width: 100%;}
}
    
.imejr_cursos h2{
  text-align: center;
  background: #ddd;
  color: #589029;
  padding: 15px; ;
}
.imejr_cursos h3{
  text-align: center;
}
.imejr_cursos ul li{
  display: inline-table;
  max-width: 45%;
  text-align: initial;
  margin: 0px;
  padding: 0px;
  border-width: 1px;
   }
  .imejr_cursos ul{
  display: inline-table;
  text-align: center;
  margin: 0px;
  padding: 10px 0px; 
  width: 100%;
}
@media screen and (max-width: 480px){
  .imejr_cursos ul li{
  position: relative;
  width: 100%;
  max-width: 100%;  
     }
}
#imejr_texto{
  padding-bottom: 10px;
}

.container.ebooks-home {
  position: absolute;
  top: 150px;
}
.content-internal .container {
  text-align: center;
}
.content-internal .container .clients {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 17.05961%; }
  .content-internal .container .clients:last-child {
    margin-right: 0; }
.content-internal .container .cursos {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 17.05961%; }
  @media screen and (max-width: 480px){
    .content-internal .container .cursos .curso {
      position: relative;
      width: 100%;
      text-align: center;
      margin-left: -30px;
    }
  }
  .content-internal .container .cursos:last-child {
    margin-right: 0; }
.content-internal a:link {
  background: #589029;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 3px; }
  .content-internal a:link:hover {
    background: #145767; }
.content-internal figure {
  text-align: center;
  max-width: 100%; }
.content-internal p.dica {
  background: #ffff7f;
  padding: 20px 50px; }
.content-internal h3 {
  text-align: center; }
.content-internal h1 {
  background: #589029;
  color: #fff;
  margin: 0;
  padding: 15px;
  text-align: center; }
.content-internal h2 {
  background: #ddd;
  color: #589029;
  padding: 15px; }
.content-internal ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .content-internal ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    display: inline-table;
    padding: 5px;
    margin: 5px;
    font-size: 13px;
    height: 20px;
    background: #efefef;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .content-internal ul li:last-child {
      margin-right: 0; }
    .content-internal ul li:nth-child(6n) {
      margin-right: 0; }
    .content-internal ul li:nth-child(6n+1) {
      clear: left; }

.imejr_2 h1{
background: rgba(88, 144, 41, 1);
  color: #fff;
  margin: 0;
  padding: 15px;
  text-align: center;}
  @media screen and (max-width: 480px){
    .imejr_2 h1{
      padding: 10px;

    }

  }
.imejr_2 h2{
  background: #ddd;
  color: #589029;
  padding: 15px; }
div #imejr_2alunos{
  background: #ddd;
  color: #589029;
  padding: 15px;
}

#icones{
  padding:20px;
}
.content-internal .curso {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .content-internal .curso:last-child {
    margin-right: 0; }
  .content-internal .curso p {
    padding: 0; }
.content-internal .conteudo-cursos ul {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 33.23176%;
  list-style: none;
  margin: 0;
  padding: 0; }
  .content-internal .conteudo-cursos ul:last-child {
    margin-right: 0; }
  .content-internal .conteudo-cursos ul:nth-child(4n) {
    margin-right: 0; }
  .content-internal .conteudo-cursos ul:nth-child(4n+1) {
    clear: left; }
  .content-internal .conteudo-cursos ul li {
    display: inline-table;
    padding: 3px;
    margin: 3px;
    font-size: 12px;
    height: 20px;
    width: 95%;
    background: #efefef;
    color: #666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .content-internal .conteudo-cursos ul .title-book {
    background: #589029;
    color: #fff; }
  @media screen and (max-width: 960px) {
    .content .img-ebooks {
      margin-top: 50px;
    }
  }
  @media screen and (max-width: 480px) {
    .content .img-ebooks {
      margin-top: 0;
    }
  }

.nav-mobile {
  display: none; }
  @media screen and (max-width: 960px) {
    .nav-mobile {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      *zoom: 1;
      display: block;
      display: block; }
      .nav-mobile:last-child {
        margin-right: 0;
        position: absolute;
        top: 108px; }
      .nav-mobile:before, .nav-mobile:after {
        content: " ";
        display: table; }
      .nav-mobile:after {
        clear: both; }
      .nav-mobile ul {
        margin: 0px;
        padding: 0px;
        font-size: 8px;
        text-align: center;
        list-style: none; }
      .nav-mobile li {
        display: inline-block;
        width: 22%;
        background: #499698;
        padding: 7px;
        margin: 0px 4px;
        margin-top:16px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
        margin-bottom: 2px; }
        .nav-mobile li:hover {
          background: #589029; }
        .nav-mobile li a:link {
          color: #fff; } }

.container.contato {
  text-align: center;
  max-width: 100%;
}

.bt-gdt {
  border: 1px solid #365e14;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #7ebe48;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #589029;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #589029), color-stop(100%, #3d6a17));
  background-image: -webkit-linear-gradient(#589029, #3d6a17);
  background-image: linear-gradient(#589029, #3d6a17);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #2c500e;
  background-clip: padding-box;
  background: #589029;
  padding: 8px 30px;
  border: 0; }
  .bt-gdt:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #659c36;
    cursor: pointer;
    background-color: #4c7927;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c7927), color-stop(100%, #365d15));
    background-image: -webkit-linear-gradient(#4c7927, #365d15);
    background-image: linear-gradient(#4c7927, #365d15); }
  .bt-gdt:active:not(:disabled) {
    border: 1px solid #365e14;
    box-shadow: inset 0 0 8px 4px #2e5012, inset 0 0 8px 4px #2e5012, 0 1px 1px 0 #eeeeee; }
  .bt-gdt:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.info-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center; }
  .info-header:last-child {
    margin-right: 0; }

.gdt-home {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  padding: 30px 0; }
  .gdt-home:last-child {
    margin-right: 0; }
  .gdt-home h2 {
    color: #666; }
  .gdt-home p {
    color: #333;
    line-height: 23px;
    font-weight: 300; }

.icons-gdt {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-right: 0;
  margin-left: 8.5298%;
  text-align: center;
  border-bottom: 1px solid #ddd; }
  .icons-gdt:last-child {
    margin-right: 0; }
  .icons-gdt .icon-home {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    padding: 20px 0; }
    .icons-gdt .icon-home:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .icons-gdt .icon-home i {
        font-size: 24px; }
      .icons-gdt .icon-home span {
        display: none; } }
    .icons-gdt .icon-home i {
      display: block;
      margin-bottom: 10px;
      color: #666; }
    .icons-gdt .icon-home span {
      font-size: 11px;
      text-transform: uppercase;
      color: #666666; }
    .icons-gdt .icon-home:hover i {
      color: #589029; }

.cursos-home {
  background: #589029;
  color: #fff;
  text-align: center; }
  .cursos-home ul {
    list-style: none;
    padding: 0;
    margin: 40px 0; }
    .cursos-home ul li {
      display: inline-table;
      margin-top: 10px; }
    .cursos-home ul .meio {
      margin-left: 10px;
      margin-right: 10px; }
  .cursos-home p {
    color: #fff; }
  .cursos-home .curso-bt {
    background: none;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    padding: 15px 10px;
    margin-right: 0px; }
  .cursos-home .container {
    padding-bottom: 20px; }

.bt-gdt2 {
  margin-top: 20px;
  background: #fff;
  color: #589029;
  padding: 10px;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.ebooks-home p {
  color: #333;
  line-height: 23px;
  font-weight: 300; }

.img-ebooks {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .img-ebooks:last-child {
    margin-right: 0; }
  .img-ebooks img {
    margin-left: 100px; }
  @media screen and (max-width: 960px) {
    .img-ebooks {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .img-ebooks:last-child {
        margin-right: 0; }
      .img-ebooks img {
        width: 300px; } }
  @media screen and (max-width: 760px) {
    .img-ebooks {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .img-ebooks:last-child {
        margin-right: 0; }
      .img-ebooks img {
        width: 250px;
        margin-top: 20px; } }
  @media screen and (max-width: 480px) {
    .img-ebooks {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0;
      text-align: center; }
      .img-ebooks:last-child {
        margin-right: 0; }
      .img-ebooks img {
        width: 215px;
        margin-top: 40px;
        margin-left: -120px; } }

.info-ebooks {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .info-ebooks:last-child {
    margin-right: 0; }
  .info-ebooks h2 {
    text-align: center;
    color: #fff; }
  @media screen and (max-width: 960px) {
    .info-ebooks {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .info-ebooks:last-child {
        margin-right: 0; } 
      .info-ebooks h2 {
        position: absolute;
        margin-left: 150px;
        margin-top: 50px;
      } }
  @media screen and (max-width: 760px) {
    .info-ebooks {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .info-ebooks:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .info-ebooks {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0;
      text-align: center;
      max-width: 100%; }
      .info-ebooks:last-child {
        margin-right: 0; }
      .info-ebooks h2 {
      position: absolute;
      margin-top: -190px;
      margin-left: 210px;
      font-size: 16px;
      max-width: 100%;
         } }

.clients-home {
  text-align: center; }

.client-home {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
  padding: 20px 0;
  text-align: center; }
  .client-home:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .client-home {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-right: 0; }
      .client-home:last-child {
        margin-right: 0; }
      .client-home img {
        width: 170px; } }
  @media screen and (max-width: 480px) {
    .client-home {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%; }
      .client-home:last-child {
        margin-right: 0; }
      .client-home:nth-child(2n) {
        margin-right: 0; }
      .client-home:nth-child(2n+1) {
        clear: left; }
      .client-home img {
        width: 150px; } }

footer {
  background: #145767 url(../images/bg-footer.jpg);
  border-top: 5px solid #589029;
  padding: 30px 0;
  margin-top: 30px; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    footer ul li {
      color: #fff;
      font-size: 11px;
      padding: 4px 0; }
    footer ul li a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none; }
    footer ul li.name {
      color: #a8e079; }
      
.logo-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .logo-footer:last-child {
    margin-right: 0; }
  @media screen and (max-width: 760px) {
    .logo-footer {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 9.36867%; }
      .logo-footer:last-child {
        margin-right: 0; }
      .logo-footer img {
        width: 80px; } }
  @media screen and (max-width: 480px) {
    .logo-footer {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-right: 0;
      padding-left: 35px;
      margin-bottom: 20px; }
      .logo-footer:last-child {
        margin-right: 0; } }

.menu-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-left: 8.5298%; }
  .menu-footer:last-child {
    margin-right: 0; }
  @media screen and (max-width: 760px) {
    .menu-footer {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 22.316%; }
      .menu-footer:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .menu-footer {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 19.43277%; }
      .menu-footer:last-child {
        margin-right: 0; } }

.footer-names {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .footer-names:last-child {
    margin-right: 0; }
  @media screen and (max-width: 760px) {
    .footer-names {
      display: none; } }

.footer-end {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-left: 8.5298%; }
  .footer-end:last-child {
    margin-right: 0; }
  @media screen and (max-width: 760px) {
    .footer-end {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 35.26334%; }
      .footer-end:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .footer-end {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%; }
      .footer-end:last-child {
        margin-right: 0; } }

.content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  padding: 20px 0; }
  .content:last-child {
    margin-right: 0; }

.element {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  background: red; }
  .element:last-child {
    margin-right: 0; }
  .element:nth-child(4n) {
    margin-right: 0; }
  .element:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 960px) {
    .element {
  background: pink; } }

.suspensao h4, .suspensao h5 {
  text-align: center; }

.comprar form {
  text-align: center; }

  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 2px 64px;
    margin-top: -9%;
    color: grey;
    font-weight: bold;
    font-size: 60px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
  }
   @media screen and (max-width: 480px){
    .prev, .next {
      display:none;
    }
   }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev{
    left: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: red;
  }


  

  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  .item ul{
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;}
    @media screen and (max-width: 480px){


    }
  .item ul li{
    min-width: 30%;
    font-size: 2em;
    display: inline-block;
    padding: 6px 0px;}
   @media screen and (max-width: 480px){
      .item ul li{
        font-size:14px;}

   }

  #curso1{

    border-right:#000;
    border-width: 2px;
  }

  .nav-mobile a {

    text-decoration: none;
    color:#FFF;


  }