/*-----------------------------------------------------------------------------------*/
/*      Theme Basic
/*      Built with blocs
/*-----------------------------------------------------------------------------------*/


body {
  font-family: 'Abel', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #272727;
  background-color: #B0AEAF;
  -webkit-font-smoothing: antialiased;
  margin:0;
  padding:0;
  overflow-x: hidden;

}

html {
  overflow-x: hidden;
}

/* Pics */

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Globals type styling */
   
 h1, h2, h3, h4, h5, h6{
  font-family: 'Abel', sans-serif;
  color: #000;
  line-height: 1.2em;
  text-transform: uppercase;
}

h1{
  font-size:45px;
  text-align: center;
}

/* Site container width */

.container{
  max-width: 1170px;
}

/* Blocs */

.bloc{
  width:100%;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* Bloc sizes */

.bloc-lg{
  padding: 100px 0;
}
.bloc-md {
  padding: 0px 0;
}


/* Bloc - Background Effects */

.b-parallax{
  background-attachment:fixed;
}




#nav-bloc,#nav-bloc-home,#slide-area,#bloc-2,#bloc-3,#services,#bloc-5,#gallery,#bloc-7,#columns{
  background-color: none;
}

/* Cor do Fundo - Footer */
#footer{
  background-color: #1f1f1f;
}
/* Cor do Fundo - Footer END */

#footer h2 {
  color: rgba(77,77,77,.7);
}

#services h1{
  font-size: 45px;
}
#bloc-5 h2{
  font-size: 34px;
}
#bloc-5 h2{
  line-height: 40px;
  font-size: 34px;
}

.contato {
  color: #fff;
  text-align: center;
}
.social a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  margin-right: 33px;
  color: #fff;
  padding-left: 20px;
}
.social {
  text-align: center;
  display: inline-flex; 
}


/* Bloc image backgrounds */

.bg-gray {
  background: #E6E7E8;
}

/* NavBar */

.navbar{
  margin-bottom: 0;
}
.navbar-brand{
  height:auto;
  padding:15px 15px;
  font-size:25px!important;
  font-weight:normal;
  font-weight:600;
}
.navbar-brand img{
  width: auto;
  max-height: 165px;
  margin: 0 5px 0 20px;
  display:inline;
}
.navbar-brand{
  padding: 15px 15px;
}
.navbar .nav{
  padding-top: 26px;
  float:right;
}
.nav > li{
  float:left;
  margin-top:4px;
  font-size:16px;
}
.nav > li a:hover, .nav > li a:focus{
  background:transparent;
}
.navbar-toggle{
  margin: 0px 10px 10px 0px;
  /* border: 1px #272727 solid; */
  padding: 20px;
  background: #272727;
}
.navbar-toggle:hover{
  background: #272727!important;
}
.navbar-toggle .icon-bar{
  background-color: #fff;
  width: 26px;
}

/* Inverted navbar */

