@charset "UTF-8";
/* ------------------------------------- T├¡tulo Videoaulas ------------------------------------- */
#titulo_videoaulas {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#titulo_videoaulas h4 {
  float: left;
  font-size: 14px;
  margin: 30px 10px 0px 0px;
  font-weight: bold;
}
#titulo_videoaulas h4.text_border {
  border-bottom: 5px solid #055B86;
}
#titulo_videoaulas a {
  float: left;
  text-decoration: none;
  color: #333;
}

#bg_txt_assunto {
  width: 100%;
  height: 45px;
}
#bg_txt_assunto h3 {
  line-height: 45px;
  margin: 0;
  margin-left: 25px;
  color: #FFF;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

/* ----------------------------------- Carroussel dos v├¡deos ----------------------------------- */
.areaVideos {
  display: none;
  background: white;
  margin-top: 30px;
}

.setaControleVideo, .setaEsquerda, .setaDireita {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .setaControleVideo, .setaEsquerda, .setaDireita {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
}

.setaEsquerda {
  float: left;
  border-width: 70px 10px 70px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .setaEsquerda {
    border-width: 63px 20px 63px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .setaEsquerda {
    border-width: 84px 20px 84px 0;
  }
}
@media (min-width: 1200px) {
  .setaEsquerda {
    border-width: 97px 20px 97px 0;
  }
}
.setaEsquerda.slick-disabled {
  border-color: transparent #999999 transparent transparent !important;
}

.setaDireita {
  float: right;
  border-width: 70px 0px 70px 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .setaDireita {
    border-width: 63px 0px 63px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .setaDireita {
    border-width: 84px 0px 84px 20px;
  }
}
@media (min-width: 1200px) {
  .setaDireita {
    border-width: 97px 0px 97px 20px;
  }
}
.setaDireita.slick-disabled {
  border-color: transparent transparent transparent #999999 !important;
}

.conteudoVideos {
  height: auto;
  margin: 12px auto 0px auto;
  overflow: hidden;
}

.cx_videos {
  padding: 0 10px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.cx_videos img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  height: auto;
}
.cx_videos h2 {
  width: 100%;
  text-align: justify;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  margin-top: 5px;
}
.cx_videos p {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 12px;
}

#videosGeral #bg_txt_assunto {
  background: #83120E;
}
#videosGeral .setaEsquerda {
  border-color: transparent #83120E transparent transparent;
}
#videosGeral .setaDireita {
  border-color: transparent transparent transparent #83120E;
}
#videosGeral .cx_videos p {
  color: #83120E;
}

#videosOrganica #bg_txt_assunto {
  background: #4F7D8B;
}
#videosOrganica .setaEsquerda {
  border-color: transparent #4F7D8B transparent transparent;
}
#videosOrganica .setaDireita {
  border-color: transparent transparent transparent #4F7D8B;
}
#videosOrganica .cx_videos p {
  color: #4F7D8B;
}

#videosFisico #bg_txt_assunto {
  background: #CA690C;
}
#videosFisico .setaEsquerda {
  border-color: transparent #CA690C transparent transparent;
}
#videosFisico .setaDireita {
  border-color: transparent transparent transparent #CA690C;
}
#videosFisico .cx_videos p {
  color: #CA690C;
}

#videosEnem #bg_txt_assunto {
  background: #E5E5E5;
}
#videosEnem #bg_txt_assunto h3 {
  color: #000;
}
#videosEnem .setaEsquerda {
  border-color: transparent #E5E5E5 transparent transparent;
}
#videosEnem .setaDireita {
  border-color: transparent transparent transparent #E5E5E5;
}
#videosEnem .cx_videos p {
  color: #333;
}

#videosPergunte {
  margin-bottom: 20px;
}
#videosPergunte #bg_txt_assunto {
  background: #005B00;
}
#videosPergunte #bg_txt_assunto p {
  color: #000;
}
#videosPergunte .setaEsquerda {
  border-color: transparent #005B00 transparent transparent;
}
#videosPergunte .setaDireita {
  border-color: transparent transparent transparent #005B00;
}
#videosPergunte .cx_videos p {
  color: #005B00;
}

