/*
Version: 2021-10-28
*/
.fp-menu,
.slide-btns,
.marca,
#modalAvaliar {
  display: none !important;
  pointer-events: none;
}

html {
  min-height: 100%;
}
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: absolute;
  width: 100%;
  font-family: "Roboto" !important;
}
button {
  font-family: "Roboto" !important;
}
main {
  padding: 42px 0;
}
@media (min-width: 728px) {
  main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header {
  height: 90px;
}
.container {
  width: calc(100% - 48px);
  height: 100%;
  margin: 0 auto;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 10% + 27px);
  height: 100%;
  margin: 0 auto;
}
.logo-container {
  width: 150px;
  height: 75px;
  background-image: url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.logo-container img {
  width: 150px;
}
.title-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #4f5560;
}
.title-container h1,
.title-container h2 {
  margin: 4px 0;
}
.title-container h1 {
  font-size: 18px;
}
.title-container h2 {
  font-size: 13px;
  font-weight: normal;
}
.hdr-btns-right {
  display: flex;
  justify-content: space-evenly;
}
.ajuda-btn,
.sair-btn a {
  font-weight: bold;
  color: #4f5560;
  font-size: 12px;
  float: right;
  border-radius: 5px;
  border: none;
  width: 141px;
  height: 38px;
  background: #e5e8f0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sair-btn {
  margin-left: 12px;
}
.sair-btn a {
  width: 38px;
}
.ajuda-btn:hover,
.sair-btn a:hover {
  background-color: #c6cad6;
}

.ajuda-link {
  justify-content: center;
  display: flex;
  width: 141px;
  height: 38px;
  align-items: center;
  font-weight: bold;
  color: #4f5560;
  font-size: 12px;
}
.ajuda-btn img,
.sair-btn img {
  width: 16px;
  height: 16px;
}
main {
  background: url("../images/background-live.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.iframe-tab-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
#gravado {
  background: rgb(51, 51, 51, 0.9);
  border-radius: 5px;
  padding: 3px 6px;
  position: absolute;
  color: white;
  top: 12px;
  left: 12px;
  font-size: 12px;
  z-index: 9999;
}
.iframe-container iframe,
.iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  background: #000;
}

.iframe-container-width {
  width: 60%;
  padding-right: 24px;
}

.tab-sidebar {
  width: 30%;
  margin-top: -5px;
  display: flex;
  flex-flow: column;
}

.tab,
.sidebar {
  width: 100%;
}
.sidebar {
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  position: relative;
  flex: 1;
}
.sidebar > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.tab {
  display: flex;
  flex-wrap: nowrap;
}
.tab button {
  flex: 1;
  align-self: flex-end;
  border-radius: 0;
  border: 0;
  padding: 12px 11px;
  background: #e5e8f0;
  cursor: pointer;
  margin: 0 !important;
  white-space: nowrap;
}
.tab button:hover {
  background-color: #c6cad6;
  border-radius: 5px 5px 0px 0px;
  padding-top: 18px;
}

.tab .tablinks-active {
  padding-top: 18px;
  background: #ffffff;
  border-radius: 5px 5px 0px 0px;
}

.tab .tablinks-active:hover {
  background: #ffffff;
}

.radio-input {
  display: none;
}
.radio-menu-container {
  display: flex;
  justify-content: flex-end;
}
.radio-menu-option {
  position: relative;
  display: inline-block;
}
/* .radio-menu-option label {
  filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
}
.radio-menu-option label::before{
  content: '';z-index: 1;
}
.radio-menu-option input:checked + label{
  filter: grayscale(0);
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -o-filter: grayscale(0);
      -ms-filter: grayscale(0);
} */
.flat-tooltip-container {
  display: none;
}
.radio-menu-option:hover .flag-tooltip-container {
  display: flex;
}
.flag-tooltip-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 22px;
  padding: 4px 6px;
  display: none;
  justify-content: center;
  z-index: 999999;
}
.flag-tooltip {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  background: white;
  color: #4f5560;
  border-radius: 5px;
  padding: 3px 6px;
}
.speech {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  background: white;
}

