@charset "utf-8";
/* CSS Document */
body {margin:0;font-family:'Encode Sans', sans-serif;font-size:1.1rem;font-weight:400;line-height:1.3;color:#555;text-align:left;background-color:#fff;}

.bg-primary {background-color:#4C78B5;}
.bg-secondary{background-color:#B0BEE1;}
.bg-soft {background-color:#FF9;}
.bg-blue {background-color:#09F;}
.bg-dark-blue {background-color:#000064;}
.bg-green {background-color:#093;}
.bg-orange {background-color:#F60;}
.bg-red {background-color:#C00;}

.logoEAD {display:inline-block;height:70px;width:255px;background-image:url("../imgs/EvO_logo.png");color:#FFF;background-repeat:no-repeat;text-indent:-5000px;overflow:hidden;}
.logoSBPCML {display:inline-block;height:70px;width:170px;background-image:url(../imgs/logoSBPCML.png);background-size: 170px 70px; background-repeat:no-repeat;text-indent:-5000px;overflow:hidden;}

.navbar ul li a {color:#FFFFFF;font-size:1.4em;display:inline-block;}
.navbar ul li a:hover {background-color:#0064FF;}
/*.navbar ul li a .glyphicon {display:block;text-align:left;margin-bottom:5px;font-size:2.5em;}*/

.vitrine-fundo {background-image:url(../imgs/fnd-ead2019.jpg);background-repeat:repeat-x; background-position:bottom;height:450px;}
.vitrine-img {width:220px;height:220px;}
.vitrine-box {text-align:center;display:inline-block;}
.vitrine-box h2 {color:#0066cc;font-size:1.5em;padding:5px;}

.vitrine-faixaAVISO {
	background-color:#000;
	width:100%;
	margin:0;
	opacity:0.9;
	color:#FFF; font-size:2em;text-align:center;margin-top:-150px;
}

.space-menu-top {height:68px;width:100%;margin:0;}

.evento .titulo {font-size: 2rem;font-weight:bold;padding-bottom:10px;border-bottom: 2px #FFF solid;display: block;}
.evento .subtitulo {font-size: 1.5rem;padding-bottom:10px;display: block;font-style:italic;}
.evento .datas {font-size: 1.5rem;padding-bottom:5px;}

.curso {}
.curso .rowPar{background-color:#FAFAFA;}
.curso .col-lg-10 .col-lg-1{text-align:center;}
.curso .legenda {color:#093;margin:0;padding:0;display:block;font-size:0.6em;}
.requisitos .legenda {color:#093;margin:0;padding:0;display:block;font-size:0.6em;}
.icon-destaq { width:150px;height:150px;text-align:center;vertical-align:middle;}

.arquivos a {display:inline-block}

.ico-browser {width:40px;height:40px;background-image:url(../imgs/navegadores.png);background-repeat:no-repeat;display:inline-block;}
.chrome {background-position:0 0;}
.iexplorer {background-position:-40px 0;}
.firefox {background-position:-80px 0;}
.safari {background-position:-120px 0;}
.opera {background-position:-160px 0;}

.ico-msocial {width:40px;height:40px;background-image:url(../imgs/iconMidiaSocial.png);background-repeat:no-repeat;display:inline-block;}
.facebook {background-position:0 0;}
.twitter {background-position:-42px 0;}
.flickr {background-position:-84px 0;}
.youtube {background-position:-126px 0;}
.linkedin {background-position:-168px 0;}

/* When the screen is less than 800 pixels wide */
@media (max-width: 980px) {
.vitrine-img, .icon-destaq, .vitrine-fundo {display:none;}
.vitrine-faixaAVISO {margin-top:0;}
}
/* When the screen is less than 600 pixels wide */
@media (max-width: 600px) {
html, body {font-size:0.9em;}
.space-menu-top {height:140px;width:100%;margin:0;}
.logoSBPCML {display:block;width:100%;height:auto;text-indent:inherit;text-align:center;color:#FFF;padding:5px;margin-bottom:10px; clear:both; background-image:none;font-size:0.7em;}
.navbar ul li a .glyphicon {display:inline-block;margin-right:10px;font-size:1.5em;}
.vitrine-img{display:none;}
.vitrine-faixaAVISO {margin-top:-60px;}
.curso .col-lg-10 .col-lg-1{text-align:left;}
.curso .legenda {display:inline-block;font-size:0.8em;text-align:left;}
.curso a {display:block;text-align:center;margin-top:5px;}
/*.curso .col-lg-10 .col-lg-1 .glyphicon {font-size:2em;color:#F00}*/
}