/*Menu: barra.*/
.navbar-default {
    background-color: #a9edfd;
    border-color: transparent;
}

/*Menu: cor. [Mobile]*/
.navbar-default .navbar-toggle {
    border-color: #2c3e50;
    border-width: 2px;
    margin: -65px 40px;
    background-color: #2c3e50;
}

/*Menu: cor da fonte.*/
.navbar-default .nav-justified>li>a {
    color: #2c3e50;
}

/*Menu: hover*/
.navbar-default .nav-justified>li>a:hover, .navbar-default .nav-justified>li>a:focus {
    color: #009841;
    background-color: transparent;
}

@media(max-width: 767px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
		background-color: #a9edfd;
		/* ------- */
		/*margin-top: -50px;
		overflow: scroll;*/
	}
}

@media(max-width: 767px) {
	.container>.navbar-header{
		margin-right: -15px;
		margin-left: -15px;
		margin-left: -15px;
	}
}

/*Menu: barra das sections.*/
.barra {
	top: 0;
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
	position: relative;
	background-color: #a9edfd;
}

/*cor: seção selecionada*/
.navbar-default .nav-justified>.active>a, .navbar-default .nav-justified>.active>a:hover, .navbar-default .nav-justified>.active>a:focus {
    color: #ffffff;
    background-color: #009841;
    border-radius: 6px;
    border: 2px solid #ffffff;
}

/*Menu: altura.*/
.navbar-fixed-top {
    top: 0;
    height: 100px;
    border-width: 0 0 1px;
}

/*logo*/
.navbar-brand {
    float: left;
    padding: 1px 15px 5px;
    line-height: 21px;
    height: 70px;
    margin: 0 auto;
}

@media (max-width: 770px) {
  .navbar-brand {
    float: left;
    padding: 10px 15px 5px;
    line-height: 21px;
    height: 70px;
  }
}

/*botão ao topo - mobile*/
.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 28px;
}

/*cor: botão ao topo - mobile*/
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

/*cor: botão ao topo ativo - mobile*/
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

/*cores: cabeçalho*/
header {
    text-align: center;
    color: #2c3e50;
    background: #a9edfd;
}

section.success {
    color: #2c3e50;
    background: #a9edfd;
}

/*cor: fonte rodapé*/
footer {
    color: #2c3e50;
}

/*background: rodapé*/
footer .footer-above {
    padding-top: 50px;
    background-color: #a9edfd;
    background-image: url(../img/rodape.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

footer .footer-below {
    padding: 25px 0;
    /*background-color: #69bb4c;*/
    background-image: url(../img/rodape-2.png);
}

/*formulário: linha acima do primeiro campo*/
form .row:first-child .floating-label-form-group {
    border-top: 1px solid #2c3e50;
}

/*formulário: linha acima dos campos*/
.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #2c3e50;
}

/*formulário: campos*/
.floating-label-form-group input, .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 10px;
    border: 1px solid;
    border-radius: 6px;
    border-color: #2c3e50;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
    background-color: rgba(248,248,248,0.8);
}

/*formulário: auto preenchimento*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgba(248,248,248,0.8);
    background-image: none;
    color: #2c3e50;
}

/*formulário: focus label*/
.floating-label-form-group-with-focus label {
    color: #2c3e50;
}

/*formulário: botão*/
.btn-success {
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

/*formulário: hover botão*/
.btn-success:hover {
    color: #ffffff;
    background-color: #4F868C;
    border-color: #4F868C;
}

/*redes sociais: facebook*/
.fa-facebook:before {
    content: "\f09a";
    color: #2c3e50;
}

/*redes sociais: instagram*/
.fa-instagram:before {
    content: "\f16d";
    color: #2c3e50;
}

/*redes sociais: cor da borda*/
.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #2c3e50;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

/*redes sociais: hover*/
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    border: solid 2px #fff;
    color: #2c3e50;
    background: #fff;
}

/*hover: título*/
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #9AD2D9;
    background-color: transparent;
}

/*ícone: carro - início*/
hr.car-light,
hr.car-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.car-light:after,
hr.car-primary:after {
    content: "\f1b9";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.car-light {
    border-color: #2c3e50;
}

hr.car-light:after {
    color: #2c3e50;
    background-color: #a9edfd;
}

hr.car-primary {
    border-color: #2c3e50;
}

hr.car-primary:after {
    color: #2c3e50;
    background-color: #fff;
}
/*ícone: carro - fim*/

/*listras laterais dos carros.*/
hr.car-light, hr.car-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    /*border-top: solid 5px;*/
    text-align: center;
}

/*estilo do mapa*/
.iframe-map {
    border-style: none;
    margin-top: -50px;
}

/*container do mapa*/
.mapa {
    width: 100%;
    overflow: hidden;
    height: 500px;
}

/*linha do tempo - início*/
.timeline{
  position: relative;
  top: 50px;
}

.timeline li{
  list-style: none;
  float: center;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

ul:nth-child(1){
  color: #2c3e50;
}

.tl-img {
    border: 3px solid #2c3e50;
    border-radius: 50%;
    margin-bottom: 30px;
}

.timeline li:after{
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 28px;
  left: -50%;
  z-index: -999;
  transition: all ease-in-out .3s;
}

.timeline li:first-child:after{
  content: none;
}
/*linha do tempo - fim*/

/*galeria: bordas*/
img {s
    border: 0;
    border-radius: 6px;
}

a {
    color: #4F868C;
    text-decoration: none;
}

/*galeria: bordas*/
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
    padding: 0 0 0 0;
    /*border: 1px solid #2c3e50;
    border-radius: 6px;*/
}

/*galeria: fundo lupa*/
#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(44,62,80,0.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

/*galeria: botão close*/
.btn-default {
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

/*galeria: hover botão close*/
.btn-default:hover {
    color: #ffffff;
    background-color: #4F868C;
    border-color: #4F868C;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 20px;
}

.navbar .navbar-nav {
    letter-spacing: 0px;
}

/*Logo: esconde a logo mobile.*/
@media(min-width: 768px) {
    #logo-mob {
      display: none;
    }
    #logo-desk {
      width: 100px;
    }
}

/*Logo: esconde a logo desktop.*/
@media(max-width: 767px) {
    #logo-desk {
      display: none;
    }
    #logo-mob{
        width:100px;
    }

    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top .navbar-shrink {
        padding: 25px 0;
    }

    .navbar-fixed-top .navbar-shrink img{
        max-width: 0px;
    }

}

.row {
  margin: 0;
}

#slider {
  width: 100%;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

@media(max-width: 767px) {
  #slider {
    width: 100%;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
