/*
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 : 26/08/2019, 14:13:12
    Author     : User
*/
body{
 margin: 0 px; 
 background-color: #FFF;
}
.menu{
  display: flex;
  margin: auto;
}
.menu li{
    margin-left: 10px;
    
    
}
.menu li a{
    
    display: block;
    
    //background: #ddd;
}

.titulo1{
    margin: auto;
    text-align: center;
    //color: #0B2161;
    color:#414687;
    margin-top: 40px;
    margin-bottom: 20px;
    
}
.textodestaque{
    padding: 0px 20px 0px 20px;
    text-align: center;
    color: #7EB9D5;
    font-size: 1.4em;
}
.textorodapekits{
    margin-top: 50px;
    margin-bottom: 30px;    
    text-align: center;
    color: #7EB9D5;
    font-size: 1.4em;
}
.kits{
    margin-top: 50px;
    background-color: #EEE;
    padding: 20px 20px 20px 20px;
    text-align: center;
    color: #7EB9D5;
    font-size: 1.2em;
}
.kits h2{
    color: #414687;
}
.kits img{
    margin-bottom: 20px;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    border: solid 15px;
    border-color: #7EB9D5;
}
kit1{
    margin-top: 20px;
    
}
kit2{
    margin-top: 20px;
    
}
.montagem{
    margin-top: 20px;
    padding: 20px 20px 20px 20px;
    text-align: center;
    color: #0B2161;
    font-size: 1.4em;
}
.rodape{
    background-color: #eee;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 1.2em;
    
}
.rodape img{
    width: 80px;
    height:80px; 
}
.rod{
    margin-bottom: 20px;
}

.copy{
    background-color: #ddd;
    height: 60px;
    color: #A4A4A4;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 20px;
    font-size: 0.9em;
    
}
nos p {
    text-justify: auto;
    color: #red;
}