@charset "utf-8";
/* rdcomunica.com */
body, html{
	width: 100%;
	height: 100%;
	background:#FFFFFF;
	color:#000000;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	
}
a{
	color:#6d6c6c;
	
}

a:hover{
	color:#000;
	
}
.font-weight-semibold{
	font-weight: 600 !important;
}
h1{font-size:1.5rem}

.line{background:#BD0052; height:12px;}
.line-top{top:0px;}
.line-bottom{bottom:0px;}
.w-100.d-table{
	padding: 34px 0px 12px 0px;
}
.container{
}
.bording{
	border-top:#BD0052 1px solid;
}

@media (min-width:768px){
body{
	font-size:18px;
}.bording{
}
}

@media (min-width:992px){

	
}