#banner .precio {
    color:var(--color-white);
    margin: 0 0 24px 0;
}

@media (max-width:768px){
   #banner .precio {
    margin: 0 0 24px 16px;
}
}

#banner .precio .desde {
    font-size: 0.875rem;
    font-family: var(--font-regular);
}

#banner .precio .valor {
    font-size: 2rem;
    font-family: var(--font-regular);
}

.legales_banner {
    color:var(--color-white);
    font-size: 0.75rem;
    padding: 24px 0;
}

@media (max-width:768px){
.legales_banner {
    color:var(--color-white);
    font-size: 0.75rem;
    padding: 24px 16px;
}
}



#banner {
  position: relative;
}
#banner .img-iconos.nodesk{
display:none;
}
#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 .img-iconos {
    width: 25%;
}
#banner .cont_img .degradado_lateral{
    background: linear-gradient(88deg, var(--color-black) 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;
    top: 6.25rem;
    left: 3.9%;
    max-width: 800px;
    width: 70%;
}
#banner .cont-txt .tit {
    color: var(--color-white);
 font-family: var(--font-black);
font-size: 3rem;
font-style: normal;
font-weight: 800;
line-height: 50px; /* 125% */
text-transform: none;
}
#banner .cont-txt .tit .bold {
    font-size: 85px;
    line-height: 95px;
}
#banner .cont-txt .baj {
    color: #F7F7F7;
    font-family: var(--font-bold);
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    margin: 14px 0 25px;
    text-transform:none;
}
#banner .cont-txt .cont-btn {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: 450px;
    gap: 24px;
    padding-top:0px;
}
#banner .cont-txt .cont-btn .btn-main {
    color: var(--color-white);
    font-family: var(--font-bold);
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    max-width: 328px;
    min-width: 248px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    border-radius:50px;
    text-transform:none;
}
#banner .cont-txt .cont-btn .btn-black {
    background: var(--color-eco-blue);
    color: var(--color-dark-blue);
    min-width: 192px;
    height: 60px;
}
#banner .cont-btn .btn-black:hover,
#banner .cont-btn .btn-black:active {
    color: var(--color-dark-blue);
    background: var(--color-white);
    transition: 0.3s all ease;
}
#banner .cont-txt .cont-btn .btn-white {
    background: none;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    min-width: 192px;
    margin-top:0;
    height: 60px;
}
#banner .cont-btn .btn-white:hover,
#banner .cont-btn .btn-white:active {
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.20);
    border: 1px solid var(--color-white);
    transition: 0.3s 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 var(--color-white);
    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('/../subaru/imag/v1/icon/ic_pause.svg');
}
#banner .swiper-pagination-bullet-active .icon.play {
    background-image: url('/../seres/imag/v1/icon/ic_pause_b.svg');
    transform: translate(-50%,-50%);
}

