@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,700,900);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 200px; /* altura do seu footer */
    background-color: #8BC2EB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #999;
}
a {
  color: #666;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #00689C;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

p {
    color: #222;
    font-size: 16px;
}

.box-imagem {
    width: 295px;
    height: 200px;
    background-color: #fff;
    text-align: center;
}

.espaco-form {
    margin-bottom: 15px;
}

.titulos {
  font-size: 30px;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px;
  text-align: center;
}
.titulos:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #222;
}
.titulos:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #1CADE4;
}

.ntds {
    color: #222;
    font-size: 16px;
}

.logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.frente {
    z-index: 1000;
}

.box-servicos {
    height: 140px;
}

.box-destaques {
    height: 100%;
    text-align: center;
}

.box-destaques a {
    font-weight: bold;
}

.fone {
    font-size: 24px;
    margin-top: 10px;
    color: #fff;
}

.fone-resp {
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
}

address {
    font-size: 16px;
}

address span {
    position: absolute;
    margin-top: -20px;
}


.navbar.navbar-default .navbar-toggle {
    margin-top: 32px;
}

.btn-success {
    color: #fff;
    background-color: #1b4188;
    display: block;
}

.btn-success:hover {
    color: #fff;
    background-color: #333;
    display: block;
}

.btn-news {
    color: #333;
    background-color: #999;
}

.btn-news:hover {
    color: #fff;
    background-color: #333;
}

.realce {
    font-weight: bold;
    color: #b7bddd;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 10px 10px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #E6E6E6;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: bold;
}

.panel-body {
   background: #F0F0F0;
   border: 1px solid #E6E6E6;
}

#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(183, 189, 221, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,da251c+100 */
    position:absolute;
    bottom:0;
	width:100%;
    height: 140px;
}

#footer-resp {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,da251c+100 */
    background: #222222; /* Old browsers */
    position:absolute;
    bottom:0;
	width:100%;
    height: 340px;
}

#footer-resp a {
  color: #fff;
}
#footer-resp a:hover {
  color: #da251c;
}

#footer a {
  color: #0B4C83;
}
#footer a:hover {
  color: #990000;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    color: #999;
}
/*****************
****** map contato *****
***********************/

#menu {
	z-index: 99;
}

.espacamento {
    padding: 50px 50px;
}

.espaco-vertical-20 {
    margin-bottom: 20px;
}


.espaco-horizontal-10 {
    padding: 10px 10px 10px 10px;
}

.home {
    margin-bottom: 20px;
    margin-top: 50px;
}

.box-280 {
    width: 270px;
    height: 350px;
}

.box-260 {
    width: 270px;
    height: 300px;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 62.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.altura-220 {
    height: 220px;
}

a.servicos:link {
  color: #24566D;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

a.servicos:visited {
  color: #24566D;
}

a.servicos:hover {
  text-decoration: none;
  color: #da251c;
}

.liServicos {
    margin-bottom: 10px;
}

.endereco-footer {
    font-size: 20px;
}

.endereco {
    background-color: #0B4C83;
    height: 120px;
}

.endereco p {
    color: #fff;
}

.endereco-resp {
    background-color: #0B4C83;
    height: 160px;
    padding: 27px 0 0 0;
}

.endereco-resp p {
    color: #fff;
}

/* Home */
.block-home {
   background-color: #DA2618;
}

.linha-fina-topo {
    background-color: #DA2618;
    height: 5px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.linha-fina-bottom {
    background-color: #DA2618;
    height: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}

/* ===== Carousel ===== */
/*** Slideshow controls ***/
a.carousel-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background-color: transparent;
  color: transparent;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
}
.carousel:hover a.carousel-arrow {
  background: rgba(0, 0, 0, 0.2);
  color: #f6f6f6 !important;
}
.carousel a.carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
a.carousel-arrow:hover,
a.carousel-arrow:active {
  text-decoration: none;
}
a.carousel-arrow-prev {
  left: 20px;
  right: auto;
  padding-right: 5px;
}
a.carousel-arrow-next {
  right: 20px;
  left: auto;
  padding-left: 5px;
}
/*** Carousel Caption :: Portfolio ***/
.portfolio-slideshow .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  text-align: left;
}
.portfolio-slideshow .carousel-caption > h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
/*** Carousel Indicators :: Portfolio ***/
.portfolio-slideshow .carousel-indicators {
  bottom: 50px;
}
/*** Carousel Controls :: Portfolio ***/
.portfolio-slideshow a.carousel-arrow {
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 10px;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 3px;
  font-size: 20px;
  line-height: 30px;
  color: #e9e9e9;
  z-index: 111;
}
.portfolio-slideshow:hover a.carousel-arrow {
  color: #e9e9e9;
  background: rgba(0, 0, 0, 0.4);
}
.portfolio-slideshow a.carousel-arrow:hover,
.portfolio-slideshow a.carousel-arrow:active {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.portfolio-slideshow a.carousel-arrow-prev {
  right: 55px;
  left: auto;
  padding: 0;
}
.portfolio-slideshow a.carousel-arrow-next {
  right: 20px;
  left: auto;
}

.bg-codigo {
    width: 295px;
    background-color: #07436d;
    height: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
}

.box-detalhes {
    width: 295px;
    padding: 10px 10px;
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}

.box-icones {
    width: 20px;
}

.btn-default {
    border: 1px solid #f4f4f4;
    font-size: 44px;
}

@media only screen and (min-width: 320px) AND (max-width: 640px) {
    .navbar-default {
        background-color: #F0F0F0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        background-color: #07436D;
        margin-right: 1px;
    }

    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li.open > a,
    .navbar-default .navbar-nav > li:hover > a {
        color: #222;
        background-color: #999999;
    }

    .titulo-home {
        font-size: 16px;
        color: #fff;
        margin-top: 20px;
        line-height: 28px;
    }

    .texto-home {
      font-size: 16px;
        color: #fff;
    }

    #slider {
        margin-top: 30px;
    }

    #opcoes-busca {
      margin-top: 120px;
   }

   section {
      margin-top: 100px;
   }

  .ico-whats {
    position: absolute;
    background-image: url('../imagens/ico-whats2.png');
    width: 20px;
    height: 20px;
    margin-top: 0px;
  }
}

