/*
Versao: 2021-08-23
*/

body {
    margin:0;
    font-family:"roboto";
  }
  
  .content {
      margin-left: auto;
      margin-right: auto;
      /* max-width: 1120px; */
      width: 100%;
  }
  
  input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {background:#ff9 !important;}
  
  .positionAbsolute {position:absolute !important;}
  .imgCarregando {position:absolute;display:none;}
  
  /* iframe {border:0;width:100%;display:block;margin:0;padding:0;}
  iframe#teste_de_conexao {height:450px;} */
  
  /* Google Maps */
  p.mapa {
      margin-top:10px;
      cursor:pointer;
  }
  p.mapa:hover {
      color:#B42329 !important;
  }
  
  #mapa {
      height: 400px;
      border: 10px solid #ccc;
      margin-bottom: 20px;
  }
  
  .flags_langs div {position:relative;z-index:1000;float:left;cursor:pointer;margin-right:5px;top:-380px;}
  .lang_engl span {background:url('../images/evento/lang_engl_off.jpg');width:42px;height:18px;display:block;}
  .lang_engl span:hover {background:url('../images/evento/lang_engl.jpg');}
  .lang_engl span.ativo {background:url('../images/evento/lang_engl.jpg');}
  .lang_espa span {background:url('../images/evento/lang_espa_off.jpg');width:42px;height:18px;display:block;}
  .lang_espa span:hover {background:url('../images/evento/lang_espa.jpg');}
  .lang_espa span.ativo {background:url('../images/evento/lang_espa.jpg');}
  .lang_port span {background:url('../images/evento/lang_port_off.jpg');width:42px;height:18px;display:block;}
  .lang_port span:hover {background:url('../images/evento/lang_port.jpg');}
  .lang_port span.ativo {background:url('../images/evento/lang_port.jpg');}
  
  /*modal avaliar*/
  #modalAvaliar iframe{height:550px;margin:0;padding:0;border:0;}
  
