@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:100,300,400,500,700');
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
  .container {
    max-width: 1000px;
  }
}

a:visited {
  color: #fff;
  text-decoration: none;
}


/*
.conteudo {
    padding-bottom: 100px;
}*/

.section {
  /*padding-left: 0px;*/
  padding-bottom: 100px;
  padding-top: 135px;
}

.img-text-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.img-text-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.bg_video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  background: url('http://res.cloudinary.com/njoi/video/upload/so_1/v1484831460/ProjectVideoSolucionare2_jgayvi.jpg') no-repeat;
  background-size: cover;
  top: 20px;
}

.area_video {
  overflow: hidden;
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.video_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
}

.video_overlay iframe {
  width: 95%;
  height: 85%;
  position: relative;
  display: inline-block;
  left: 50%;
  margin-left: -48%;
}

.btn_close {
  width: 24px;
  height: 24px;
  background-image: url('../img/ico_close.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  cursor: pointer;
  margin: 20px 0 8px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn_close:hover {
  opacity: 0.6;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
}

.top_bar {
  width: 100%;
  height: 42px;
  /*background: #F0F0F0;*/
  background: #E4E3E3;
  padding-top: 4px;
  position: relative;
  z-index: 9999;
}

.top_bar p {
  font-weight: 400;
  font-size: 1.000em;
  color: #58595B;
  padding-top: 9px;
}

.top_bar p i {
  font-size: 13px;
}

.top_bar p b {
  font-weight: 500;
}

.top_bar a {
  color: inherit;
}

.btn_vermelho {
  background: #AA1E3A;
  box-shadow: 0px 2px 0px 0px #6B0625;
  border-radius: 4px;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn_vermelho:hover {
  background: #6B0625;
  color: #fff;
  text-decoration: none;
}

.btn_azul {
  background: #2E303D;
  box-shadow: 0px 2px 0px 0px #0C102B;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn_azul:hover {
  background: #0C102B;
  color: #fff;
  text-decoration: none;
}

.btn_materiais {
  width: 100%;
  height: 50px;
  font-size: 18px;
  padding-top: 12px;
  margin-top: 15px;
}

.btn_mais {
  width: 100%;
  height: 50px;
  font-size: 18px;
  padding-top: 12px;
  margin-top: -10px;
  background-image: url('../img/btn_arrow_down.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.btn_mais:hover {
  background-image: url('../img/btn_arrow_down.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.btn_top_bar {
  width: 100%;
  height: 32px;
  font-size: 1.000em;
  padding-top: 7px;
}

.logo {
  margin-top: 8%;
}

.menu_principal {
  width: 100%;
  height: 30px;
  margin-top: 8%;
}

.menu_principal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.menu_principal ul a {
  display: inline-block;
  padding: 0px 10px 0px 10px;
  color: #e4e4e4;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 30px;
  font-weight: 500;
  font-size: 16px;
}

.menu_principal ul a:hover {
  color: #fff;
}

.menu_principal ul li:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
  margin-top: 5px;
}

.menu_principal ul li:hover:after {
  width: 100%;
  background: #fff;
  margin-top: 5px;
}

.menu_rolagem {
  min-height: 45px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  /*padding-bottom: 10px;*/
}

.menu_rolagem a {
  border-left: 1px solid #E9EBEF;
  margin-top: -5px;
  text-align: center;
}

.menu_rolagem li {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.logo_menor {
  display: none;
  margin-top: 5%;
  border: none;
  float: left;
}

.logo_medio {
  width: 160px;
  height: auto;
  margin-top: 10px;
}

.menu_principal_rolagem {
  margin-top: 20px;
  height: 40px;
}

.menu_principal_rolagem ul a {
  display: inline-block;
  padding: 0px 10px 0px 10px;
  color: #e4e4e4;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 30px;
  color: #2E303D;
}

.menu_principal_rolagem ul a:hover {
  color: #AA1E3A;
}

.menu_principal_rolagem .active li {
  color: #AA1E3A;
}

.menu_principal_rolagem ul li:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
  margin-top: 16px;
}

.menu_principal_rolagem ul li:hover:after {
  width: 100%;
  background: #AA1E3A;
  margin-top: 16px;
}

.menu_principal_rolagem ul .active li:after {
  width: 100%;
  background: #AA1E3A;
  margin-top: 16px;
}

.menu_principal_duplo {
  margin-top: 20px;
  height: 46px;
}

.menu_principal_duplo ul a {
  display: block;
  padding: 0px 7px 0px 7px;
  color: #e4e4e4;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 30px;
  color: #2E303D;
  text-align: left;
  line-height: 100%;
  float: left;
  font-size: 15px;
}

.menu_principal_duplo li {
  height: 46px;
}

.menu_principal_duplo ul a:hover {
  color: #AA1E3A;
}

.menu_principal_duplo .active {
  color: #AA1E3A;
}

.menu_principal_duplo ul li:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
  margin-top: 0px;
}

.menu_principal_duplo ul li:hover:after {
  width: 100%;
  background: #AA1E3A;
  margin-top: 0px;
}

.menu_principal_duplo ul .active li:after {
  width: 100%;
  background: #AA1E3A;
  margin-top: 0px;
}

.menu_principal_duplo small {
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  line-height: 28px;
}

.area_chamada {
  width: 100%;
  height: 100px;
  margin-top: 17%;
}

.chamada {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.chamada h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 43px;
  font-weight: 300;
}

.chamada p {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
}

.btn_assista {
  width: 120px;
  height: 120px;
  background-image: url('../img/ico_play.png');
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.btn_assista:hover {
  /*background-image: url('../img/ico_play_sobre.png');*/
}

.btn_chamada {
  margin-top: 37px;
  margin-bottom: 37px;
}

.btn_assista_content {
  display: block;
  margin: -10px auto;
}

.btn_assista .btn_assista_content:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
  margin-top: 5px;
}

.btn_assista:hover .btn_assista_content:after {
  width: 100%;
  background: #fff;
  margin-top: 5px;
}

.btn_assista_content {
  width: 100%;
  text-align: center;
  color: #e0e0e0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
}

.btn_assista:hover span {
  text-decoration: none;
  color: #fff;
}

.btn_assista img {
  border: none;
  margin-bottom: 15px;
}

.rodape {
  width: 100%;
  min-height: 675px;
  background: #2F3033;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.13);
  padding-top: 60px;
  padding-bottom: 20px;
}

.col_rodape {
  margin-bottom: 48px;
}

.col_rodape_seg {
  margin-top: 48px;
}

.rodape h3 {
  font-weight: 100;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0;
}

.rodape p {
  font-size: 13px;
  color: #BDC3CE;
  line-height: 21px;
  font-weight: 300;
  margin-top: 16px;
}

.mini_divisor {
  width: 61px;
  height: 1px;
  background-color: #212121;
  display: inline-block;
}

.mini_divisor_interno {
  width: 61px;
  height: 1px;
  background-color: rgba(189, 194, 206, 0.46);
  display: inline-block;
}

.menu_rodape {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu_rodape li {
  margin-top: 16px;
  font-size: 13px;
  color: #BDC3CE;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 300;
  text-decoration: none;
}

.menu_rodape a {
  font-size: 13px;
  color: #BDC3CE;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 300;
  text-decoration: none;
}

.connect li {
  width: 48px;
  height: 48px;
  display: inline-block;
  font-size: 42px !important;
}

.menu_rodape a:hover li {
  color: #fff;
  text-decoration: none;
}

.col_rodape_seg a:hover {
  text-decoration: none;
}

.ico_redesocial {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 42px;
  color: #D8D8D8;
}

.menu_rodape a:hover .ico_redesocial {
  color: #fff;
}

.rodape_sobre {
  margin-top: -160px;
  max-width: 430px;
}

.assinatura {
  text-align: center;
}

.visible {
  display: inline-block;
}

.flex-control-thumbs li {
  margin: 6px 6px 6px 8px;
  width: 21.9%;
}

.flex-control-thumbs li:first-child {
  margin: 8px 8px 0px 0px;
}

.breadcrumb {
  padding: 0;
  list-style: none;
  background: none;
}

.breadcrumb a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 14px;
  color: #999;
  background-image: url('../img/ico_bread.png');
  background-repeat: no-repeat;
  background-position: right;
}

.breadcrumb a:first-child {
  padding-left: 0;
}

.breadcrumb a:last-child {
  background: none;
}

.breadcrumb a:hover {
  color: #AA1E3A;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb .active {
  color: #AA1E3A;
  text-decoration: none;
  font-weight: 500;
}

.titulo {
  font-weight: 600;
  font-size: 30px;
  color: #6B0625;
  line-height: 43px;
  margin: 0;
  margin-bottom: 20px;
}

.titulo_interno {
  font-weight: 600;
  font-size: 30px;
  color: #2E303D;
  line-height: 34px;
  margin-bottom: 16px;
  margin-top: 0px;
}

.titulo_menor {
  font-weight: 500;
  font-size: 24px;
  color: #2E303D;
  line-height: 34px;
  margin: 0;
}

.subtitulo {
  font-size: 22px;
  color: #666666;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 16px;
}

.divisor {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgba(189, 194, 206, 0.46);
  margin-bottom: 20px;
}

.area_texto p {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}

.area_texto_menor p {
  font-size: 13px;
  color: #666666;
  line-height: 25px;
}

section {
  width: 100%;
  padding: 0 7%;
  display: table;
  margin: 0;
  max-width: none;
  background-color: #fff;
  height: 100vh;
}

.coluna {
  margin-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
}

.coluna ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.area_video_interno {
  position: relative;
  width: 100%;
  height: auto;
}

.area_video_interno img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.area_video_interno .btn_chamada {
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 34%;
}

.thumb_video>.btn_play {
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -30px;
  background-size: contain;
}

.thumb_video>.btn_play>.btn_assista {
  width: 60px;
  height: 60px;
  background-size: contain;
}

.coluna_thumb_video {
  margin-bottom: 20px;
}

.coluna_thumb_video .titulo_menor {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 5px;
}

.thumb_video img {
  width: 80%;
}

.area_cronograma {
  width: 100%;
  height: auto;
  background: #E3E5E1;
  padding-top: 106px;
  padding-bottom: 106px;
}

.read_more {
  color: #AA1E3A;
}

.read_more:hover {
  color: #AA1E3A;
}

.read_more:visited {
  color: #AA1E3A;
}

.lista {
  margin: 0;
  padding: 0 17px 0 17px;
}

.tabela {
  width: 101%;
}

.tabela thead th {
  background: #F3F3F4;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 5px;
  border: 1px solid #ccc;
}

.tabela tbody tr td {
  padding: 10px;
  border: 1px solid #ccc;
  color: #666666;
  line-height: 25px;
  vertical-align: middle;
  font-size: 13px;
}

.tabela tbody tr td a {
  color: #6B0625;
  line-height: 25px;
  vertical-align: middle;
  font-weight: 500;
}

.btn-menu {
  width: 28px;
  height: auto;
  float: right;
  margin: 20px 0 20px 0;
}

a[x-apple-data-detectors] {
  font-weight: 400;
  font-size: 1.000em;
  color: #58595B !important;
  padding-top: 9px;
}


/*ACCORDION*/


/* Style the buttons that are used to open and close the accordion panel */

button.accordion {
  cursor: pointer;
  padding: 18px;
  width: 98%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.4em;
  color: #2E303D;
  line-height: 10px;
  margin-bottom: 16px;
  margin-top: 0px;
  background-color: #fff;
  background-image: url('../img/ico_seta_baixo.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 24px;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

button.accordion.active, button.accordion:hover {
  color: #AA1E3A;
}

button.accordion.active {
  color: #AA1E3A;
  background-image: url('../img/ico_seta_cima.png');
}


/* Style the accordion panel. Note: hidden by default */

div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  transition: max-height 0.2s ease-out;
}

div.panel p {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}

div.panel ol, ul {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}
@media (max-width: 360px) {
  .top_bar p {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {

  .logo {
    margin-top: 15px;
    max-width: 130px;
  }
  .logo_menor {
    max-width: 130px;
    margin-top: 15px;
  }

  .rodape_sobre{
    margin-top: 0px;
    max-width: none;
  }
  .col_rodape_seg{
    padding: 0 !important;
  }

  .area_chamada{
    padding-top: 10%;
  }

  .chamada h1{
    font-size: 2em;
  }

  .chamada p{
    font-size: 1em;
  }

  .chamada .btn_chamada{
    margin: 20px 0 20px 0;
  }

  .btn_assista_content{
    font-size: 1.1em;
  }

  .menu_rolagem a{
    border: none;
  }

  .thumb_video img{
    width: 100%;
  }


  .area_video_interno .btn_chamada{
    left: 60%;
  }

  .btn_mais{
    width: 100%;
    height: 50px;
    font-size: 1em;
    padding-top: 15px;
    margin-top: -10px;
    background-position: right 10px center;
  }
  .btn_mais:hover{
    background-position: right 10px center;
  }

  .responsivo{
    margin-left: -90px;
    margin-top: 15px;
  }

  .tabela{
    width: 95%;
    font-size: 1em;
    margin: 0 auto;
  }

  .foto{
    width: 100%;
    margin: 10px 0 20px 0;
  }

  .modal-content{
    margin-top: 40%;
  }

  .central{
    padding: 20px !important;
  }

.videos_produto{
  margin-bottom: 40px;
  margin-top: 20px;
}
  .videos_produto > .btn_play{
    left: 33%;
    top: 30px;
  }
  .area_cronograma {
    padding-top: 0;
    padding-bottom: 0;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .rodape_sobre{
    margin-top: 0px;
    max-width: none;
  }
  .logo {
    margin-top: 10px;
  }
  .logo_menor {
    margin-top: 10px;
  }
  .area_cronograma {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tabela{
    width: 100%;
  }
}

@media (max-width : 1024px)  {
  .area_video{
    background-image: url("../img/img_responsiva.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .rodape_sobre {
    margin-top: -184px;
  }
  .menu_principal_duplo ul a {
    padding: 0px 5px 0px 5px;
  }
}
