#c-cards .in-cards .card .cucarda {
   background-color: #5CB615;
   font: 14px "TelefonicaWeb-Regular";
}

/* #c-cards {
   margin-bottom: 50px;
} */

#c-cards .card_dbl_cta .cucarda {
   background-color: #e63780;
}

#c-cards .in-cards .card:nth-child(2) {
   order: 1;
}

.movistar-modal_left-subtitle.mvt-jsparaph {
   display: none;
}

.movistar-modal_left {
   justify-content: center;
   padding-bottom: 0;
}

.movistar-modal_left span {
   margin-top: initial;
}

.movistar-modal_body-title {
   text-align: center;
}

.movistar-modal_body-subtitle {
   text-align: center;
}
#header .banner{
   color: white;
}
#header .banner p{
   color: white;
}
#header .banner button{
   color: white;

}
#header .banner mark{
   color: #fff;
background-color: #e63780;
border-radius: 30px;
padding: 1px 15px 2px;
}

/* CYBER CAMBIO */
#header .container-header .banner h1{
   font-size: 40px;
   font-family: "TelefonicaWeb-Bold";
   margin: 0;
}

#header .container-header .banner h1 small{
   font-family: "TelefonicaWeb-Regular";
}


#header .container-header .banner .top-title{
   font-style: italic;
   font-weight: 700;
   font-size: 30px;
   letter-spacing: 2px;
}

#header .container-header .banner .c-subtitule{
   font-family: "TelefonicaWeb-Regular";
   font-size: 17px;
   margin: 4px 0 8px;
   line-height: 21px;
}

#header .container-header .banner .c-btn{
   display: flex;
   align-items: center;
   gap: 14px;
}

#c-cards .in-cards .card .info-price .info-detail .precio small.precio-total{
   display: block;
}

/*#c-cards .in-cards .card .info-extra-planes div:nth-child(n+2) .txt-info {
   color: #000;
   font-family: "TelefonicaWeb-Bold";
}

#c-cards .in-cards .card .info-extra-planes div:nth-child(n+2) .price-info{
   background-color: #e63780;
color: #fff;
font-family: 'TelefonicaWeb-Bold';
border-radius: 30px;
padding: 0px 12px;
}*/

.desktopo {
   visibility: hidden;
   height: 52px;
   left: calc(100% - 45px);
}

/* CYBER CAMBIO */
@media (max-width: 768px){


   #header .container-header{
      background: none !important;
   }

   #header .container-header .banner{
      padding-top: 0;
   }

   #header .container-header .banner .c-cucarda{
      margin-bottom: 8px;
   }
   #header .container-header .banner .top-title{
      font-size: 20px;
      line-height: 24px;
   }

   #header .container-header .banner h1{
      font-size: 19px;
      line-height: 24px;
      font-family: "TelefonicaWeb-Regular";
      margin: 2px 0 4px;
   }

   #header .container-header .banner h1 br{
      display: block !important;
   }


   #header .container-header .banner .c-subtitule{
      font-size: 14px;
      line-height: 18px;
      margin: 4px 0 10px;
   }

   #header .container-header .banner .c-btn{
      display: flex;
      align-items: center;
      gap: 14px;
   }

   #header .container-header .banner .icons-img{
      margin: 0;
   }
}

@media (max-width: 520px) {

    .no-adicional{
        display: none !important;
    }
    
    .adicional-incluye{
        display: inline-block !important;
        font-size: 13px;
        color: #019df4;
        margin-top: 15px;
        cursor: pointer;
        position: relative;
    }

    .adicional-incluye::after{
        content: " ";
        position: absolute;
        right: 0;
        margin-right: -20px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #019df4;
        border-right: 2px solid #019df4;
        transform: rotate(133deg);
        transition: all ease-in .2s;
    }

    .adicional-incluye.visible::after{
        transform: rotate(-47deg);
        margin-top: 4px;
    }

    #c-cards .in-cards .card .c-detalle {
        max-height: 0;
        transition: all 0.3s ease-in-out;
    }

    #c-cards .in-cards .card .c-detalle.visible {
      max-height: 170px;
    }

    #c-cards .in-cards .card .info-price {
        padding: 10px 12px;
    }

   .desktopo {
      justify-content: center;
      height: 46px;
      border-radius: 16px 16px 0px 0px;
      left: 0;
   }
   .desktopo-txt small {
      opacity: 1;
   }

}