.hexagon-results {
    width: 100%;
    max-width: 330px;
    height: auto;
    background-color: #ccc;
    border-radius: 10px;
    clip-path: polygon(20% 0, 78% 0, 100% 50%, 78% 100%, 20% 100%, 0 50%);
    -webkit-clip-path: polygon(20% 0, 78% 0, 100% 50%, 78% 100%, 20% 100%, 0 50%);
}

.a-link {
    position: absolute;
    top: 5%;
    left: 5%;
}

.container-results {
    background-image: url('https://colmena.topbrand.interactiva.net.co/images/Colmena%20Footage/Background-Results.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffecb9;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-results {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.card-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-right {
    width: 60%;
    padding: 4%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.panel-points {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.checked {
    color: orange;
}

.fa-trophy:before {
    font-size: 80px;
}

.fa-star:before {
    font-size: 50px;
}

.panel-result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #1891a1;;
    font-size: 24px;
    color: yellow;
    margin: 20px 0 40px 0;
    text-align: center;
}

.panel-copy-text {
    color: #1891a1;
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
}

.panel-copy-img {
    text-align: left;
    width: 50%;
    border-left: 1px solid #1891a1;
    padding-left: 8px;
}

.panel-copy {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
}

.panel-copy-image {
    max-width: 200px;
}

@media(max-width:720px) {
    .a-link {
        position: relative;
        top: 2%;
        left: 5%;
    }

    .container-results {
        background-size: cover;
    }

    .card-left {
        width: 100%;
        
    }

    .panel-points {
        justify-content: center;
    }
    
    .card-right {
        width: 100%;
    }

    #panelStars {
        margin-left: 20px;
    }

    .fa-trophy:before {
        font-size: 40px;
    }
    
    .fa-star:before {
        font-size: 25px;
    }

    .hexagon-results {
        max-width: 250px;
    }

    .panel-copy {
        flex-direction: column;
    }

    .panel-copy-text {
        width: 100%;
        text-align: center;
        margin-right: 0px;
    }

    .panel-copy-img {
        width: 100%;
        margin-top: 20px;
        border-left: none;
        padding-left: 0px;
        text-align: center;
    }

    .container-results {
        height: auto;
    }
}