@charset "UTF-8";
/* CSS Document */

/* Font-face */
@font-face {
    font-family: 'Ingra';
    src: url('fontes/ingra-regular-webfont.eot');
    src: url('fontes/ingra-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/ingra-regular-webfont.woff2') format('woff2'),
         url('fontes/ingra-regular-webfont.woff') format('woff'),
         url('fontes/ingra-regular-webfont.ttf') format('truetype'),
         url('fontes/ingra-regular-webfont.svg#ingraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
  font-family: Ingra, Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}


body{
  font-size: 16px;
  line-height: 24px;
}

h1, h2, h3{
  font-weight: normal;
  color: #1a3f7b;
}

h1{
  font-size: 1.8em;
}

h2{
  font-size: 1.4em;
  margin-top: 0;
}

h3{
  font-size: 1.2em;
}

p, ul{
  margin: 20px 0;
}

.btn{
  padding: 9px 29px;
  border-radius: 20px 0 20px 0;
}


/* Navbar */
.navbar-default{
  box-shadow: 0 0 5px #999;
  background: #fff;
  /*background: rgba(255,255,255,0.9);*/
}

.navbar-brand{
  padding: 10px 15px;
}

.navbar-brand img{
  max-height: 100%;
}

.navbar-default a{
  text-transform: uppercase;
  font-size: 0.9em;
}

.quebra br{
  display: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background: none;
  position: relative;
}

.navbar-default .navbar-nav > .active > a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #fbe626;
}

@media screen and (min-width:768px) and (max-width:991px){
  .navbar-nav > li.quebra > a{
    padding: 20px 15px;
    text-align: center;
  }
  
  .quebra br{
    display: block;
  }
}


/* Main */
.area-conteudo{
  padding: 60px 0;
}

.area-conteudo.bg-primary h2, .area-conteudo.bg-primary h3, .area-conteudo.bg-primary h2 small, .area-conteudo.bg-primary h3 small, .area-conteudo.bg-primary a{
  color: #fff;
}

.banner-interno{
  background: url(../img/banner-home.jpg) center no-repeat;
  padding: 120px 0 20px 0;
  position: relative;
}

.banner-interno:before{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(26,63,123,0), rgba(26,63,123,1));
  z-index: 0;
}

.banner-interno h1{
  position: relative;
  z-index: 200;
  color: #fff;
}


/* Home banner */
.banner-home{
  background: url(../img/banner-home.jpg) center no-repeat;
  background-size: auto 100%;
  padding:180px 0 0 0;
  height: 300px;
  
}

.banner-home h1{
  margin: 0 auto;
  max-width: 400px;
  padding: 0 20px;
}

@media screen and (min-width:768px){
  .banner-home{
    padding-top:300px;
    height: 395px;

  }

  .banner-home h1{
    max-width: 2000px;
  }
}

@media screen and (min-width:992px){
  .banner-home{
    padding-top:360px;
    height: 490px;
  }
  
  .banner-home h1{
    font-size: 3.25em;
  }
}

/* Home Atuação */
@media screen and (min-width:992px){
  .home-pc{
    padding-bottom: 80px;
    background: url(../img/home-pc-lg.jpg) no-repeat center;
    background-size: auto 90%;
  }
}

.modal{
  text-align: center;
  vertical-align: middle;
}

.modal:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}

.modal-dialog{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.close-outside{
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 30px;
  color: #fff;
  opacity: 1;
}


/* Home Depoimentos */
.home-depoimentos{
  padding: 60px 0;
}

.depoimento-home{
  /*border:1px solid #1a3f7b;*/
  margin-top: 30px;
  margin-bottom: 30px;
}

.depoimento-home:after{
  content: '';
  display: block;
  clear: both;
}

.depoimento-logo{
  padding: 30px 20px;
  text-align: center;
}

.depoimento-logo img{
  max-width: 200px;
}

.depoimento-texto{
  padding: 1px 20px;
  background: #fefcd9;
}

@media screen and (min-width:660px) and (max-width:991px){
  .depoimento-logo{
    float: left;
    height: 160px;
    width: 240px;
    padding: 30px 20px;
  }

  .depoimento-texto{
    float: left;
    width: calc(100% - 240px);
    height: 160px;
  }
}


/* Footer */
footer{
  padding: 40px 0;
}

footer a, footer a:hover{
  color: #fff;
}

footer .endereco{
  text-align: center;
}

footer .redes-sociais{
  text-align: center;
  padding: 30px 15px 50px;
}

footer .redes-sociais a{
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  width: 150px;
}

footer .redes-sociais a img{
  float: left;
  margin-right: 10px;
}

@media screen and (min-width:768px){
  footer .endereco{
    text-align: left;
  }
  
  footer .redes-sociais{
    text-align: right;
    padding-top: 15px;
  }
}

/* Atuações */
.img-atuacao{
  max-width: 100%;
}

/* Soluções */
.solucoes{
  text-align: center;
}

/* Cases de sucesso */
.img-case, .img-case-tela{
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width:768px){
  .img-case{
    float: left;
    margin-right: 20px;
    max-width: 50%;
    max-height: 120px;
  }
  
  .img-case-tela{
    float: right;
    margin-left: 20px;
    max-width: 50%;
    max-height: 250px;
  }
}