/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(fonts/unimed/stylesheet.css);



html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: 'Trebuchet MS', Calibri, Arial, sans-serif;
    background: #ED1651;
    color: #FFF;
}

img{
position: relative;
top: 70px;
left: 30px;	
}



.container {
	width: 100%;
	position: relative;
}

.container.demo-1 {
	width:530px;
	height:300px;
	position: absolute;
}



.sl-slider-wrapper {
	width: 530px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

	
.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
	color:#78787D;
}

.tit_Verde{
	position: relative;
	/* margin-top: 10px; */
	left: 230px;
	color: #FFF;
	/* margin-bottom: 10px; */
	top: -117px;
	font-family: 'unimed_slabsemibold';
    font-size: 20px;
}

.texto_Meio{
	position: relative;
	left: 230px;
	color: #FFF;
	top: -110px;
	font-family: 'Trebuchet MS', Calibri, Arial, sans-serif;
	font-size: 13px;
	width: 260px;
}

.texto_Meio a{
	color: #411564;
	font-family: 'Trebuchet MS', Calibri, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
}


.lista_Bolinha{
	list-style:disc;
	position:relative;
	left:60px;
	top:10px;
	padding-bottom:10px;
	
}
	
.lista_Numerica{
	list-style:decimal;
	position:relative;
	left:60px;
	top:10px;
	margin-bottom:10px;
	width: 423px;

}
	
.titulo-principal{
font-family: 'unimed_slabsemibold';
background: #fff;
font-weight: 300;
font-size: 24px;
color: #411564;	
height: 50px;
position: relative;
border-bottom: 4px solid #411564;
text-align:center;
padding-top:10px;
}
/* Slide wrapper and slides */



/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
}


/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
}

/*Navega Arrows Dots*/
.demo-1 .sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Custom navigation arrows */

.nav-arrows{
	background-color:#410050;
}

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 157px;
	width: 40px;
	height: 40px;
	text-indent: -90000px;
	cursor: pointer;
}


.nav-arrows span.nav-arrow-prev {
	left: -7px;
	background: url(../img/arrow_left.png) no-repeat 50% 50%;
}

.nav-arrows span.nav-arrow-next {
	right: -7px;
	background:  url(../img/arrow_right.png) no-repeat 50% 50%;
}

/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	top: 260px;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;

}


.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}