#banner {
  margin-bottom: 27px;
  position: relative;
}
#banner .mobile {
  display: none;
}
#banner .carousel-inner{
    position: relative;
}
#banner .carousel-item.active {
  display: block;
  z-index: 1;
}
#banner .carousel-item .cont_img{
    position: relative;
}
#banner .cont_img .img-wrap img{
  width: 100%;
  height:100%;
}
#banner .cont_img .degradado_lateral{
    background: linear-gradient(88deg, #000000 14.89%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7;
    height: 100%;
    height: calc(100% - 3px);
    width: 74.1%;
    position: absolute;
    top: 0;
}
#banner .carousel-item .cont-txt {
    position: absolute;
    left: 102px;
    top: 99.89px;
    top: 13.833%;
    left: 5.314%;
    max-width: 591px;
    width: 50%;
}
#banner .cont-txt .tit {
    padding-bottom: 18px;
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-transform: uppercase;
    color: #FFFFFF;
}
#banner .cont-txt .barra {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
    height: 1px;
} 
#banner .cont-txt .baj {
    font-family:var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #F7F7F7;
    margin: 25px 0 60px;
}
#banner .cont-txt .baj span{
    font-family: var(--font-regular);
}
#banner .cont-txt .cont-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 255px;
    max-width: 420px;
    gap: 24px;
}
#banner .cont-txt .cont-btn .btn {
    color: #FFFFFF;
    font-family: var(--font-regular);
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    width :100%;
    text-align: center;
    height: 55px;
    display: flex;
    padding: 0 20px;
}
#banner .cont-txt .cont-btn .btn-main {
    background: #BF0010;
    color: #FFFFFF;
}
#banner .cont-btn .btn-main:hover,
#banner .cont-btn .btn-main:active {
    background: #4D4D4D;
    transition: 0.1s all ease;
}
#banner .cont-txt .cont-btn .btn-secundary {
    background: #FFFFFF;
    color: #000000;
}
#banner .cont-btn .btn-secundary:hover,
#banner .cont-btn .btn-secundary:active {
    background: #CACACA;
    border: 1px solid #666666;
    transition: 0.1s all ease;
}
#banner .swiper-pagination {
    left: 5.314%;
    bottom: 16.51%;
    width:auto;
}
#banner .swiper-pagination div[id]{
    width: 32px;
    height: 32px;
}
#banner .swiper-pagination-bullet{
    width: auto;
    height: auto;
    position: relative;
    opacity: 1;
    background: transparent;
    margin-right: 6px;
  }
#banner .swiper-pagination-bullet .icon {
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    border: solid 1px #BF0010;
    border-radius: 50%;
}
#banner .swiper-pagination-bullet-active{
        background: transparent;
        position: relative;
      }
#banner .swiper-pagination-bullet-active .icon {
        height: 16px;
        width: 16px;
        position: absolute;
        background-repeat: round;
        background-size: cover;
        border: none;
      }
