body {
  font-family: 'Roboto', sans-serif;
}

header {
  /*border-top: 10px solid #000000;*/
  padding: 0;
  margin-bottom: 0;
  background-color: #000133;
}
header .row {
  margin-top: 0;
}

::selection {
  background-color: #020202;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 20px 0;
  padding: 0;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h3{
    margin: 10px 0;

}

h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: yellow;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}

.list{
  margin:20px 0;
}

ul.checklist{
  list-style: none;
  margin: 10px;
  margin-left: 30px;
}

ul.checklist li:before{
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

* {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    transition-property: background, opacity, border;
}

section {
  margin-bottom: 50px;
}

.shadow {
  -webkit-box-shadow: 2px 1px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 1px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 1px 3px 0px rgba(0,0,0,0.3);
}

.box{
    padding: 20px 0;
}

.title{
    margin-top: 20px;
    margin-bottom: 40px;
}

.subtitle {
    background-color: #404197;
    color: #ffff00;
    padding: 10px;
    margin: 40px 0 20px 0;
    font-size: 18px;
}

.subtitle p {
    margin: 0;
}

.contato-top a {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
    position: relative;
    bottom: 3px;
}

.contato-top i {
  color: #ffff00;
  font-size: 20px;
}

.contato-top ul li {
  border-bottom: 1px solid #d5d5d5;
  margin-left: -5px;
  padding: 0 0 5px 0;
}

.contato-top ul li{
  border-left: 1px solid #d5d5d5;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav > li > a{
    color: #ffff00;
}

.navbar-default .navbar-nav > li > a:active {
    border-bottom: 3px solid #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   border-bottom: 3px solid #ffff00;
   color: #ffff00;
   background-color: inherit;
}

.navbar-default .navbar-nav > li > a:hover {
  border-bottom: 3px solid #ffff00;
  color: #ffff00;
   background-color: inherit;
}

.nav > li {
    margin-left: 30px;
    margin-bottom: 15px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000000;
    background-image: none;
    border: 1px solid #000000;
    border-radius: 0px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.list-menu {
  margin-top: 30px;
}

.carousel-indicators {
    position: absolute;
    bottom: 0px !important;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -50%;
    text-align: center;
    list-style: none;
    background: #000133;
    padding-top: 10px;
    padding-bottom: 5px;
}

.glyphicon-chevron-left:before {
    content: "\e079";
    font-size: 20px;
    top: -5px;
    position: relative;
}

.glyphicon-chevron-right:before {
    content: "\e080";
    font-size: 20px;
    top: -5px;
    position: relative;
}

.galeria-servicos{
    padding:20px;
    border-bottom:1px solid #333;
}

.galeria-servicos .carousel{
    margin:20px 0;
}

.galeria-videos{
    padding:20px;
}

.galeria-videos h2{
    margin-bottom: 10px;
}

.centered{
    float:none;
    margin:auto;
}

.services-home {
  position: relative;
    display: table;
    width: 100%;
    margin: 10px 0;
}

.services-home .title{
    padding: 10px 20px;
    margin: 0;
    color: #ffff00;
    background: #000133;
}

.title{
  color:#000000;
}

.services-home p {
  padding: 10px 20px;
  line-height: 20px;
}

.services-home a {
    color: #fff;
}

.services-home a:hover {
    color: #fff;
}

.image{
    width: 100%;
    height: 350px;
}

.link-visible:hover .link-content {
  visibility: visible;
    opacity: .8;
    cursor: pointer;
}

.link-visible{
  position: relative;
}

.link-content {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #161615;
  color: #fff;
  padding: 75px 15px 15px 15px;
  opacity: 0;
  visibility: hidden;
}

address {
  color: #575754;
}

address i {
  color: #000000;
  margin-right: 10px;
}

address a {
  color: #404197;
}

address a:hover {
  color: #404197;
}

a.bt-service {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  border: 2px solid #fff;
  padding: 5px 40px;
}

a.bt-service:hover {
    color: #575754;
   background-color: #fff;
}

a.bt-service-interna {
  color: #575754;
    font-size: 16px;
    font-weight: 300;
    border: 2px solid #575754;
    padding: 5px 40px;
}

a.bt-service-interna:hover {
  background: #575754;
  color: #ffffff;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #575754;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -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: #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 20, 23, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 20, 23, .6);
}

.bt-send {
  background: #404197;
  color: #fff;
  border: none;
  border-radius: 0px;
}

.bt-send:hover {
  background: #000000;
  color: #fff;
  border: none;
  border-radius: 0px;
  text-decoration: underline;
}

footer {
  padding: 72px 0px;
  background-color: #000133;
  color: #ffffff;

}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer i {
  margin-right: 10px;
}


.carousel-caption {
  position: absolute;
  right: 15%;
  top:10%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption h1{
  margin:10px 0 40px 0;
  padding: 20px 10px;
  font-size: 3.5em;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase; 
  color: #fff;
  background: rgba(47, 34, 31, 0.7);
  text-shadow: 0 1px 3px rgba(0,0,0, 1);
}

.carousel-caption .btn {
  text-shadow: none;
  background-color:  #000000;
  color:#fff;
  font-size: 1.5em;
  padding: 15px;
  text-transform: uppercase;
  transition: all 0.3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.carousel-caption .btn:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  margin-top:-5px;
}

.row{
  margin-top: 20px;
}

.prod .subtitle{
  margin-top: 0;
  background: #3e3e3e;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      /* margin-top: -10px; */
      font-size: 30px;
      background: #000000;
  }
}

@media(max-width: 1024px) {
  .services-home {
    margin-bottom: 30px;
  }

  img {
    width: 200px;
    max-width: 100%;
    margin: 10px 0;
  }

  .carousel-caption {
    top:5%;
  }

  .carousel-caption h1{
    margin:0 0 40px 0;
    padding: 10px;
    font-size: 2em;
    line-height: 1.5em;
  }

  .carousel-caption .btn {
    font-size: 1.2em;
    padding: 5px;
    text-transform: none;
  }
}

 .aln-center{
    margin:auto;
    float:none !important;
  }
  
  .row {
    position: relative;
    top: 20px;
    clear: both;
  }
  
  .tradicao {
    height: 150px;
  }

 .fa-instagram:before{
  font-size: 20px;
 }

 .fa-youtube:before{
  font-size: 20px;
 }

 .p-menu{
  color: yellow;
  font-size: 22px;
  margin: 0;
 }

 #title-img h4 {
  font-size: 18px;
 }

.carousel-indicators .active {
  background-color: #ffff00;
}

.fa-envelope:before {
  color: #ffff00;
}

.fa-phone:before {
  color: #ffff00;
}

.contato-pag{
  color: #404197;

}