/* Contenedor de la tarjeta */
.contenedorTarifa10 {
  background-color: #fff;
  width: 330px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;  
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  box-sizing: border-box;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
  position: relative;
  overflow: hidden;
}
/* Cabecera rosa con el nombre */
.nombreTarifa10 {
       background: linear-gradient(180deg, #4A9EFF 0%, #1E5FA8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 30px;
    font-weight: 900;
    padding: 10px 10px;
    border-radius: 8px;
    text-transform: lowercase;
    text-align: center;
    line-height: 1;
    letter-spacing: -1px;
    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: #141414;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}


.contratarTarifa10:hover {
    background-color: #2474C8 !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:#141414 ;
  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: #141414;
  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: #2474C8;
  border-radius: 5px;
  padding: 8px 12px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.contratarTarifa10{
  margin-top: 0px;
  margin-bottom: 0;
  width: 75%;
  text-align: center;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  
  background-color: #2474C8;
  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;
}





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

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

    color: white;
}



.nombreTarifa10.oju {

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




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




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






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



.imagen-mb {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.imagen-mb img {
    max-width: 150px;
    height: auto;
}
.wrapper-tarifa-con-imagen {
    position: relative;
    margin-top: 80px; /* Espacio para la imagen que sobresale */
}

.imagen-mb-superior {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 10;
    overflow: visible;
}

.imagen-mb-superior img {
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
}

