.cumple_miga {
    color: #212121;
}

.cumple-indication {
    margin: 15px;
    margin-bottom: 40px;
}

.cumple_tarjeta-image {
    margin-top: 20px; 
    margin-bottom: 20px;
}

.cumple_tarjeta-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-family: Roboto;
    width: 85%; 
    height: 70px;
}

.cumple_tarjeta-terms {
    width: 85%; 
    text-align: left; 
    max-height: 130px;
    height: 130px; 
    overflow: hidden;
}

.cumple_tarjeta-terms div {
    text-align: left; 
}

.cumple_tarjeta-button {
    margin-top: 15px; 
    margin-bottom: 15px; 
    position: relative;
}

.cumple_tarjeta-button .botonAzul{
    width: 80%;
}




.tarjeta {
    border-style: inset;
    border-top-style: none;
    border-left-style: none;
    border-radius: 30px;
    border-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {

    .subtitle_cumple {
        text-align: left !important;
    }

    .tarjeta {
        margin: 20px;
    }
}

