#banner {
  margin-bottom: 47px;
  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: 77.3%;
    position: absolute;
    top: 0;
}
#banner .carousel-item .cont-txt {
    position: absolute;
    left: 85px;
    top: 99px;
    top: 13%;
    left: 3.9%;
    max-width: 40%;
    width: 50%;
}
#banner .cont-txt .tit {
    color: #FFFFFF;
    font-family: coves_bold-webfont;
    font-size: 64px;
    font-weight: 400;
    font-style: normal;
    line-height: 70px;
    border-bottom: 1px solid #FFFFFF;
    border-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    text-transform: uppercase;
    padding-bottom: 18px;
}
#banner .cont-txt .tit .bold {
    font-size: 85px;
    line-height: 95px;
}
#banner .cont-txt .baj {
    color: #F7F7F7;
    font-family: quicksand-regular;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    text-transform: uppercase;
    margin: 17px 0 44px;
}
#banner .cont-txt .baj span{
    font-family: coves_bold-webfont;
}
#banner .cont-txt .cont-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 450px;
    gap: 24px;
}
#banner .cont-txt .cont-btn .btn-main {
    color: #FFFFFF;
    font-family: quicksand-bold-webfont;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    max-width: 450px;
    min-width: 255px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0 23px;
}
#banner .cont-txt .cont-btn .btn-red {
  background: #1C2B4D;
  color: #FFFFFF;
  font-weight: 400;
}
#banner .cont-btn .btn-red:hover{
    background: #414141;
    transition: 0.1s all ease;
}
#banner .cont-txt .cont-btn .btn-white {
    background: #FFFFFF;
    color: #000000;
}
#banner .cont-btn .btn-white:hover{
    background: #3E3E3F;
    color: #FFFFFF;
    transition: 0.1s all ease;
}
#banner .swiper-pagination {
    left: 3.9%;
    bottom: 10%;
    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 #FFFFFF;
    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: no-repeat;
        background-size: cover;
        border: none;
      }
#banner .swiper-pagination-bullet-active .icon.pause {
    background-image: url('/../seres/imag/v1/icon/ic_pause_g.svg');
filter: brightness(100%) saturate(100%);
}
#banner .swiper-pagination-bullet-active .icon.play {
    background-image: url('/../seres/imag/v1/icon/ic_play_g.svg');
filter: brightness(100%) saturate(100%);
    transform: translate(-40%,-50%);
}

@media (max-width: 730px){
    
    #banner .cont-btn .btn-white{
    border: 1px #000000 solid;
    }
    #banner {
      margin-bottom: 45px;
    }
    #banner .mobile {
      display: block;
    }
    #banner .desktop{
        display:none;
    }
    #banner .carousel-item{
        background: black;
    }
    #banner .cont_img .degradado_lateral {
      background: linear-gradient(180deg, rgb(0,0,0,0) 0%, #171717 100%);
      width: 100%;
      height: 100%;
      top: 1px;
      opacity: 1;
    }
    #banner .carousel-item .cont-txt {
        position: relative;
        max-width: 100%;
        width: 100%;
        background: #161616;
        left: 0;
        top: 0;
    }
    #banner .cont-txt .tit {
      font-size: 32px;
      line-height: 36px;
      padding: 12px 0;
      margin-left: 24px;
    }
    #banner .cont-txt .tit .bold {
      font-size: 40px;
      line-height: 49px;
    }
    #banner .cont-txt .barra {
      transform: none;
      margin-left: 24px;
    }
    #banner .cont-txt .baj {
      margin: 15px 24px 47px;
      font-size: 16px;
      line-height: 20px;
      text-transform: none;
    }
    #banner .cont-txt .cont-btn {
      flex-direction: row;
      gap: 0;    
      max-width:100%;
    }
    #banner .cont-btn .btn-red:active {
    background: #AE002D;
    transition: 0.1s all ease;
}
    #banner .cont-txt .cont-btn .btn-main {
      height: 45px;
      font-size: 13px;
      line-height: 17px;
      text-align: center;
      min-width: 160px;
      width: 100%;
      padding: 0;
    }
    #banner .cont-btn .btn-white:active {
        background: #3E3E3F;
        color: #FFFFFF;
        transition: 0.1s all ease;
    }
    
    #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;
      border: 1px solid #000000;
    }
    #banner .swiper-pagination-bullet-active .icon{
        background-position: center;
        background-size: auto;
        border: none;
    }
    #banner .swiper-pagination-bullet-active .icon.pause {    
