/*tipo*/

/*estilo banner */

.carousel {
    position: relative;
    padding: 0px;
    z-index: 0;
}
/*.carousel-item.active,*/
/*.carousel-item-next,*/
/*.carousel-item-prev {*/
/*  display: flex;*/
/*}*/

.carousel-inner .carousel-item {
  height: 45.125rem;
  background-size:100%;
  background-repeat: no-repeat;
  justify-content: flex-start;
  align-items: center;
  background-position:top center;
}

.carousel-inner {
    height: 30rem;
}

.carousel-caption {
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-top: 140px;
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    height: 30rem;
    width: 100%;
}

.carousel-caption h1 {
  font-size: 2rem;
  width: 100%;
  text-align: left;
  color: #ff00b0;
  padding-top: 3rem;
}

.carousel-caption p {
    font-size: 18px;
    text-align: left;
    width: 51%;
    max-width: 100%;
    font-family: 'Tahoma', sans-serif;
    text-shadow: 0 0 4px black;
}

.botones a {
  color: #ff00b0;
  width: 15rem;
  border-radius: 10px;
  border-color: #ff00b0;
}

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


/*.carousel-item::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 180%;*/
/*    height: 100px;*/
/*    filter: blur(30px);*/
/*    opacity: 1;*/
/*    -webkit-transition: all 0.5s ease;*/
/*    -moz-transition: all 0.5s ease;*/
/*    -ms-transition: all 0.5s ease;*/
/*    -o-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*    z-index: 10;*/
/*    left: -5%;*/
/*    top: 490px;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*    right: 0px;*/
/*    border-radius: 0px;*/
/*    outline: none;*/
/*    outline-color: currentcolor;*/
/*    outline-style: none;*/
/*    outline-width: medium;*/
/*    border-right: none;*/
/*    border-left: none;*/
/*    border-top: none;*/
/*    border-bottom: 320px solid #242425;*/
/*    z-index: 9;*/
/*}*/


.link-slider{
    color:#000!important;
}

/*estilo banner */

/*banner base publica*/



.logo-video {
    height: auto;
    width: 22%;
    margin-bottom: 4px;
    margin-top: -61px;
}

.logo-video img {
  width: 100%;
  height: auto;
}
.categorias-slider-bp {
  margin: 0px;
  padding: 6px 13px;
  list-style: none;
  background-color: var(--color-bp);
  margin-bottom: 30px;
}

.texto-banner-bp {
  margin-bottom: 0px;
  width: 80%;
}

.home .texto-banner-bp {
margin-bottom: 11px;
    width: 100%;
    height: auto;
    display: block;
    max-height: 103px;
    padding-left: 0px !important;
    min-height: 120px;
}
/*banner base publica*/

/*banner cafe publico*/

.single-cafepublico .logo-video {
  height: auto;
  width: auto;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.single-cafepublico .logo-video img {
  width: 40%;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  z-index: 10;
}
/*banner cafe publico*/

/*carousel fade*/
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 0.7s;
    height: 480px;
    background-size: cover;
    background-position: center center;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    background-clip: padding-box;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 100px !important;
}



.carousel-indicators li.active {
    background-color: var(--color-bp);
    border: 0px solid transparent;
    width: 15px;
    height: 15px;
}

/*carousel fade*/