.slider {
	width: 100%;
	height:100%;
	margin-top:115px;
    overflow: hidden;
	position:static;
}

/*.slider ul {
	display: flex;
	padding: 0;
	width: 400%;

animation: cambio 20s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}


/*

*/

body {
  padding-top: 96px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}

.portfolio-item {
  margin-bottom: 30px;
}

 .carousel-caption d-none d-md-block{
 color:#999999;
 background-color:#99CC00;
 }
 
 .carousel-control-prev-icon{
 width:52px;
 height:52px;
 background-color:#000000;}
 
 .carousel-control-next-icon{
 width:52px;
 height:52px;
  background-color:#000000;}