.primarylink{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text-condicoes {
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    width: fit-content;
    bottom: 4%;
    right: 0;
    left: 0;
    /*border: 1px solid #fff;*/
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
}

.text-condicoes:hover {
    text-decoration: dashed;
}


@media only screen and (max-width: 480px) {
    .text-condicoes {
        font-size: 8px;
    }
}

.cta-enm-favorites {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    color: #333333;
    font-size: 1rem;
    padding: 10px 20px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    width: fit-content;
    bottom: 10%;
    right: 0;
    left: 0;
    /*border: 1px solid #fff;*/
    z-index: 1;
    cursor: pointer;
}

.cta-enm-favorites:hover {
    background-color: #333333;
    color: #ffffff;
    transition: 0.2s;
}

@media only screen and (max-width: 480px) {
    .cta-enm-favorites {
        font-size: 11px;
    }
}