/*
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 : 16/05/2016, 15:14:05
    Author     : tiago
*/

/*Arrumar isso no em css organizado com css especifico para cada tamanho de tela*/
.carousel {
    /*background: #2f4357;*/
    margin: 0 auto 20px auto;    
    width: 100%;   
    
}

.carousel .item img {
    
    margin: 0 auto;/*centraliza*/
    
}
.slide-principal {
    margin: 0px auto 20px auto;    
   
}

.carousel-inner img {
width: 100%; /* Set width to 100% */
margin: auto;
min-height:100px;


max-width: 100%;     
}
footer {      
  background-color: #222;
  color: #9d9d9d;
  margin-top: 40px;
  padding: 10px;
  margin-bottom: 0;
}


footer a {
  color: #9d9d9d;
}

footer img {
  padding-top: 40px;
} 

#login {
  margin-top: 100px;
  color: #9d9d9d;
  margin-bottom: 500px;
  background: black;
  border: #222;
  border-radius: 40px;
}

footer {

}

p {
    font-size: 17px;
}

.rastreamento {
    margin-top: 20px;
    background-color: rgb(238,238,238);
    border-radius: 10px;
    padding: 20px  20px 20px 20px;
}

.rastreamento p {
    /*margin: 200px;*/
}

.rastreamento button{
    margin-top: 20px;
    margin-bottom: 10px;
}