.text-success{
    color: #fff !important;
    text-align: center !important;
    font-family: "Bicyclette-Light" !important;
    font-size: 1.5rem !important;
    line-height: normal !important;
    text-shadow:  0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    width: 60% !important;
}

.text-success-bold{
    color: #fff !important;
    text-align: center !important;
    font-family: "Bicyclette-Light" !important;
    font-size: 3rem !important;
    line-height: normal !important;
    text-shadow:  0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    width: 60% !important;
}

.text-success-ty{
    color: #fff !important;
    text-align: center !important;
    font-family: "Bicyclette-Light" !important;
    font-size: 2rem !important;
    line-height: normal !important;
    text-shadow:  0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    width: 60% !important;
}

.btn-volver{
    border-radius: 219.712px;
    background:  #A9E25A;
    font-family: "Bicyclette-Regular" !important;
    width: 20% !important;
    height: 41.998px !important;
    color: #14593D !important;
    text-align: center !important;
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 131.945% !important; /* 26.196px */
    text-decoration: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-transform: uppercase !important;
}

@media (max-width: 600px) {
    .text-success{
        width: 80% !important;
        font-size: 1.5rem !important;
    }
    .text-success-bold{
        font-size: 2.5rem !important;
    }
    .text-success-ty{
        font-size: 1.5rem !important;
    }

}


