
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600);

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

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 200px; /* altura do seu footer */
}

@media only screen and (max-width: 1024px) {
    body {
        background-color: #fff;
        margin: 0 0 140px; /* altura do seu footer */
  }
}

@media only screen and (max-width: 768px) {
    .logo-cel {
        margin-top: -23px;
  }
}

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;
    text-align: justify;
}

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

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

.frente {
    z-index: 1000;
}

#slider {
    margin-top: 100px;
}

.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 {
    font-size: 14px;
    font-weight: bold;
}
.navbar.navbar-default .navbar-toggle {
    margin-top: 32px;
}

@media only screen and (min-width: 768px) {
    .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;
    }
}

@media only screen and (max-width: 480px) {
    .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);
        background: #fff;
    }
    
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        background-color: #00689C;
        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: #fff;
        background-color: #999999;
    }
}

@media only screen and (max-width: 600px) {
    .titulos {
        font-family: 'Raleway', sans-serif;
        font-size: 26px;
        color: #00689C;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px;
        margin-top: 40px;
        border-bottom: 1px solid #00689C;
    }
    
    .titulo-home {
        font-size: 16px;
        color: #fff;
        padding: 13px 0;
        line-height: 28px;
    }

    .texto-home {
        color: #fff;
    }
}

@media only screen and (min-width: 601px) {
    .titulos {
        font-family: 'Raleway', sans-serif;
        font-size: 36px;
        color: #00689C;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px;
        margin-top: 40px;
        border-bottom: 1px solid #00689C;
    }
    
    .titulo-home {
        font-size: 30px;
        color: #fff;
        padding: 15px 0;
        line-height: 28px;
    }

    .texto-home {
        color: #fff;
    }
}

.icos-agencia {
    font-size: 46px;
}

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


.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: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: bold;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
    text-align: justify;
}

#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;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    color: #999;
}
/*****************
****** map contato *****
***********************/

#menu {
	z-index: 99;
}

@media only screen and (min-width: 320px) {
    .carousel-caption {
        top: 38%;
        color: #24566D;
        text-shadow: -1px 2px 2px rgba(255, 255, 255, 255);
        font-size: 14px;
        line-height: 17px;
    }
}

@media only screen and (min-width: 768px) {
    .carousel-caption {
        top: 50%;
        color: #24566D;
        text-shadow: -1px 2px 2px rgba(255, 255, 255, 255);
        font-size: 42px;
        line-height: 45px;
    }
}

.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;
}

.box-home {
    color: #333;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: -100;
    margin-top: -3px;
    font-size: 20px;
    line-height: 50px;
    font-family: 'Shadows Into Light', cursive, 'PT Sans', sans-serif;
    font-size: 24px;
}


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

.plantao {
    background-color: #94B8D7;
    height: 4px;
}

.plantao-resp {
    background-color: #94B8D7;
    height: 100px;
    padding: 10px 0 ;
    color: #222;
}

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

.endereco p {
    color: #fff;
}

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

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


.ico-midia span {
	font-size: 28px;
	float: left;
    margin-right: 10px;
}

.ico-video span {
	font-size: 28px;
	float: left;
    margin-right: 10px;
}

/* Home */
.linha-fina-topo {
    background-color: #0071BC;
    height: 5px;
    margin-bottom: 5px;
    margin-top: 20px;
}

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

@media screen and (max-width:767px) {
    .block-home {
        background-color: #0071BC;
        height: 165px;
    }
    
    .form-control {
        margin-bottom: 5px;
    }
}

@media screen and (min-width:768px) {
    .block-home {
        background-color: #0071BC;
        height: 100px;
    }
}

@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}

/* ===== 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;
}
