html {
 overflow-x:hidden;
 position:relative;
 min-height:100%;
}

body {
 background:#fff;
 font-family:Arial,Helvetica,Garuda;
 font-size:1em;
 color:#161616;
 height:100%;
 margin:0;
}

a {
 color:#161616;
 text-decoration:none;
}

a:hover {
 color:#a00000;
 text-decoration:none;
}

a.branco {
 color:#fff;
 text-decoration:none;
}

a:hover.branco {
 color:#ffe400;
 text-decoration:none;
}

a.cinza {
 color:#161616;
 text-decoration:none;
 display:block;
 width:100%;
 height:100%;
}

a:hover.cinza {
 color:#fff;
 text-decoration:none;
}

.topo {
 width:100%;
 background-color:#161618;
 background:linear-gradient(#444,#161618);
 box-sizing:border-box;
 padding:20px 0 40px;
 text-align:center;
}

.menu1 {
 width:100%;
 background-color:#b4b4b4;
 background:linear-gradient(#fefefe,#b4b4b4);
 box-shadow:0 4px 5px #646464;
 box-sizing:border-box;
 padding:15px 0;
}

.menu2 {
 width:100%;
 max-width:1480px;
 margin:0 auto;
 text-align:center;
}

.menu_item {
 display:inline-block;
 width:100%;
 max-width:280px;
 height:35px;
 box-sizing:border-box;
 padding:0;
 margin:5px;
 border:1px #8d8d8d solid;
 text-align:center;
 font-family:Fjalla One;
 font-size:1.05em;
 line-height:2.2em;
}

.menu_item:hover {
 background-color:#161616;
}

.centro {
 width:100%;
 max-width:1280px;
 box-sizing:border-box;
 margin:10px auto 50px;
 font-size:0.95em;
 line-height:1.3em;
}

.titulo {
 display:table-cell;
 font-family:Play;
 font-size:1.7em;
 color:#a00000;
 font-weight:700;
 padding-left:10px;
}

.rod1 {
 display:inline-block;
 width:100%;
 max-width:250px;
 box-sizing:border-box;
 margin:30px 20px 20px;
 vertical-align:top;
 color:#fff;
}

.rod2 {
 display:inline-block;
 width:100%;
 max-width:230px;
 box-sizing:border-box;
 margin:20px;
}

.rod3 {
 display:inline-block;
 width:100%;
 max-width:320px;
 box-sizing:border-box;
 margin:20px;
}

.homeimg {
 display:table-cell;
 width:191px;
 padding-right:40px;
}

.homebox {
 display:inline-block;
 width:90%;
 max-width:390px;
 border:1px #161616 solid;
 box-shadow:0 0 8px #555;
 text-align:center;
 vertical-align:top;
 box-sizing:border-box;
 margin:10px 15px 30px;
}

.homeboxtit {
 width:100%;
 background-color:#161616;
 text-align:center;
 font-family:Play;
 font-size:1.2em;
 color:#fff;
 font-weight:700;
 box-sizing:border-box;
 padding:10px 2px;
}

.homeboxbot {
 width:170px;
 margin:20px auto 0;
 background-color:#a00000;
 box-sizing:border-box;
 padding:6px;
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 font-weight:bold;
}

.cursos {
 display:inline-block;
 width:90%;
 max-width:350px;
 box-sizing:border-box;
 margin:10px 20px;
 padding:15px;
 vertical-align:top;
 text-align:center;
 background:#ddd;
 border:1px #970000 solid;
 line-height:1.5em;
}

.forense {
 max-width:285px;
 margin:10px;
 padding:10px;
 background:#fff;
 font-size:1.1em;
 font-weight:bold;
}

.equip {
 width:160px;
 height:160px;
 border:8px #ddd solid;
 outline:1px #970000 solid;
 margin:20px;
}

form {
 margin:0;
}

input[type=text] {
 width:95%;
 max-width:700px;
 border:1px #8F8F8F solid;
 padding:8px;
}

textarea {
 resize:none;
 width:95%;
 max-width:700px;
 height:160px;
 border:1px #8F8F8F solid;
 padding:8px;
}

select {
 width:100%;
 max-width:700px;
 height:40px;
}






@media screen and (max-width:800px) {
 .titulo {
 font-size:1.2em;
 }
 .homeimg {
 display:none;
 }
}

@media screen and (max-width:600px) {
 .topo {
 padding:5px 0 15px;
 }
 .menu1 {
 padding:10px 0;
 }
 .menu_item {
 height:30px;
 line-height:1.8em;
 }
}
