.dcnc-home {
    background: #F0F1F5;
}

.dcnc-centered {
    display: grid;
    place-items: center;
}

.dcnc-container {
    width: 100%;
    max-width: 1264px;
    padding: 0 24px;
}

.dcnc-button {
    display: inline-flex;
    align-items: center;
    height: 48px;
    border-radius: 24px;
    padding: 0 48px;
    background: #E1173F;
    color: #fff;
    font-size: 14px;
    font-family: BradescoSans-Bold;
    text-decoration: none;
}

.dcnc-button:hover {
    background: #C50030;
}

.dcnc-swiper {
    position: relative;
    width: 100%;
    /* padding: 10px 0 48px; */
    overflow: hidden;
    grid-template-columns: 100%;
}

.dcnc-swiper .swiper-container {
    position: relative;
    width: 100%;
    /* padding: 0 32px; */
    overflow: visible;
}

.dcnc-swiper .swiper-wrapper {
    gap: 16px;
    align-items: flex-end;
}

.dcnc-swiper .swiper-horizontal .swiper-wrapper {
    gap: 0;
}

.dcnc-swiper .swiper-slide {
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.dcnc-swiper .swiper-pagination {
    /* bottom: -32px; */
}

.dcnc-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    border: 1px solid #CC092F;
    opacity: 1;
}

.dcnc-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #CC092F;
}

.dcnc-swiper .swiper-button-prev,
.dcnc-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
    /* background: #fff; */
    /* border-radius: 50%; */
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 44% !important;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 44% !important;
    left: auto;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 70px;
    
}

.swiper-button-next,
.swiper-button-prev {
    bottom: 120px !important;
    top: auto;
}

@media screen and (max-width: 991px) {

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 20% !important;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 20% !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 49px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        bottom: 135px !important;
    }
}
    @media screen and (max-width: 991px) {

    .dcnc-products__box {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 40%);
        border-radius: 8px;
        position: relative;
        top: -47px;
        z-index: 9;
        padding: 20px 0;
        margin: 0 10px;
    }

    .dcnc-products__box h2 {
        margin-bottom: 30px;
    }
}

.dcnc-swiper .swiper-button-prev:after,
.dcnc-swiper .swiper-button-next:after {
    display: none;
}

.dcnc-swiper .swiper-button-prev svg {
    position: relative;
    right:25px !important;
    top: 66px;
}

.dcnc-swiper .swiper-button-next svg {
    position: relative;
    left: 13px !important;
    top:66px;
    
}


@media screen and (max-width: 320px){
    .dcnc-swiper .swiper-button-next svg {
        left: 0px !important;       
        top:135px;
    }
    }


    @media screen and (max-width: 375px){
        .dcnc-swiper .swiper-button-next svg {
            left: 0px!important;
            top:135px;

        }
        }

        @media screen and (max-width: 420px){
            .dcnc-swiper .swiper-button-next svg {
                left: 0px !important;
                top:135px;
            }
            }

            @media screen and (max-width: 420px){
                .dcnc-swiper .swiper-button-prev svg {
                    right:0 !important;
                    top: 135px;
                }
                }


            @media screen and (max-width: 320px){
                .dcnc-swiper .swiper-button-prev svg {
                   right: 0px!important;
                    top: 135px;
                }
                }

                @media screen and (max-width: 375px){
                    .dcnc-swiper .swiper-button-prev svg {
                        right: 0px!important;
                        top: 135px;
                    }
                }

                    @media screen and (max-width: 431px){
                        .dcnc-swiper .swiper-button-prev svg {
                            right:0 !important;
                            top: 135px;
                        }
                        }

                        @media screen and (max-width: 431px){
                            .dcnc-swiper .swiper-button-next svg {
                                left: 0px !important;
                                top:135px;
                            }
                            }
                

                        @media screen and (max-width: 768px){
                            .dcnc-swiper .swiper-button-prev svg {
                                right:-4px !important;
                                top: 104px;
                            }
                            }


                            @media screen and (max-width: 768px){
                                .dcnc-swiper .swiper-button-next svg {
                                    left: -2px !important;
                                    top:104px;
                                }
                                }




