/*BANNERS POR TELA*/
.banner-missao-visao-valores,
.banner-trabalhe-conosco,
.banner-acessoria-imprensa {
  width: 100%;
  height: 50%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .banner-acoes-promocionais,
  .banner-trabalhe-conosco,
  .banner-acessoria-imprensa {
    width: 100%;
    height: 25%;
    background-position: center;
    background-size: cover;
  }
}
/*FIM BANNERS POR TELA*/
h2,
h3 {
  font-family: Futura, Trebuchet MS, Arial, sans-serif !important;
  color: #f07d00 !important;
  font-weight: 700;
}
h3 {
  margin-bottom: 25px;
}
/*FORMULÁRIOS*/
.centered-form .panel {
  background-color: #ffffff;
}
.centered-form .form-control {
  height: 50px !important;
  border: 1px solid #ccc !important;
}
.centered-form textarea {
  min-height: 150px;
}
/*FIM FORMULARIOS*/
.no-padding img {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pagina-estatica .well {
  margin-top: 0;
}
.pagina-estatica span.ti-Line-Smartphone-1 {
  color: #f07d00 !important;
  font-size: 32px;
}
.pagina-estatica .fone-produtos {
  font-size: 18px;
  color: #666;
  font-weight: bold;
}

.pagina-estatica .botoes-kinoplex {
  max-width: 400px;
  font-size: 16px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #333;
  margin-bottom: 50px;
}
.pagina-estatica .botoes-kinoplex:hover {
  color: #fff !important;
  background-color: #f90;
}

.pagina-estatica .btn-duvidas {
  max-width: 200px;
  font-size: 12px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #333;
  border-radius: 0 20px;
  padding: 0 10px;
  line-height: 3;
  position: relative;
  top: -60px;
}
.pagina-estatica .btn-duvidas:hover {
  background-color: #f90;
  color: #fff;
}
.texto-duvidas-frequentes {
  border: 1px solid #eee;
  padding: 10px;
}

/*TIMELINE*/
.scrtabs-tab-scroll-arrow {
  border: 0 !important;
  color: #f78320 !important;
  font-size: 16px !important;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
}
.tjtr-timeline .nav-tabs {
  border: 0 !important;
}
.tjtr-timeline .nav-tabs > li {
  border-right: 1px solid #e6e6e6 !important;
}
.tjtr-timeline .nav-tabs > li > a {
  line-height: 20px !important;
  padding: 13px 40px;
}

.tjtr-timeline .nav-tabs > li > a:hover {
  background: #eaeaea;
  color: #f78320;
}
.tjtr-timeline .nav-tabs > li.active > a,
.tjtr-timeline .nav-tabs > li.active > a:hover,
.tjtr-timeline .nav-tabs > li.active > a:focus {
  border: 0;
  color: #fff;
  background: #f90;
  position: relative;
}

.tjtr-timeline .nav-tabs > li.active > a:after {
  display: none !important;
}
.tjtr-timeline .panel-body {
  padding: 0px !important;
}
.tjtr-timeline .tab-content {
  background-color: #eaeaea;
  border-radius: 0 0 15px 15px;
  margin: 0 20px;
}

.texto-duvidas-frequentes .botoes-kinoplex {
  max-width: 400px;
  font-size: 16px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #333;
  margin-bottom: 0px;
}
/*FIM TIMELINE*/

.link-assessoria {
  color: #000;
}
#form-message {
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #606060;
  position: fixed;
  z-index: 9;
  min-width: 300px;
  max-width: 360px;
  left: 50%;
  width: 100%;
  box-shadow: 2px 2px 3px rgb(0 0 0 / 50%);
  transform: translate(-50%, 0%);
}
.formChatbot ul.list-unstyled {
  margin: 0;
}
.formChatbot ul.list-unstyled li {
  font-size: 14px;
  font-weight: 700;
}
.formChatbot .help-block.with-errors {
  margin-bottom: 0;
}
.formChatbot small.help-block {
  margin-top: 0;
  line-height: 1.2;
}
