*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #fff;
  text-shadow: none;
}

::selection {
  background: #fff;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  background-color: #fff;
  font-family: 'Ubuntu' !important;
  font-style: normal;
  font-weight: 400;
}

.desktop {
  display: block;
}
.mobile {
  display: none;
}

.fs-300 {
  font-style: normal;
  font-weight: 300;
}

.fs-700 {
  font-style: normal;
  font-weight: 700;
}

img {
  max-width: 100%;
}

.help-1 {
  background-color: #f00;
}
.help-2 {
  background-color: #0f0;
}
.help-3 {
  background-color: #00f;
}

n-margin {
  margin: 0px;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: #fff;
}
a:hover,
a:focus {
  color: #eee;
}
.text a {
  color: #111;
}
.text a:hover,
.text a:focus {
  color: #999;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

#toTop {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #ccc;
  bottom: 10px;
  color: #333;
  cursor: pointer;
  display: none;
  font-family: verdana;
  font-size: 11px;
  padding: 5px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* ==========================================================================
   home pagina
   ========================================================================== */
.all-header {
  background: url('../img/bg01.jpg') center center repeat-y;
  min-height: 172px;
}
.header {
  position: relative;
}
.menu-home {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 93px;
  text-align: center;
}
.menu-home > ul {
  list-style: none;
  padding: 0;
}
.menu-home > ul > li {
  display: inline-block;
}
.menu-home_item {
  text-decoration: none;
  color: #fff;
  margin: 0 29px;
  display: block;
}
.menu-home_item:hover {
  text-decoration: none;
}
.menu-home_item.first {
  margin-left: 0;
}
.menu-home_item.last {
  margin-right: 0;
}
.area-restrita {
  width: 840px;
  min-height: 50px;
  background: #e1b730;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -25px;
}
.area-restrita-box {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
}
.area-restrita-texto-acessar {
  margin: 13px 10px;
  float: left;
}
.area-restrita_box-tipo-acesso {
  width: 152px;
  height: 50px;
  background-color: #fff;
  float: left;
  padding: 4px 6px;
  margin-right: 10px;
  border: 0;
}
.area-restrita_box-email {
  width: 185px;
  height: 50px;
  color: #333;
  background-color: #fff;
  float: left;
  margin-right: 10px;
  padding: 4px 6px;
  border: 0;
}
.area-restrita_box-senha {
  width: 155px;
  height: 50px;
  color: #333;
  background-color: #fff;
  float: left;
  padding: 4px 6px;
  border: 0;
}
.area-restrita-enviar {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 5px;
  float: left;
  padding: 2px 15px;
  margin: 10px 15px;
}
.area-restrita-enviar:hover {
  text-decoration: none;
  color: #fff;
}
.area-restrita-esqueci-senha {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  float: right;
  margin-top: 18px;
}
.area-restrita-esqueci-senha:hover {
  text-decoration: none;
  color: #fff;
}
.box-border {
  border-bottom: 1px solid #ebebeb;
}
.all-banner {
  background: url('../img/banner.jpg') center center repeat-y;
  min-height: 371px;
  line-height: 24px;
  margin-top: 45px;
}
.banner-content {
  position: relative;
}
.banner_texto-curso-ead {
  font-size: 19px;
  font-size: 1.9rem;
  color: #fff;
  margin-top: 15px;
  text-align: justify;
}
.banner_texto-curso-ead .none {
  list-style-type: none;
}
.banner_texto-curso-ead_item {
  margin: 10px 0;
}
.banner_video {
  width: 455px;
  height: 302px;
  margin-top: 17px;
  display: block;
  margin-left: 27px;
}
.banner_video-texto {
  list-style-type: none;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin-top: 16px;
  display: block;
}
.shadow-banner {
  background: url('../img/shadow-banner.png') center center no-repeat;
  position: absolute;
  bottom: -31px;
  width: 100%;
  height: 31px;
}
.compartilhar-redes {
  position: absolute;
  right: 10px;
  bottom: -36px;
}
.like-ico {
  float: left;
  margin-right: 5px;
}
.share-ico {
  float: right;
}
.titulo-home-geral {
  color: #e1b730;
  font-size: 26px;
  font-size: 2.6rem;
}
.sub-titulo-home-geral {
  color: #12206c;
  font-size: 17px;
  text-align: center;
  margin: 20px;
}
.blogs {
  margin-top: 70px;
}
.blogs_matematica-logo {
  text-align: center;
  margin-top: 50px;
  border-bottom: 2px solid #55c1c4;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.blogs_box {
  width: 94%;
  margin: 3%;
  min-height: 290px;
  position: relative;
}
.blogs_box-texto {
  color: #6e6d6b;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 9px;
  line-height: 17px;
}
.blogs_matematica-box {
  border: 2px solid #55c1c4;
}
.blogs_matematica-box-titulo {
  background: #55c1c4;
  color: #fff;
  min-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px;
}
.blogs-matematica-mais {
  color: #fff;
  background: #55c1c4;
  width: 80px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.blogs-mais:hover {
  text-decoration: none;
}
.blogs_enem-logo {
  text-align: center;
  margin-top: 50px;
  border-bottom: 2px solid #60469c;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.blogs_enem-box {
  border: 2px solid #60469c;
}
.blogs_enem-box-titulo {
  background: #60469c;
  color: #fff;
  min-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px;
}
.blogs-enem-mais {
  color: #fff;
  background: #60469c;
  width: 80px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.blogs_concursos-logo {
  text-align: center;
  margin-top: 50px;
  border-bottom: 2px solid #f7941e;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.blogs_concursos-box {
  border: 2px solid #f7941e;
}
.blogs_concursos-box-titulo {
  background: #f7941e;
  color: #fff;
  min-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px;
}
.blogs-concursos-mais {
  color: #fff;
  background: #f7941e;
  width: 80px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.all-o-professor {
  background: #098a7a;
  margin: 50px 0;
}
.o-professor {
  position: relative;
  padding: 30px 0;
}
.o-professor-title {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
}
.o-professor-texto {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
}
.shadow-geral {
  background: url('../img/shadow-geral.png') center center no-repeat;
  position: absolute;
  bottom: -27px;
  width: 100%;
  height: 27px;
}
.img-geral {
  margin: 0 5px 5px 0;
}
.img-professor {
  margin: 0 15px 15px 0;
}
.all-newsletter {
  background-color: #e1b730;
  color: #fff;
}
.newsletter {
  position: relative;
  padding: 40px 0;
}
.newsletter-box {
  float: left;
  line-height: 40px;
}
.newsletter-box-texto_1 {
  font-size: 30px;
  font-size: 3rem;
}
.newsletter-box-texto_2 {
  font-size: 36px;
  font-size: 3.6rem;
}
.newsletter-enviar {
  border: 2px solid #fff;
  color: #fff;
  padding: 5px;
  float: right;
  font-size: 30px;
  font-size: 3rem;
  padding: 2px 25px;
  margin-top: 17px;
}
.newsletter-enviar:hover {
  text-decoration: none;
  color: #fff;
}
.all-newsletter .newsletter_box-nome {
  color: #333;
  width: 380px;
  height: 55px;
  background-color: #fff;
  float: left;
  margin-top: 15px;
  margin-left: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 6px;
}
.all-newsletter .newsletter_box-email {
  color: #333;
  width: 380px;
  height: 55px;
  background-color: #fff;
  float: left;
  margin-top: 15px;
  margin-left: 29px;
  margin-right: 29px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 6px;
}
.cursos {
  padding: 50px 0;
  position: relative;
}
.curso-box {
  margin-top: 50px;
  width: 330px;
  background: #ebebeb;
  color: #959595;
  border-radius: 20px;
}
.curso-titulo {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #959595;
  padding-top: 15px;
  margin: 0 15px;
}
.curso-desc {
  font-size: 17px;
  font-size: 1.7rem;
  color: #585a5a;
  line-height: 20px;
  padding: 10px 15px;
}
.curso-comprar {
  display: flex;
  justify-content: space-between;
  color: #fff;
  background: #cccccc;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.curso-comprar_valor {
  margin: auto;
  font-size: 24px;
}
.curso-comprar_valor .cifrao {
  font-size: 18px;
}
.box-carrinho {
  display: block;
  background: #959595;
  width: 85px;
  min-height: 33px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.curso-kit-item02 {
  margin-left: 30px;
}
.curso-kit-item03 {
  margin-left: 61px;
}
.all-redes-sociais {
  background: #05544f;
  border-top: 2px solid #e1b730;
  padding: 5px 0;
  margin-top: 50px;
  padding: 25px 0;
}
.redes-sociais {
  display: block;
}
.redes-sociais-box {
  width: 385px;
  margin: auto;
}
.redes-box {
  float: left;
  margin-left: 10px;
}
.all-footer {
  background: #098a7a;
  border-top: 2px solid #e1b730;
  color: #fff;
  padding: 50px 0;
}
.footer_content-genio {
  width: 415px;
  margin: auto;
}
.footer-logo {
  margin-top: 50px;
  text-align: center;
}
.footer-frase {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 30px;
  line-height: 26px;
}
.footer-nome {
  font-size: 16px;
  font-size: 1.6rem;
}
.footer_contato {
  font-size: 36px;
  text-align: center;
}
.footer_content-contato {
  width: 475px;
  margin: auto;
}
.footer_contato_input {
  width: 475px;
  height: 28px;
  background-color: #fff;
  margin-top: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 6px;
  border: 0;
  color: #000;
}
.footer_contato_box-mensagem {
  height: 85px;
  padding: 0 6px;
}
.footer_contato-enviar {
  float: right;
  width: 95px;
  height: 28px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 28px;
  display: block;
}
.footer_contato-enviar:hover {
  text-decoration: none;
  color: #fff;
}
.COPYRIGHT-texto {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #959595;
  margin-top: 15px;
}

/* ==========================================================================
   misc
   ========================================================================== */
.sprite {
  background-image: url('../img/sprite.png');
  background-position: 1px 1px;
  background-repeat: no-repeat;
  display: block;
}
.radius-30 {
  -webkit-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
}
.radius-mais-30 {
  -webkit-border-radius: 30px 0 30px 0;
  border-radius: 30px 0 30px 0;
}

/* ==========================================================================
   ico
   ========================================================================== */
.like-ico {
  background-position: -21px -15px;
  width: 60px;
  height: 27px;
}
.share-ico {
  background-position: -21px -52px;
  width: 52px;
  height: 27px;
}
.ico-carrinho {
  background-position: -21px -105px;
  width: 25px;
  height: 19px;
  margin: auto;
  margin-top: 7px;
}
.mais-vendidos {
  background-position: -21px -134px;
  width: 195px;
  height: 64px;
  position: absolute;
  bottom: 1px;
  left: 151px;
  z-index: 50;
}
.ico-facebook {
  background-position: -21px -199px;
  width: 65px;
  height: 64px;
}
.ico-gplas {
  background-position: -21px -278px;
  width: 64px;
  height: 64px;
}
.ico-twitter {
  background-position: -21px -358px;
  width: 65px;
  height: 64px;
}
.ico-instagram {
  background-position: -21px -436px;
  width: 65px;
  height: 64px;
}
.ico-youtube {
  background-position: -21px -512px;
  width: 64px;
  height: 64px;
}
.ico-linkedin {
  background-position: -21px -591px;
  width: 65px;
  height: 64px;
}

body .navbar-brand {
  float: left;
  height: 60px;
  padding: 10px;
  font-size: 18px;
  line-height: 60px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1023px) {
  /*1024*/
}

@media only screen and (max-width: 1200px) {
  /*992px*/
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }

  .navbar-header {
    float: none;
  }
  .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-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }

  .redes-sociais-box {
    width: 100%;
    margin: auto;
  }

  .area-restrita {
    width: 100%;
    position: static;
    right: 0;
    bottom: 0;
  }
  .area-restrita_box-tipo-acesso {
    width: 94%;
    height: 50px;
    background-color: #fff;
    float: none;
    padding: 4px 6px;
    margin: 5px 3%;
    border: 0;
  }

  .area-restrita_box-email {
    width: 94%;
    height: 50px;
    background-color: #fff;
    float: none;
    margin: 5px 3%;
    padding: 4px 6px;
    border: 0;
    color: #333;
  }

  .area-restrita_box-senha {
    width: 94%;
    height: 50px;
    background-color: #fff;
    float: none;
    padding: 4px 6px;
    margin: 5px 3%;
    border: 0;
    color: #333;
  }
  .area-restrita-esqueci-senha {
    margin-right: 3%;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .navbar-default {
    /*	background-color: #f8f8f8;
		border-color: #e7e7e7;*/
    background-color: transparent;
    border-color: transparent;
  }
  .all-header {
    min-height: 30px;
  }

  .navbar-header {
    background-color: transparent;
    /*background-color: #3797A3;*/
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: #fff;
  }
  .navbar-nav li {
    border-bottom: 1px solid #3797a3;
  }

  .all-banner {
    background: url('../img/banner.jpg') top center repeat-y;
    padding: 10px 10px;
  }

  .banner_video {
    width: 100%;
    height: 302px;
    margin-top: 17px;
    display: block;
    margin: auto;
  }

  .shadow-banner,
  .shadow-geral {
    display: none;
  }

  .o-professor {
    position: relative;
    padding: 30px 10px;
    text-align: justify;
  }

  .newsletter {
    position: relative;
    padding: 30px 10px;
  }

  .all-newsletter .newsletter_box-nome {
    width: 94%;
    float: none;
    margin: 10px 3%;
    padding: 4px 6px;
  }

  .all-newsletter .newsletter_box-email {
    width: 94%;
    float: none;
    margin: 10px 3%;
    padding: 4px 6px;
  }

  .newsletter-enviar {
    border: 2px solid #fff;
    color: #fff;
    padding: 5px;
    width: 110px;
    margin: auto;
    float: none;
    display: block;
  }

  .curso-box {
    position: relative;
    margin: 30px auto;
    width: 330px;
    min-height: 500px;
    background: #ebebeb;
    color: #959595;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }

  .footer_content-genio {
    width: 100%;
    margin: auto;
    padding: 10px;
  }

  .footer_content-contato {
    width: 100%;
    margin: auto;
  }
  .footer_contato_input {
    width: 94%;
    margin: 10px 3%;
  }
}

@media only screen and (max-width: 370px) {
  /*320*/
  .mais-vendidos {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  /*320*/
  .redes-sociais-box {
    width: 100%;
    margin: auto;
  }

  .curso-box {
    position: relative;
    margin: 30px auto;
    width: 96%;
    min-height: 500px;
    background: #ebebeb;
    color: #959595;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
}

@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.no-list-style {
  list-style: none;
}

.left {
  float: left;
}
.right {
  float: right;
}
.relative {
  position: relative;
}
.cls {
  clear: both;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
