.card-price
{
    padding-top: 40px;
}

.card-price h1
{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
}

.card-price span
{
    font-size: 14px;
    text-transform: uppercase;
}

.items-nav > *{
    padding-right: 10px;
}

.post-header {
    background-color: #7f7f7f;
    color: #fff;
    padding: 20px 0;
    font-size: 22px;
}

.post-header h1 {
    text-transform: uppercase;
}

.post-header.posts{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("{{ Theme::asset()->url('images/posts.jpg') }}");
    padding: 40px 0;
}

.post-header h1 {
    font-size: 40px;
    font-weight: 700;
}

.post-header a {
    color: #fff;
}

.post-header .mx-2{
    color: #b9b9ae;
}

.post-header .title {
    background-color: #e93e17;
    padding: 3px 9px;
    border-radius: 5px;
}

.post {
    background-color: #f5f5f5;
    padding: 25px 0;
}

.post .row .card {
    background-color: #fff;
    padding: 15px !important;
}

.post .post-image{
    width: 100%;
    object-fit: cover;
}

.post .ck-content p {
    margin: 12px 0;
}

.post .ck-content {
    color: #999999;
}

.post .header-content h1 {
    font-size: 25px;
}

.post .header-content {
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
}

.post .header-content .category, .post .header-content .category a {
    padding-top: 10px;
    color: #e93e17 !important;
}

.post .category-list li {
    padding: 5px 0;
}

.post .category-list li a {
    color: #999999 !important;
}

.post .massive-bar{
    height: 2px;
    width: 90px;
    background-color: #e93e17;
    margin-top: 10px;
}

.massive-bar1 {
    height: 4px;
    width: 200px;
    background-color: #e93e17;
    margin-top: 10px;
}

.massive-bar2 {
    height: 4px;
    width: 200px;
    background-color: #e93e17;
    margin-top: 10px;
    margin-left: 60px;
}

.post .post-info {
    padding: 10px 20px;
}

.post .post-info h5 a{
    color: #212529 !important;
}

.post .post-info h5 a:hover{
    color: #e93e17 !important;
}

.post .post-info .category {
    padding-top: 10px;
}

.post .post-info .category a {
    color: #e93e17 !important;
}

.post .post-info .post-content {
    padding-top: 10px;
    color: #999999;
}

.post .post-info .read_more {
    color: #e93e17;
    text-decoration: none;
    padding-top: 10px;
    position: relative;
    display: inline-block;
}

.post .post-info .read_more::after {
    content: " >>";
    position: absolute;
    top: 10px;
    right: -20px;
    transition: transform 0.3s ease-in-out;
}

.post .post-info .read_more:hover::after {
    animation: infiniteAnimation 1s infinite;
}

.background-img {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://azune.com.br/themes/azunecombr/images/background-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    color: #fff;

    & h1 {
        font-size: 50px;
        font-weight: 700;
        padding-top: 120px;
        text-align: center;
    }

    & p {
        font-size: 20px;
        font-weight: 500;
        padding-top: 20px;
        text-align: center;
    }
}

.floating-button {
    position: fixed;
    bottom: 50%;
    right: 20px;
    transform: translateY(50%);
    z-index: 999;
}

.btn.btn-vila {
    background-color: #e93e17;
    border-color: #e93e17;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

@keyframes infiniteAnimation {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

@media (min-width: 992px) {
    .floating-button {
        display: none;
    }
}

@media (max-width: 992px)
{
    .responsiveLi li{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 7px;
        padding-right: 0 !important;
    }
}

@media (max-width: 768px)
{
    .responsiveAz {
        text-align: center !important;
    }

    .responsiveAz p,
    .responsiveAz h2 {
        display: inline-block;
        vertical-align: middle;
        text-align: center !important;
        padding: 0 !important;
    }

    .responsiveAz2{
        text-align: center !important;
        font-weight: 700;
    }

    .responsiveAz3{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}
