/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
    background: url('../image/banner.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.navbar-brand {
    padding: 1px 15px;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

/* Novo CSS */
.colorb{
    color: #257a8b;
}

.colorc{
    color: #064552;
}

.magin{
    margin-top: 30px;
}

.intro{
    margin-bottom: 30px;
}

.legend{
    margin-top: 5px;
}

.page-header {
    border-bottom: 1px solid #257A8B;
}

.breadcrumb {
    background-color: #A4D8E8;
}

.breadcrumb>.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    color: #fff;
}

.bottom {
    padding: 25px 0;
    background-color: #257A8B;
    color: #fff;   
}

.bottom ul{
    padding-left: 0;
    list-style: none;
}

.bottom ul li{
    margin: 0 0 15px 0;
}

.bottom a{
    color: #fff;
}

.bottom img{
    height: 200px;
    float: right;
}

.sitemap{
    list-style: none;
}

.contato{
    text-align: center;
    font-weight: bold;
}

.tele{
    font-size: 40px;
    margin: 0 0 18px 0;
}

.ender{
    font-size: 27px;
    margin: 0 0 18px 0;
}

.arroba{
    font-size: 20px;
}

.footer {
    background-color: #31A1B7;
    height: auto;
    color: #fff;
    font-size: 12px;
    padding: 20px 0 6px 0;
}

.footer a{
    color: #fff;
}

.footer ul{
    padding-left: 0;
    list-style: none;
    float: right;
}

.footer ul li{
    float: left;
    margin: 0 6px;
}


/*Media Queries*/

@media screen and (min-width: 320px){
    .ender{
    font-size: 25px;
    }
}

@media screen and (max-width: 425px){
    .footer{
    text-align: center;
    }

    .navig{
    width: 234px;
    margin: auto;
    }

    .logotom{
    padding-top: 35px;
    width: 200px;
    margin: auto;
    }
}

@media screen and (max-width: 768px) and (min-width: 430px){
    .tele{
    font-size: 30px;
    margin: 0 0 18px 0;
    }

    .ender{
        font-size: 18px;
        margin: 0 0 18px 0;
    }

    .arroba{
        font-size: 16px;
    }
}

@media (width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
}