/* Contenedor de la tarjeta */
.contenedorTarifa10 {
  background-color: #fff;
  padding: 25px 10px;
  width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;  
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  box-sizing: border-box;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
}

/* Cabecera rosa con el nombre */
.nombreTarifa10 {
    color: #ff5ca2;
    font-size: 44px;
    font-weight: 900;
    padding: 10px 10px;
    border-radius: 8px;
    text-transform: lowercase;
    text-align: center;
    line-height: 1;
    letter-spacing: -3px;
        margin-bottom: 17px;
}

/* Precio */
.bloquePrecio {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  margin-bottom: 5px;
}

.precioTarifa10 {
    font-size: 115px;
    font-weight: 900;
    letter-spacing: -1px;
    padding-right: 8px;  
    width: 100%;
    display: inline-block;
    letter-spacing: -6px;
}

.simboloEuro {
    font-size: 79px;
    font-weight: 900;
    margin-left: 0px;
    padding-top: 6px;
}

/* Texto "al mes" */
.monedaTarifa10 {
    font-size: 10px;
    color: #a8a8a8;
    margin-bottom: 18px;
    font-weight: 100;
    margin-top: 3px;
}

/* Texto "solo móvil" */
.descripcion10 {
  color: #FF6699;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

.contratarTarifa58:hover,
.contratarTarifa10:hover {
    background-color: #e1e1e1 !important; /* color de fondo */
    color: #333 !important;               /* cambia el color del texto */
    border-color: #ccc !important;        /* ajusta el borde */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* añade sombra */
    transform: scale(1.03);               /* efecto de agrandar un poco */
    cursor: pointer;                      /* muestra que es clickeable */
    transition: all 0.8s ease;            /* transición suave */
}

/* Texto "30Gb" */
.descripcionGb {
  font-size: 21px;
  line-height: 23px;
  font-weight: bold;
  color: #FF6699;
  margin-bottom: 2px;
  text-align: left;
  min-height: 120px;
}

/* Texto "LLAMADAS A TOPE" */
.descripcionTarifa10 {
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

/* Enlace de contratación */
.contratarTarifa10 a {
  font-size: 14px;
  color: #ff6699;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
    width: 100%;
}

/* Enlace de contratación */
.contratarTarifa10.azul a {
  color: #99CCCC;  
  display: inline-block;
    width: 100%;
}

.contratarTarifa10:hover{
  text-decoration: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 8px 12px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.contratarTarifa10{
  margin-top: 0px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  background-color: #f2f2f2;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  text-decoration: none;
}



.descripcionGb em {
    font-size: 11px;
   
    line-height: 8px;
    color: #888888;
    font-weight: 100;
    font-style: normal !important;
    text-align: center;
    display: inline-block;
    transform: translate(0px, -7px);
}

.descripcionGb strong {
    font-size: 38px;
    line-height: 32px;
}

.info_descripcionGb {
    display: inline-block;
    float: left;
    max-width: 170px;
    LINE-HEIGHT: 1;
}


/*
.icon-bubble {
    width: 60px;
    height: 60px;
    background-color: #ff5ca2;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(107px, -80px);
}
 

.icon-bubble img {
  width: 50%;
  height: auto;
  filter: invert(1);  si el svg es negro, lo pone blanco 
}


.icon-bubble::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 14px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    border-top: 24px solid #ff5ca2;
    transform: rotate(25deg);
}*/




/*  Nuevo estilos  */

.icon-bubble {
    width: 58px;
    height: 58px;
    background-color: #ff5ca2;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    transform: translate(10px, -27px);
}

.icon-bubble::after {
      content: "";
    position: absolute;
    bottom: -15px;
    left: 17px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    border-top: 23px solid #ff5ca2;
    transform: rotate(51deg);
}
/* Versión con flamenco-02 */
.icon-bubble.rosa {
  background-image: url("../iconos/flamenco-02.svg");
  
}

/* Versión con flamenco-08 */
.icon-bubble.azul {
  background-image: url("../iconos/flamenco-01.svg");
  background-color: #99CCCC;
}


.icon-bubble.azul::after{
    border-top: 24px solid #99CCCC;
}

 .descripcionGb.azul {
    color: #99CCCC;
    min-height: 160px;
}
.nombreTarifa10.azul {

   background-color: #99CCCC;
    font-size: 27px;

    color: white;
}
.nombreTarifa10.rosa {

    background-color: #ff5ca2;
    font-size: 34px;
    color: white;
}


.nombreTarifa10.oju {

   color: #99cccc;
    font-size: 64px;
    
}

/* Colores adicionales */
.icon-bubble.red { background-color: #e74c3c; }
.icon-bubble.red::after { border-top-color: #e74c3c; }

.icon-bubble.blue { background-color: #3498db; }
.icon-bubble.blue::after { border-top-color: #3498db; }

.icon-bubble.green { background-color: #2ecc71; }
.icon-bubble.green::after { border-top-color: #2ecc71; }


.info_descripcionGb.tipo51 strong:nth-of-type(1) { color: #ff5ca2;
line-height: 65px;}
.info_descripcionGb.tipo51 strong:nth-of-type(2) { color: #ff5ca2;}





/* Contenedor de la tarjeta */
.contenedorTarifa58 {
    /* background-color: #fff; */
    /* padding: 25px 10px; */
    width: 330px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
    /* box-sizing: border-box; */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    font-feature-settings: "liga" 0;
}

/* Cabecera rosa con el nombre */
.nombreTarifa58{
    color: #ff5ca2;
    font-size: 44px;
    font-weight: 900;
    padding: 5px 10px;
    border-radius: 8px;
    text-transform: lowercase;
    text-align: center;
    line-height: 1;
        margin-bottom: 17px;
}

/* Precio */
.bloquePrecio {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  margin-bottom: 5px;
}

.precioTarifa58 {
   font-size: 140px;
    font-weight: 900;
    /* letter-spacing: -1px; */
    /* padding-right: 8px; */
    width: 100%;
    display: inline-block;
    color: #353331;
}


/* Texto "al mes" */
.monedaTarifa58 {
    font-size: 16px;
    color: #a8a8a8;
    margin-bottom: 18px;
    font-weight: 100;
    margin-top: -8px;
}

/* Texto "solo móvil" */
.descripcion58 {
  color: #ff5ca2;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

/* Texto "30Gb" */
.descripcionGb {
  font-size: 21px;
  line-height: 23px;
  font-weight: bold;
  color: #ff5ca2;
  margin-bottom: 2px;
  text-align: left;
  min-height: 120px;
}
.icono-adicional {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    vertical-align: middle;
}

/* Texto "LLAMADAS A TOPE" */
.descripcionTarifa58 {
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

/* Enlace de contratación */
.contratarTarifa58 a {
  font-size: 14px;
  color: #ff5ca2;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
    width: 100%;
}

/* Enlace de contratación */
.contratarTarifa58.azul a {
  color: #99CCCC;  
}

.contratarTarifa58:hover{
  text-decoration: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 8px 12px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.contratarTarifa58{
  margin-top: 0px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  background-color: #f2f2f2;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  text-decoration: none;
}


/* Versión con flamenco-08 */
.icon-bubble.morado {
  background-image: url("../iconos/flamenco-01.svg");
  background-color: #ff5ca2;
}

.icon-bubble.morado::after { border-top-color: #ff5ca2; }

.contenedorTarifa58 .simboloEuro {
    font-size: 90px;
    padding-top: 10px;
}

.contenedorTarifa58 .descripcionGb strong{
  font-size: 35px;;
}

.icon-bubble.morado-2 {
  background-image: url("../iconos/flamenco-02-blanco.svg");
  background-color: #ff5ca2;
  margin-top: -10px;
}

.icon-bubble.morado-2::after { border-top-color: #ff5ca2; }


.info_descripcionGb em:last-child {
  font-size: 13px;
}

.ancho-51 {
    width: 330px;
    .nombreTarifa10 {
    font-size: 22px;
        padding: 10px 10px;

    }
}
.nombreTarifa10.tv{
    font-size: 55px;
    
}
.info_descripcionGb.tipo59{
    font-size: 23px;
    
}
.info_descripcionGb.tipo59 em{
     font-size: 22px;
  
    color: #ff6699;
    transform: translate(0px, 0px);
    
}


.icon-bubble.tv {
  background-image: url("../iconos/Screenshot_2.png");
  background-color: #ff5ca2;
  margin-top: -5px;
}


.info_descripcionGb.tipo59 em:last-child{
font-size: 15px;
    text-align: left;
    line-height: 1;
    color: #888888;
}
.nombreTarifa10.jarta{
    font-size: 64px;
    color: #3dcb8b;
    
}

.icon-bubble.jarta::after{
    border-top: 23px solid  #3dcb8b !important;
}

.icon-bubble.jarta {
  background-image:url(../iconos/flamenco-01.svg);
  background-color: #3dcb8b;
  margin-top: 8px;
}
.descripcionGb.jarta{
    color:#3dcb8b;
}
.contratarTarifa10.jarta a{
    color: #3dcb8b !important;
}

.nombreTarifa10.jartatv{
    font-size: 40px;
    color: white;
    background-color: #3dcb8b;
    
}

.info_descripcionGb.tipo60{
    color: #3dcb8b !important;
}
.icon-bubble.jartatv {
  background-image: url(../iconos/flamenco-01.svg);
    background-color: #99CCCC;
    width: 40px !important;
    height: 40px !important;
    transform: translate(33px, -66px) !important;
    
}

.icon-bubble.jartatv::after{
          content: "";
    position: absolute;
    bottom: -15px;
    left: 17px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
 
    transform: rotate(42deg);
    border-top: 29px solid  #99CCCC !important;
}

.icon-bubble2.jartatv {
width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    transform: translate(-3px, -27px);
    background-image: url(../iconos/flamenco-02-blanco.svg);
    background-color: #3dcb8b;
    margin-top: -3px;
}

.icon-bubble2.jartatv::after{
          content: "";
    position: absolute;
    bottom: -15px;
    left: 17px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;

    transform: rotate(42deg);
    border-top: 29px solid  #3dcb8b !important;
}


.icon-bubble3.jartatv {
    width: 40px;
    height: 40px;
    background-color: #ff5ca2;
    border-radius: 50%;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    transform: translate(31px, -83px);
    background-image: url(../iconos/Screenshot_2.png);
    margin-top: 8px;
}

.icon-bubble3.jartatv::after{
    border-top: 29px solid  #ff5ca2 !important;
          content: "";
    position: absolute;
    bottom: -15px;
    left: 17px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;

    transform: rotate(47deg);
}

