/*!
* Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: Titillium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
hr {
  max-width: 50px;
  border-color: #f05f40;
  border-width: 3px;
}
hr.light {
  border-color: #fff;
}
a {
  color: #00A47B;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
a:hover, a:focus {
  color: #eb3812;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Titillium, 'Helvetica Neue', Arial, sans-serif;
}
p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.bg-primary {
  background-color: #f05f40;
}
.bg-dark {
  color: #fff;
  background-color: #506A9C;
}
.text-faded {
  color: rgba(255, 255, 255, .7);
}
section {
  padding: 50px 0;
  overflow: hidden;
}
.navbar-inverse {
  border-color: transparent;
  font-family: Titillium, 'Helvetica Neue', Arial, sans-serif;
  background-color: #506A9C;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.container-fluid > .navbar-header {
  float: left;
}
.navbar-inverse .navbar-header .navbar-brand {
  text-transform: uppercase;
  font-family: Titillium, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  color: #f05f40;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #919FC0;
}
.navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover {
  color: #00A47B;
}
.navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus {
  color: #fff!important;
  background-color: transparent;
}
.navbar-default .nav > li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover {
  background-color: transparent;
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: #fff;
  margin-top: 5em;
  background: url('../img/planejar-agil.png') #fff center top no-repeat ;
  height: auto;
}
header .row {
  position: relative;
  padding-top: 50px;
}
header h1 {
  background: url('../img/log-brf-nova.png') no-repeat center;
  text-indent: -9999px;
  height: 293px;
  background-size: 438px;
}
header .logo h2 {
  margin-bottom: 40px;
  margin-top: 400px;
  font-weight: 400;
  color: #A8CF45;
  font-size: 35px;
  background: #fff;
}
header .btn {
  margin-right: 30px;
}
header .fone {
  position: absolute;
  bottom: 90px;
  font-size: 22px;
  font-weight: 100;
  opacity: 0.8;
}
header img {
  margin: 0 auto;
}
header .header-img-2 {
  display: none;
}
header .header-img-1 {
  display: block;
}
.section-heading {
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 32px;
  font-size: 32px;
  text-align: -webkit-center;
}
.green-heading {
  color: #A8CF45;
}
.service-box {
  margin: 50px auto 0;
  max-width: 400px;
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
.portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(240, 95, 64, .9);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: Titillium, 'Helvetica Neue', Arial, sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #f05f40;
}
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #3D4F76;
  background-color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  border-color: #ededed;
  color: #222;
  background-color: #f2f2f2;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  border-color: #fff;
  background-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #222;
}
.btn-primary {
  border-color: #f05f40;
  color: #fff;
  background-color: #f05f40;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  border-color: #ed431f;
  color: #fff;
  background-color: #ee4b28;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  border-color: #f05f40;
  background-color: #f05f40;
}
.btn-primary .badge {
  color: #f05f40;
  background-color: #fff;
}
.btn {
  font-family: Titillium, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.btn-success {
  color: #fff;
  background-color: #A6CE43;
  border-color: #A6CE43;
}
.btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #8EB139;
  border-color: #8EB139;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}
::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}
img::selection {
  color: #fff;
  background: 0 0;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}
body {
  -webkit-tap-highlight-color: #222;
}
.nav.navbar-nav.navbar-right {
  margin-left: 0;
  margin-right: 0;
}
.navbar-brand {
  background: url('../img/logo-menu.png') no-repeat;
  padding: 0;
  text-indent: -9999px;
  background-size: contain;
  height: 22px;
  width: 82px;
  margin-top: 15px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #1D272C;
}
.collapse.in .nav > li:last-child {
  padding-bottom: 20px;
  border-color: red;
}
.navbar-default {
  background: #3D4F76;
  opacity: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #263238;
}
.navbar-default .navbar-toggle {
  border-color: #666;
}

/* Vantagens */

#vantagens {
  /*background: url('../img/bg-vantagens.png') no-repeat;*/
  background-size: cover;
  /*color: #fff;*/
}
.list-vantagens .media-left {
  color: #A6CE43;
  font-size: 16px;
}
.list-vantagens .media-body {
  font-size: 16px;
}
.list-vantagens .media {
  padding-bottom: 15px;
}

/* Fim Vantagens */

