 .container {
  padding:0px;
  margin:0px auto;
  width:1200px;
  min-width:1200px;
  max-width:1200px;
  
 
}
.skyblue {
	background-color: #1ca4ff;
}


.fdo_1, .fdo_2, .fdo_3, .fdo_4, .fdo_5 {
	background-color: #fff; 
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
}

.fdo_3{background-image: url(../../img/covid19-minsa-vacuna-slider01.jpg); }

 


.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-item {
	min-height: 350px; 
	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){
	
	.container { 
		 width: 100%;	
	     min-width:100%;
 		 max-width:100%;
	}
	
.carousel-item {	min-height: 350px; }
 .fdo_1, .fdo_2, .fdo_3, .fdo_4, .fdo_5 { 	background-position: center center; }

}
 
 
@media screen and (max-width:700px){
	

.carousel-item {	min-height: 300px; }
 .fdo_1, .fdo_2, .fdo_3, .fdo_4, .fdo_5 { 	background-position: center center; }

.fdo_3{background-image:url(../../img/covid19-minsa-datosabiertos-slider02-b.jpg); }
}