
.Inicio .breadcrumb, .Inicio .breadcrumb .container {
    min-height:1px !important;
}

.fluidHeight {
	position: absolute;
	width: 100%;
	height: 535px;
	margin:0px;
	padding:0px;
}


.sliderContainer {
	height: 100%;
	max-height: 535px;
	padding: 0 0;
	/*background:#5c2680;*/
	background:#000000;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item_slide {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
}

.iosSlider .slider .item_slide .inner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	/*box-shadow: 0 0 10px -5px #000;*/
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.iosSlider .slider .item_slide .inner img {
	position: relative;
	top: 0;
	right:0;
	height: auto;
	width: auto;
	margin: 0 auto;
	  max-width: 100%;
	/*float:right;*/
	width:100%;
	opacity:0.5;
}


.iosSlider .slider .item_slide .inner .text1 {
	top: 5%;

padding: 1% 10% 1% 10%;

text-align: center;

width: auto;

/*max-width: 1070px;*/

margin: 0 auto;


z-index: 99999;

position: absolute;
}

.iosSlider .slider .item_slide .inner .text1 span {
	color: #fff;
    font-size: 280%;
    line-height: 150%;
    padding: 0 8px;
	  font-family: Roboto Slab !important;
    font-weight: 400;
	 text-align: center;
}

.text1 {
	top: 20px;

padding: 1% 10% 1% 10%;

text-align: center;

width: auto;

/*max-width: 1070px;*/

margin: 0 auto;


z-index: 2;

position: absolute;
}

.text1 span {
	color: #fff;
    font-size: 280%;
    line-height: 150%;
    padding: 0 8px;
	font-family: 'Roboto Slab', serif;
    font-weight: 600;
	 text-align: center;
	text-shadow: 0px 0px 10px #000000;
}



.iosSlider .slider .item_slide .inner .text3 {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
	left:0%;
    bottom:-20%;
	text-align: left;
	  text-align: center;
	width:auto;
}



 .flex-next {
	/* background: #fff;*/
    float: right;
  /*  height: 43px;
    width: 43px;*/
	position:absolute;
	 z-index: 2;
	  top:50%;
	 margin-top:-25px;
	  overflow:hidden;
	  right:1%;
	  padding: 0.5% 1%;
	     font-size: 50px;
	}
.flex-prev {
	 /*background: #fff;*/
    float: left;
 /*   height: 43px;
    width: 43px;*/
	padding: 0.5% 1%;
	     font-size: 50px;
	position:absolute;
	 z-index: 2;
	 overflow:hidden;
	 left: 1%;
	 top:50%;
	 margin-top:-25px;
	}

 .flex-next:hover,.flex-prev:hover{
	 
	/*  filter: alpha(opacity=0.5);
	  opacity:0.7;*/
	  }
.flex-next .fa,.flex-prev .fa{
	font-size:90px;
	  }
.flex-next:hover .fa,.flex-prev:hover .fa{
	color:#fff;
	  }

@media screen and (max-width: 980px) {
	
.iosSliderDemo {
    clear: both;  
    margin: 0;
    padding: 0px;
    position: relative;
}
	
	.fluidHeight {
		/*height: 400px;*/
	}
	
	.iosSlider .slider .item_slide {
		width: 100%;
	}

	.iosSlider .slider .item_slide .inner {
		width: 100%;
	}
	

	
}

.btn_dona {
    color: #FFF!important;
    font-size: 17px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Arial;
    text-decoration: none;
    background-color: transparent;
    border-color: #FF6C0C;
    border-width: 0px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #FF6C0C !important;
    text-align: center;
    padding: 14px 30px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	margin-top: 20px;
	display: inline-block;
}
.btn_mas {
    color: #FFF !important;
    font-size: 17px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Arial;
    text-decoration: none;
    background-color: transparent;
    border-color: #5c2680;
    border-width: 0px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #5c2680 !important;
    text-align: center;
    padding: 14px 30px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	margin-top: 20px;
	display: inline-block;
}