@import url("https://fonts.googleapis.com/css?family=Baloo+Bhai");
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700");
html, body {
  height: 100%;
  font-family: Maven Pro;
}

#home1 {
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 999;
}
#home1 img {
  max-width: 35px;
  max-height: 35px;
}

#home2 {
  display: none;
  text-align: center;
}

#modal {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
}
#modal img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
  box-shadow: 0px 0px 15px #000;
}

#top {
  background: #00ADAD;
  color: #FFF;
  font-size: 16pt;
  line-height: 70px;
}
#top a {
  text-decoration: none;
}
#top #row_menu_basica, #top #row_menu_bucal {
  display: none;
}
#top #menu-basica {
  flex-wrap: wrap;
  align-items: stretch;
}
#top #menu-basica .active {
  background: #882834;
}
#top #menu-basica a, #top #menu-basica a:link, #top #menu-basica a:hover, #top #menu-basica a:visited, #top #menu-basica a:active {
  text-decoration: none;
  color: #FFF;
}
#top #menu-basica > div {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in 0.2s;
  width: 33.333%;
  font-size: 14pt;
  line-height: 40px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  -moz-box-shadow: inset -3px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset -3px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 0px 2px rgba(0, 0, 0, 0.2);
}
#top #menu-basica > div:hover {
  background: #69000A;
}
#top .menu-active {
  background: #0A6498;
}
#top .menu-aula {
  transition: ease-in 0.2s;
  cursor: pointer;
}
#top .menu-aula:hover {
  background: #0A6498;
}

.title {
  margin: 0;
  display: inline-block;
  border: 4px solid #FFF;
  color: #FFF;
  padding: 0.5em 3em;
}

figure {
  max-width: 900px;
}

.lesson-image {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 0 auto 3em auto;
  width: 600px;
  height: auto;
}
.lesson-image:hover {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.lamina {
  height: 800px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.introduction {
  color: #FFF;
}
.introduction a, .introduction a:link, .introduction a:hover, .introduction a:visited, .introduction a:active {
  text-decoration: underline;
  color: #FFF;
}

.indent-text {
  text-indent: 1.5em;
  margin-top: 20px;
}

table {
  border: 2px solid;
  border-collapse: collapse;
}

table .odd {
  background: #00ADAD;
}

table td,
table th {
  padding: 1em;
  border: 1px solid;
  box-sizing: border-box;
}

.table-first-bold td:first-child {
  font-weight: bold;
}

.background-blue {
  background: #0A6498;
}

footer {
  min-height: 200px;
  padding: 40px;
  padding-bottom: 10px;
  color: #FFF;
  border-top: 3px solid #FFBB00;
}
footer .f-title {
  color: #FFBB00;
  font-size: 16pt;
  text-transform: uppercase;
  font-weight: normal;
}
footer img {
  max-width: 150px;
  max-height: 120px;
  position: relative;
  left: -40px;
}
footer img:nth-child(n+1) {
  margin-left: 70px;
}

@media only screen and (max-width: 568px) {
  #home1 {
    display: none;
  }

  #home2 {
    display: block;
  }

  .lesson-image {
    width: 100%;
  }

  .row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lamina {
    height: 350px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  table {
    width: 100% !important;
    font-size: 12px;
  }

  table td,
table th {
    padding: 10px;
    border: 1px solid;
    box-sizing: border-box;
  }

  .title {
    margin: 0;
    display: inline-block;
    border: 2px solid #FFF;
    color: #FFF;
    padding: 10px;
    font-size: 20pt;
  }

  #top {
    background: #00ADAD;
    color: #FFF;
    font-size: 16pt;
    line-height: 40px;
  }
  #top .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  #top .menu-aula {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #top a {
    text-decoration: none;
  }
  #top #row_menu_basica, #top #row_menu_bucal {
    display: none;
  }
  #top #menu-basica > div {
    width: 50%;
    font-size: 12pt;
    line-height: 40px;
    padding: 10px;
  }
}

/*# sourceMappingURL=aulas.css.map */