.flag {
  height: 24px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 40;
}
.flag:hover,
.flag-active .flag {
  opacity: 1;
}

.flag-en-us {
  background-image: url("../images/flags/EUA.png");
}

.flag-pt-br {
  background-image: url("../images/flags/brasil.png");
}

.flag-china {
  background-image: url("../images/flags/CHINA.png");
}

.flag-es {
  background-image: url("../images/flags/ESPANHA.png");
}

.flag-franca {
  background-image: url("../images/flags/FRANCA.png");
}

.flag-italia {
  background-image: url("../images/flags/ITALIA.png");
}

.flag-japao {
  background-image: url("../images/flags/JAPAO.png");
}

#perguntas {
  display: none;
  height: 100%;
  color: #4f5560;
  overflow: auto;
}
.perguntas-container {
  max-height: 100%;
  margin: 0 auto;
  width: calc(100% - 48px);
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.perguntas-container form {
  height: calc(100% - 166px);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.slick-track {
  display: flex;
  align-items: center;
}
.slick-dots {
  display: none !important;
}

.slider .slide {
  max-width: 150px;
  max-height: 75px;
  margin: 0 24px;
}

.perguntas-container span {
  display: block;
  padding-top: 24px;
  font-size: 14px;
}
#perguntas textarea {
  margin-top: 24px;
  border-radius: 5px;
  flex: 1;
  resize: none;
  width: calc(100% - 37px);
  padding: 18px;
  font-family: "roboto";
}
#perguntas .btn-enviar {
  padding: 12px 48px;
  display: block;
  margin: 12px auto 24px;
  border: none;
  color: #4f5560;
  background-color: #e5e8f0;
  border-radius: 5px;
  cursor: pointer;
}

#perguntas .btn-enviar:hover {
  background-color: #c6cad6;
}
.tabcontent ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tabcontent ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 36px);
  height: 40px;
  margin: 12px;
  /* display:flex;
  align-items:center;
  color:#4F5560;
  background:#E5E8F0;
  margin:12px 17px;
  font-size:13px;
  padding:9px 0;
  cursor:pointer; */
}
#links ul li,
#links ul li img {
  cursor: pointer;
}
.links-img {
  display: table;
  margin-left: auto;
  z-index: 99;
}
.sala-title {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  font-weight: bold;
  float: left;
  padding-left: 12px;
  font-weight: bold;
  float: left;
  color: #4f5560;
  background: #e5e8f0;
  width: 100%;
  height: max-content;
  font-size: 13px;
  padding: 12px 6px;
}
.sala-ativa .sala-lang {
  background: #4f5560;
}
.sala-lang {
  font-style: italic;
  float: right;
  position: relative;
  margin-left: auto;
  display: Table;
  padding-left: 12px;
  width: max-content;
}