#banner .swiper-pagination-bullet-active .icon.pause {
    background-image: url('/../hino/imag/v1/icon/ic_pause.svg');
}
#banner .swiper-pagination-bullet-active .icon.play {
    background-image: url('/../hino/imag/v1/icon/ic_play.svg');
    transform: translate(-40%,-50%);
}
@media (max-width: 767px){
    #banner {
      margin-bottom: 43px;
    }
    #banner .mobile {
      display: block;
    }
    #banner .desktop{
        display:none;
    }
    #banner .carousel-item{
        background: #171717;
    }
    #banner .cont_img .degradado_lateral {
      background: linear-gradient(0deg, #171717 8.04%, rgba(0, 0, 0, 0) 57.89%);
      width: 100%;
      height: 100%;
      top: 1px;
      opacity: 1;
    }
    #banner .carousel-item .cont-txt {
        position: relative;
        width: 100%;
        max-width: 100%;
        background: transparent;
        margin-top: 16px;
        left: 0;
        top: 0;
    }
    #banner .cont-txt .tit{
        padding-bottom: 11px;
        margin: 0 24px;
        font-size: 24px;
        line-height: 29px;
    }
    #banner .cont-txt .barra {
      transform: none;
      margin: 0 26px;
    }
    #banner .cont-txt .baj {
        margin: 15px 26px 58.43px;
        font-size: 14px;
        line-height: 16px;
    }
    #banner .cont-txt .cont-btn {
      flex-direction: row;
      gap: 0;    
      max-width:100%;
    }
    #banner .cont-btn .btn-main:active {
    background: #AE002D;
    transition: 0.1s all ease;
}
    #banner .cont-txt .cont-btn .btn {
      height: 45px;
      font-size: 10px;
      line-height: 12px;
    }
    #banner .cont-btn .btn-secundary:active {
        background: #3E3E3F;
        color: #FFFFFF;
        transition: 0.1s all ease;
    }
    #banner .cont-btn .btn-secundary{
         border:1px #000000 solid;
    }
    #banner .swiper-pagination {
      position: initial;
      margin-top: 10.57px;
    }
    #banner .swiper-pagination div[id] {
      width: 22px;
      height: 22px;
    }
    #banner .swiper-pagination-bullet .icon {
      height: 11.67px;
      width: 11.67px;
      background-repeat: no-repeat;
    }
    #banner .swiper-pagination-bullet-active .icon{
        background-position: center;
        background-size: auto;
    }
    #banner .carousel-pagination ul {
      justify-content: center;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
     #banner .carousel-item .cont-txt {
        top: 16%;
        left: 2.5%;
        max-width: 42%;
    } 
    #banner .cont-txt .tit{
        padding-bottom: 5px;
        font-size: 24px;
        line-height: 29px;
    }
    #banner .cont-txt .baj {
        margin: 7px 0;
        font-size: 14px;
        line-height: 16px;
    }
    #banner .cont-txt .cont-btn{
        gap:8px;
    }
    #banner .cont-txt .cont-btn .btn {
        height: 45px;
    }
    #banner .swiper-pagination {
        left:2.5%;
        bottom: 4%;
    }
    #banner .swiper-pagination div[id] {
        width: 22px;
        height: 22px;
    }
    #banner .swiper-pagination-bullet .icon {
        width: 11.67px;
        height: 11.67px;
    }
    #banner .swiper-pagination-bullet-active .icon {
        height: 8px;
        width: 10px;
    }
}
@media (min-width: 991px) and (max-width: 1200px){
    #banner .carousel-item .cont-txt {
        top: 10.5%;
        left: 2.5%;
        max-width: 37%;
    } 
    #banner .cont-txt .tit{
        padding-bottom: 5px;
        font-size: 30px;
        line-height: 39px;
    }
    #banner .cont-txt .baj {
        margin: 15px 0 35px;
        font-size: 14px;
        line-height: 16px;
    }
    #banner .cont-txt .cont-btn{
        gap:18px;
    }
    #banner .cont-txt .cont-btn .btn {
        height: 45px;
    }
    #banner .swiper-pagination {
        left:2.5%;
        bottom:4%;
    }
    #banner .swiper-pagination div[id] {
        width: 22px;
        height: 22px;
    }
    #banner .swiper-pagination-bullet .icon {
        width: 11.67px;
        height: 11.67px;
    }
    #banner .swiper-pagination-bullet-active .icon {
        height: 8px;
        width: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1370px){
    #banner .carousel-item .cont-txt {
        top: 13.06%;
        left: 4.69%;
        max-width: 463px;
    } 
    #banner .cont-txt .tit{
        padding-bottom: 11px;
        font-size: 40px;
        line-height: 49px;
    }
    #banner .cont-txt .baj {
        margin: 19px 0 46px;
        font-size: 16px;
        line-height: 23px;
    }
    #banner .cont-txt .cont-btn .btn {
        height: 45px;
        font-size: 14px;
        line-height: 17px;
    }
    #banner .swiper-pagination {
        left:4.69%;
        bottom: 6.841%;
    }
    #banner .swiper-pagination div[id] {
        width: 22px;
        height: 22px;
    }
    #banner .swiper-pagination-bullet .icon {
        width: 11.67px;
        height: 11.67px;
    }
    #banner .swiper-pagination-bullet-active .icon {
        height: 8px;
        width: 10px;
    }
}
@media (min-width: 1370px) and (max-width: 1735px){
    #banner .carousel-item .cont-txt {
        top: 10%;
        left: 3.5%;
    } 
    #banner .cont-txt .tit{
        padding-bottom: 10px;
    }
    #banner .cont-txt .baj {
        margin: 12px 0;
    }
    #banner .cont-txt .cont-btn{
        gap: 17px;
    }
    #banner .swiper-pagination {
        left: 3.5%;
    }
}