/* CSS Document */
body { background-color: #fff; margin: 0px; font-family: 'Montserrat', sans-serif; font-size: 0.8em; color: #56bd0c;  }

h1 { font-size: 2em; color: #0090ce;  }

img { border: none;}

a:link { color: #000; text-decoration: none;}

a:visited { color: #000; text-decoration: none;}

a:hover { color: #7b8691; text-decoration: none;}


@media(max-width:960px)
{
#container{display:none;}
}

@media(min-width:961px) and (max-width:1150px)
{
#container2{display:none;}
}

@media(min-width:1151px)
{
#container2{display:none;}
}

/* DIVS ESTRUTURAIS */
#container { background-color: #fff; width: 100%; text-align: center; }

#topo { text-align: center; padding-top: 20px; padding-bottom: 20px; padding-right: 120px; padding-left: 120px; background-color: #fff;  }

#conteudo { text-align: center; padding-top: 20px; background-color: #efefef; }

#rodape { text-align: center; background-color: #fff; }


/* PARA SMART */
#container2 { background-color: #fff; width: 100%; text-align: center; font-size: 0.7em; }


#toposmart { background-color: #fff; padding: 15px 35px 15px 35px;  }

#conteudosmart { background-color: #f3f5f5; padding-top: 15px; padding-bottom: 15px; text-align: center; }

#space2 { background-color: #fff; padding-top: 15px; padding-bottom: 15px; text-align: center; }

#contbutton { background-color: #fff; text-align: center; }




 




