@media (max-width: 800px) {
  .arrowSlide{
    background-color: rgb(255 255 255 / 48%);
    padding: 5px 15px;
    border: 2px solid white!important;
    font-size: 1rem;
  }
  .carousel-caption {
      top: 0px;
  }
  .caption{
    font-size: 1rem;
    font-weight: bold;
  }
  .reds{
    color: #E33530;
  }
  .captionText{
    font-size: .6rem;
  }
  .btnBoss{
    background-color: #F28080;
    border-radius: 50px;
    padding: 0px 5px;
    color: white;
    width: 90px;
  }
  .carousel-indicators li {
      width: 0px;
      height: 0px;
  }
  .we{
    padding: 15px;
    text-align: center;
  }
  .redBox{
    padding: 5px 15px;
  }
  .text-right2{
    text-align: left;
  }
  .c{
    text-align: center;
  }
  .titFoot{
    padding: 40px 0px 10px 0px;
  }
  .backBanner{
    background-image: url(../img/banner.png);
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .somos2, .somos1{
    padding: 1rem;
  }
  .seccion{
    padding: 2rem 2rem;
  }
}
.carousel .carousel-inner{
height:500px
}
.carousel-inner .carousel-item img{
min-height:200px;
object-fit:cover
}

@media(max-width:768px){
.carousel .carousel-inner{

height:auto
 }
}