.carr-logos {
    background: #fff;
    padding-top: 25px;
}

.carrousel-logos .swiper-slide {
    height: auto !important;
}

.marca-carr {
    border-radius: 10px;
    background: #FFF;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    width: 100%;
}

.marca-active {
    height: 100%;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.marca-carr img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}

.carr-logos .swiper-slide-active .marca-carr {
    background-color: #DBBA6D;
}

/* CARR SINGLE PROD  */

.carr-produto {
    background-color: #DBBA6D;
    height: 625px;
}

.c-carr-produto {
    position: relative;
}

.single-produto {
    display: flex;
    gap: 100px;
    padding: 0 80px;
}

.info-single-prod {
    width: 55%;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding-top: 50px;
}

.img-single-prod {
    width: 45%;
    margin-top: 40px;
}

.img-single-prod img {
    width: 100%;
}

.info-single-prod p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-top: 25px;
    text-align: left !important;
}

.box-down-catalogo {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 24px;
}

.download-catalogo {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-radius: 60px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    padding: 16px 32px;
}

.conheca-prod {
    padding: 16px 32px;
    border-radius: 60px;
    background: #E30613;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    margin-top: 32px;
}

.conheca-prod:hover {
    background-color: rgb(145, 20, 20);
    transition: all .3s ease;
}

.prev-single-prod,
.next-single-prod {
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
}

.prev-single-prod::after,
.next-single-prod::after {
    content: '';
}

/* PROD MARCA  */

.prod-marca {
    padding-top: 50px;
    padding-bottom: 100px;
}

.c-prod-marca {
    display: flex;
    gap: 165px;
}

.info-prod-marca {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 50px;
}

.img-prod-marca {
    width: 55%;
    background-image: url(/assets/images/marca/bg-produto.png);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 490px;
}

.img-prod-marca img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.info-prod-marca h2 {
    color: #3C3C3C;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
}

.info-prod-marca p {
    color: #333;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/* CARR SINGLE  */

.carr-prod-single {
    padding-bottom: 200px;
}

.c-prod-single {
    display: flex;
    gap: 32px;
    height: 483px;

}

.box-img-prod {
    background-color: #DBBA6D;
    border-radius: 0 10px 10px 0;
    width: 40%;
    height: 100%;
    padding-left: 336px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-img-prod img {
    max-width: 100%;
    max-height: 110%;
    object-fit: contain;
}


.container-carrousel-single {
    background-color: #DBBA6D;
    border-radius: 10px 0 0 10px;
    padding-right: 336px;
    height: 100%;
    position: relative;
    width: 60%;
}

.card-info-carr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    gap: 15px;
    padding: 100px 120px;
}

.card-info-carr h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
}

.card-info-carr p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.card-info-carr a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 16px 48px;
    border-radius: 60px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
}

.prev-single-produto::after,
.next-single-produto::after {
    content: '';
}

.prev-single-produto, .next-single-produto {
    width: 50px;
    height: 50px;
}

.next-single-produto {
    right: 20% !important;
}

.prev-single-produto {
    left: -2% !important;
}

.img-prod-mob {
    display: none;
}

@media all and (max-width: 1800px) {

    .carr-produto {
        height: 700px;
    }

    .img-single-prod img {
        height: 100%;
        object-fit: contain;
    }

    .img-single-prod {
        height: 100%;
        margin-top: 0;
    }

    .img-single-prod {
        width: 40%;
    }

    .single-produto {
        padding: 50px 80px;
    }

    .info-single-prod {
        width: 60%;
    }

    /* MARCA  */

    .c-prod-marca {
        gap: 50px;
    }

    .prod-marca {
        padding-top: 100px;
    }

    .box-img-prod {
        padding-left: 100px;
    }

    .container-carrousel-single {
        padding-right: 100px;
    }

    .next-single-produto{
        right: 10% !important;
    }

    .box-img-prod img {
        width: 100%;
        /* height: 100%; */
    }


}

@media all and (max-width: 1200px) {

    .carr-produto {
        height: 100%;
    }

    .img-single-prod {
        width: 50%;
    }

    .info-single-prod {
        width: 50%;
        padding-top: 0;
        padding-right: 0;
    }

    .card-info-carr h2 {
        font-size: 28px;
    }

    .card-info-carr p{
        font-size: 16px;
    }

    .box-img-prod {
        padding-left: 50px;
    }

    .container-carrousel-single {
        padding-right: 50px;
    }

    .c-prod-single{
        min-height: 400px;
    }
}

@media all and (max-width: 1021px) {

    .single-produto {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 30px 35px;
    }

    .img-single-prod {
        display: none;
    }

    .info-single-prod {
        width: 100%;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .download-catalogo {
        padding: 16px;
    }

    .next-single-prod {
        right: -4% !important;
    }

    .prev-single-prod {
        left: -4% !important;
    }

    /* MARCA  */
    .img-prod-marca {
        height: 400px;
    }

    .c-prod-single {
        flex-direction: column;
        height: auto;
        align-items: center;
        position: relative;
        gap: 0px;
    }

    .box-img-prod {
        width: 80%;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        border-radius: 10px 10px 0 0 ;
        padding: 20px;
        height: auto;
        right: 10%;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: calc(-2px);
    }

    .box-img-prod img {
        width: 300px;
        height: 300px;

    }

    .container-carrousel-single {
        width: 100%;
        border-radius: 0;
        padding-right: 0px;
    }

    .card-info-carr{
        padding: 50px 100px;
    }

    .prev-single-produto{
        left: 2% !important;
    }

    .next-single-produto{
        right: 2% !important;
    }

    .prev-single-produto, .next-single-produto {
        top: 1%;
    }

}

@media all and (max-width: 781px) {

    /* MARCA  */
    .img-prod-marca {
        height: 340px;
    }

    .info-prod-marca h2 {
        font-size: 28px;
    }

    .info-prod-marca p {
        font-size: 16px;
    }

    .info-prod-marca {
        padding-top: 0;
    }

    .container-carrousel-single {
        padding-right: 0;
    }
}

@media all and (max-width: 551px) {


    .c-prod-marca {
        flex-direction: column;
        align-items: center;
    }

    .info-prod-marca {
        width: 100%;
    }

    .img-prod-marca {
        width: 80%;
        height: 300px;
    }

    .prev-single-produto, .next-single-produto{
        width: 35px;
        height: 35px;
    }

    .card-info-carr{
        padding: 50px 60px;
    }

    .c-carr-logos {
        margin-right: 0;
    }

    .next-single-prod, .prev-single-prod {
        position: relative !important;
        left: 0 !important;
        right: 0;
        width: 50% !important;
        opacity:1;
        margin-top: 0;
        height: 50px !important;
        background-color: #00000015;
    }

    .next-single-prod {
        display: flex;
        justify-content: flex-end;
        padding-right: 20px;
    }

    .prev-single-prod {
        display: flex;
        justify-content: flex-start;
        padding-left: 20px;
    }

    .prev-single-prod i, .next-single-prod i {
        color: #fff;
        font-size: 25px;
    }

    .arrows-carr-logos .swiper-button-next.swiper-button-disabled, .arrows-carr-logos .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }

    .arrows-carr-logos {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2px;
    }

    .marca-carr img {
        width: 80%;
        height: auto;
        max-height: 100%;
        object-fit: contain;
    }

    .marca-active {
        height: 110px;
    }

    .info-single-prod {
        gap: 0;
    }

    .logo-single-prod {
        display: none;
    }

    .img-prod-mob {
        display: block;
        width: 70%;
    }

}