@media (max-width: 768px){
    
    #banner .swiper-pagination-bullet-active .icon.play {
    filter: invert(64%) sepia(2%) saturate(1099%) hue-rotate(166deg) brightness(96%) contrast(94%);
    }
    #banner .swiper-pagination-bullet-active .icon.pause {
    filter: invert(64%) sepia(2%) saturate(1099%) hue-rotate(166deg) brightness(96%) contrast(94%);
    }
    #banner .cont-txt .cont-btn .btn-main.btn-black:not(:only-child) {
        border-radius: 0 50px 50px 0;
    }
    #banner .cont-txt .cont-btn .btn-main.btn-white {
        border-radius: 50px 0 0 50px;
    }
    #banner .img-iconos {
    display:block;
    }
    .img-iconos.nodesk{
                    display:block!important;
                }
    #banner .mobile {
      display: none;
    }
    #banner .desktop{
        display:block!important;
    }
    #banner .carousel-item{
        background: #161616;
        display: flex;
        flex-direction: column;
        height: initial;
    }
    #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: var(--color-black);
        left: auto;
        top: auto;
        display: flex;
        flex-direction: column;
        order: 3;
        margin-top: auto;
        padding-bottom:1.5rem;
    }
    #banner .cont-txt .tit {
      font-size: 26px;
      margin-left: 0px;
      line-height: normal;
    }
    #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 0px ;
      font-size: 16px;
      line-height: 20px;
      text-transform: none;
      min-height: 40px;
    }
    #banner .cont-txt .cont-btn {
      flex-direction: row-reverse;
      gap: 0;    
      max-width:100%;
    margin-bottom: 12px;
    padding: 0 16px;
    
    }
    #banner .cont-btn .btn-red:active {
    background: #AE002D;
    transition: 0.1s all ease;
}
    #banner .cont-txt .cont-btn .btn-main {
        display:flex;
      height: 45px;
      font-size: 13px;
      line-height: 17px;
      text-align: center;
      min-width: 160px;
      width: 100%;
      padding: 0 10px;
      max-width: initial;
      border-radius:50px;
    }
    #banner .cont-btn .btn-white:active {
        background: #6773B7;
        color: var(--color-white);
        transition: 0.1s all ease;
    }
    
    #banner .swiper-pagination {
      position: initial;
      margin-top: 10.57px;
    }

    #banner .swiper-pagination-bullet .icon {
      height: 16px;
      width: 16px;
      border: 1px solid #969DA3;
    }
    #banner .swiper-pagination-bullet-active .icon{
        background-position: center;
        border: none;
    }
    #banner .carousel-pagination ul {
      justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    #banner .carousel-item .cont-txt {
        max-width: 280px;
        max-width: 50%;
        top: 31%;
    } 
    #banner .cont-txt .tit{
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 0px;
        margin-bottom:0.875rem;
    }
    #banner .cont-txt .baj {
        margin: 8px 0 18px;
        font-size: 14px;
        line-height: 18px;
    }
    #banner .cont-txt .cont-btn{
        gap: 10px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 12px;
        line-height:16px;
        height: 28px;
        padding: 0 16px;
        border-radius:50px;
    }
    #banner .swiper-pagination {
        left: 3.8%;
        bottom: 6%;
    }
    #banner .swiper-pagination div[id]{
        width: 18px;
        height: 18px;
    }
    #banner .swiper-pagination-bullet-active .icon{
        height: 12px;
        width: 12px;
    }
}
@media (min-width: 950px) and (max-width: 1180px) {
    #banner .carousel-item .cont-txt {
        max-width: 50%;
    } 
    #banner .cont-txt .tit{
        font-size: 34px;
        line-height: 37px;
        padding-bottom: 8px;
        margin-bottom: 0px;
    }
    #banner .cont-txt .baj {
        margin: 8px 0 20px;
        font-size: 12.5px;
        line-height: 18px;
        text-transform: none;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        gap: 12px;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 15px;
        line-height: 18px;
        height: 36px;
        border-radius:50px;
    }
    #banner .swiper-pagination {
        left: 3.8%;
        bottom: 8%;
    }
    #banner .swiper-pagination div[id]{
        width: 20px;
        height: 20px;
    }
    #banner .swiper-pagination-bullet .icon {
        width: 12px;
        height: 12px;
    }
    
}
@media (min-width: 1180px) and (max-width: 1280px){
        #banner .carousel-item .cont-txt {
     top:3.75rem;   
    }
    #banner .cont-txt .tit{
        font-size: 3rem;
        line-height: normal;
        padding-bottom: 8px;
        margin-bottom:0px;
    }
    #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;
        height: 45px;
        border-radius:50px;
    }
    #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: 769px) and (max-width: 950px) {
    #banner .carousel-item .cont-txt {
        top: 1rem;
    }
}

@media (min-width: 1281px) and (max-width: 1367px) {
    #banner .carousel-item .cont-txt {
     top:6.75rem;   
    }
    #banner .cont-txt .tit{
        font-size: 3rem;
        line-height: 45px;
      /* padding-bottom: 13px; */
        max-width: 100%;
    }
    #banner .cont-txt .tit .bold {
        font-size: 48px;
        line-height: 52px;
    }
    #banner .cont-txt .baj {
        margin: 0px 0 0px 0;
        font-size: 18px;
        line-height: 25px;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        max-width: 370px;
        gap: 12px;
        padding: 24px 0;
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 16px;
        height: 45px;
        border-radius:50px;
    }
    #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 .cont-txt .tit{
        font-size: 3rem;
        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: 0px 0 24px;
        font-size: 18px;
        line-height: 25px;
            text-transform: none;
    }
    #banner .cont-txt .barra {
        transform: translateX(0);
    }
    #banner .cont-txt .cont-btn{
        gap: 12px;
        padding-top:0px;
    }

    #banner .swiper-pagination {
        left: 4.4%;
        bottom: 3%;
    }
    #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 .cont-txt .tit{
        margin-bottom: 10px;
        font-size: 3rem;
        line-height: 45px;
    }
    #banner .cont-txt .tit .bold {
        font-size: 64px;
        line-height: 70px;
    }
    #banner .cont-txt .baj {
        margin: 0px 0 24px;
        font-size: 18px;
        line-height: 25px;
    
    }
    #banner .cont-txt .cont-btn .btn-main {
        font-size: 16px;
        height: 46px;
    }
    #banner .swiper-pagination {
        left:3.5%;
        bottom: 5%;
    }
}
@media (min-width: 1620px) and (max-width: 1820px){

    #banner .cont-txt .tit{
        margin-bottom: 15px;
    }
    #banner .cont-txt .baj {
        margin: 0px 0 24px 0;
    }
    #banner .cont-btn .btn-main {
        height: 65px;
    }
    #banner .swiper .swiper-pagination {
        left: 3.5%;
        bottom: 10%;
    }
}

