body{
  height: auto !important;
}

.banner-des > .row > h1{
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
}

.carousel-control-next{
  right: 0px !important;
  width: 50px !important;
}

.carousel-control-prev{
  left: 0px !important;
  width: 50px !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
  background-color: transparent !important;
  border: none !important;
}

.carousel-item img{
  height: 100% !important;
  object-fit: cover !important;
  max-height: 400px !important;
  min-height: 370px;
}

.carousel-item{
  height: calc(100%);
}

.page-footer{
  z-index: 20;
}


.carousel{
  position: relative;
  margin-top: -2px !important;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-desc-div{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: white;
  display: grid;
  justify-content: end;
  align-items: center;
  padding: 0 40px;
  margin-right: 50px;
}

.banner-des > .row > p{
  text-align: center;
  max-width: 800px;
  font-size: medium;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.banner-des > .row > h1{
  text-align: center;
}


.carousel-indicators{
  margin-bottom: 0 !important;
}

.banner-des{
  width: 900px;
  /* background-color: aqua; */
}

@media(max-width: 1500px){
  .banner-des > .row > h1{
    text-align: center;
    font-size: 2rem;
  }

  .banner-des{
    width: 800px;
  }

}

@media(max-width: 1300px){
  .banner-des > .row > h1{
    text-align: center;
    font-size: 1.7rem;
  }

  .banner-des{
    width: 700px;
  }

}

@media(max-width: 1100px){
  .banner-des > .row > h1{
    text-align: center;
    font-size: 1.5rem;
  }

  .banner-des{
    width: 600px;
  }

}

@media (max-width: 1000px){
  .banner-des > .row > p{
    font-size: small;
  }
  
  .banner-des > .row > h1{
    text-align: center;
    font-size: 1.2rem;
  }

  .banner-des{
    width: 500px;
  }

}

@media(max-width: 767px){

  .banner-des{
    width: calc(100vw - 80px);
  }
  
  .ver-mais{
    font-size: small;
  }
  
  .banner-desc-div{
    justify-content: center;
    margin:0;
  }
  
  .carousel-item > img{
    object-fit: cover;
    object-position: center;
  }
  
  .carousel-control-next{
    right: 0px !important;
    width: 30px !important;
  }

  .carousel-control-prev{
    left: 0px !important;
    width: 30px !important;
  }
  
  .banner-des > .row > h1{
    text-align: center;
    font-size: small;
    font-weight: 600;
  }
  
  .banner-des > .row > p{
    font-size: 10px;
  }
  
  .carousel-item {
    height: 100%;
  }

  .banner-desc-div{
    bottom: 1.5rem;
  }

  
  .carousel-control-prev, .carousel-control-next{
    width: 2rem;
  }
}