/** PAID **/
.paid{
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 60px;
  width: 125px;
  text-align: center;
  z-index: 0;
  right: 15px;
  border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 0px;
}

.paid div{
  font-size: 14px;
  color: white;
  background: red;
  text-transform: uppercase;
  padding: 40px 60px 7px 40px;
  width: 340px;
  text-align: center;
  display: block;
  position: absolute;
  left: -46px;
  top: -18px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(40deg);
  box-shadow: 3px -4px 13px 3px rgba(0,0,0,0.75);
}
.paid i{
  transition: all 0.5s ease;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

/** HIGHLIGHTS **/
.highlight-course img, .highlight-lesson img{
  width: 100%;
  height: 265px;
}

.highlight-course,
.highlight-lesson{
  position: relative;
  cursor: pointer;
  margin-bottom: 4rem;
}

.highlight-course .layer,
.highlight-lesson .layer{
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.highlight-description {
  position: absolute;
  bottom: 10%;
  width: 80%;
  padding-left: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 0, 90% 100%, 0% 100%);
}
.highlight-description .content{
  width: 90%;
}

.titulo-highlight{
  text-transform: uppercase;
}

#highlights{
  margin-bottom: 2rem;
  background: url('https://foleo.com.br/material/img/hero/bolsa-sem-segredo-banner.jpg');
  position: relative;
  top: 0;
  width: 100%;
  height: 60vh;
  left: 0;
  background-size: cover;
  background-position: bottom;
}

/** CURSOS **/
.curso{
  margin-bottom: 4rem;
  cursor: pointer;
}

.curso img{
    width: 100%;
    min-width: 300px;
    max-height: 100vh;
}

.curso:hover .descricao{
  animation-play-state: running;
}

.curso .descricao{
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  left: 0;
  transition: all .3s;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
}
.curso.avancado:before{
  content: '';
  background: red;
  top: 0;
  left: 15px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.curso.intermediario:before{
  content: '';
  background: orange;
  top: 0;
  left: 15px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.curso.basico:before{
  content: '';
  background: green;
  top: 0;
  left: 15px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.curso .descricao:hover{
  opacity: 1;
}

.curso .content {
  height: 100%;
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 10px;
}

.curso button {
  background: #4493f5;
  border: none;
  padding: 10px;
  border-radius: 5px;
}

/** PAGINACAO **/
.paginacao{
  text-align: center;
}

.paginacao span{
  padding: 5px 10px;
  color: white;
  border: 1px solid #b7aa69;
}

.paginacao span:hover{
  background: #b7aa69;
  cursor: pointer;
}

.filtro {
  margin-bottom: 15px;
  color: white;
}

.filtro select{
  font-size: 16px;
  color: black;
  width: 150px;
}
.right {
  float: right;
  text-align: right;
}
.navbar {
  position: fixed;
  background: transparent;
  transition: all .1s;
  border: none;
  width: 100%;
  top: 0;
  z-index: 1;
}

.fixed {
    background: white !important;
    position: fixed;
}
.fixed .navbar-nav > li > a {
    color: #0c101b !important;
}
.vertical-align {
  position: absolute;
  top: 55%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.big {
  color: white;
}
.embreve{
  border-radius: 5px;
  font-size: 2rem;
  color: #fff;
  padding: 1.5rem 2.6rem;
  font-weight: bold;
  text-transform: uppercase;
  background: #a70000 !important;
  border: none !important;
}
body {
  background: white;
}
@media only screen and (max-width: 768px) {
  #highlights {
    height: 75vh!important;
  }
  .big {
    font-size: 25px!important;
  }
  img {
    max-width: 170px!important;
  }
}