.icon-decoration {
  background: url('../img/icon-mobile.png') no-repeat top;
  padding-left: 60px;
  background-position: 15px 12px;
}
.link-sisqualis {
  margin: 32px 0;
}
.link-sisqualis img {
  position: absolute;
  right: 0;
}
.navbar-nav.menu-principal {
  margin-left: 30px;
}

/* Pagamentos */

.sq-pagamento-step p {
  margin-top: 10px;
}
.sq-pagamento-row {
  display: table-row;
}
.sq-pagamento {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.sq-pagamento-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.sq-pagamento-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}
.sq-pagamento-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.sq-pagamento .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border-color: #ccc;
}
.sq-content-pagamento .tab-content {
  padding: 50px 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* Fim pagamentos */


/* Sessão contato e formulário de contato */

#contatos {
  background: #f9f9f9;
  color: #444;
  border: 0;
}
#contatos .form-group {
  margin-bottom: 10px;
}
#contatos .form-control {
  height: 44px;
  font-size: 18px;
}
.img-contatos {
  background: url('../img/bg-contatos.png') no-repeat right;
  height: 560px;
  background-size: cover
}
header .contato {
  background: #f9f9f9;
}
.contato .section-heading {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -15px;
}
.contato .btn-success {
  background-color: #06A6E3;
  border-color: #06A6E3;
}
.contato .section-heading h2, .contato .section-heading small {
  color: #fff;
}
.footer-form-contact {
  padding: 15px;
}
.footer-form-contact .col-xs-6:first-child {
  border-right: 1px solid #333;
}
.top-contact {
  display: block;
  padding: 9px 10px 9px 10px;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
}
.top-contact .btn {
  width: 120px;
  border-radius: 0;
}
.top-contact span {
  color: #fff;
  font-weight: 700;
  padding: 6px 12px;
  font-size: 18px;
}
.top-contact .open>a, .top-contact .open>a:focus, .top-contact .open>a:hover {
  background-color: #3D4F76;
}

/* Fim contatos */


/* Planos */

#planos .panel ul {
  padding: 0 10px;
}
#planos .panel li.list-group-item i {
  color: #A6CE43;
  padding-right: 5px;
}
.plano .panel-heading {
  color: #fff;
  height: 85px;
}
.plano .panel-footer {
  color: #fff;
  border-radius: 0;
  height: 85px;
  overflow: hidden;
}
.panel-footer .no-plano {
  line-height: 50px;
}
.plano .panel-body ul {
  list-style-type: none;
  font-size: 12pt;
  text-align: center;
}
.plano .panel-body p {
  margin-bottom: 0;
}
.plano .btn {
  width: 100%;
  height: 100%;
  border-radius: 0;
  color: #fff;
  font-size: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.plano .plano-money {
  padding-left: 5px;
  text-align: center;
  /*width: 160px;*/
  float: left;
}
.plano .plano-money span {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}
.plano .plano-money small {
  font-size: 70%;
}
.plano .plano-cifra {
  width: 100px;
  float: left;
}
.plano .plano-cifra span:last-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}
.plano-empresa .btn {
  background-color: #6077AE;
  border-color: #6077AE;
}
.plano-empresa .btn:focus, .plano-empresa .btn:hover {
  background-color: #516CAB;
}
.plano-empresa {
  border: 1px solid #3E4F76;
}
.plano-empresa .panel-heading {
  background-color: #3E4F76;
}
.plano-empresa .panel-footer {
  background-color: #3E4F76;
}
.plano-prefeitura .btn {
  background-color: #5BCBF5;
  border-color: #5BCBF5;
}
.plano-prefeitura .btn:focus, .plano-prefeitura .btn:hover {
  background-color: #35C1F5;
}
.plano-prefeitura {
  border: 1px solid #00AFEF;
}
.plano-prefeitura .panel-heading {
  background-color: #00AFEF;
}
.plano-prefeitura .panel-footer {
  background-color: #00AFEF;
}
.plano-processo .btn {
  background-color: #D2E28B;
  border-color: #D2E28B;
}
.plano-processo .btn:focus, .plano-processo .btn:hover {
  background-color: #C6E24B;
}
.plano-processo {
  border: 1px solid #A8CF45;
}
.plano-processo .panel-heading {
  background-color: #A8CF45;
}
.plano-processo .panel-footer {
  background-color: #A8CF45;
}
.plano-social .btn {
  background-color: #768692;
  border-color: #768692;
}
.plano-social .btn:focus, .plano-social .btn:hover {
  background-color: #627989;
}
.plano-social {
  border: 1px solid #4E5A62;
}
.plano-social .panel-heading {
  background-color: #4E5A62;
}
.plano-social .panel-footer {
  background-color: #4E5A62;
}
.panel-footer .plano-especial {
  line-height: 50px;
  font-size: 32px;
  font-weight: 700;
}