background-image: url('/../seres/imag/v1/icon/ic_pause_g.svg');
filter: brightness(100%) saturate(100%);
      }
    #banner .swiper-pagination-bullet-active .icon.play {
           background-image: url('/../seres/imag/v1/icon/ic_play_g.svg');
filter: brightness(100%) saturate(100%);
      }
    #banner .carousel-pagination ul {
      justify-content: center;
    }
}
@media (min-width: 730px) and (max-width: 750px) {
    #banner .carousel-item .cont-txt {
        max-width: 40%
    } 
    #banner .cont-txt .tit{
        font-size: 25px;
        line-height: 26px;
        padding-bottom: 8px;
    }
    #banner .cont-txt .tit .bold {
        font-size: 48px;
        line-height: 52px;
    }
    #banner .cont-txt .baj {
        margin: 8px 0 16px;
        font-size: 9.3px;
        line-height: 11px;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        gap: 12px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 9.3px;
        max-width: 90%;
        height: 22px;
    }
    #banner .swiper-pagination {
        left: 3.8%;
        bottom: 8%;
    }
    #banner .swiper-pagination-bullet .icon {
        width: 12px;
        height: 12px;
    }
    #banner .swiper-pagination div[id]{
        width: 20px;
        height: 20px;
    }
}
@media (min-width: 750px) and (max-width: 800px) {
    #banner .carousel-item .cont-txt {
        max-width: 40%;
    } 
    #banner .cont-txt .tit{
        font-size: 25.7px;
        line-height: 28px;
        padding-bottom: 8px;
        max-width: 75%;
    }
    #banner .cont-txt .tit .bold {
        font-size: 48px;
        line-height: 52px;
    }
    #banner .cont-txt .baj {
        margin: 8px 0 16px;
        font-size: 9.7px;
        line-height: 13px;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        gap: 12px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 10px;
        max-width: 65%;
        height: 22px;
    }
    #banner .swiper-pagination {
        left: 3.8%;
        bottom: 8%;
    }
    #banner .swiper-pagination div[id]{
        width: 20px;
        height: 20px;
    }
}
@media (min-width: 801px) and (max-width: 840px) {

    #banner .cont-txt .tit{
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 8px;
    }
    #banner .cont-txt .tit .bold {
        font-size: 48px;
        line-height: 52px;
    }
    #banner .cont-txt .baj {
        margin: 8px 0 20px;
        font-size: 10.5px;
        line-height: 13px;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        gap: 12px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 10.5px;
        max-width: 90%;
        height: 24px;
    }
    #banner .swiper-pagination {
        left: 3.8%;
        bottom: 8%;
    }
    #banner .swiper-pagination div[id]{
        width: 20px;
        height: 20px;
    }
}
@media (min-width: 840px) and (max-width: 900px) {
    #banner .cont-txt .tit{
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 8px;
    }
    #banner .cont-txt .tit .bold {
        font-size: 48px;
        line-height: 52px;
    }
    #banner .cont-txt .baj {
        margin: 8px 0 20px;
        font-size: 11px;
        line-height: 14px;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        gap: 12px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 12.5px;
        height: 26px;
    }
    #banner .swiper-pagination {
        left: 3.8%;
        bottom: 8%;
    }
    #banner .swiper-pagination div[id]{
        width: 20px;
        height: 20px;
    }
}
@media (min-width: 900px) and (max-width: 1000px) {

    #banner .cont-txt .tit{
        font-size: 32px;
        line-height: 34px;
        padding-bottom: 8px;
    }
    #banner .cont-txt .tit .bold {
        font-size: 48px;
        line-height: 52px;
    }
    #banner .cont-txt .baj {
        margin: 8px 0 20px;
        font-size: 12px;
        line-height: 18px;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        gap: 12px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 12.5px;
        height: 28px;
        padding: 0;
    }
    #banner .swiper-pagination {
        left: 3.8%;
        bottom: 8%;
    }
    #banner .swiper-pagination div[id]{
        width: 20px;
        height: 20px;
    }
}
@media (min-width: 1000px) and (max-width: 1060px) {

    #banner .cont-txt .tit{
        font-size: 34px;
        line-height: 37px;
        padding-bottom: 8px;
    }
    #banner .cont-txt .tit .bold {
        font-size: 48px;
        line-height: 52px;
    }
    #banner .cont-txt .baj {
        margin: 8px 0 20px;
        font-size: 12.5px;
        line-height: 18px;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        gap: 12px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 12.5px;
        height: 32px;
    }
    #banner .swiper-pagination {
        left: 3.8%;
        bottom: 8%;
    }
    #banner .swiper-pagination div[id]{
        width: 20px;
        height: 20px;
    }
}
@media (min-width: 1060px) and (max-width: 1180px){

    #banner .cont-txt .tit{
        font-size: 36px;
        line-height: 37px;
        padding-bottom: 8px;
    }
    #banner .cont-txt .tit .bold {
        font-size: 48px;
        line-height: 52px;
    }
    #banner .cont-txt .baj {
        margin: 8px 0 24px;
        font-size: 13.5px;
        line-height: 20px;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        gap: 12px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 16px;
        max-width: 370px;
        height: 36px;
        padding: 0 8px;
    }
    #banner .swiper-pagination {
        left: 3.8%;
        bottom: 9%;
    }
    #banner .swiper-pagination div[id]{
        width: 20px;
        height: 20px;
    }
}
@media (min-width: 1180px) and (max-width: 1280px){
    #banner .carousel-item .cont-txt {
        top: 14%;
        left: 4.6%;
        max-width: 40%;
    } 
    #banner .cont-txt .tit{
        font-size: 38px;
        line-height: 38px;
        padding-bottom: 8px;
    }
    #banner .cont-txt .tit .bold {
        font-size: 48px;
        line-height: 52px;
    }
    #banner .cont-txt .baj {
        margin: 10px 0 26px;
        font-size: 14px;
        line-height: 20px;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        gap: 12px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 14px;
        max-width: 83%;
        height: 36px;
    }
    #banner .cont-txt .cont-btn {
        max-width: 370px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 16px;
        line-height: 20px;
        max-width: 370px;
        min-width: 225px;
        height: 45px;
    }
    #banner .swiper-pagination {
        left: 4.6%;
        bottom: 9%;
    }
    #banner .swiper-pagination-bullet .icon {
        width: 11px;
        height: 11px;
    }
    #banner .swiper-pagination div[id]{
        width: 22px;
        height: 22px;
    }
}
@media (min-width: 1281px) and (max-width: 1367px) {
    #banner .carousel-item .cont-txt {
        top: 14%;
        left: 3.8%;
    } 
    #banner .cont-txt .tit{
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 13px;
        max-width: 73%;
    }
    #banner .cont-txt .tit .bold {
        font-size: 48px;
        line-height: 52px;
    }
    #banner .cont-txt .baj {
        margin: 8px 0 30px;
        font-size: 18px;
        line-height: 25px;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        max-width: 370px;
        gap: 12px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 16px;
        max-width: 370px;
        min-width: 225px;
        height: 45px;
    }
    #banner .swiper-pagination {
        left: 3.8%;
        bottom: 9%;
    }
    #banner .swiper-pagination-bullet .icon {
        width: 11px;
        height: 11px;
    }
    #banner .swiper-pagination div[id]{
        width: 22px;
        height: 22px;
    }
}
@media (min-width: 1367px) and (max-width: 1550px){
    #banner .carousel-item .cont-txt {
        top: 14%;
        left: 4.4%;
    } 
    #banner .cont-txt .tit{
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 13px;
        max-width: 73%;
    }
    #banner .cont-txt .tit .bold {
        font-size: 48px;
        line-height: 52px;
    }
    #banner .cont-txt .baj {
        margin: 8px 0 30px;
        font-size: 18px;
        line-height: 25px;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        gap: 12px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 20px;
        height: 55px;
    }
    #banner .swiper-pagination {
        left: 4.4%;
        bottom: 9%;
    }
    #banner .swiper-pagination-bullet .icon {
        width: 11px;
        height: 11px;
    }
    #banner .swiper-pagination div[id]{
        width: 22px;
        height: 22px;
    }
}
@media (min-width: 1550px) and (max-width: 1620px){
    #banner .carousel-item .cont-txt {
        top: 17%;
        left: 4%;
        max-width: 40%;
    } 
    #banner .cont-txt .tit{
        margin-bottom: 10px;
        font-size: 40px;
        line-height: 45px;
    }
    #banner .cont-txt .tit .bold {
        font-size: 64px;
        line-height: 70px;
    }
    #banner .cont-txt .baj {
        margin: 19px 0 41px;
        font-size: 18px;
        line-height: 25px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 16px;
        height: 46px;
    }
    #banner .swiper-pagination {
        left:3.5%;
    }
}
@media (min-width: 1620px) and (max-width: 1820px){
    #banner .carousel-item .cont-txt {
        top: 10%;
        left: 4%;
    } 
    #banner .cont-txt .tit{
        margin-bottom: 15px;
    }
    #banner .cont-txt .baj {
        margin: 15px 0;
    }
    #banner .cont-btn .btn-main {
        height: 65px;
    }
    #banner .swiper .swiper-pagination {
        left: 3.5%;
        bottom: 10%;
    }
}