 .container {
  padding:0px;
  margin:0px;
  width:100%;
  min-width:100%;
  max-width:100%;
  
 
}
.skyblue {
	background-color: #1ca4ff;
}


.fdo_1, .fdo_2, .fdo_3, .fdo_4, .fdo_5 {
	background-color: #fff;
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 100% ;
}

.fdo_1{background-image:url(../../img/agenda-digital-minsa-fondo01.jpg);}
.fdo_2{background-image:url(../../img/agenda-digital-minsa-fondo02.jpg);}
.fdo_3{background-image:url(../../img/agenda-digital-minsa-fondo03.jpg);}
.fdo_4{background-image:url(../../img/agenda-digital-minsa-fondo04.jpg);}
.fdo_5{background-image:url(../../img/agenda-digital-minsa-fondo05.jpg);}


.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-item {
	min-height: 450px; 
	height:100%;
	width:100%; 
}

.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}

.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}

 
 
 
@media screen and (max-width:1200px){
	
.carousel-item {	min-height: 350px; }
 .fdo_1, .fdo_2, .fdo_3, .fdo_4, .fdo_5 { 	background-position: left center; }

}
 
 
@media screen and (max-width:700px){
	

.carousel-item {	min-height: 300px; }
 .fdo_1, .fdo_2, .fdo_3, .fdo_4, .fdo_5 { 	background-position: left center; }

}