

.carousel-inner > .item { 
 
    height: 65vh; 
 
} 
 @media (max-width: 480px) {
  .carousel-inner > .item  { 
      
      height: 40vh;  }
  }


 
.carousel-inner > .item > img { 
 
    position: absolute; 
 
    top: 50%; 
 
    left: 50%; 
 
    -webkit-transform: translate(-50%, -50%); 
 
    -ms-transform: translate(-50%, -50%); 
 
    transform: translate(-50%, -50%); 
 
    max-height: 450px; 
 
    max-width: auto; 
 
} 
 

@media (max-width: 480px) {
  .carousel-inner > .item > img { 
      
      
      margin:0px;
      
      position: absolute; 
 
    top: 50%; 
 
    left: 50%; 
 
    -webkit-transform: translate(-50%, -50%); 
 
    -ms-transform: translate(-50%, -50%); 
 
    transform: translate(-50%, -50%); 
 
   max-height: 280px; 
 
    max-width: auto; 
 
} 
  }

 
.carousel-control.left 

{
       background-image: none; 
    
}
 
.carousel-control.right { 

    background-image: none; 

}

.color-flecha {
    color: #4296A2;
}

