﻿.download-title {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 20px;
    max-width: 70rem;
}

.download-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.downloads-grid {
    display: flex;
    justify-content: center;
    max-width: 65rem;
    width: 90%;
    gap: 70px;
    flex-wrap: wrap;
}

.download-clickable {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.download-card-trainer {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 200px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

    .download-card-trainer:hover {
        background: #000;
    }

.download-image {
    height: 70%;
    width: 100%;
    filter: brightness(0.5);
    object-fit: cover;
}

.download-text {
    background-image: linear-gradient(0deg, #172645, #143f97);
    border-radius: 30px;
    position: absolute;
    top: 55%;
    left: -5px;
    height: 65%;
    width: 108%;
    transform: skew(19deg, -9deg);
}

.download-titletext {
    display: flex;
    justify-content: center;
}

.download-subtext {
    display: flex;
    justify-content: space-between;
}

.download-logo-card-treinamentos {
    height: 70px;
    width: 70px;
    border-radius: 20px;
    background-color: transparent;
    position: absolute;
    bottom: 20%;
    left: 10px;
    overflow: hidden;
    transition: .2s ease-out;
}

    .download-logo-card-treinamentos img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
    }

.download-main-text {
    position: absolute;
    width: 195px;
    color: #fff;
    left: 90px;
    bottom: 0%;
    line-height: 10px;
    font-size: 14px;
}

.download-hero-btn {
    color: #fff;
    border-radius: 10px;
    bottom: 5%;
    text-decoration: none;
    padding: 8px 10px;
    border: 2px solid #fff;
    font-weight: 500;
    background: transparent;
    transition: .3s;
    font-size: 16px;
}

.download-download {
    display: none;
}

.download-card-trainer:hover .download-download {
    display: block;
    position: absolute;
    top: -50px;
    z-index: 2;
    margin: 0%;
}
