@charset "utf-8";
/* CSS Document */



.carousel-control-prev-icon{
	
 width: 28% !important;
  height: 28% !important;
 margin-left: -100%;
 shadow:   20px 20px 20px #FC0;
z-index:999;
}


.carousel-control-next-icon {

  
	  width: 28% !important;
  height: 28% !important;
margin-right:   -100%;
 shadow:   20px 20px 20px #FC0;
z-index:999;
}

/* Para 960px */  
@media only screen and (max-width: 980px) and (min-width: 821px) {  
  
}  
  
/* Para 800px */  
@media only screen and (max-width: 820px) and (min-width: 621px) {  
  
}  
  
/* Para 600px */  
@media only screen and (max-width: 620px) and (min-width: 501px) {  
  
}  
  
/* Para 480px */  
@media only screen and (max-width: 500px) and (min-width: 341px) {  
  
}  
  
/* Para 320px */  
@media only screen and (max-width: 340px) and (min-width: 5px)  {  
  
} 