.carousell {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

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

.carousell-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.95s ease-in-out left;
     -moz-transition: 0.95s ease-in-out left;
       -o-transition: 0.95s ease-in-out left;
          transition: 0.95s ease-in-out left;
}

.carousell-inner > .item > img,
.carousell-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousell-inner > .active,
.carousell-inner > .next,
.carousell-inner > .prev {
  display: block;
}

.carousell-inner > .active {
  left: 0;
   background: #fff;
}

.carousell-inner > .next,
.carousell-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousell-inner > .next {
  left: 100%;
}

.carousell-inner > .prev {
  left: -100%;
}

.carousell-inner > .next.left,
.carousell-inner > .prev.right {
  left: 0;
}

.carousell-inner > .active.left {
  left: -100%;
}

.carousell-inner > .active.right {
  left: 100%;
}

.carousell-control {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background: rgba(152, 40, 40, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  opacity: 0.92;
  filter: alpha(opacity=92);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.carousell-control.right {
  right: 18px;
  left: auto;
}

.carousell-control:hover,
.carousell-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  background: rgba(107, 4, 4, 0.98);
}

.carousell-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  color:#ffffff;
}

.carousell-arrow i{
  color:#ffffff;
  font-size:18px;
  line-height:1;
}

.carousell-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousell-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #c41616;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousell-indicators .active {
  background-color: #fff;
}

.carousell-caption {
  position: absolute;
  right: 0;
  bottom: 128px;
  left: 510px;
  padding: 15px;
  background: #333333;
  background: rgba(255, 255,255, 15);
  width: 500px;


}


.carousell-caption2 {
  position: absolute;
  right: 0;
  bottom: 233px;
  left: 510px;
  padding: 15px;
  background: #333333;
  background: rgba(255, 255,255, 15);
  width: 500px;


}

.carousell-captionTitulo {
  position: relative;
  right: 0;
  bottom: 331px;
  left: 510px;
  padding: 15px;
  background: #333333;
  background: rgba(255, 255,255, 15);
  width: 500px;


}

.carousell-caption h4,
.carousell-caption p {
  line-height: 20px;
  color: #000000 ;
  text-align: justify;

}

.carousell-caption h3 {
  margin: 0 0 5px;
  background-color: #6b0404;
  color: #ffffff ;
}

.carousell-caption2 h3 {
  margin: 0 0 5px;
  background-color: #6b0404;
  color: #ffffff;
}

.carousell-captionTitulo h3 {
  margin: 0 0 5px;
  background-color: #fff;
  color: #982828 ;
  text-align: center;
}

.carousell-caption p {
  margin-bottom: 0;
}

.carousell-caption2 p {
  margin-bottom: 0;
}

.carousell-brand-list{
  margin: 10px 0 0 18px;
  padding: 0 0 0 12px;
  color: #111111;
}

.carousell-brand-list li{
  margin-bottom: 7px;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .carousell-control {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }

  .carousell-arrow i{
    font-size:16px;
  }
}
