.contenedorTarifa6 {
    display: inline-block;
    margin: 40px;
    width: 260px;
    min-height: 500px;
    font-family: Arial;
    -webkit-box-shadow: 10px 8px 11px -1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 10px 8px 11px -1px rgba(0, 0, 0, 0.45);
    box-shadow: 10px 8px 11px -1px rgba(0, 0, 0, 0.45);
}

/*.nombreTarifa6 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    background-color: rgb(224, 224, 224);
    color: black;
    padding-top: 30px;
    padding-bottom: 30px;
}*/

.nombreTarifa6 span {
    transform: scale(1, 1.4);
    text-align: center;
}

.bloqueTarifa6 {
    background-color: white;
}

/*.precioTarifa6 {
    padding-top: 40px;
    width: 100%;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #38bf8e;
    transform: scale(1, 1.4);
}*/

/*.monedaTarifa6 {
    margin-top: 20px;
    font-size: 13px;
    color: #bfbfbf;
    text-align: center;
    font-weight: bold;
}*/

/*.descripcionTarifa6 {
    line-height: 1em;
    font-size: 13px;
    color: #bfbfbf;
    margin-top: 40px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}*/

/*.descripcion6 {
    padding-bottom: 4px;
    border-bottom-style: dotted;
    /* Borde inferior punteado 
    border-bottom-width: 3px;
    margin-bottom: 20px;
}*/

.contratarTarifa6 {
    margin-top: 30px;
    padding-bottom: 50px;
    text-align: center;
    transform: scale(1, 1.4);
}

/*.contratarTarifa6 a {
    display: inline-block;
    padding: 4px 16px;
    background-color: #38bf8e;
    color: #fff;
    text-decoration: none;
    border: none;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}*/

.contratarTarifa6 a:focus {
    outline: 3px solid white !important;
}

/*.impuestoTarifa6 {
    text-align: center;
    font-size: 12px;
}*/

/*Modificaciones mias*/
.imagenTarifa {
    position: relative;
    height: 120px;
    /* Más pequeño */
    width: 100%;
    background: linear-gradient(to bottom, #e0e0e0 50%, transparent 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagenTarifa img {
    background-color: white;
    padding: 8px;
    border-radius: 12px;
    /* Bordes suavemente redondeados */
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.nombreTarifa6 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    height: 100px;
    background-color: rgb(224, 224, 224);
    color: black;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.textoarribaCatalan {
    color: #003057;
    /* Azul solicitado */
    font-size: 0.85rem;
    /* Texto más pequeñito */
    margin-bottom: 22px;
    /* Margen inferior */
    display: block;
    /* Para que el margen funcione correctamente */
}

.precioTarifa6 {
    padding-top: 10px;
    width: 100%;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #003057;
    transform: scale(1, 1.4);
}

.descripcionTarifa6 {
    line-height: 1em;
    font-size: 13px;
    color: #bfbfbf;
    margin-top: 12px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}


.monedaTarifa6 {
    padding-top: 10px;
    font-size: 13px;
    color: #bfbfbf;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.contratarTarifa6 a {
    display: inline-block;
    padding: 3px 14px;
    /* Solo un poco menos que antes */
    background-color: #003057;
    color: #fff;
    text-decoration: none;
    border: none;
    font-size: 16px;
    /* Bajamos de 17px a 16px */
    font-weight: bold;
    cursor: pointer;
    outline: none;
    border-radius: 10px;
    /* Apenas más sutil */
}

.descripcion6 {
    padding-bottom: 4px;
    border-bottom-style: dotted;
    border-bottom-width: 3px;
    margin-bottom: 20px;
    color: black;
    border-bottom-color: #ccc;
}

.impuestoTarifa6 {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}