/* Move down content because we have a fixed navbar that is 3.5rem tall */

@font-face {
  src: local('open-sans-regular'), url('open-sans.regular.ttf') format('woff');
  font-family:'open-sans-regular';
  font-style: normal;
  font-weight: normal;
}

@font-face {
  src: local('open-sans.bold'), url('open-sans.regular.ttf') format('woff');
  font-family:'open-sans.bold';
  font-style: normal;
  font-weight: normal;
}


body {
  /*padding-top: 3.5rem;*/
  	font-family:'open-sans-regular';

  	background: url("fundo.jpg") no-repeat center center fixed;

  	background-color: #414042!important;

	background-size: cover;

	-webkit-background-size: cover; /* SAFARI / CHROME */

	-moz-background-size: cover; /* FIREFOX */

	-ms-background-size: cover; /* IE */

	-o-background-size: cover; /* OPERA */
	color: #fff;
}
span{
	color: #034EA1;
	font-family:'open-sans.bold';
}
.row{
	padding-top: 190px;
}
.box-rede{
	width: 220px;
	height: 100%;
	margin: auto;
}
.col-md-5 img {
	width: 332px; 
	right: 56px; 
	position: relative; 
	bottom: 41px;
}
.col-md-7 img{
	bottom: 0px; position: absolute;right: 0px; width: 371px;
}
.logos {
    width: initial;
    margin: 0px 29%;
    padding-bottom: 60px;
    padding-top: 30px;
}

@media (min-width: 768px){


.justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    padding-top: 34px!important;
	}
}
@media (max-width: 500px){
	.row {
    	padding-top: 93px;
	}
	.logos{
    /*padding-top: 32%!important;*/
	}
}
@media (max-width: 1200px) {
	.logos{
	width: 75%;
    margin: 0px 12%;
    padding-top: 40px;
}
	.container {
	    width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.justify-content-md-center {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.col-md-5 img{
		right: 0px!important;
		width: 269px!important;
	}
	.col-md-7 img{
		bottom: 0px;
		position: initial!important;
		right: 0px;
		padding: 20px 0px;
	    margin: 0 7%;
	    width: 86%;
	}
}

