@charset "utf-8";
/**
 * CSS Paginas - CSS que contém estilos de partes do site que estarão nas páginas
 */

.institucional {}
.institucional ul li {margin-bottom:30px;}
.institucional ul li .tituloBox {color:#464646;}
.institucional ul li:nth-child(1n+2) .tituloBox {font-size:40px; float:left; transform:translateX(-50%); position:relative; left:50%;}
.institucional ul li:nth-child(1n+2) .tituloBox:after {position:absolute; content:''; height:5px; width:80%; background:#6AAA43; bottom:-5px; left:50%; transform:translateX(-50%);}
.institucional ul li .texto { font-family:'GothamBook', Arial, Helvetica, sans-serif; font-size:22px; line-height:32px; color:#464646; max-width:80%; margin:0 auto;}
.institucional ul li .texto .bullet {padding-left:15px; position:relative; float:left; left:50%; transform:translateX(-50%);}
.institucional ul li .texto .bullet:before {position:absolute; content:''; left:0; height:5px; width:5px; border-radius:50%; background:#F00; top:12px;}
.institucional .logoQuemSomos {text-align:center; margin-top:20px;}