.dcnc-swiper .dcnc-card {
    display: flex;
    align-items: center;
    width: 100%;
    aspect-ratio: 296/214;
    background: #cc092f;
    background: -moz-linear-gradient(-45deg, #cc092f 0%, #cc092f 40%, #b81570 90%, #b81570 100%);
    background: -webkit-linear-gradient(-45deg, #cc092f 0%, #cc092f 40%, #b81570 90%, #b81570 100%);
    background: linear-gradient(135deg, #cc092f 0%, #cc092f 40%, #b81570 90%, #b81570 100%);
}

.dcnc-swiper .dcnc-card figure {
    width: 100%;
}

.dcnc-swiper .dcnc-card img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 992px) {
    .dcnc-swiper .swiper-container {
        max-width: 100vw;
        /* padding: 0 56px; */
    }

    .dcnc-swiper .swiper-wrapper {
        gap: 32px;
    }

    .dcnc-swiper .swiper-horizontal .swiper-wrapper {
        gap: 0;
    }

    .dcnc-swiper .dcnc-card {
        aspect-ratio: 1008/240;
    }
}

.dcnc-products {
    gap: 32px;
    margin: 16px 0 40px;
}

.dcnc-products__header h2 {
    font-size: 14px;
    font-weight: normal;
    font-family: BradescoSans-SemiBold;
    text-align: center;
}

.dcnc-products__grid {
    display: grid;
    gap: 32px;
}

.dcnc-products__card {
    display: grid;
    margin-top: 32px;
    padding: 24px 16px;
    border: 1px solid #F0F1F5;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.dcnc-products__card figure {
    width: 100%;
    aspect-ratio: 280/96;
    margin-top: -56px;
    margin-bottom: 24px;
}

.dcnc-products__card figure img {
    display: block;
    width: 100%;
    height: auto;
}

.dcnc-products__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #000;
}

.dcnc-products__content h3 {
    font-size: 13px;
    font-weight: normal;
    font-family: BradescoSans-Medium;
    color: #47484C;
}

.dcnc-products__content p {
    font-size: 18px;
    font-family: BradescoSans-SemiBold;
    margin: 16px 0 24px;
}

.dcnc-products__content .dcnc-button {
    margin-top: auto;
}

.dcnc-products__content .dcnc-tag {
    position: absolute;
    margin-top: -40px;
    display: inline-flex;
    height: 28px;
    padding: 0 16px;
    align-items: center;
    font-size: 13px;
    font-family: BradescoSans-Bold;
    color: #fff;
    background: #3B69FF;
    border-radius: 20px;
}

@media screen and (min-width: 992px) {
    .dcnc-products {
        margin-bottom: 147px;
    }

    .dcnc-products__header h2 {
        font-size: 20px;
    }

    .dcnc-products__grid {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(4, auto);
    }

    .dcnc-products__card {
        padding: 24px;
    }

    .dcnc-products__card:nth-child(1) {
        grid-column: 1 / span 3;
        grid-row: 1;
    }

    .dcnc-products__card:nth-child(2) {
        grid-column: 4 / span 3;
        grid-row: 1;
    }

    .dcnc-products__card:nth-child(1) figure,
    .dcnc-products__card:nth-child(2) figure {
        aspect-ratio: 544/186;
    }

    .dcnc-products__card:nth-child(1) .dcnc-products__content,
    .dcnc-products__card:nth-child(2) .dcnc-products__content {
        padding: 0 16px;
    }

    .dcnc-products__card:nth-child(1) .dcnc-products__content p,
    .dcnc-products__card:nth-child(2) .dcnc-products__content p {
        max-width: 26em;
    }

    .dcnc-products__card:nth-child(3) {
        grid-column: 1 / span 2;
        grid-row: 2;
    }

    .dcnc-products__card:nth-child(4) {
        grid-column: 3 / span 2;
        grid-row: 2;
    }

    .dcnc-products__card:nth-child(5) {
        grid-column: 5 / span 2;
        grid-row: 2;
    }

    .dcnc-products__card:nth-child(3) figure,
    .dcnc-products__card:nth-child(4) figure,
    .dcnc-products__card:nth-child(5) figure {
        aspect-ratio: 336/394;
    }

    .dcnc-products__card:nth-child(6) {
        grid-column: 1 / span 4;
        grid-row: 3;
        display: flex;
        flex-direction: row-reverse;
        margin-top: 0;
        margin-right: 13%;
        gap: 32px;
    }

    .dcnc-products__card:nth-child(6) figure {
        width: 59.25%;
        margin-right: -19.75%;
        margin-top: 0;
        margin-bottom: 0;
        aspect-ratio: 384/274;
    }

    .dcnc-products__card:nth-child(6) .dcnc-products__content {
        width: 57.5%;
    }
    .dcnc-products__card:nth-child(7) {
        grid-column: 3 / span 4;
        grid-row: 3;
        display: flex;
        flex-direction: row-reverse;
        margin-top: 0;
        margin-right: 13%;
        gap: 32px;
    }

    .dcnc-products__card:nth-child(7) figure {
        width: 59.25%;
        margin-right: -19.75%;
        margin-top: 0;
        margin-bottom: 0;
        aspect-ratio: 384/274;
    }

    .dcnc-products__card:nth-child(7) .dcnc-products__content {
        width: 57.5%;
    }

    .dcnc-products__card:nth-child(8) {
        grid-column: 1 / span 3;
        grid-row: 4;
    }

    .dcnc-products__card:nth-child(9) {
        grid-column: 4 / span 3;
        grid-row: 4;
    }

    .dcnc-products__card:nth-child(10) {
        grid-column: 5 / span 2;
        grid-row: 4;
    }

    .dcnc-products__card:nth-child(8) figure,
    .dcnc-products__card:nth-child(9) figure,
    .dcnc-products__card:nth-child(10) figure {
        aspect-ratio: 336/96;
    }

    .dcnc-products__content {
        text-align: left;
        align-items: flex-start;
        min-height: 170px;
    }

    .dcnc-products__box {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 90%);
        border-radius: 8px;
        position: relative;
        top: -57px;
        z-index: 9;
        padding: 50px 0;
    }

    .dcnc-container {
        padding: 0 24px 50px;
    }
}

