h2 {
    text-align: center;
    color: #232323;
}
h2 span {
    font-size: 2.10rem;
    position: relative;
}
h2 span::before {
    content: "\e901";
    font-family: 'icomoon';
    position: absolute;
    font-size: 2.6rem;
    left: -64px;
    bottom: 8px;
    font-weight: 500;
}
main{
    width: 100%;
    height: 614px;
}
main .splide {
    width: 100%;
    height: 100%;
}
main .splide__track {
    width: 100%;
    height: 100%;
}
main .splide__slide {
    overflow: hidden;
    position: relative;
}
main .splide__pagination__page.is-active {
    transform: scale(1);
}
.splide__pagination__page {
    border: #FFF8F5 1px solid;
    border-radius: 0;
    opacity: 1;
    background: none;
    width: 32px;
}
.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.8);
    transition: all 2s ease;
}
main .splide__slide .phrase {
    position: absolute;
    bottom: 80px;
    right: 21%;
    text-align: end;
}
main .splide__slide .phrase h1 {
    letter-spacing: 3px;
    line-height: 1.12;
    text-shadow: 0 2px 12px #171717;
}
main .splide__slide .phrase h1 .main,
main .splide__slide .phrase h1 .second {
    position: relative;
    display: inline-block;
    opacity: 0;
    transform: translateX(-250px);
    transition: all .4s ease-in-out;
}
main .splide__slide .phrase h1 .main::after {
    content: '';
    position: absolute;
    width: 105%;
    height: 50%;
    background-color: #EC0716;
    left: -2.5%;
    bottom: 0;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 1.75s ease-out;
}
main .splide__slide.is-active .phrase h1 .main::after {
    transform: scaleX(1);
}
main .splide__slide.is-active .phrase h1 .main {
    font-size: clamp(1.8rem, 6vw, 4.5rem);
}
main .splide__slide.is-active .phrase h1 .main,
main .splide__slide.is-active .phrase h1 .second {
    animation: phraseanim 2s forwards;
}
main .splide__slide.is-active .phrase h1 .second {
    font-size: clamp(1.8rem, 6vw, 5.6rem);
    letter-spacing: 5px;
    animation-delay: .75s;
}
main .splide__slide.is-active img {
    transform: scale(1);
}
@keyframes phraseanim {
    from {
        transform: translateX(-250px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
section.differences {
    padding: 76px 0 52px 0;
    border-top: #171717 9px solid;
    box-shadow: inset 0 18px 32px 4px #6f6f6f;
    background-image: url("../img/fundo-branco-urb-grill.webp");
}
section.differences .wrapper-differences {
    display: flex;
    width: fit-content;
    margin: 46px auto;
}
section.differences .wrapper-differences a:nth-child(1){
    transition: all .3s ease-in-out;
}
section.differences .wrapper-differences a:nth-child(2){
    transition: all .6s ease-in-out;
}
section.differences .wrapper-differences a:nth-child(1){
    transition: all .9s ease-in-out;
}
section.differences .wrapper-differences .card {
    background: #232323;
    box-shadow: 0 10px 22px #242424;
    width: clamp(86px, 32vw, 255px);
    height: 148px;
    display: flex;
    flex-direction: column;
    font-size: clamp(.8rem, 2.5vw, 1.4rem);
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all .2s ease;
    text-align: center;
    line-height: 1;
    position: relative;
    overflow: hidden;
}
section.differences .wrapper-differences .card span,
section.differences .wrapper-differences .card i {
    z-index: 3;
    width: 68%;
}
section.differences .wrapper-differences a .card::before {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #EC0716;
    transition: all .4s ease;
}
section.differences .wrapper-differences a:nth-child(even) .card::before {
    background-color: #232323;
}
section.differences .wrapper-differences a:nth-child(even) .card{
    background-color: #EC0716;
    z-index: 2;
}
section.differences .wrapper-differences a:hover .card {
    transform: translateY(-8px);
}
section.differences .wrapper-differences a:hover .card::before {
    bottom: 0;
}
section.differences .wrapper-differences .card i {
    font-size: 3.4rem;
}
section.news {
    background-image: url('../img/home/informese-background-urb-grill.webp');
    background-repeat: no-repeat;
    padding: 76px 20px 52px 20px;
    animation: fire 7s linear infinite; 
}

@keyframes fire {
    0% {
    
        background-size: 140%;
    }
    50% {
   
        background-size: 155%;
    }
    100% {
       
        background-size: 140%;
    }
}
section.brands {
    overflow: hidden;
    background-image: url(../img/fundo-branco-urb-grill.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    display: flex;;
}
section.brands h2{
    /*padding-top: 40px;*/
}
section.brands .swiper{
    width: 100%;
    height: 100%;
}
section.brands .swiper .swiper-wrapper{
    display: flex;
    align-items: center;
}
section.brands .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
}
section.brands .swiper .swiper-wrapper .swiper-slide .image{
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.brands .swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
section.news .wrapper-news {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin-top: 40px;
}
section.news .wrapper-news .img-container.video img{
    height: 300px;
}
section.news .wrapper-news img {
    background: #FFF8F5;
    width: 352px;
    height: 418px;
    object-fit: cover;
}
section.news .wrapper-news .text {
    width: 552px;
}
section.news .wrapper-news .text h3 {
    font-size: 1.8rem;
    margin-bottom: 12px;
}
section.news .wrapper-news .text p {
    font-size: 1.4rem;
    margin-bottom: 48px;
}
section.news .wrapper-news .text .button {
    width: 100%;
    text-align: center;
}
@media(max-width: 768px) {
    main{
        width: 100%;
        height: 300px;
    }
    main .splide {
        width: 100%;
        height: 100%;
    }
    main .splide__track {
        width: 100%;
        height: 100%;
    }
    main .splide__slide {
        overflow: hidden;
        position: relative;
    }
    section.brands{
        padding: 70px 0;
    }
    section.news{
        background-size: cover !important;
    }
    section.news .wrapper-news {
        flex-direction: column;
    }
    section.news .wrapper-news .img-container.video img{
        height: auto;
    }
    section.news .wrapper-news img,
    section.news .wrapper-news .text {
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 640px) {
    h2 span::before {
        left: 50%;
        transform: translateX(-50%);
        bottom: 112%;
    }
    .splide__slide img {
        height: 320px;
    }
}
@media(max-width: 480px) {
    main .splide__slide .phrase {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    section.news .wrapper-news {
        flex-direction: column;
    }
    section.news .img-container {
        width: 100%;
    }
    section.lead {
        padding: 20px;
        height: 100%;
    }
}
