﻿body {
    background-color: #e2e7e3;
	height:100%; /* aqui definimos que o html e o body terão altura de 100% */
}
.row {
  margin-right: 0px; !important;	
  margin-left: 0px; !important;	
}


i.glyphicon {
    font-size: 30px;
	color: white;
	font-weight: bold;
}

.block {
  text-align: center;
}

.darkgrey {
  background-color: #9a9a9a;
}
.bolas
{
	text-align: center !important;	
	margin-top: 15px;
}
.bolasb
{
	text-align: center !important;	
	margin-top: 15px;
	margin-left: 10px;
	
}

.alinhamento {
    text-align: right;
	}
.Paulafoto {
    text-align: center;
	}

.divrealce {
    background-color: #8ad2d1;
} 
.divrealcefundo {
    background-color: #63646b;
} 
.fontecondensed {
    font-stretch: ultra-condensed;
	font-weight: bold;
	color: white;
	font-size: medium;
}
.Titulo{
    font-family: BebasNeuewebfont;
    font-size: 50px;
    font: #676c60;
    text-transform: uppercase;
	}
	.SubTitulo{
    font-family: BebasNeuewebfont;
    font-size: 35px;
    color: #35383f;
    text-transform: uppercase;
	}
	.Titulo{
    font-family: BebasNeuewebfont;
    font-size: 3em;
    color: #676c60;
    text-transform: uppercase;
	}
	.Creativedesign{
    font-family: BebasNeuewebfont;
    font-size: 0.66em;
	font-style: italic; 
	font-weight: light;
    color: #edeff0;
    text-transform: uppercase;
	padding-bottom:20px
	
	}
	.TituloInterno{
    font-family: BebasNeuewebfont;
    font-size: 1.7em;
    color: white;
    text-transform: uppercase;
	}
	
.centralizar-principal {
   display: table;
   width: 80%;
}
.centralizarobjeto {
   display: table-cell;
   text-align: justify;
   vertical-align: middle;
}
.barratopo {
   background-color:#a7a2ac;
  }
.paragrafo {
   padding-left: 15px;
}
.email{
   text-align: center;
  
}
.containerflex {
    display: flex;
	align-items: center;
}
.caixaflex {
    flex: 1;
}

.distancialinhas{
line-height:15px;
letter-spacing:1px;
}
.CentralizarVertical{
 width:100%;
 height:auto;
 min-height:50%; 
}
 @font-face {
	font-family: 'BebasNeuewebfont';
	src: url('../fonts/BebasNeuewebfont.eot');
	src: local('BebasNeuewebfont'), 
		url('../fonts/BebasNeuewebfont.woff') format('woff'), 
		url('../fonts/BebasNeuewebfont.ttf') format('truetype');
}

/* aplica somente a partir de 320px */
/* aplica somente a partir de 320px */
@media screen and (min-width: 320px) {
   body { font-size: 95%; }
}
