.espacamento {
    margin-top: 9rem;
}


.hero-header {
    background: url("../img/mazda.jpeg") center no-repeat;
    background-size: cover;
}

.text-header h1 {
    font-family: 'Impact', 'Anton', sans-serif;
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    text-shadow: 2px 8px 12px rgb(0, 0, 0);

}

.text-header h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.5rem;
    text-shadow: 2px 8px 12px rgb(0, 0, 0);

}

.text-header button {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    background-color: #03A0E2;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-align: center;
}

.text-header button a {
     color: #fff;
     text-decoration: none;
    
}

.text-header button:hover {
    background-color: #444;
    transform: scale(1.05);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);

}

.carousel-item img {
    height: 300px;
}

.bg-rosa {
    background-color: #000000;
}

.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.text-gray {
    background-color: #1D222A;
}

#destaque {
    margin-top: 7rem !important;
}

.titulodestaque {
    padding-bottom: 3rem;

}

.titulodestaque h1 {
    font-family: 'Impact', 'Anton', sans-serif;


}

.product-item {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.432);
    border-radius: 8px;
    overflow: hidden;
    padding: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;


}

.product-item a {
    text-decoration: none;
    color: #000;

}

.product-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


.pricebutton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;


}

.btn {
    background-color: #007bff;
    color: white;
    padding: 5px 15px;
    text-align: center;
    border-radius: 25px;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #0056b3;
}

.description {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}



.description p {
    font-size: 12px;
    text-align: justify;
}

.page-header {
    
    background: url('../img/mazda1.jpg') center no-repeat;
    background-size: cover;
}


/* Estilo de responsividade */
@media (max-width: 768px) {
    .product-item {
        height: auto;
    }

    
    .product-content {
        height: auto;
    }

    .product-description {
        height: auto;
        white-space: normal;
    }
}