.box-hero .cont-txt .tit::after {
 display:none;
}
@media (max-width: 767px){
.box-hero .cont-txt .tit {
    margin-bottom: 0px;
}
}

/* Cambios a los estilos del banner */
#banner .swiper .carousel-item .cont-txt {
    top: 31%;
    padding: 0;
    left: 4.5835%;
}

#banner .swiper .cont-txt .tit {
    font-weight: 700;
    font-family: var(--font-bold);
    margin-bottom: 14px;
}

#banner .swiper .cont-txt .baj {
    text-transform: none;
    margin: 0 0 24px;
    font-weight: 500;
    font-family: var(--font-bold);
    line-height: 26px;
    font-size: 1rem;
}

#banner .swiper .cont-txt .cont-btn {
    max-width: 405px;
}

#banner .swiper .cont-txt .cont-btn .btn-black {
    height: 60px;
    background: #18BDE6;
    color: #001A41;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--font-bold);
}

#banner .swiper .swiper-pagination {
    left: 4.8%;
}

#banner .swiper .swiper-pagination-bullet-active .icon.play {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4.5 20.5H9.5V3.5H4.5V20.5ZM14.5 3.5V20.5H19.5V3.5H14.5Z" fill="%2318BDE6"/></svg>');
    transform: translate(-50%,-50%);
    filter: none !important;
}

#banner .swiper .swiper-pagination-bullet-active .icon.pause {
    /*background-image: url(/../seres/imag/v1/icon/ic_play_b.svg);*/
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4 3L20 12L4 21V3Z" fill="%2318BDE6"/></svg>');
    transform: translate(-50%, -50%);
    filter: none !important;
}

@media (max-width: 1366px) {
    #banner .swiper .carousel-item .cont-txt {
        width: 40%;
        top: 15%;
    }
}

@media (max-width: 768px) {
    #banner .swiper .carousel-item {
        background: none;
    }
    
    #banner .swiper .carousel-item .cont-txt {
        position: absolute;
        background: none;
        top: 14%;
        max-width: 90%;
        width: 60%;
        left: 3.125%;
    }
    
    #banner .swiper .cont-txt .tit,
    #banner .swiper .cont-txt .baj {
        padding: 0 30px 0 0;
    }
    
    #banner .swiper .cont-txt .cont-btn  {
        padding: 0 57px 0 0;
    }
    
    #banner .swiper .cont-txt .cont-btn .btn-black {
        padding: 0;
        height: 48px;
    }
    
    #banner .swiper .box-hero .cont-txt::before {
        background: none;
    }
    
    #banner .swiper .swiper-pagination {
        position: absolute;
        margin-top: 0;
        left: 3.125%;
        bottom: 2%;
    }
}

@media (min-width: 541px) and (max-width: 700px){
    #banner .swiper .cont_img .img-wrap img {
        aspect-ratio: 600 / 390;    
    }
    
    #banner .swiper .carousel-item .cont-txt {
        top: 32%;
        width: 80%;
    }
}

@media (max-width: 540px) {
    #banner .swiper .cont_img .img-wrap img {
        aspect-ratio: 360 / 399;
    }
    
    #banner .swiper .carousel-item .cont-txt {
        max-width: 100%;
        width: 90%;
        top: 38%;
    }
    
    #banner .swiper .cont-txt .tit {
        padding: 0;
    }
    
    #banner .swiper .cont-txt .baj {
        padding: 0;
        margin-bottom: 12px;
    }
    
    #banner .swiper .cont-txt .cont-btn {
        padding: 0;
        margin-bottom: 0;
    }
    
    #banner .swiper .swiper-pagination {
        left: 0;
        right: 0;
    }
}