.fgills {
    font-family: 'Gill Sans';
}
.fnoodle {
    font-family: "BigNoodle";
    letter-spacing: 2px;
}
.f42 {
    font-size: 42px;
}
.fbold {
    font-weight: 800;
}
.color_primario {
    color: #1AE47D !important;
}
.cardwin {
    background-color: #3E4454;
    border-radius: 10px;
    min-height: 625px;
}
.cardwin img {
    max-width: 100%;
    height: auto;
}
.titleprm {
    margin-top: 20px;
    font-size: 26px;
    font-family: "BigNoodle";
    letter-spacing: 2px;
    margin-bottom: 0;
}
.titleprm strong {
    font-weight: 100;
}
.subtprm {
    font-family: "Gill Sans";
    font-size: 20px;
}
.subtprm span {
    font-weight: 600;
}
.contprm {
    font-family: "ProximaNova";
    font-size: 16px;
    opacity: 0.7;
}