@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Titillium+Web:wght@200;300;700&display=swap');

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}    
body, h1, h2, h3, p, a, figure {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.envelope-center{
    width: 1000px;
    height: auto;
    position: relative;    
    margin: 0 auto;
}
body{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #444444;
}
h2{
    font-family: 'Cinzel', sans-serif;
    font-weight: 400;
    color: #b11116;
    font-size: 26px;    
}
.botao{
    font-family: 'Cinzel', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 26px;
    padding: 8px 25px 6px 25px;
    background-color: #b11116;
}
.botao:hover{
    color: #b11116;
    background-color: transparent;
    border: solid #b11116 1px;
    transition: 0.3s;
}
.topo-header{
    width: 100%;
    height: 35px;
    background-color: #b9b9b9;
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: right;
    padding-top: 8px;
}
header{
    background-color: #f8f8f8;
    width: 100%;
    height: 135px;
    margin-bottom: 2px;
}
header h1{
    width: 104px;
    height: 70px;
    float: left;
    margin-right: 30px;
    margin-top: 13px;
}
header h2{
    float: left;
    margin-top: 36px;
    font-size: 22px;
    color: gray;
}
header nav{
    float: right;
    margin-top: 37px;
}
header nav > a{
    font-size: 16px;
    font-weight: bold;
    color: grey;
    margin-left: 15px;
}
header nav > a:hover{
    color: #1b1b1b;
}
header nav > a.select{
    color: #b11116;
}
.slider{
    width: 100%;
    height: 400px;
    background: url(../img/img-slider.jpg) center no-repeat;
    font-size: 18px;
    margin-bottom: 10px;
}
.slider-titulo{
    font-family: 'Cinzel', sans-serif;
    font-weight: 400;
    color: grey;
    font-size: 35px;
    padding-top: 80px;
}
.slider-subtitulo{
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #b11116;
    margin-bottom: 15px;
}
.sobre-orgaos{
    width: 100%;
    height: 430px;
    padding-top: 60px;
    background-color: #ececec;
    display: flex;
    text-align: center;
}
.sobre-orgaos-textos{    
    margin-bottom: 50px;
    width: 1000px;
    height: 200px;
    display: flex;
    justify-content: space-between;
}
.sobre-orgaos p{
    width: 360px;
    text-align: left;    
}
.orgaos{
    width: 600px;    
}
.orgaos h2{
    margin-bottom: 20px;
    border-top: 1px lightgray solid;
    border-bottom: 1px lightgray solid;
    padding: 5px 0;
    text-align: center;
}
.orgaos-colunas{
    display: flex;
}
.sobre-orgaos a{ 
text-align: center;  
   
}
.destaques{
    width: 100%;
    height: auto;
    background:url(../img/background-destaques.jpg) repeat-x top;
    display: flex;
    text-align: center;
    padding: 70px 0;   
}
.destaque-grupo{
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
}
.destaque-interno{
    width: 220px;
    margin: 0 30px;    
}
.destaque-interno h2{    
    margin-bottom: 20px;
    border-top: 1px lightgray solid;
    border-bottom: 1px lightgray solid;
    padding: 5px 0;
}
.destaque-interno p{    
    padding-bottom: 15px;
    border-bottom: 1px lightgray solid;
    text-align: left;
}
.links-uteis{
    display: flex;
    align-items: center;
    padding: 60px 0;
    background-color: #eeeeee;
}
.texto-links{    
    float: left;
    padding: 15px 70px 15px 0;
    border-right: solid 1px gray;
}
.texto-links h2{
    font-size: 34px;
    color: #444444;
}
.logos-links{
    text-align: end;
}
.logos-links a{
    margin-left: 70px;
}
.logos-links a img{
    -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE */
  opacity: 0.5;
}
.logos-links a img:hover{
    -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  transition: 0.3s;
}
footer{
    width: 100%;
    height: auto;
    background-color: #b9b9b9;    
}
.contatos{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contatos p{
    font-family: 'Cinzel', sans-serif;
    color: white;
    font-size: 22px;
}
.contatos span{
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    color: rgb(102, 102, 102);
    font-size: 20px;
}
.copyright{
    padding: 10px;
    background-color: #b11116;
    text-align: center;
    color: white;
    font-size: 12px;
}
.conteudo{
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}
.conteudo p{
    margin-bottom: 20px;
}
.conteudo h2{
    margin-bottom: 20px;
    border-top: 1px lightgray solid;
    border-bottom: 1px lightgray solid;
    padding: 5px 0;
    text-align: center;
}
.texto-sobre{
    width: 600px;    
}
.texto-missao{
    width: 350px;    
}
.pag-clientes {
    padding: 60px 0 100px 0;
}
.pag-clientes h2{
    margin-bottom: 20px;
    border-top: 1px lightgray solid;
    border-bottom: 1px lightgray solid;
    padding: 5px 0;
    text-align: center;
}
.pag-clientes p{
    text-align: center;
    margin-bottom: 50px;
}
.logos-clientes{
    width: 1000px;
    height: 304px;
    display: flex;
    flex-wrap: wrap; 
    align-content: space-between; 
    justify-content: space-between;
    flex-direction: column;     
}
.logos-clientes img{
    width: 220px;    
}
.pagcontatos{
    width: auto;
    height: auto;
    text-align: center;
    padding-top: 60px;
}
.pagcontatos h2{
    margin-bottom: 20px;
    border-top: 1px lightgray solid;
    border-bottom: 1px lightgray solid;
    padding: 5px 0;
    text-align: center; 
}
address{
    margin: 50px 0;    
}
address > p{
    font-size: 22px;
}
form{
    width: 800px;
    height: 300px;
    margin: 50px auto;    
}
input, textarea{
    width: 395px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 10px;
}
input{    
    height: 40px;
    margin-bottom: 10px;
    text-align: left;
}
textarea{    
    height: 190px;
    float: right;
    margin-left: 10px;   
}
form .botao{   
    border: none;       
    margin-top: 20px;
    cursor: pointer;    
}
.mapa-google{
    width: 100%;
    height: 350px;    
}