body,
html {
  height: 100%;
  font-family: "Nunito", sans-serif;
}

/* remove outer padding */
.main .row {
  padding: 0px;
  margin: 0px;
}

a:hover {
  cursor: pointer;
}

.color-white {
  color: #fff;
  text-decoration: none;
}

.color-white:hover {
  color: #f7f7f7;
  text-decoration: none;
}

/*Remove rounded coners*/

@media only screen and (max-width: 760px) {
  div.main {
    padding-top: 80px !important;
  }

  .custom-fixed-navbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

nav.sidebar.navbar {
  border-radius: 0px;
}

.navbar-inverse {
  border: 0;
  background-color: #012d52;
}

.btn-submit-monitoria {
  background: #00a4e2;
  border-color: #00a4e2;
  color: #fff;
  width: 260px;
  letter-spacing: 2px;
  border-radius: 30px;
  font-family: "Nunito", sans-serif;
}

nav.sidebar,
.main {
  -webkit-transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}

img.img-content-perfil {
  float: left;
  margin-right: 20px;
  width: 39px;
}

img.img-content-perfil {
  opacity: 1 !important;
}

.main.height-full.full img.close,
.main.full img.close {
  transform: rotate(180deg);
  transition: ease-in-out 400;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
}

nav.sidebar .navbar-nav > li.open {
  /* background: #012d52 url("../images/internas/icon-menu-less.png") 
    no-repeat; */
}

nav.sidebar .navbar-nav > li {
  border: none !important;
}

nav.sidebar .navbar-nav > li:first-child {
  background: #012d52 url("../../icon-menu.png") 210px 8px no-repeat;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

nav.sidebar .navbar-nav > li.active::before {
  content: " ";
  width: 5px;
  height: 45px;
  background: #f7b554;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 0 7px 7px 0;
}

nav.sidebar .navbar-nav .open .dropdown-menu {
  background-color: #012d52;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li {
  border-bottom: 1px solid #d2cfcf;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li:hover {
  background: #00a4e2;
  transition: all 0.5s ease-out;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li:first-child {
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li:last-child {
  border-bottom: 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  font-size: 18px;
  color: #d2cfcf;
  font-weight: 500;
  padding: 18px 10px 17px 90px;
}

nav.sidebar .navbar-nav .open .dropdown-menu {
  padding: 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  background: transparent;
}

.nav > li > a {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px 10px 25px;
}
.nav > li > a > img {
  margin-right: 20px;
  max-width: 40px !important;
}

/* Add gap to nav and right windows.*/
.main {
  padding: 0;
}

.navbar-brand {
  background: #012d52;
  height: 80px;
}

.navbar-brand > img {
  width: 200px;
  margin: 0 auto;
}

nav.sidebar .navbar-nav > li {
}

ul.dropdown-menu li {
}

.navbar-nav > li > a {
  line-height: 50px;
}

/*adds border top to first nav box */
nav.sidebar .navbar-nav > li:first-child {
  border-top: 1px #fff solid;
}

/*adds border to bottom nav boxes*/
nav.sidebar .navbar-nav > li {
  border-bottom: 1px #fff solid;
}

div.content-header {
  background: #f4f3f3;
  padding: 35px 20px;
  margin: 0;
  float: left;
  width: 100%;
  min-height: 0;
}

@media screen and (max-width: 767px) {
  div.content-header .icons-sup {
    display: flex;
    justify-content: center;
  }
}

div.content-header .form-inline {
  margin-top: 6px;
}

.icons-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.col-assistidas {
  float: left;
  margin-right: 30px;
}

.col-assistidas span {
  vertical-align: super;
}

.col-assistidas span,
.col-monitoria span {
  color: #012d52;
  font-family: "Nunito", sans-serif;
  font-size: 23px;
  font-weight: bold;
  position: relative;
  top: 6px;
  margin-left: 5px;
}

.drop-novidades {
  right: 0 !important;
  left: auto !important;
  width: 400px;
  overflow-y: auto;
}

.drop-novidades li {
  display: flex;
  padding: 3px 20px;
}

.drop-novidades span {
  color: #000 !important;
}

.drop-novidades a {
  text-decoration: underline;
}

.col-notification {
  float: left;
  position: relative;
}

.col-monitoria {
  float: left;
  margin-right: 30px;
}

.col-notification .contador-novidades {
  position: absolute;
  right: 0;
  top: 3px;
  width: 30px;
  left: 60px;
  background-color: #ffd800;
  color: #fff;
  border-radius: 30px;
}

.col-notification span {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
}

.col-notification img {
  width: 50px;
}

.col-assistidas img {
  width: 60px;
  height: 50px;
}

.col-monitoria img {
  height: 35px;
  height: 50px;
}

div.container-content-aulas {
  font-family: "Nunito", sans-serif;
}

div.container-content-aulas > div {
  position: relative;
}

div.container-content-aulas h3 {
  text-align: center;
  color: #012d52;
  display: block;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 37px;
}

.col-md-aula:hover h3 {
  color: #435d74;
  letter-spacing: 1px;

  font-family: "Nunito", sans-serif;
}

.col-md-aula:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

img.img-materia {
  display: none;
}

/* .col-md-materia:hover img {
  -webkit-filter: blur(2px) !important;
  filter: blur(2px) !important;
} */

.col-md-materia:hover img.img-root-materia {
  display: none;
}

.col-md-materia:hover img.img-materia {
  display: block;
}

.col-md-materia:hover img.img-materia {
  display: block;
}

.col-md-aula:hover .cross {
  display: block;
}

.col-md-aula:hover .cross-materia {
  display: block;
}

.cross-materia {
  background: #7d8583;
  height: 60px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  border-radius: 5px;
  display: none;
}

.cross-materia:after {
  background: #7d8583;
  content: "";
  height: 15px;
  left: -22px;
  position: absolute;
  top: 22px;
  width: 60px;
  border-radius: 5px;
}

.cross {
  background: #ecf1f2;
  height: 60px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  border-radius: 5px;
  display: none;
}

.cross:after {
  background: #ecf1f2;
  content: "";
  height: 15px;
  left: -22px;
  position: absolute;
  top: 22px;
  width: 60px;
  border-radius: 5px;
}

div.img-aula {
  position: relative;
}

img.img-default {
  width: 100%;
}

div.container-content {
  padding: 15px 35px;
}

div.container-subtitle {
  padding: 20px;
}

div.subtitle-aula {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  padding-left: 65px;
}

div.subtitle-aula img {
  float: left;
  display: none;
}

div.container-subtitle h2 {
  color: #828484;
  font-size: 26px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

div.container-subtitle h3 {
  color: #012d52;
  font-size: 30px;
  font-weight: 900;
  font-family: "Nunito";
  letter-spacing: 2px;
  text-transform: uppercase;
  float: left;
  margin-left: 0;
}

h2.title-perfil {
  color: #012d52;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-top: 10px;
}

a.link-aula {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.form-inline {
  position: relative;
}

.btnSubmit {
  position: absolute;
  top: 3px;
  right: 7px;
  border: 0;
  background: transparent;
}

.form-inline .form-control {
  color: #d6d4d4;
  background-color: transparent;
  background-image: none;
  border: 2px solid #d6d4d4;
  border-radius: 30px;
  height: 40px;
}

.form-inline .form-group {
  position: relative;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #012d52;
}

.navbar-inverse .navbar-toggle {
  border-color: #012d52;
}

.btn-circle {
  letter-spacing: 0px !important;
  border-radius: 100% !important;
  float: left;
  background: #012d52;
  border: 0;
  color: #fff;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  width: 50px;
  font-size: 22px;
}

.container-aula {
  padding: 0 90px;
}

.container-aula iframe {
  border-radius: 20px;
}

div.container-subtitle h3.detalhe {
  margin-top: 10px;
  margin-left: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
}

div.aula-inside {
  padding: 30px;
}

h2.header-title {
  color: #012d52;
  font-size: 36px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 85px;
  position: relative;
  top: 20px;
}

div.container-materiais {
  padding: 0 90px;
}

ul.list-materiais {
  background: #ebebeb;
  border-radius: 20px;
  padding: 30px 0;
}

ul.list-materiais li {
  padding: 0 25px;
  min-width: 200px;
  margin: 10px 0;
}

ul.list-materiais li a {
  display: block;
}

ul.list-materiais li a span {
  color: #9a9898;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-top: 6px;
  display: block;
  float: left;
}

ul.list-materiais li img {
  float: left;
  margin-right: 15px;
  max-width: 40px;
}

ul.list-materiais li a:hover {
  text-decoration: none;
}

.modal-resolucao {
  display: none;
}

.showResolucao {
  display: block !important;
}

div.container-list-aulas {
  padding: 0 90px;
}

div.container-list-aulas > ul {
  background: #012d52;
  float: left;
  border-radius: 20px;
  list-style: none;
  padding: 0;
  width: 100%;
}

div.container-list-aulas > ul li {
  float: left;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #8e9eac;
  position: relative;
}

div.container-list-aulas > ul li h4 {
  font-size: 20px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  float: left;
  margin-left: 0px;
  margin-top: 18px;
}

div.container-list-aulas > ul li:hover {
  background: #00a4e2;
  -webkit-transition: color 2s;
  -moz-transition: color 2s;
  -o-transition: color 2s;
  transition: color 2s;
  transition: all 0.5s ease-out;
}

div.container-list-aulas > ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

div.container-list-aulas > ul li:first-child {
  border-radius: 20px 20px 0 0;
}

div.container-list-aulas > ul li:last-child {
  border-bottom: 0;
  border-radius: 0 0 20px 20px;
}

div.container-list-aulas > ul > li .box-aula {
  width: 110px;
  border-radius: 10px;
  background: #f4f3f3 url(../images/materiais/icon-play-aula.png) center 9px
    no-repeat;
  height: 65px;
  float: left;
}

div.container-commentarios {
  padding: 0 90px;
  float: left;
  width: 100%;
  margin-top: 30px;
}

/* .....NavBar: Icon only with coloring/layout.....*/
@media (max-width: 768px) {
  .drop-novidades {
    right: auto !important;
    left: -120px !important;
    width: 310px;
  }

  .col-notification .contador-novidades {
    position: absolute;
    right: 0;
    top: 0px;
    width: 23px;
  }

  div.container-list-aulas > ul > li .box-aula {
    width: 100%;
    height: 40px;
  }

  div.container-subtitle {
    padding-left: 0;
    padding-right: 0;
  }

  div.subtitle-aula {
    margin-bottom: 0;
  }

  div.container-materiais {
    margin-top: 10px;
  }

  .date-cursos .item .dropdown-block > div {
    padding: 10px 0 10px 0 !important;
  }
  .date-cursos .item .dropdown-block .itens-download li a {
    font-size: 15px !important;
  }
  .navbar-inverse {
    margin-bottom: 0;
  }
  form.form-inline {
    margin-top: 30px;
  }
  .navbar-nav {
    margin: -0.5px -15px;
  }
  .navbar-toggle {
    padding: 24px;
  }
  .col-md-aula {
    margin-bottom: 30px;
  }
  div.container-subtitle h3.detalhe {
    font-size: 20px;
  }

  div.container-list-aulas > ul li h4 {
    font-size: 18px;
  }
  div.container-list-aulas > ul li h4 {
    margin-left: 15px;
  }
  div.container-materiais {
    z-index: 999;
    position: relative;
  }
}

/*small/medium side display*/
@media (min-width: 768px) {
  /*Allow main to be next to Nav*/
  .main {
    position: absolute;
    width: calc(100% - 283px); /*keeps 100% minus nav size*/
    margin-left: 283px;
    float: right;
  }

  /*Center Brand*/
  nav.sidebar.navbar.sidebar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
  /*Center Brand*/
  nav.sidebar .navbar-brand,
  nav.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }

  /*Center Icons*/
  nav.sidebar a {
    padding-right: 13px;
  }

  /* Colors/style dropdown box*/
  nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /*allows nav box to use 100% width*/
  nav.sidebar .navbar-collapse,
  nav.sidebar .container-fluid {
    padding: 0 0px 0 0px;
  }

  /*gives sidebar width/height*/
  nav.sidebar {
    width: 283px;
    height: 100%;
    float: left;
    z-index: 1039;
    margin-bottom: 0px;
  }

  /*give sidebar 100% width;*/
  nav.sidebar li {
    width: 100%;
  }

  /* Move nav to full on mouse over*/
  nav.sidebar:hover {
    margin-left: 0px;
  }
  /*for hiden things when navbar hidden*/
  .forAnimate {
    opacity: 0;
  }
}

/* .....NavBar: Fully showing nav bar..... */

@media (min-width: 1330px) {
  /*Allow main to be next to Nav*/
  .main {
    width: calc(100% - 283px); /*keeps 100% minus nav size*/
    margin-left: 283px;
  }

  /*Show all nav*/
  nav.sidebar {
    margin-left: 0px;
    float: left;
  }
  /*Show hidden items on nav*/
  nav.sidebar .forAnimate {
    opacity: 1;
  }
}

nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover,
nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
}

nav:hover .forAnimate {
  opacity: 1;
}
section {
  padding-left: 15px;
}