/* ------------------------------------------- Cursos ------------------------------------------ */
.cx_videoaulas {
  display: table;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .cx_videoaulas {
    width: 260px;
  }
}
.cx_videoaulas h3 {
  margin-left: 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.area_apresentacao_revisao_img {
  display: table-cell;
  vertical-align: top;
  width: 260px;
  height: auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .area_apresentacao_revisao_img {
    display: block;
    margin: 0 auto;
  }
}
.area_apresentacao_revisao_img img {
  width: 260px;
  height: auto;
}

.area_apresentacao_revisao {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  height: auto;
  padding-left: 40px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .area_apresentacao_revisao {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0;
  }
}
.area_apresentacao_revisao h3 {
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 30px;
}
.area_apresentacao_revisao hr {
  width: 100%;
  height: 2px;
  margin: 5px 0;
  margin-left: -20px;
  border: 0;
  background: #EAECED;
}
@media (max-width: 767px) {
  .area_apresentacao_revisao hr {
    margin-left: 0;
  }
}
.area_apresentacao_revisao p {
  margin: 0;
  padding: 0;
  color: #055A85;
  font-size: 14px;
  line-height: 1.6;
}

.botao_acesso_modelo, .botao_acesso, .botao_acesso2 {
  background: #083B4F;
  cursor: pointer;
  height: 30px;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.botao_acesso_modelo:hover, .botao_acesso:hover, .botao_acesso2:hover {
  background: #C2670B;
}
.botao_acesso_modelo p, .botao_acesso p, .botao_acesso2 p {
  width: 100%;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.botao_acesso {
  position: relative;
  float: right;
  width: 111px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .botao_acesso {
    display: none;
  }
}

.botao_acesso2 {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .botao_acesso2 {
    display: none;
  }
}

/*
#area_videos_assuntos_geral {
	width:960px;
	height:auto;
	margin-top:12px;
	float:left;
	overflow:hidden;
}

#area_videos_assuntos_organica {
	width:960px;
	height:auto;
	margin-top:12px;
	float:left;
	overflow:hidden;
}

#area_videos_assuntos_fisico {
	width:960px;
	height:auto;
	margin-top:12px;
	float:left;
	overflow:hidden;
}

#area_videos_assuntos_enem {
	width:960px;
	height:auto;
	margin-top:12px;
	float:left;
	overflow:hidden;
}

#area_videos_assuntos_responde {
	width:960px;
	height:auto;
	margin-top:12px;
	float:left;
	overflow:hidden;
}

#bg_txt_assunto.bg_azul {
	background:#4F7D8B;
}

#bg_txt_assunto.bg_amarelo {
	background:#CB690D;
}

#bg_txt_assunto.bg_branco {
	background:#E5E5E5;
}

#bg_txt_assunto.bg_branco h3 {
	color:#333;
}

#bg_txt_assunto.bg_verde {
	background:#005B00;
}

#cx_videos_assuntos {
	width:232px;
	height:auto;
	float:left;
	margin-bottom:25px;
	margin-right:8px;
	cursor:pointer;
}



#cx_videos_assuntos p {
	font-size:12px;
	color:#CF010E;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	margin-top:2px;
}

#conteudo_videos_assuntos {
	width:100%;
	height:auto;
	float:left;
}

#area_videos_assuntos_geral_mov {
	width:120000px;
	height:auto;
}

#area_videos_assuntos_organica_mov {
	width:120000px;
	height:auto;
}

#area_videos_assuntos_fisico_mov {
	width:120000px;
	height:auto;
}

#area_videos_assuntos_enem_mov {
	width:120000px;
	height:auto;
}

#area_videos_assuntos_responde_mov {
	width:120000px;
	height:auto;
}

#cx_videos_assuntos p.cor_azul {
	color:#063C56;
}

#cx_videos_assuntos p.cor_amarelo {
	color:#B65C0C;
}

#cx_videos_assuntos p.cor_branco {
	color:#666666;
}

#cx_videos_assuntos p.cor_branco {
	color:#005B00;
}

#setaEsquerda1 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 19px 68px 0;
	border-color: transparent #999999 transparent transparent;
	float:left;
	margin-left:17.5px;
	margin-right:12.5px;
	margin-top:12px;
}

#setaDireita1 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 0 68px 19px;
	border-color: transparent transparent transparent #83120E;
	float:left;
	margin-left:12.5px;
	margin-right:12.5px;
	margin-top:12px;
	cursor:pointer;
}

#setaEsquerda2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 19px 68px 0;
	border-color: transparent #999999 transparent transparent;
	float:left;
	margin-left:17.5px;
	margin-right:12.5px;
	margin-top:12px;
}

#setaDireita2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 0 68px 19px;
	border-color: transparent transparent transparent #4F7D8B;
	float:left;
	margin-left:12.5px;
	margin-right:12.5px;
	margin-top:12px;
	cursor:pointer;
}

#setaEsquerda3 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 19px 68px 0;
	border-color: transparent #999999 transparent transparent;
	float:left;
	margin-left:17.5px;
	margin-right:12.5px;
	margin-top:12px;
}

#setaDireita3 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 0 68px 19px;
	border-color: transparent transparent transparent #CB690D;
	float:left;
	margin-left:12.5px;
	margin-right:12.5px;
	margin-top:12px;
	cursor:pointer;
}

#setaEsquerda4 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 19px 68px 0;
	border-color: transparent #999999 transparent transparent;
	float:left;
	margin-left:17.5px;
	margin-right:12.5px;
	margin-top:12px;
}

#setaDireita4 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 0 68px 19px;
	border-color: transparent transparent transparent #D2D2D2;
	float:left;
	margin-left:12.5px;
	margin-right:12.5px;
	margin-top:12px;
	cursor:pointer;
}

#setaEsquerda5 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 19px 68px 0;
	border-color: transparent #999999 transparent transparent;
	float:left;
	margin-left:17.5px;
	margin-right:12.5px;
	margin-top:12px;
}

#setaDireita5 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 0 68px 19px;
	border-color: transparent transparent transparent #005B00;
	float:left;
	margin-left:12.5px;
	margin-right:12.5px;
	margin-top:12px;
	cursor:pointer;
}


#area_linha_videos {
	width:1050px;
	height:auto;
	margin-left:25px;
	float:left;
}

#area_video_cat {
	width:192px;
	height:auto;
	float:left;
	margin-right:10px;
	cursor:pointer;
}

#area_video_cat img {
	float:left;
}

#area_video_cat span {
	font-size:13px;
	font-family:Candara;
	margin-top:5px;
	float:left;
	font-weight:bold;
}

#area_video_cat p {
	font-size:13px;
	font-family:Candara;
	float:left;
	margin-top:5px;
	margin-bottom:15px;
}

.color-red {
	color:#CE000D;
}

.color-blue {
	color:#1E518A;
}

.color-yellow {
	color:#AB550E;
}

#rodape {
	margin-top:35px;
}*/

/*# sourceMappingURL=videoaulas.css.map */