.nav-invert .navbar .nav{
  float:left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand{
  float:right;
}

@media (max-width: 992px) {
  .site-navigation {
   position: relative!important;
   top: 0%!important;
   right:0px!important;
   transform: translate(0, 0%)!important;
   -webkit-transform:translateY(0%)!important;
  }
}



 @media (min-width: 768px) {

  .site-navigation{
   position: absolute;
   top: 51%;
   right:20px;
  transform: translate(0, -50%);
  -webkit-transform:translateY(-50%);
}

.nav-invert .site-navigation{
  left:20px;
  right:0;
}
}

/* Bric adjustment margins */

.mg-clear{
  margin:0;
}
.mg-sm{
  margin-top:10px;
  margin-bottom:5px;
}
.mg-md{
  margin-top:10px;
  margin-bottom:20px;
}
.mg-lg{
  margin-top:10px;
  margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
  margin-top: 0;
}
img.mg-sm{
  margin-bottom:10px;
}
img.mg-md{
  margin-bottom:30px;
}
img.mg-lg{
  margin-bottom:50px;
}

/* Botão
-------------------------------------------------- */

.btn-wire{
  background:transparent!important;
  border:2px solid transparent;
  text-decoration: none;
}
.btn-wire:hover{
  background: transparent!important;
  border: 2px solid transparent;
  text-decoration: none;
}

.button {
  padding: 10px 30px;
  border: 2px #009FD4 solid;
  color: #fff!important;
  background-color: #009FD4;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;

}
.button:hover {
  padding: 10px 30px;
  border: 2px #009FD4 solid;
  background: #009FD4;
  color: #fff!important;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
}

.button a {
  color: #555;
}


iframe{
  border:0;
}


/* Mobile adjustments */

@media (max-width: 767px) {
    .page-container{
        overflow-x: hidden;
    }
    h1,h2,h3,h4,h5,h6,p{
        padding-left:5px!important; 
        padding-right:5px!important; 
    }
    .bloc{
        text-align: center;
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .b-parallax{
        background-attachment:scroll;
    }
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation{
     position:inherit;
     transform:none;
     -webkit-transform:none;
     -ms-transform:none;
    }  
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img {
    max-height: 85px;
    width: auto;
    margin: 11px 0 18px 0;
    }
    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left; 
    }
    .btn.pull-left, .btn.pull-right{
       float:none!important; 
    }
    .bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .a-block{
        text-align: center;
    }
    .btn-dwn{
       display:none; 
    }
    
    .l-bloc-black a {
      color: #fff!important;
    }
    .carousel-control{
      display: none;
    }
    .submenu {
      display: block;
    }

    
}

@media (min-width: 768px) {
  .navbar-collapse {
    background: none;
  }
}
@media (max-width: 540px) {
  .social {
    display: block;
  }
}
/* Other Styles */

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.left {
  float: left;
}

.right {
  float: right;
}

.space-top {
  padding-top: 100px;
}

.space-bottom {
  padding-bottom: 60px;
}

.mini-space-top {
  padding-top: 30px;
}
.mini-space-bottom {
  padding-bottom: 3px;
}

.copyright {
  font-size: 17px;
  color: #fff;
}
.copyright a {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}

.services-columns img, .footer img {
  width: auto;
  display: inline;
}

/* Formulário
-------------------------------------------------- */

.form-control{
  border-color:rgba(0,0,0,.1);
  box-shadow:none;
}
.form-group {
  margin-bottom: 10px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 25px 12px;
  font-size: 19px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

/*iFrame*/

iframe {
  border:0;
}

input, textarea {
display: block;
width: 100%;
height: 70px;
padding: 15px 15px;
font-size: 17px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea {
  height: 200px;
}

.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}


select {
  display: block;
  width: 100%;
  height: 70px;
  padding: 25px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #999;
  background: none;
  background-color: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;  
}

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}

/* Botão - Formulário */

 .btn-enviar {
  padding: 10px 30px;
  border: 2px #009FD4 solid;
  color: #fff!important;
  background-color: #009FD4;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;

}
.btn-enviar:hover {
  padding: 10px 30px;
  border: 2px #009FD4 solid;
  background: #009FD4;
  color: #fff!important;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
}
 /* Botão - Formulário END */

option {
  font-weight: normal;
  display: block;
  padding: 0px 2px 1px;
  white-space: pre;
  min-height: 1.2em;
}

.tiny-space-bottom {
  padding-bottom: 10px;
}
.tiny-space-top {
  padding-top: 10px;
}

/* Slide Coruja
-------------------------------------------------- */

.item img {
  min-width: 100%;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

/* Slide Coruja
-------------------------------------------------- */

#nav-bloc-home {
  z-index: 1000!important;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d1d1d1;
}


/* Menu
-------------------------------------------------- */

a {
  color: #1f1f1f;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: none; 
  color: #1f1f1f;
  font-weight: bold;
}

.menu a {
  display: block;
  color: #1f1f1f;
  font-size: 20px;
  text-decoration: none;
}
.menu .active {
  color: #1f1f1f;
}
.menu li {
  list-style: none;
}
.menu > li {
  position: relative;
}

/* Menu Home */

.menu-home a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  background-color: #ff0000;
}
.menu-home .active {
  color: #fff;
}
.menu-home li {
  list-style: none;
}
.menu-home > li {
  position: relative;
}
.menu-home a:hover {
  background-color: #ff0000 !important;
}

/* Submenu */

.submenu {
  position: absolute;
  z-index: 1005;
  display: none;
  left: 1em;
  padding: 0;
  top: 40px;
}
.submenu li {
  border-bottom: 1px solid #444;
}
.submenu a {
  padding: .5em 1.5em;
  color: #fff;
  background: #272727;
  white-space: nowrap;
}
.submenu a:hover {
  color: #fff!important;
  background: #272727!important;
}

@media screen and (min-width: 40em) {
  .menu > li:hover .submenu {
  display: block;
  }
  .menu-home > li:hover .submenu {
    display: block;
    }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  vertical-align: middle;
  border-top: 10px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.position {
  position: relative;
  z-index: 1;
}

/* Mensagem de sucesso do formulário */

  .uniform__potty {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .message {
  color: #555;
  z-index: 10;
  font-size: 17px;
}
.fundo-cinza-claro {
    background-color: #E6E7E8;
    padding: 0 20px;
}
.fundo-cinza-medio {
    background-color: #C3C3C3;
}
.navbar-toggle {
    position: relative;
    float: none!important;
    padding: 15px 15px;
    margin-top: 48px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.mini-space-bottom img{
  padding-bottom: 20px;
}


@media (max-width: 1200px) {
.site-navigation {
    position: relative; 
    top: 0%;
    right: 0px; 
    transform: translate(0, 0%); 
    -webkit-transform: translateY(0%);
}

}