/* ==========================================================================
  Section Header
  ========================================================================== */
  header {
    width: 100%;
    display: flex;
}
  

  
  header .logo {
      text-align:center;
      width: 200px;
      float: left;
  }
  
  header .logo img {
      max-width: 280px;
      max-height: 75px;
  }
  
  header .about-webinar {
      width: 720px;
      height: 100px;
      float: left;
      text-align: center;
  }
  
  header .about-webinar h1 {
      font-size: 18px;
      font-weight: 600;
      color: #505050;
      margin: 5px 0 5px 0;
      padding: 0;
      line-height: 1.2;
  }
  
  header .about-webinar h3 {
      font-size: 13px;
      font-weight: regular;
      color: #505050;
      margin: 2px 0 2px 0;
      padding: 0;
      line-height: 1;
  }
  
  header .about-webinar p.local {
      font-size: 13px;
      color: #7e7e7e;
      margin: 0;
  
  }
  
  header .about-webinar span.local img {
      margin-right: 8px;
  }
  
  header .social-btns {
      width: auto;
      float: right;
  }
  
  header .social-btns .s-btn {
      background: #fff;
      float: right;
      font-size: 18px;
      margin: 15px 0 0 30px;
  }
  
  header .social-btns .s-btn a {color: #ccc;}
  header .social-btns .s-btn a:hover {color: #b42329;}
  
  header .social-btns .s-btn .twitter {
      display: block;
      /*
          width: 40px;
          height: 40px;
      */
      /*    background: url(../images/twitter.png) 0 0;*/
      text-decoration: none;
      border: none;
  }
  
  header .social-btns .s-btn .twitter:hover {
      /*    background: url(../images/twitter.png) 40px 0;*/
  }
  
  header .social-btns .s-btn .facebook {
      display: block;
      /*
          width: 40px;
          height: 40px;
      */
      /*    background: url(../images/facebook.png) 0 0;*/
      text-decoration: none;
      border: none;
  }
  
  
  header .social-btns .s-btn .facebook:hover {
      /*    background: url(../images/facebook.png) 40px 0;*/
  }
  
  header .social-btns .s-btn .youtube {
      display: block;
      /*
          width: 40px;
          height: 40px;
      */
      /*    background: url(../images/youtube.png) 0 0;*/
      text-decoration: none;
      border: none;
  }
  
  
  header .social-btns .s-btn .youtube:hover {
      /*    background: url(../images/youtube.png) 40px 0;*/
  }
  header .social-btns .s-btn .instagram {
      display: block;
      /*
          width: 40px;
          height: 40px;
      */
      /*    background: url(../images/instagram.png) 0 0;*/
      text-decoration: none;
      border: none;
  }
  
  
  header .social-btns .s-btn .instagram:hover {
      /*    background: url(../images/instagram.png) 40px 0;*/
  }
  
  header .social-btns .s-btn .google {
      display: block;
      /*    width: 40px;*/
      /*    height: 40px;*/
      /*    background: url(../images/google-plus.png) 0 0;*/
      text-decoration: none;
      border: none;
  }
  
  header .social-btns .s-btn .google:hover {
      /*    background: url(../images/google-plus.png) 40px 0;*/
  }
  

  .tab-sidebar-hidden{
      width:0px!important;
  }
  .slick-arrow{
      display:none!important;
  }

  
  /* ==========================================================================
  Status da Transmissão
  ========================================================================== */
  
  /* AO VIVO */
  header .about-webinar .status.aovivo {
  display:none;
  }
  
  /* GRAVADO */
  header .about-webinar .status.gravado {
      width: 80px;
      background: #939393;
  }
  
  /* Relógio */
  header .about-webinar .status.relogio {
      width: 192px;
      background: #343434;
  }
  
  /* Configurações Gerais */
  
  header .about-webinar .status {
      height: 26px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #fff;
      text-align: center;
      font-size: 12px;
      font-weight: 600;
      line-height: 28px;
      margin: -10px auto;
  }
  
  /* ==========================================================================
  Player | Video e Slide
  ========================================================================== */
  
  section.player {
    padding: 20px;
    width: 100%;
  }
  
  section.player .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:100%;
  }
  
  section.player .wrapper-video {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  
  section.player .video {
    background: #101010;
    height: 360px;
      margin: 0!important;
    width: 640px;
  }
  
  section.player .apresentacao {
      float:left;
      width: 606px;
  }
  
  section.player .apresentacao-cont {
      background-color: #f1f1f1;
      width: 606px;
      height: 413px;
      display:block;
  }
  
  section.player .apresentacao-cont img {
      background:url('../images/slides/sem_video.jpg') no-repeat center;
      width:606px;
      height:413px;
      display:block;
  }
  
  /* ==========================================================================
  Botões | Abaixo do Slide
  ========================================================================== */
  
  /* TEMA BLACK */
  section.player.black .slide-btns .btn-person,
  section.player.black .slide-btns .btn-baixar,
  section.player.black .slide-btns .btn-suporte,
  section.player.black .slide-btns .btn-question,
  section.player.black .slide-btns .btn-fullscreen {
      background: none;
      color: #fff;
      border: 1px solid #fff;
  }
  
  section.player.black .slide-btns .btn-person:hover,
  section.player.black .slide-btns .btn-baixar:hover,
  section.player.black .slide-btns .btn-suporte:hover,
  section.player.black .slide-btns .btn-question:hover,
  section.player.black .slide-btns .btn-fullscreen:hover {
      background: #fff;
      color: rgb(183, 49, 51);
  }
  
  /* TEMA GRAY */
  section.player.gray .slide-btns .btn-person,
  section.player.gray .slide-btns .btn-baixar,
  section.player.gray .slide-btns .btn-suporte,
  section.player.gray .slide-btns .btn-question {
      background: #d1d1d1;
      color: #818181;
  }
  
  section.player.gray .slide-btns .btn-person:hover,
  section.player.gray .slide-btns .btn-baixar:hover,
  section.player.gray .slide-btns .btn-suporte:hover,
  section.player.gray .slide-btns .btn-question:hover {
      background: #fefefe;
      color: #818181;
  }
  
  /* TEMA WHITE */
  section.player.white .slide-btns .btn-person,
  section.player.white .slide-btns .btn-baixar,
  section.player.white .slide-btns .btn-suporte,
  section.player.white .slide-btns .btn-question {
      background: #ededed;
      color: #818181;
  }
  
  section.player.white .slide-btns .btn-person:hover,
  section.player.white .slide-btns .btn-baixar:hover,
  section.player.white .slide-btns .btn-suporte:hover,
  section.player.white .slide-btns .btn-question:hover {
      background: #d1d1d1;
      color: #818181;
  }
  
  
  /* Configurações Gerais */
  
  section.player .slide-btns {
      font-weight: 600;
      font-size: 13px;
      display: flex;
      justify-content: center;
      position: relative;
      width: 100%;
    padding-top: 20px;
      z-index: 0;
  }
  
  section.player .slide-btns a {
      text-decoration: none;
      color: inherit;
      padding: 0;
      white-space: nowrap;
      font-size: 11px;
  }
  
  section.player .slide-btns a .fa {margin-right: 2px;}
  
  section.player .slide-btns img {
      padding: 0 2px 0 0;
      vertical-align: middle;
  }
  
  section.player .btn-baixar,
  section.player .btn-suporte,
  section.player .btn-question,
  section.player .btn-avaliar,
  section.player .btn-chat,
  section.player .btn-fullscreen,
  section.player .btn-person {
      text-align: center;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      margin: 0px 6px;
      padding: 6px 14px;
          min-width: 100px;
  }
  
  
  section.player .btn-avaliar,
  section.player .btn-chat {width:105px !important;}
  
  iframe#chat_webinar {
      float:right;
      overflow:hidden;
      height:490px;
      background-color:transparent;
      width:310px;
  }
  
  div.chat_rodape {bottom:0;position:fixed;left:15px;height:490px;}
  
  /* ==========================================================================
  Parceiros
  ========================================================================== */
  
  section.parceiros {
      align-items: center;
      display: flex;
      height: auto;
      justify-content: center;
      padding: 20px 0;
      width: 100%;
  }
  
  section.parceiros .align-parc{
      height: auto;
      margin: 0 auto;
      width: 100%;
  }
  
  section.parceiros .nome-parc {
      color: #818181;
      font-size: 14px;
      margin-right: 20px;
  }
  
  section.parceiros .arrow {
      width: 16px;
      height: 30px;
      margin: 16px 12px;
      float: left;
  }
  
  section.parceiros .align-parc,
  section.parceiros .lista-logos,
  section.parceiros .lista-logos .slide-logos-parc,
  section.parceiros .lista-logos .slide-logos-parc ul,
  section.parceiros .lista-logos .slide-logos-parc ul li{
      align-items: center;
      display: flex;
      justify-content: center;
  }
  
  section.parceiros .lista-logos .slide-logos-parc ul li {
      height: 60px;
      margin: 0 12px;
      width: 130px;
  }
  
  section.parceiros .arrow-left {
      display: block;
      width: 16px;
      height: 30px;
      background: url(../images/arrow-left.png) 0 0;
      text-decoration: none;
      border: none;
  }
  section.parceiros .arrow-left:hover {
      background: url(../images/arrow-left.png) 16px 0;
  }
  
  section.parceiros .arrow-right {
      display: block;
      width: 16px;
      height: 30px;
      background: url(../images/arrow-right.png) 0 0;
      float:right;
  }
  
  section.parceiros .arrow-left a, section.parceiros .arrow-right a {
      border: none;
      text-decoration: none;
      display: block;
      width: 16px;
      height: 30px;
  }
  
  section.parceiros .arrow-right:hover {
      background: url(../images/arrow-right.png) 16px 0;
  }
  
  section.parceiros .logo-parc {
      max-width: 130px;
      min-width: 60px;
      height: 60px;
      float: left;
      margin: 0 12px;
      text-align: center;
  }
  
  section.parceiros .logo-parc img {
      max-width: 130px;
      max-height: 60px;
  }
  
  /* Ocultar */
  .hide {
      display: none;
  }
  
  /* ==========================================================================
  Perguntas
  ========================================================================== */
  
  /* Cor Padrão (personalizável no HTML) - Alterar o hexadecimal da cor nos 2 campos abaixo */
  /*section.perguntas { background: #0080b6;}
  section.perguntas .formulario .btn-enviar {color: #0080b6;}*/
  /* Fim - Cor Padrão */
  
  /* Mensagem de Sucesso e Erro */
  
  section.perguntas .msg-alert {
      position: fixed;
      left: 50%;
      margin-left: -200px;
      top: 340px;
  }
  
  section.perguntas .msg-alert .msg-sucesso {
      width: 400px;
      background: #D08E2A;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      padding: 10px;
  }
  
  section.perguntas .msg-alert .msg-sucesso p {
      font-size: 18px;
      font-weight: 400;
      padding-top: 6px;
      padding-left: 20px;
      text-align: left;
  }
  
  section.perguntas .msg-erro {
      width: 400px;
      height: 38px;
      background: #c53842;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
  }
  
  section.perguntas .msg-alert .msg-erro p {
      font-size: 15px;
      font-weight: 400;
      padding-top: 8px;
      padding-left: 20px;
      text-align: left;
  }
  
  section.perguntas .msg-alert .msg-erro a {
      color: #fff;
  }
  
  section.perguntas .msg-alert img {
      float: right;
      margin: -34px 8px 0 0;
  
  }
  /* Fim - Mensagem de Sucesso e Erro */
  
  section.perguntas {
      align-items: center;
      display: flex;
      height: auto;
      justify-content: center;
      padding: 50px 0;
      width: 100%;
  }
  
  section.perguntas .title-form {
      text-align: center;
  }
  
  section.perguntas h2 {
      color: #fff;
      font-size: 22px;
      margin: 10px 0 0 0;
      font-weight: 400;
  }
  
  section.perguntas p {
      color: #fff;
      margin: 10px 0;
      font-weight: 400;
      font-size: 14px;
  }
  
  section.perguntas .formulario {
      width: 670px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      padding-left: 10px;
      
      display: flex;
      justify-content: center;
      flex-direction: column;
  }
  
  section.perguntas .form-group {
      width: 320px;
      float: none;
      font-size: 14px;
      margin: 10px auto;
  }
  
  section.perguntas .form-control {
      display: block;
      width: 100%;
      height: 28px;
      padding: 6px 12px;
      font-size: 12px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
  }
  
  section.perguntas .formulario input {
      height: 36px;
      width: 300px;
      margin: 6px 0 16px 0;
      background-color: #fff;
      color: #818181;
  }
  
  section.perguntas .formulario textarea {
      height: 108px;
      width: 334px;
      background-color: #fff;
      color: #202020;
      float: left;
      margin-top: 5px;
      margin-bottom: 10px;
  }
  
  section.perguntas .formulario .form-btn {
      width: 100%;
      clear: both;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
  }
  
  section.perguntas .formulario .btn-enviar {
      width: 140px;
      height: 34px;
      background-color:transparent;
      font-size: 13px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #fff;
      cursor: pointer;
      color: #fff!important;
  }
  .btn-enviar {cursor: pointer;}
  
  section.perguntas .formulario .btn-enviar:hover {
      background: #fff;
      color: rgb(183, 49, 51)!important;
  }
  
  /*cores webinar*/
  .cor_1 {background:#007DB4 !important;}
  .cor_2 {background:#92B22F !important;}
  .cor_3 {background:#BD0052 !important;}
  
  /*links-pontos-video*/
  .links_pontos_video * {word-wrap:break-word !important;white-space:normal !important;}
  .links_pontos_video > p {margin: 24px 12px 10px 12px;display: block;
  font-size: 14px;
  color: #4F5560;
}
  .links_pontos_video {display:block;float:right;width:34%;overflow:auto;text-align:left;overflow-x:hidden;} /*alterada (largura de 50% para 34% e float:right) no dia 02/10/2018 porque estava quebrando o layout*/
  .links_pontos_video .sala-title {
      flex-wrap:wrap;
    }
    .links_pontos_video ul li:last-child{
        margin-bottom:0;
    }
    .links_pontos_video ul li{
        height:52px;
    }
  .links_pontos_video span{
      display:block;
      width:100%;
      
  }
  
  /* ==========================================================================
  Rodapé
  ========================================================================== */
  footer {margin-top: 0!important;}
  footer .marca {
      width: 50%;
      font-size: 12px;
      color: #818181;
      float: left;
      padding-top: 2px;
  }
  
  footer .assinatura {
    width: 100%;
    float: right;
    font-size: 12px;
    color: #818181;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    background: #f9f9f9;
  }
  
  footer p {
      margin-top: 15px;
  }
  
  footer .assinatura img {
      float: right;
      border: none;
      text-decoration: none;
      margin-left: 5px;
      margin-top: 4px;
  }
  .slide-btns {max-width: 100%; margin: auto;}
  .slide-btns .btn-suporte,.slide-btns .btn-question{float: left!important;}
  
  
  /* ==========================================================================
  Responsivo
  ========================================================================== */
  


  @media screen and (max-width: 1024px) {
      .content {max-width: 100%;}
      header {padding-top: 0;}
      header .logo {margin-left: 20px;}
      header .about-webinar {width: 100%;height: auto; padding: 4px 0 12px;}
      header .about-webinar h1 {padding: 0 10px; font-size: 18px;}
      header .about-webinar .status {margin-top: 10px; margin-bottom: -20px;}
      header .social-btns {position: absolute;top: 0px;right: 30px; height: auto; margin:10px 0;}
      header .social-btns .s-btn {margin: 20px 0 0 40px;}
      
      section.parceiros .align-parc,
      section.parceiros .lista-logos,
      section.parceiros .lista-logos .slide-logos-parc,
      section.parceiros .lista-logos .slide-logos-parc ul {flex-wrap: wrap;}
      
      section.parceiros .nome-parc {margin: 0 20px 20px;}
      section.parceiros .lista-logos .slide-logos-parc {width: 100%!important;}
      section.parceiros .lista-logos .slide-logos-parc ul li {margin: 0 12px 30px;}
  }
  
  @media screen and (max-width: 490px) {
      header .logo {width: 100%; text-align: center; margin: 0;}
      header .about-webinar {margin-top: 60px; padding: 24px 0 30px;}
      header .social-btns {position: absolute; top: 70px; left: 0; right: 0; margin: 0 auto; float: none; text-align: center;}
      header .social-btns .s-btn {display: inline-block; float: none;}
      header .about-webinar .status {width: 70%!important; margin-bottom: -10px;}
      section.perguntas .formulario {width: 100%; padding: 0 10px; margin-top: 35px;}
      section.perguntas .formulario input {width: 100%;}
      section.perguntas .form-group {width: 100%;}
      section.perguntas .title-form {text-align: left;padding: 0 10px;}
      section.perguntas .formulario textarea {width: 100%;}
      section.perguntas {padding: 30px 0 0 0; height: 430px;}
      .form-group {margin-bottom: 0px;}
      
          /*Player*/
      section.player {height: auto; padding: 0;}
      section.player .video {width: 100%!important; height: auto;}
          /* section.player .video iframe {max-height: 220px;} */
      .flowplayer {width: 100%!important; height: 276px!important;}
          section.player .content .wrapper-video {flex-direction: column;}
          
          /*Botões*/
          section.player .slide-btns {padding: 10px;}
          section.player .slide-btns > div {flex-grow: 1; padding: 10px 14px;}
      
       
      
          /*Perguntas*/
          section.perguntas {padding: 45px 0!important;}
      section.perguntas .formulario {width: 100%;}
      
  }
  
  @media screen and (max-height: 490px) and (orientation: landscape) {
      /* html, body, section.player {width: 100vw; height: 100vh; } */
      .player .content, section.player {margin: 0; padding: 0; width: 100vw; height: 100vh;}
      section.player .video {width: 100vw!important; height: 100vh!important;}
      .perguntas, section.player .slide-btns{display: none;}
  }
  
  @media only screen and (max-width: 490px) {
      section.parceiros .lista-logos .slide-logos-parc,
      section.parceiros .lista-logos,
      section.parceiros .align-parc {width: 100%!important;}
      section.parceiros {position: relative; z-index: -10}
  }
  
  .enquete_mobile {z-index: 100!important;}
  

  }
  
    .sidebar-hidden{
      width:0 !important;
  }