/* Fim planos */


/* Conheça */

#conheca .row {
  display: table-row;
}
#conheca .col-md-6 {
  display: table-cell;
}
.text-conheca p {
  font-size: 22px;
}

/*#conheca .col-md-6:first-child {
width: 100%;
}*/

#conheca .img-conheca {
  background: url('../img/bg-conheca.png') no-repeat right;
  background-size: cover;
  float: none;
}
#conheca .text-conheca {
  padding: 20px;
}

/* Fim conheça */


/* Início footer */

footer {
  padding: 50px 0;
}
footer .map-links h3 {
  margin-top: 0;
}
footer .map-links a {
  color: #fff;
}
footer .logo-branca {
  margin-top: -15px;
  text-align: right;
}
footer .logo-branca img {
  width: 220px;
}

/* Fim footer */

.gradient-blue {
  background: #3e4f76;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3e4f76 0%, #00aeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3e4f76 0%, #00aeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3e4f76 0%, #00aeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3e4f76', endColorstr='#00aeee', GradientType=1);
  /* IE6-9 */
}
.btn.gradient-blue:focus, .btn.gradient-blue:hover {
  background: #3e4f76;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3e4f76 0%, #1192C2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3e4f76 0%, #1192C2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3e4f76 0%, #1192C2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3e4f76', endColorstr='#1192C2', GradientType=1);
  /* IE6-9 */
}
.icon-social {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  line-height: 52px;
  float: left;
  margin-left: 5px;
  color: #fff;
}
.icon-google {
  background-color: #E44954;
}
a.icon-google:focus, a.icon-google:hover {
  background-color: #E20615;
  color: #fff;
}
.icon-facebook {
  background-color: #3A5997;
}
a.icon-facebook:focus, a.icon-facebook:hover {
  background-color: #0B3893;
  color: #fff;
}
.icon-twitter {
  background-color: #60CAEF;
}
a.icon-twitter:focus, a.icon-twitter:hover {
  background-color: #2AADDB;
  color: #fff;
}
.icon-instagram {
  background-color: #316699;
}
a.icon-instagram:focus, a.icon-instagram:hover {
  background-color: #0855A0;
  color: #fff;
}
.icon-youtube {
  background-color: #CA2128;
}
a.icon-youtube:focus, a.icon-youtube:hover {
  background-color: #B6030B;
  color: #fff;
}
.barra {
  width: 600px;
}
.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -ms-animation: spin .7s infinite linear;
  -webkit-animation: spinw .7s infinite linear;
  -moz-animation: spinm .7s infinite linear;
}
.text-videos {
  background: #3D4F76;
  text-align: center;
}
.gradient-white{
  padding: 0px;
}
.text-videos a {
  color: #fff;
  font-size: 25pt;
  display: block;
  margin: 15px;
}
.text-videos a:hover {
  color: #919FC0;
}
.pos-footer {
  background: #fff;
}
.pos-footer img {
  width: 180px;
  margin-bottom: 5px;
}
.table-cell {
  position: relative;
  top: 50%;
  transform: translateY(100%);
}
.text-small{
  color: #2e344e;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinm {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@media screen and (min-width: 992px) {
  .plano-processo h2 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #conheca{
    padding-top: 35px;
  }
  .text-small{
    background: #2e344e;
    color: #fff;
    width: 100%;
    display: block;
    padding: 4px;
    margin-top: 25px;
  }

  header{
    height: auto;
    background-size: contain;
    padding: 95px !important;
  }
  .frase-mobile{
    text-align: center;
    font-size: 13pt;
  }
  header .row{
    padding-top: 0px;
  }
  header .logo h2 {
    margin-top: 5px;
    font-size: 15pt;
  }
  .logo-branca img{
    display: block;
    margin: 0 auto;
  }
  .map-links{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .link-sisqualis{
    margin: 0 auto;
    display: block;
    width: 185px;
  }
}
