/* elaudo ================================== */ 

@media all and (max-width:767px){
	.titulo-bloco {
		font-size: 22px;
		margin-bottom: 10px;
		color: #ffffff;
		line-height: 26px;
	}
	.corpo-bloco {
		font-size: 14px;
		line-height: 18px;
	}		
}

@media all and (min-width:768px){
	.titulo-bloco {
		font-size: 30px;
		margin-bottom: 20px;
		color: #ffffff;
		line-height: 34px;
	}
	.corpo-bloco {
		font-size: 18px;
		line-height: 22px;
	}
	
	.elaudo {
		height: 517px;	
	}

	.desenvolvimento {
		height: 413.69px;
	}
}

.bloco {
	padding: 60px 40px 10px 40px;
}

.elaudo {
	background-color: #1e252e;
}

.desenvolvimento {
	background-color: #003a5e;
}

.imagem {
	padding: 0px;
}

.imagem img {
	width: 100%;
	height: auto;
}

.titulo-bloco {
	text-align: left;
	font-family:Ubuntu;
	font-weight:300;
	font-style:normal;
}

.titulo-bloco:after {
    content: "";
    display: block;
    bottom: 0;
    width: 100px;
    height: 1px;
    margin-top: 10px;
    background: linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
  	-webkit-background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0ff0ff), color-stop(100%,#ebacfd));
  	-webkit-background: -webkit-linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
  	-moz-background: -moz-linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
  	-o-background: -o-linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
  	-ms-background: -ms-linear-gradient(90deg, #0ff0ff 0%,#ebacfd 100%);
}

.corpo-bloco {
	color: #ffffff;
	text-align: left;
	font-family:Ubuntu;
	font-style:normal;
}

.corpo-bloco span{
	text-decoration:underline;
	font-weight: bold;
	text-decoration-color: lightgray;
}

/* emdesenvolvimento ================================== */ 




/* contatos  =============================== */

#contatos {
    background-color: #202020;
    padding: 10px;
    clear:both;  
    width:100%;
    bottom:0;
}

@media all and (min-width:768px){
	#contatos {
		height: calc(100% - 100px); /* subtrai a altura do navbar e footer */
	    /* Firefox */
		height: -moz-calc(100% - 100px);
		/* WebKit */
		height: -webkit-calc(100% - 100px);
		/* Opera */
		height: -o-calc(100% - 100px);
	}
}

#contatos a {
	border: none;
    color: #D5D5D5; !important;
}

/*
#contatos a:hover {
    color: #777;
    text-decoration: none;
}
*/

.textwidget p,
.paddless {
	padding: 0px;
}
.clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

/* --- footer box --- */
.footer_box.last, 
.footer_box:last-child
{
	width: 248px;
	padding-right: 0;
}
.footer_box
{
	width: 238px;
}
.footer_box
{
	width: 62px;
}
.footer_box
{
	float: left;
	width: 310px;
	padding-right: 30px;
	color: #909090;
}
.footer_box p
{
	color: #909090;
}

/* --- box_header --- */
.box_header {
    color: #FFF;
    font-size: 18px;
}
.box_header:after
{
	content: "";
	display: block;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #42B3E5;
	margin-top: 10px;
}
.box_header.no_border:after
{
	display: none;
}
.box_header.margin
{
	margin-top: 27px;
}

/* --- copyright area --- */
.copyright_area
{
	border-top: 1px solid #353535;
	padding: 15px 0;
	font-size: 11px;
	color: #909090;
	margin-top: 15px;
}
.copyright_left
{
	float: left;
}
.copyright_left a:hover
{
	color: #C5C5C5;
}
.copyright_right
{
	float: right;
}
.copyright_right .scroll_top
{
	font-size: 11px;
	color: #C5C5C5;
	background-position: right center;
	padding-right: 15px;
}

/* --- icon small arrow --- */
.icon_small_arrow
{
	background-position: center center;
	background-repeat: no-repeat;
}
.icon_small_arrow.top_white
{
	background-image: url('../../img/icon_arrow_top_white.png');
}

/* --- social_icons --- */
.social_icons
{
	margin-top: 30px;
	padding: 0;
	list-style: none;
}
.social_icons li
{
	float: left;
	margin-left: 5px;
}
.social_icons li:first-child
{
	margin-left: 0;
}
.social_icon.single
{
	float: left;
	margin-right: 5px;
}
.social_icon a, 
footer a {
	border: none;
}

/* --- social icon animation--- */
.social_icon
{
	display: block;
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	transition: background-position .3s ease;
	-moz-transition: background-position .3s ease;
	-webkit-transition: background-position .3s ease;
	-o-transition: background-position .3s ease; 
}
a.social_icon:hover, span.social_icon:hover
{
	transition: background-position .3s ease;
	-moz-transition: background-position .3s ease;
	-webkit-transition: background-position .3s ease;
	-o-transition: background-position .3s ease; 
	background-position: 0 -29px;
	text-decoration: none;
}