/* FIX FORCE MENU COLOR */
.product-list li a {
    color: #2f2f2f;
}

html.accessib-contraste-pa .dcnc-home,
html.accessib-contraste-pb .dcnc-home,
html.accessib-contraste-pa .dcnc-products__card,
html.accessib-contraste-pb .dcnc-products__card {
    background: #000;
}

html.accessib-contraste-pa .dcnc-swiper .swiper-button-prev,
html.accessib-contraste-pa .dcnc-swiper .swiper-button-next,
html.accessib-contraste-pa .dcnc-products__content .dcnc-tag,
html.accessib-contraste-pa .dcnc-products__content .dcnc-button {
    background: #000;
    border: 1px solid #ff0;
}

html.accessib-contraste-pb .dcnc-swiper .swiper-button-prev,
html.accessib-contraste-pb .dcnc-swiper .swiper-button-next,
html.accessib-contraste-pb .dcnc-products__content .dcnc-tag,
html.accessib-contraste-pb .dcnc-products__content .dcnc-button {
    background: #000;
    border: 1px solid #fff;
}

#skiplinks.visuallyhidden {
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    height: 0px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.link-mob {
    pointer-events: none;
}
.box-transparente{
    position: absolute;
    width: 100%;
    height: 8%;
    background: linear-gradient(-180deg, rgba(240, 241, 245, 0), #F0F1F5);
    top: 19.4%;
    z-index: 8;
}
@media screen and (min-width: 1600px){
    .box-transparente{
        top: 20%;
    }
}
@media screen and (min-width: 1920px){
    .box-transparente{
        top: 24.6%;
        z-index: 3;
    }
}
@media screen and (min-width: 1937px){
    .box-transparente{
        top: 18.7%;
    }
}
@media screen and (min-width: 1956px){
    .box-transparente{
        top: 18.8%;
    }
}
@media screen and (min-width: 1965px){
    .box-transparente{
        top: 19%;
    }
}
@media screen and (min-width: 2000px){
    .box-transparente{
        top: 19.5%;
    }
}
@media screen and (min-width: 2040px){
    .box-transparente{
        top: 19.7%;
    }
}
@media screen and (min-width: 2560px){
    .box-transparente{
        top: 30.1%;
    }
}
@media screen and (max-width: 1650px){
    .swiper-container {
        margin-left: 0px !important;
    }
    .swiper-pagination {
        z-index: 9 !important;
    }
    .box-transparente {
    z-index: 1;
    }
}
@media screen and (max-width: 1440px){
    .box-transparente{
        top: 18.2%;
    }
}
@media screen and (max-width: 1367px){
    .box-transparente{
        top: 19%;
    }
    .swiper-pagination {
        margin-bottom: 30px;
    }
    .swiper-container {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 1024px){
    .box-transparente{
        top: 10.1%;
    }
}
@media screen and (max-width: 991px) {
    .link-mob-1 {
        pointer-events: auto;
    }
    
}

@media only screen and (max-width: 768px) {
    .dcnc-card.desk {
        display: none !important;
        
    }

    .dcnc-card.linkMob {
        display: block;
    }
    .box-transparente{
        top: 17.1%;
    }
    .swiper-pagination {
        margin-bottom: 20px;
    }
    .swiper-container {
        margin-left: 0px !important;
    }

}
@media only screen and (max-width: 440px){
    .box-transparente {
        top: 17.2%;
    }
}
@media only screen and (max-width: 420px){
    .box-transparente {
        top: 15.9%;
    }
}

@media only screen and (max-width: 395px){
    .box-transparente {
        top: 15.5%;
    }
}
@media only screen and (max-width: 380px){
    .box-transparente {
        top: 15%;
    }
}

@media only screen and (min-width: 1024px) {
    .dcnc-card.desk {
        display: block;
        cursor: default;
    }

    .dcnc-card.linkMob {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .dcnc-card.desk {
        display: none;
    }

    .dcnc-card.linkMob {
        display: block;
    }
}

.swiper-container {
    margin-left: -15px;
}