body {
    background-image: url(../img/guarulhos.jpg);
    height: 1200px;
    width: auto;
    margin:0;
    background-size:cover;
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

h1 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 40px; color:rgb(237, 50, 55); text-align:left; margin-left: 10px;}

h2 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; color:#000; text-align:left; margin-left: 10px;}

#topo {
    height: 300px;
    width: auto;
    background-color: transparent;
}

#logotipo {height:150px; background-color: transparent;}

#logotipo img {object-fit: cover; height: 100%; width: 100%;}

#cabecalho {
    height: 150px;
    width: 70%;
    margin: auto;
    background-color:transparent;
}

#titulo {
    width: 70%;
    height: 100%;
    background-color: transparent;
    float: left;
}

#titulo p { font-variant: small-caps; margin-top: 2%; color:#fffef2; font-size: 60px; text-align: center; text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000; }

#logo {
    width: 30%;
    height: 100%;
    background-color:transparent ;
    float: left;
}

#logo img{
    height: 90%;
    margin-top: 2%;
}

#conteudo {
    height: 650px;
    width: 100%;
    background-color:transparent ;
}

#conteudo_esq {
    height: 100%;
    width: 15%;
    float: left;
    background-color: transparent;

}

#menu {
    height: 70%;
    width: 90%;
    margin-top: 20%;
    margin-left: 5%;
    background-color: transparent;
}

#menu img{
    width: 100%;
    margin-top: 5px;
}

#conteudo_dir{
    height: 100%;
    width: 85%;
    float: left;
    background-color:transparent;

}

#tela {
    height: 87%;
    width: 96%;
    margin-top: 1%;
    background-color:white;
    border-radius: 30px;
    border-width: 20px;
    border-style: solid;
    border-color: rgb(237, 50, 55);
    overflow: auto;
}

#tela p{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size:14px; 
    text-align:justify;
    margin-left: 10px;
    margin-right: 10px;
}

#inferior {
    height: 250px;
    width: auto;
    background-color: transparent;
}

#imagens {
    width: 800px;
    height: 150px;
    margin: auto;
    background-color: transparent;
}

#imagens img{
    width: 12%;
    margin-top: 20px;
}

/*---- ---- RODAPE ---- ----*/

#rodape {height: 100px; min-width: 500px; background-color: rgb(253, 249, 188);}

#rodape01{height: 100%;	width: 30%;	float: left; background-color: rgb(253, 249, 188);}

#logoACE {margin-top: 2%; margin-left: 2%; height: 70%; float: right; margin: 2% 2% auto auto;}

#rodape02{height: 100%;	width: 40%;	float: left; background-color: rgb(253, 249, 188);}
#rodape02 p{text-align: center;	color:rgb(237, 50, 55);; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; font-weight:200;}
#rodape02 a:hover{font-weight:600; color:rgb(237, 50, 55);; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#rodape02 a:visited{color:rgb(237, 50, 55);; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#rodape02 a:link{color:rgb(237, 50, 55);; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

#rodape03{height: 100%;	width: 30%;	float: left; min-width: 100px; background-color: rgb(253, 249, 188);}
#rodape03 img{margin-top: 20px;}
#rodape03 img:hover{opacity: 0.7;}