@import url("https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700&display=swap");

body {
    background: linear-gradient(180deg, rgba(8,8,8,1) 0%, rgba(32,32,32,1) 25%);
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: "Exo", sans-serif;
}

h1, h2, h3 {
    color: #c7c7c5;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 2px;
}

p {
    color: #c7c7c5;
}

h1 b, h2 b, h3 b {
    font-weight: 700;
}

a {
    text-decoration: none;
}

.botao-cta {
    font-size: 24px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 15px 2px;
    margin: 0 auto;
    font-weight: 500;
    color: #c7c7c5;
    border: 1px solid #c7c7c5;
    border-radius: 5px;
    background-color: transparent;
    text-transform: uppercase;
    justify-content: center;
    letter-spacing: 2px;
}

.botao-cta i {
    font-size: 12px;
}

.imagem-home {
    width: 750px;
    height: 375px;
    margin-bottom: 85px;
}

.botoes a {
    display: flex;
    width: 100%;
}
.grid-cars img {
    border-radius: 5px;
}

video {
    padding: 0 !important;
    border-radius: 5px;
    width: 100%;
}

.video-container {
    position: relative;
}

.grid-cars .col-12 a {
    position: absolute;
    bottom: -13%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.grid-cars .col-12 a button {
    background-color: #545454;
    border: none;
    padding: 2.5px 35px;
    color: #c7c7c5;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;    
    letter-spacing: 2px;
}

.m-common {
    margin: 80px 0px;
}

.logo-pdk {
    margin-bottom: 75px;
}

.video button {
    position:absolute; 
    top:50%; 
    left:50%; 
    transform: translate(-50%, -50%);
    background-color: transparent;
    background-image: url("/assets/img/play-button-01.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100px;
    height: 115px;
    border: none;
}

footer img {
    width: 150px !important;
}

@media only screen and (max-width: 768px) {
    .imagem-home {
        width: 100%;
        height: 100%; 
    }

    .botao-cta {
        font-size: 21px;
    }

    .grid-cars .col-12 a {
        position: absolute;
        bottom: -15%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .video button {
        width: 30px;
        height: 45px;
    }
}