.sala-flag {
  position: absolute;
  right: 0;
  top: -3px;
  background: black;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.tabcontent ul .sala-ativa .sala-title {
  background: #4f5560;
  color: white;
}
.tabcontent ul .sala-ativa a:link,
.tabcontent ul .sala-ativa a:visited {
  color: white;
}
.tabcontent ul a:link,
.tabcontent ul a:visited {
  text-decoration: none;
  color: #4f5560;
}
/* .clientes{

  z-index: 999;
  background:white;
  position: fixed;
  bottom: 45px;
  width: 100%;
  height:120px;
} */
/* .clientes .container{
  overflow-x:scroll;
  overflow-y:hidden;
display:grid;
grid-template-columns:150px 150px 150px 150px 150px 150px 150px;
column-gap:50px;
align-items: center;
justify-content: left;
} */
/* .cliente{
  display:inline-block;
  width:150px;
  height:75px;
  background:#E5E8F0;
} */

footer {
  background: rgb(0, 0, 0, 0);
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.footer-text {
  font-size: 12px;
  color: #4f5560;
  vertical-align: middle;
}
footer .container {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .container img {
  height: auto;
  width: 89px;
}
.slick-list {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/******* MEDIA QUERIES *********/

@media (max-width: 768px) {
  header {
    height: auto;
  }
  header .container {
    display: block;
    text-align: center;
    padding: 0 14px;
  }
  header .logo-container {
    margin: 2px auto 0;
    background-position: center;
  }
  .title-container {
    transform: none;
    width: 100%;
    position: static;
    display: block;
  }
  .ajuda-btn,
  .sair-btn a:hover {
    float: none;
    margin: 12px 0 24px;
    cursor: pointer;
  }

  .iframe-tab-container {
    flex-wrap: wrap;
  }
  .sidebar {
    padding-top: 359px;
  }
  .tab-sidebar {
    width: 90%;
    margin-top: 24px;
  }
  .iframe-container-width {
    padding: 0;
    width: 90%;
  }


  .gravado {
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    z-index: 9999;
    padding: 4px 12px;
    background: rgba(51, 51, 51, 0.9);
    border-radius: 5px;
    margin: 12px 0 0 12px;
  }
}

@media (max-width: 1390px) {
  .gravado {
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    z-index: 9999;
    padding: 4px 12px;
    background: rgba(51, 51, 51, 0.9);
    border-radius: 5px;
    margin: 12px 0 0 12px;
  }
}
@media (min-width: 1398px) {
  .clientes .container {
    justify-content: center;
  }
  .clientes .container {
    overflow-x: auto;
  }
}
#links {
  display: none;
}

.clientes {
  padding: 24px 48px;
}
.clientes .slider {
  width: calc(100%);
  margin: 0 auto;
}
.clientes .slider a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.clientes .slider img {
  display: block;
  margin: 0 auto;
  z-index: 2147483646;
  position: relative;
  max-width: 150px;
  max-height: 75px;
}

.w3-btn,
.w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.w3-btn,
.w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.w3-disabled *,
:disabled * {
  pointer-events: none;
}
.w3-dropdown-hover:hover > .w3-button:first-child,
.w3-dropdown-click:hover > .w3-button:first-child {
  background-color: #ccc;
  color: #000;
}
.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}
.w3-main,
#main {
  transition: margin-left 0.4s;
}
.w3-modal {
  -webkit-transform: translateZ(10px);
  z-index: 2147483647;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}
.w3-modal-content {
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  margin: auto;
  background-color: none;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}
.w3-bar .w3-button {
  white-space: normal;
}
.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 600px) {
  .w3-modal-content {
    margin: 150px 10px 0;
    width: auto !important;
  }
  .w3-modal {
    padding-top: 30px;
    cursor: pointer;
  }
  .w3-dropdown-hover.w3-mobile .w3-dropdown-content,
  .w3-dropdown-click.w3-mobile .w3-dropdown-content {
    position: relative;
  }
  .w3-hide-small {
    display: none !important;
  }
  .w3-mobile {
    display: block;
    width: 100% !important;
  }
  .w3-bar-item.w3-mobile,
  .w3-dropdown-hover.w3-mobile,
  .w3-dropdown-click.w3-mobile {
    text-align: center;
  }
  .w3-dropdown-hover.w3-mobile,
  .w3-dropdown-hover.w3-mobile .w3-btn,
  .w3-dropdown-hover.w3-mobile .w3-button,
  .w3-dropdown-click.w3-mobile,
  .w3-dropdown-click.w3-mobile .w3-btn,
  .w3-dropdown-click.w3-mobile .w3-button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px;
  }
  .w3-modal {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .w3-modal-content {
    width: 900px;
  }
  .w3-hide-large {
    display: none !important;
  }
  .w3-sidebar.w3-collapse {
    display: block !important;
  }
}
.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}
.w3-container,
.w3-panel {
  padding: 0.01em 16px;
}
.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}
.w3-button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}
.w3-container {
  padding: 0;
}
.w3-modal input {
  display: none;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.w3-display-topright {
  z-index: 2147483647;
}
.modal-container {
  z-index: auto !important;
}
.cmsmasters_row .cmsmasters_row_outer_parent,
.cmsmasters_row.cmsmasters_row_top_default.cmsmasters_row_bot_default,
#middle {
  z-index: auto;
}
#header {
  z-index: 11;
}

