.hide-carousel-controls {
  display: none !important;
}


.tsm-titulo{
  margin-top: 20px;
  margin-bottom: 10px;
}

.banner__footer-cot{
  color:darkorange !important;
}
.carousel-item__video {
  width: 100%;
}
.carousel-inner .carousel-item{
  height: 100% !important;
  background-size: cover;
  background-position: 50% 60%;
}

.carousel-inner .carousel-item img{
  width: 100%;
}

.carousel-item:before {
  content: "";
  background: linear-gradient(180deg, black, transparent);
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  top: 0;
}
.carousel-inner{
  max-height: none !important;
}

.carousel-inner .d-block {
  width: 40%;
  top: 60%;
}

.carousel-inner .texto-slider-maresa{
  position:absolute;
  top: 0;
  width:100%;
  height: 100%;
}

.carousel-inner .tsm-encabezado{
  width: 80%;
  margin: auto;
  z-index: 10;
  position: relative;
}

.carousel-inner .tsm-titulo {
  text-align: center;
  animation: aparecer_slide 2s ease-in-out forwards;
  -webkit-animation: aparecer_slide 2s ease-in-out forwards;
  -moz-animation: aparecer_slide 2s ease-in-out forwards;
  -ms-animation: aparecer_slide 2s ease-in-out forwards;
  animation-delay: .5s;
  opacity: 0;
}
@keyframes aparecer_slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes aparecer_slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes aparecer_slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes aparecer_slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.carousel-inner .tsm-titulo img{
  max-height: 55px;
  width: 100%;
  max-width: 230px;
}

.carousel-inner .tsm-cont-facilidades{
  display: flex;
  width: fit-content;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.carousel-inner .tsm-cont-facilidades > div {
  display: flex;
  align-items: center;
  line-height: 0;
  letter-spacing: 1px;
  animation: aparecer_slide 2s ease-in-out forwards;
  -webkit-animation: aparecer_slide 2s ease-in-out forwards;
  -moz-animation: aparecer_slide 2s ease-in-out forwards;
  -ms-animation: aparecer_slide 2s ease-in-out forwards;
  animation-delay: .5s;
  opacity: 0;
  justify-content: center;
}
.carousel-inner .tsm-cont-facilidades small {
  display: block;
  letter-spacing: 1px;
  animation: aparecer_slide 2s ease-in-out forwards;
  -webkit-animation: aparecer_slide 2s ease-in-out forwards;
  -moz-animation: aparecer_slide 2s ease-in-out forwards;
  -ms-animation: aparecer_slide 2s ease-in-out forwards;
  animation-delay: .5s;
  opacity: 0;
}

.carousel-inner .tsm-cont-facilidades > div:nth-child(2) {
  animation-delay: .7s;
}
.carousel-inner .tsm-cont-facilidades > div:nth-child(3) {
  animation-delay: .9s;
}
.carousel-inner .tsm-cont-facilidades > div:nth-child(4) {
  animation-delay: 1.1s;
}
.carousel-inner .tsm-cont-facilidades > div:nth-child(5) {
  animation-delay: 1.3s;
}
.carousel-inner .tsm-cont-facilidades small:nth-child(5) {
  animation-delay: 1.5s;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: none !important;
}


.over_banner--div-cont {
    display: grid;
    position: absolute;
    top: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    align-items: center;
}

.over_banner--picture {
  display: flex;
}

.over_banner--picture:nth-child(1) {
  justify-content: right;
}

.over_banner--picture:nth-child(2) {
  justify-content: center;
}

.over_banner--image {
  width: 40% !important;
}

.facilidades {
  display: inline-flex;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 15px;
  text-shadow: 2px 2px 6px black;
  padding: 5px;
  text-align: center;
}

.facilidades span{
  display: flex;
  align-items: center;
  margin-right:10px;
  font-size: 14px;
  text-align: center;
}


.facilidades img{
  width: 40px;
  height: 40px;
}

.slider-principal-maresa.hero-slider .carousel-inner .tsm-cont-precio{
  padding: 7px 10px;
  border: solid;
  border-radius: 30px;
  color: white;
  background: rgba(61,61,61,0.8);
  display: flex;
  align-items: center;
  min-height: 30px;
  position: relative !important;
}

.carousel-inner .tsm-cont-precio span{
  font-size: 12px;
}

.carousel-inner .tsm-cont-precio span:last-child{
  font-size: 20px;
  margin-left: 5px;
  font-weight: bold;
}

.banner__footer-container {
  display: grid;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 5px;
}


.banner__footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    align-content: center;
    justify-self: center;
    align-items: center;
    justify-items: center;
    align-self: end;
    margin-bottom: 120px;
    animation: aparecer_slide 2s ease-in-out forwards;
    -webkit-animation: aparecer_slide 2s ease-in-out forwards;
    -moz-animation: aparecer_slide 2s ease-in-out forwards;
    -ms-animation: aparecer_slide 2s ease-in-out forwards;
    animation-delay: 1s;
    color: #000;
    opacity: 0;
    width: 100%;
}
.banner_footer--with-image-button {
      margin-bottom: 20px;
}


.carousel-inner .banner__footer > div, .carousel-inner .banner__footer > a {
  display: flex;
  align-items: center;
  justify-content: center;
}


.carousel-inner .banner__footer img{
  max-width: 300px;
  height: auto;
}

.banner__footer--button {
  color: #ff8c00;
  grid-column: 2;
  background:white;
  padding: 5px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 18px;
  cursor: pointer;
  width: auto !important;
  font-weight: bold;
}

.banner__footer--button:hover {
  color: white;
  background: #ff8c00;
}

.banner__footer--image-like-button {
  grid-column: 2;
  width: 120px!important;
}



@media (max-width: 1023px)
  .body-container-wrapper {
    margin-top: 42px !important;
  }
}


@media (max-width: 800px) {
  .carousel-inner .d-block {
    width: 100%;
  }

  .carousel-inner .banner__footer img {
    height: 30px;
  }
  
  .carousel-inner .banner__footer--item-left {
    grid-column: 1;
    left: 0px;
  }
  
  .carousel-inner .banner__footer--item-right {
    grid-column: 3;
    margin-right: 10px;
  }

  .facilidades {
    font-size: 14px;
  }
  .facilidades img {
    width: 30px;
    height: 30px;
  }
  #carouselExampleIndicators{
    top: 15px;
  }
  .carousel-inner .tsm-cont-precio {
    margin-top: 20px;
    padding: 10px;
  }
  
  .over_banner--div-cont {
    margin-left: 0px;
  }
  

}

.tsm-cont-facilidades small {
  color: white;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}



@media (max-width: 700px) {

  .slider-principal-maresa.hero-slider .tsm-cont-precio {
    position: relative !important;
    bottom: unset !important;
    right: unset !important;
  }
  .slider-principal-maresa.hero-slider .facilidades {
    width: auto !important;
    margin: 0 !important;
    min-height: 30px;
    margin-top: 0 !important;
  }
  .carousel-inner .tsm-cont-precio {
    margin-top: 0px;
  }
  .slider-principal-maresa.hero-slider .carousel-inner .banner__footer {
    padding-left: 0px;
  }
  
  .banner__footer--image-like-button {
    width: 60px!important;
    height: 19px !important;
  }
}
@media (max-width: 500px) {
  .carousel-inner .banner__footer--item-left, .carousel-inner .banner__footer--item-right {
    display: none;
  }
  .carousel-inner .tsm-cont-facilidades>div {
    padding: 7px 10px;
  }
  
  .banner_footer--with-image-button {
    margin-bottom: 0px;
  }
 
}