/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25/05/2016, 23:06:00
    Author     : tiago
*/

.lead{
    font-size: 20px;
    
}

footer {
      background-color: #222;
      color: #9d9d9d;
      margin-top: 40px;
      padding: 10px;
      margin-bottom: 0;
  }
   
  
  footer a {
      color: #9d9d9d;
  }
  
  footer img {
      padding-top: 40px;
  } 
  
  @media (min-width: 768px) {
    .container-servico {
        padding: 20px;
        max-width: 730px;
        background: rgb(238,238,238);
        border-radius: 10px;
    }
    
    hr {
        height:2px;
        border-width:0;
        background-color: #9d9d9d;
    }

    .mapa{
        width: 690px;
        height: 550px;
        padding: 20px;        
    }
    
    .img-divulgacao{
        max-height: 120px;
    }
    
    .bloco-divulgacao {
        margin-top: 20px;
        margin-bottom: 20px;        
    }
    
   .img-servico {
        max-width: 294px;
        margin: 5px;
    }    
    
    h2{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h1{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
}

@media (max-width: 768px){
    body {
        background: rgb(238,238,238);
    }
    
    .mapa{
      width: 100%;
      height: 400px;
      padding: 20px;
    }   
    
    .img-divulgacao{
        margin-top: 25px;
        margin-bottom: 25px;
        max-height: 120px;        
    }
    
    hr {
        height:2px;
        border-width:0;
        background-color: #9d9d9d;
    }
    
    
    
}

#banner img {
    border-radius: 10px;
}

.img-float-right {
    float: right;
    margin: 0 0 10px 10px;
}

.img-float-left {
    float: left;
    margin: 10px 10px 0 0;
}

body {
    color: #333333;
    /*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/       
}

.separador {
  /*color: #c5a47e;*/
  color: #000;
  margin: 0 auto 20px;
  max-width: 65%;
  text-align: center;
  position: relative;
}
.separador:before, .separador:after {
  display: block;
  width: 40%;
  content: " ";
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #c5a47e;
}
.separador:before {
  float: left;
}
.separador:after {
  float: right;
}

.separador-alerta {
  color: #e78b90;
}
.separador-alerta:before, .separador-alerta:after {
  border-color: #e78b90;
}

#freteCapitais {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}

#btnCapitais {
    margin-top: 20px;
    margin-bottom: 20px;
}