.btn {
  border-width: 0;
  border-radius: 3px;
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
   section {
      margin-top: 170px;
   }

   .navbar.navbar-default {
       font-size: 16px;
   }

    .navbar-default {
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }

    .navbar-default .navbar-nav > li > a {
        color: #00689C;
        margin-top: 24px;
    }

    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li.open > a,
    .navbar-default .navbar-nav > li:hover > a {
        color: #fff;
        background-color: #6E9FB9;
    }

    #slider {
        margin-top: 89px;
        height: 300px;
    }
}

@media only screen and (min-width: 1024px) {
   .navbar-default {
       /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+37,7db9e8+37,e8fbff+86 */
       background: #1e5799; /* Old browsers */
       background: -moz-linear-gradient(top,  #1e5799 0%, #7db9e8 37%, #7db9e8 37%, #e8fbff 86%); /* FF3.6-15 */
       background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 37%,#7db9e8 37%,#e8fbff 86%); /* Chrome10-25,Safari5.1-6 */
       background: linear-gradient(to bottom,  #1e5799 0%,#7db9e8 37%,#7db9e8 37%,#e8fbff 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e8fbff',GradientType=0 ); /* IE6-9 */

       font-size: 18px;
   }

   .fone-topo {
       position: absolute;
       margin-top: -60px;
       margin-left: 50%;
       font-size: 24px;
       color: #616163;
   }

   .navbar-default .navbar-nav > li > a {
      color: #00689C;
      margin-top: 24px;
      background-color: #fff;
      opacity: 0.7;
   }

   .navbar-default .navbar-nav > li.active > a,
   .navbar-default .navbar-nav > li.open > a,
   .navbar-default .navbar-nav > li:hover > a {
      color: #fff;
      background-color: #6E9FB9;
   }

   #opcoes-busca {
      position: absolute;
      margin-top: 85px;
      z-index: 1000;
      background-color: #F0F0F0;
      height: 60px;
      line-height: 55px;
      opacity: 0.9;
      left: 3%;
   }

   .label-opcoes-busca {
      color: #222;
   }

   #slider {
      margin-top: 170px;
      height: 110px;
   }

   section {
      margin-top: 150px;
   }

   .titulo-home {
      font-size: 26px;
      color: #fff;
      margin-top: 10px;
      line-height: 28px;
   }

   .texto-home {
     font-size: 20px;
      color: #fff;
   }
}

@media only screen and (min-width: 1025px) {
   .navbar.navbar-default {
       /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+37,7db9e8+37,e8fbff+86 */
       background: #1e5799; /* Old browsers */
       background: -moz-linear-gradient(top,  #1e5799 0%, #7db9e8 37%, #7db9e8 37%, #e8fbff 86%); /* FF3.6-15 */
       background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 37%,#7db9e8 37%,#e8fbff 86%); /* Chrome10-25,Safari5.1-6 */
       background: linear-gradient(to bottom,  #1e5799 0%,#7db9e8 37%,#7db9e8 37%,#e8fbff 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e8fbff',GradientType=0 ); /* IE6-9 */

       font-size: 18px;
       line-height: 100px;
   }

   .fone-topo {
       position: absolute;
       margin-top: -100px;
       margin-left: 50%;
       font-size: 24px;
       color: #616163;
   }

   .ico-whats {
      position: absolute;
      background-image: url('../imagens/ico-whats.png');
      width: 36px;
      height: 36px;
      margin-top: 32px;
    }

    .ico-whats-contato {
      position: absolute;
      background-image: url('../imagens/ico-whats2.png');
      width: 20px;
      height: 20px;
    }

   .navbar-default .navbar-nav > li > a {
      color: #00689C;
      margin-top: 24px;
      background-color: #fff;
      opacity: 0.7;
   }

   .navbar-default .navbar-nav > li.active > a,
   .navbar-default .navbar-nav > li.open > a,
   .navbar-default .navbar-nav > li:hover > a {
      color: #fff;
      background-color: #6E9FB9;
   }

   #opcoes-busca {
      position: absolute;
      margin-top: 206px;
      z-index: 1000;
      background-color: #F0F0F0;
      height: 60px;
      line-height: 55px;
      opacity: 0.9;
      left: 25%;
   }

   .label-opcoes-busca {
      color: #222;
   }

   #slider {
      margin-top: 170px;
      height: 120px;
   }

   section {
      margin-top: 350px;
   }

   .titulo-home {
      font-size: 26px;
      color: #fff;
      margin-top: 10px;
      line-height: 28px;
   }

   .texto-home {
     font-size: 20px;
      color: #fff;
   }

   .btn-default {
       border: 1px solid #f4f4f4;
       font-size: 14px;
   }
}

/* carousel */
.media-carousel
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

