h1 {
    position: relative;
    color: #FFFFFF;
    font-family: "Yanone", Arial, Helvetica, sans-serif;
    font-size: 5em;
    padding: 0;
    box-sizing: border-box;
    font-weight: 600;
    display: block;
    margin-top: -200px;
    word-spacing: 7px;
}

.h2_top {
    margin: 0 auto !important;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    text-transform: uppercase;
    text-shadow: 9px 6px 11px #000000;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    display: block;
    margin-top: 200px;
    line-height: 1;
    word-spacing: 7px;
}

.product-subtitulo{
    font-size: 1.5em !important;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

.section-1 {
    background-attachment: fixed;
    background-image: url(./section-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s;
    animation-name: fadeIn;
    animation-duration: 1.25s;
    position: relative;
    min-height: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    text-align: center;
}

.section-blog {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #00ff33;
    padding: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
    border-radius: 10px;
    max-width: 1200px;
}

.section-blog h2 {
    position: relative !important;
    font-size: 28px;
    margin-top: 10px !important;
    box-shadow: none !important;
    margin-bottom: 10px !important;
    color: #000;
    text-shadow: none !important;
    font-weight: 800 !important
}

.section-blog p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px !important;
    color: #000;
    font-weight: 500 !important
}

.section-blog a {
    display: inline-block;
    padding: 20px 40px;
    background-color: #4a148c;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
}

.section-blog a:hover {
    background-color: #660cd3;
}

@media screen and (max-width: 480px) {
    .h2_top {
        width: 80%;
        font-size: 40px;
    }
}



/* carrosel produtos */

.carousel-item {
    position: relative;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    margin-top: 30px;
    padding-top: 20px;
}

.carousel-inner {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.grid-item-car {
    min-width: 300px;
    padding: 8px;
    border-radius: 8px;
    margin: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.grid-item-car .single-product a {
    text-decoration: none !important;
}

.grid-item-car .single-product img {
    width: 300px;
}

.grid-item-car .product-title {
    font-size: 18px !important;
    font-weight: 600;
}

.grid-item-car .product-price {
    font-size: 24px !important;
}


.home_categoria_shop {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px;
    color: #000;
    text-decoration: none;
    font-size: 26px;
    font-weight: 600;
    width: 80%;
}


.arrow-left,
.arrow-right {
    display: flex;
    position: absolute;
    top: 80px;
    left: 0;
    right: auto;
    bottom: 15px;
    font-size: 30px;
    width: 60px;
    color: #008a20;
    text-align: center;
    opacity: 0.8;
    cursor: pointer;
    border: none;
    align-items: center;
    justify-content: center;
    z-index: 3000;
}

.arrow-left:hover {
    opacity: 1;
    border-right: solid 2px #008a20;
}

.arrow-right:hover {
    opacity: 1;
    border-left: solid 2px #008a20;
}


.arrow-left{
    background: linear-gradient(to left, transparent 0%, rgb(255, 255, 255) 200%);
}

.arrow-right {
    right: 0;
    left: auto;
    text-align: right;
    background: linear-gradient(to right, transparent 0%, rgb(255, 255, 255) 200%);
}


.carousel-inner::-webkit-scrollbar {
    display: none;
}

.carousel-inner {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}