/*
:: ISAT Educação e Comunicação Sem Distância | www.isat.com.br
:: Solução | Webcast 4.0
:: Cliente | ISAT
:: Evento | ISAT Live
:: Data | Out 2014
:: Desenvolvedor | Monica Nallin
*/

/********************************** PADRÃO **********************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  background: transparent;
  border: 0;
  color: #333333;
  font-family: "HelveticaCondensed" !important;
  font-size: 11px;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
}

body {
  background: url(../Imagens/bg-fundo.jpg) repeat-x fixed center #FFFFFF;
}

html, body { height: 100%; }


/************** CONTENT **************/
.content { margin: 120px 0; }

.content a.thumbnail:hover,
.content a.thumbnail:focus,
.content a.thumbnail.active {
  border-color: #8c0f3e;
}

.content h2 {
  color: #000a2e;
  margin-bottom: 0;
}

.content h5 {
  color: #777;
  font-size: 16px;
  margin: 0 0 25px;
}


/************** HEADER **************/
.row, .header {
  display: flex;
  align-items: center;
}

.header {
  background: url(../Imagens/bg-topo.jpg) no-repeat scroll center 0 transparent;
  height: 223px;
}

.header h1 {
  color: #fff;
  font-size: 45px;
  font-style: italic;
  font-weight: bold;
}

.header .logo {
  margin-right: 20px;
}

.header .logo img {
  max-height: 150px;
}

.header .logo.logo-bg {
  background: #fff;
  display: inline-block;
  padding: 20px;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-box-shadow: 0px 0px 15px 0px rgba(66, 66, 66, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(66, 66, 66, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(66, 66, 66, 0.5);
}


/************** FOOTER **************/
.footer {
  align-items: center;
  background: url(../imagens/bg-rodape.jpg) no-repeat 0 0 #8c0f3e;
  color: #fff;
  display: flex;
  font-size: 11px;
  height: 110px;
  width: 100%;
}

.footer .selo-isat {
  background: url(http://id.isat.com.br/avga/logo-isat-branco-40x16.png) no-repeat scroll center 0 transparent;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  width: 40px;
}

.footer .copyright {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 92px;
}

