	
a:link 
{ 
	text-decoration:none; 
}

hr{
	height: 0.15em;
} 
.carousel-caption
{
	top: 57%;
	transform: translateY(-50%);
	text-shadow: black 0.1em 0.1em 0.2em;
}
.carousel-caption h1 {
	font-size: 3em;
}
@media only screen and (max-width : 508px) {
	.carousel-caption
	{
		top: 30%;
		transform: translateY(-50%);
		text-shadow: black 0.1em 0.1em 0.2em;
	} 
	.carousel-caption h1 {
		font-size: 1.50em;
	}
}
@media only screen and (max-width : 768px) {
	.carousel-caption
	{
		top: 35%;
		transform: translateY(-50%);
		text-shadow: black 0.1em 0.1em 0.2em;
	} 
	.carousel-caption h1 {
		font-size: 1.50em;
	}
}

.supto
{
	width: 100%;
	padding-top: 77px;
	padding-bottom: 74px;
	background-repeat: no-repeat;

}
.supto_content
{
	width: 100%;
}
.supto_title
{
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}
.texto_normal
{
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}
.supto_subtitle
{
	font-size: 14px;
	font-weight: 500;
	color: rgba(255,255,255,0.76);
	line-height: 1.5;
	margin-top: 14px;
}
.supto_button
{
	width: 141px;
	margin-top: 7px;
}

.icon_boxes_row
{
	margin-top: 100px;
}
.icon_box
{
	margin-bottom: 85px;
}
.icon_box_icon
{
	width: 49px;
	height: 49px;
}
.icon_box_icon img
{
	max-width: 100%;
}
.icon_box_title
{
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	padding-left: 25px;
}



.icon_box_text
{
	font-size: 14px;
	font-weight: 500;
	color: #838383;
	line-height: 2.14;
	margin-top: 21px;
}

#barwhite {  
	width:100%;  
	height: 10px;
	padding:0px;  
	margin:auto 0 0; 
	margin-top: 0;
	background-color:#DCDCDC;  
	position: relative;
} 

.margemtop{
	margin-top: 75px;
}  

.section_title
{
	font-size: 36px;
	font-weight: 600;
	color: #404040;
	line-height: 0.75;
}

.footer
{
	display: block;
	position: relative;
	width: 100%;
	min-height: 590px;
	padding-top: 100px;
	background-repeat: no-repeat;
}




.footer_txt_simple
{
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.75;
}

.footer_copyright p 
{
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding-top: 90px;
	padding-bottom:5px; 
}



.linkfooter a:link {
	color:#ffffff;
	text-decoration:none;
}
.linkfooter a:hover {
	color:#DCDCDC;
	text-decoration:none;
}
.linkfooter a:visited{
	color:#DCDCDC;   
}
}


