body {
	 
}


@media only screen and (min-width: 40em) {

.logo {

		left: 0px;
		top: 1px;
		position:absolute;
	}
}

.logo {

	max-width: 20rem;
	margin-top: -3px;
	margin-left: 0px;
}

.logo {

	margin-top: 0rem;
}

/*NAVEGAÇÃO*/

/* Variables */
/* Small Navigation */
.logo-small {
  float: right;
  width: 130px;
  height: auto; }

.title-bar {
  padding: 0.5rem;
  height: 4rem; }

.menu-icon,
.title-bar-title {
  position: relative;
  top: 10px; }

/* Medium-Up Navigation */
@media only screen and (min-width: 40rem) {
  .logo-wrapper {
    position: relative; }
    .logo-wrapper .logo {
      width: 170px;
      height: auto;
      position: absolute;
      left: 6%;
      top: -6px;
      margin-left: -60px; }

  .top-bar-right {
    width: 50%;
    padding-left: 86px; }
    .top-bar-right ul {
      float: left; }

  .top-bar-left {
    width: 50%;
    padding-right: 86px; }
    .top-bar-left ul {
      float: right; } }
      
.top-bar {
	height: 3.9rem;
} 

/*CONTEÚDO*/

.conteudo {
	background-image: url(../img/squairy_light.png);
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: 2px solid #686868;
}

/*RODAPÈ*/

/*ícones*/

[class*="fi-social-facebook"]{
    font-size: 2em;
    color: #FFFFFF;
    margin: 0.10em 0.4em 0.10em 0.4em;
    
}
[class*="fi-social-linkedin"]{
    font-size: 2em;
    color: #FFFFFF;
    margin: 0.10em 0.4em 0.10em 0.4em;
    
}
[class*="fi-social-twitter"]{
    font-size: 2em;
    color: #FFFFFF;
    margin: 0.10em 0.4em 0.10em 0.4em;
    
}
[class*="fi-social-google-plus"]{
    font-size: 2em;
    color: #FFFFFF;
    margin: 0.10em 0.4em 0.10em 0.4em;
    
}

[class*="fi-telephone"]{
    font-size: 3em;
    color: #FFFFFF;
    margin: 0.10em 0.4em 0.10em 0.4em;
    
}

[class*="fi-home"]{
    font-size: 3em;
    color: #FFFFFF;
    margin: 0.10em 0.4em 0.10em 0.4em;
    
}

[class*="fi-mail"]{
    font-size: 3em;
    color: #FFFFFF;
    margin: 0.10em 0.4em 0.10em 0.4em;
    
}

.rodape {
	padding-top: 1rem;
	padding-bottom: 0rem;
	background-color: #606060;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

.rodape p {
	color: white;
	text-align: center;
}

.icone_rodape {
	color: white;
	text-align: center;
}

.rodape_copyright{
	padding-top: 1rem;
	padding-bottom: 0.4rem;
	background-color: #3f6ce9;
	border-top: #CCCCCC;	
}

.rodape_copyright p{
	font-size: 0.7rem;
}

.topo {
	border-bottom: 2px solid #686868;
	background-image: url(../img/squairy_light.png);
	text-align: right;
}

.topo .fi-social-facebook {
	font-size: 1.5em;
    color: #3B5998;
    margin: 0.4em 0.4em 0.4em 0.4em;
}

.topo .fi-social-twitter {
	font-size: 1.5em;
    color: #55acee;
    margin: 0.4em 0.4em 0.4em 0.4em;
}
.topo .fi-social-linkedin {
	font-size: 1.5em;
    color: #0e76a8;
    margin: 0.4em 0.4em 0.4em 0.4em;
}
.topo .fi-social-google-plus {
	font-size: 1.5em;
    color: #dd4b39;
    margin: 0.4em 0.4em 0.4em 0.4em;
}

/*FORMULARIO*/

.myResponse{
    display: none;
}

.loading{
    display: none;
}

.error{
    display: none;
    color: red;
    width: 100%;
}


     