@media (max-width: 768px) {
  .slider-content {
    top: 13%;
  }
  .modal-content-mb {
    max-width: 300px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    display: block;
  }
  .nl-iframe {
    max-width: none;
    -ms-zoom: 0.69;
    -moz-transform: scale(0.69);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.69);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.69);
    -webkit-transform-origin: 0 0;
  }
}
.submit-modal {
  background: #f7f8fb;
  border-radius: 5px;
  text-align: center;
  padding: 24px 0;
}
.submit-modal img {
  width: 96px;
}
.sentEmail {
  text-align: center;
  margin: 24px 0;
}

@media screen and (max-width: 728px) {
  .hide-on-mb {
    display: none !important;
  }
  .infra-mb {
    font-size: 32px !important;
  }
}

.submit-modal button {
  background: D30229;
  border: none;
  background-color: #d30229;
  border-color: #d30229;
  display: inline-block;
  padding: 12px 30px;
  position: relative;
  white-space: nowrap;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #ffffff;
}

/* ANIMATION */
a,
a:hover,
a:focus,
a:active,
svg,
svg:hover,
svg:focus,
svg:active,
button,
button:hover,
button:focus,
button:active,
div,
span,
li {
  -webkit-transition: color 0.5s ease, background 0.5s ease,
    background-color 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, background-color 0.5s ease,
    opacity 0.5s ease;
}

@media only screen and (max-width: 490px) {
  header .logo {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }
  header .social-btns {
    display: none;
  }
  header .about-webinar {
    margin-top: 0px;
    padding: 10px 0 20px;
    border: none;
  }

  section.player .slide-btns .btn-person,
  section.player .slide-btns .btn-baixar,
  section.player .slide-btns .btn-suporte,
  section.player.white .slide-btns .btn-question {
    background: #ededed;
    color: #818181;
  }

  section.perguntas {
    padding: 90px 0 45px;
    height: auto;
  }

  section.perguntas h2 {
    text-align: center;
  }
  section.perguntas p {
    text-align: center;
  }
  section.perguntas .formulario .btn-enviar {
    margin-top: 20px;
  }
  section.perguntas .form-control {
    padding: 12px 12px;
    font-size: 16px;
  }

  footer .oferecidopor {
    display: none;
  }

  .hideMobile {
    display: none;
  }
}
#hubspot-messages-iframe-container {
  opacity: 0;
}

/* RESPONSIVO KAMIL */


/*BIG SCREENS */

@media (max-width: 1920px) {
  #enquete_menti {
    height: 200%;
        width: 180%;
        transform: scale(0.7) translate(32%, -22%);
        padding-top:15px;

  }
}
/* BIG DESKTOPS */
@media (max-width: 1440px) {
  #enquete_menti {
    height: 220%;
        width: 180%;
        transform: scale(0.68) translate(34%, -26%);

  }
}


@media (min-width: 1201px) and (max-width:1366px) {
  #enquete_menti {
    height:230%;
    width: 200%;
    transform: scale(0.6) translate(42%, -34%);
  }
}


@media (min-width: 1025px) and (max-width:1200px) {
  #enquete_menti {
    height: 260%;
    width: 180%;
    transform: scale(0.6) translate(40%, -34%);
  }
}

/* LAPTOP */

@media (min-width: 769px) and (max-width:1024px) {
  #enquete_menti {
    height: 310%;
    width: 180%;
    transform: scale(0.58) translate(42%, -38%);

  }
}
/*TABLET*/

@media (max-width: 768px) {
  #enquete_menti {
    height: 270%;
        width: 200%;
        transform: scale(0.9) translate(30%, -6%);
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  #enquete_menti {
    height: 255%;
    width: 200%;
    transform: scale(0.8) translate(32%, -13%);
  }
}

/*MOBILE*/

@media (max-width: 480px) {
  #enquete_menti {
    height: 200%;
    width: 200%;
    transform: scale(0.55) translate(45%, -43%);
  }
}

#video {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.video.iframe:before {
    content: " ";
    width: 100%;
    height: 60px;
    background: transparent;
    position: absolute;
    z-index: 9000;
}
