/* Folha de Estilo CSS - Kortex - Comunicação & Design

/* Reset CSS */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, images, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration:none;
}
@font-face {
    font-family: 'ROCK';
    src: url('../fonts/ROCK.eot');
    src: url('../fonts/ROCK.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ROCK.woff') format('woff'),
         url('../fonts/ROCK.ttf') format('truetype'),
         url('../fonts/ROCK.svg#ROCK') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ROCKB';
    src: url('../fonts/ROCKB.eot');
    src: url('../fonts/ROCKB.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ROCKB.woff') format('woff'),
         url('../fonts/ROCKB.ttf') format('truetype'),
         url('../fonts/ROCKB.svg#ROCKB') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ROCKBI';
    src: url('../fonts/ROCKBI.eot');
    src: url('../fonts/ROCKBI.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ROCKBI.woff') format('woff'),
         url('../fonts/ROCKBI.ttf') format('truetype'),
         url('../fonts/ROCKBI.svg#ROCKBI') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ROCKI';
    src: url('../fonts/ROCKI.eot');
    src: url('../fonts/ROCKI.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ROCKI.woff') format('woff'),
         url('../fonts/ROCKI.ttf') format('truetype'),
         url('../fonts/ROCKI.svg#ROCKI') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* --------------------------------------------------------------- */
/* Começo do Codigo */
#mainNav{
  background-color: #fff;
}
.navbar-toggle .icon-bar{
  background-color: #fff;
}
.nav > li > a {
    font-size: 14px;
    font-family: 'ROCKB';
}
.navbar-toggle{
  background-color: #3d5fa3;
  border: 1px solid #3d5fa3;
}
.navbar{
  margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a{
  color: #3d5fa3;
  font-family: 'ROCKB';
  font-size: 14px;
}
.navbar-custom.affix {
  padding: 0px 0;
}
#sessaoBanner {
    background: #3d5fa3;

}
#sobre{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

#sobre .bar-blue{
  background-color: #3d5fa3;
  width: 380px;
  height: 7px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#sobre h2{
  font-family: 'ROCKB';
  color: #3d5fa3;
  font-size: 28px;
  padding-bottom: 15px;
}
#sobre p{
  font-family: 'ROCK';
  color: #2c5771;
  font-size: 22px;
  padding-top: 15px;
  line-height: 1.8em;
}
#serv-reforma{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #356a84;
  background-image: linear-gradient(to right,rgba(61, 95, 163, 1), rgba(42, 123, 189, 1), rgba(42, 123, 189, 1), rgba(42, 123, 189, 1), rgba(61, 95, 163, 1));
}
#serv-reforma .bar-white{
 background-color: #fff;
  width: 490px;
  height: 7px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin:auto;
}
#serv-reforma h2{
  text-align: center;
  font-family: 'ROCKB';
  color: #fff;
  font-size: 45px;
  padding-bottom: 15px;
}
#serv-reforma h3{
  text-align: center;
  font-family: 'ROCKB';
  color: #fff;
  font-size: 29px;
  padding-top: 15px;
  padding-bottom: 20px;
}
#serv-reforma p{
    font-family: 'ROCK';
  color: #fff;
  font-size: 20px;
  padding-top: 15px;
  text-align: center;
}
#parallaxBar{
  margin-bottom: -0px;
}
#parallaxBar h2{
    font-family: 'ROCKB';
  font-size: 30px;
  color:#2a7bbd;
  padding-bottom: 8px;
  padding-top: 33px;
}
#parallaxBar h3{
    font-family: 'ROCK';
  font-size: 22px;
  color:#2a7bbd;
  padding-top: 8px;
  line-height: 1.4em;
  padding-bottom: 30px;
}
.whats {
  background-color: #6AB165;
  width: 237px;
  border-radius: 15px;
}
.whats a{
  text-decoration: none;
}
.whats p {
  font-family: 'ROCK';
  font-size: 20px;
  color: #fff;
  padding: 10px 0 10px 0;
  justify-content: center;
  gap: 10px;
  display: flex;
  align-items: center;
}
.whats p i {
  font-size: 35px;
}
#parallaxBar .bar-white{
  background-color: #2a7bbd;
   width: 435px;
   height: 4px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   border-radius: 25px;
 }
#contato{
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: linear-gradient(to right,rgba(61, 95, 163, 1), rgba(42, 123, 189, 1), rgba(42, 123, 189, 1), rgba(42, 123, 189, 1), rgba(61, 95, 163, 1));
}
#contato h2{
  font-size: 45px;
  font-family: 'ROCKB';
  color: #fff;
  padding-bottom: 25px;
}
#contato input{
  margin-bottom: 15px;
}
#contato .btn-footer{
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    border-radius: 6px;
    width: 160px;
    height: 32px;
    margin-top: 15px;
    font-size: 14px;
    color: #17406a;
    font-family: 'ROCKI';
}
#contato .contato-text{
  margin-top: 88px;
}
#contato .contato-text h3{
  font-size: 21px;
  font-family: 'ROCKBI';
  color: #fff;
  padding-top: 15px;
}
#contato .contato-text h4{
  color:#fff;
  font-family: 'ROCKB';
  font-size: 16px;
}
#contato .button.btn-footer{
  font-family: 'ROCKB';

}
input#nome::placeholder {
  color: #3d5fa3;
}
input#email::placeholder {
  color: #3d5fa3;
}
input#assunto::placeholder {
  color: #3d5fa3;
}
textarea#mensagem::placeholder {
  color: #3d5fa3;
}
footer{
  background-color: #3d5fa3;
  padding-top: 5px;
  padding-bottom: 5px;
}
footer p{
  font-size: 16px;
  color: #fff;
  font-family: 'ROCKBI';
  text-align: center;
}
footer p a{
  color: #fff;
}
footer p a:hover{
  color: #fff;
}
input#searchbutton {
    background-color: #53799c;
    color: #ffff;
}
ul {
    list-style: none;
}
@media (min-width: 768px){
}
@media (min-width: 1200px){
  #sobre h2{
    padding-top: 88px;
  }
}
@media (max-width: 991px){
  #parallaxBar h2{
    padding-top: 30px;
  }
}
@media (max-width: 768px){
  #parallaxBar .btn-lax p{
    text-align: center;
    float: inherit;
    padding-right: 0px;
    margin-top: 0px;
  }
  #sessaoBanner h1 {
    font-size: 25px;
  }
  #serv-reforma{
    padding-bottom: 35px;
  }
  #serv-reforma h2{
    padding-top: 0px;
    text-align: center;
  }
  #serv-reforma .bar-blue{
    margin: auto;
  }
  #serv-reforma p{
    text-align: center;
  }
  #serv-reforma{
    padding-bottom: 35px;
  }
  #serv-reforma h2{
    padding-top: 0px;
    text-align: center;
  }
  #serv-reforma .bar-white{
    margin: auto;
  }
  #serv-reforma p{
    text-align: center;
  }
  #parallaxBar h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px){
}
@media (min-width: 992px){
}
@media (min-width: 1200px){
}
