body{
    font-family: "Trebuchet", Helvetica, sans-serif;
    background: linear-gradient(to right,#0F6CD9,#247ADA);
}
nav{
    background: linear-gradient(to right,#0F6CD9,#247ADA);
}
.clear{
    clear: both;
}

/* corpo da pagina */
#Geral #conteudo{
    /* clear: both; */
   /*  border: 1px solid red; */
   border-top-left-radius: 5%;
   -webkit-border-top-left-radius: 5%;
   -moz-border-top-left-radius: 5%;
   border-top-right-radius: 5%;
   -webkit-border-top-right-radius: 5%;
   -moz-border-top-right-radius: 5%;
   border-bottom-left-radius: 5%;
   -webkit-border-bottom-left-radius: 5%;
   -moz-border-bottom-left-radius: 5%;
   border-bottom-right-radius: 5%;
   -webkit-border-bottom-right-radius: 5%;
   -moz-border-bottom-right-radius: 5%;
    /* width: 100%; */
   /*  height: 540px; */
    background: white;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    padding-top: 5px;
    box-sizing: border-box;
    /* min-width: 1500px; */
    
}
#conteudo ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: flex-start;
     align-items: normal;
     /* flex-grow: 1; */
     /* flex-shrink: 1; */
     /* flex-basis: auto; */
}

#conteudo ul li .cartao img{
    /* width: 60px;
    height: 60px; */
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    /* border: 1px solid red; */
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    
}
#conteudo ul li .cartao .contatos{
    float: left;
    /* width: 200px;
    height: 60px; */
   /*  border: 1px solid blue; */
    margin-right: 10px;
    margin-top: 10px;
}
#conteudo ul li .cartao .contatos a{
    display: block;
    font-size: small;
    text-align: left;
    cursor:pointer ;
}
#conteudo ul li .cartao .contatos a:hover{
    display: block;
    font-size: small;
    text-align: left;
    cursor:pointer ;
    color: #146fdc;
}
#conteudo ul li .cartao{
    /* height: 150px; */
    /* width: 315px; */
    /* border: 1px solid rebeccapurple; */
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    background: #7cb1f1;
    box-shadow: 5px 5px 2px #ccc;
    
}
#conteudo ul li .cartao:hover{
   /*  height: 150px;
    width: 315px; */
    /* border: 1px solid rebeccapurple; */
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    background: #96bff0;
    text-decoration: none;
}
#conteudo ul li .cartao .descricao{
   /*  border: 1px solid blue; */
    /* width: 280px;
    height: 70px; */
    display: block;
    clear: both;
    margin-top: 70px;
    margin-left: 10px;
}
#conteudo ul li .cartao .descricao h4{
    font-size: small;
    text-align: left;
    margin-bottom: 3px;
    margin-top: 0;
    
}
#conteudo ul li .cartao h4{
    display: block;
    font-size: small;
    text-align: left;
    margin: 0;
}
#conteudo ul li .cartao .descricao p{
    margin: 0;
    font-size: smaller;
    text-align: left;
    width: 280px;
}
@media(max-width: 500px) {
    .cetralizarbotao{
     margin-left: 32%;
    }
 }