[data-color="Durafloor"] .brand { 
    background-color: #E3FF54;
}
[data-color="Deca"] .brand { 
    background: #292728;
}
[data-color="Castelatto"] .brand { 
    background: #191919;
}
[data-color="Ceusa"] .brand { 
    background: #FE5000;
}
[data-color="Duratex"] .brand { 
    background: #2F4687;
}
[data-color="Portinari"] .brand { 
    background: #E6E4E3;
}
/* bold */
[data-color="Durafloor"] #brand-about .text strong { 
    color: #5F6E79;
}
[data-color="Durafloor"] #brand-about .text p { 
    color: #5F6E79;
}
[data-color="Deca"] #brand-about .text strong { 
    color: #000;
}
[data-color="Deca"] #brand-about .text p { 
    color: #000;
}
[data-color="Castelatto"] #brand-about .text strong { 
    color: #000;
}
[data-color="Castelatto"] #brand-about .text p { 
    color: #000;
}
[data-color="Ceusa"] #brand-about .text strong { 
    color: #FE5000;
}
[data-color="Ceusa"] #brand-about .text p { 
    color: #000
}
[data-color="Duratex"] #brand-about .text strong { 
    color: #2F4687;
}
[data-color="Duratex"] #brand-about .text p { 
    color: #000;
}
[data-color="Portinari"] #brand-about .text strong { 
    color: #000;
}
[data-color="Portinari"] #brand-about .text p { 
    color: #000;
}
/* btn */
[data-color="Durafloor"] #brand-about .btn { 
    background-color: #E3FF54;
    color: #5F6E79;
}
[data-color="Durafloor"] #brand-about .btn .arrow {
    background-image: url(../images/icons/arrow-gray.svg);
} 
[data-color="Deca"] #brand-about .btn { 
    background-color: #292728;
    color: white;
}
[data-color="Deca"] #brand-about .btn .arrow {
    filter:brightness(0) invert(1);
} 
[data-color="Castelatto"] #brand-about .btn { 
    background-color: #863800;
    color: white;
}
[data-color="Castelatto"] #brand-about .btn .arrow {
    filter:brightness(0) invert(1);
} 
[data-color="Ceusa"] #brand-about .btn { 
    background-color: #FE5000;
    color: white;
}
[data-color="Ceusa"] #brand-about .btn .arrow {
    filter:brightness(0) invert(1);
} 
[data-color="Duratex"] #brand-about .btn { 
    background-color: #2F4687;
    color: white;
}
[data-color="Duratex"] #brand-about .btn .arrow {
    filter:brightness(0) invert(1);
} 
[data-color="Portinari"] #brand-about .btn { 
    background-color: #D8D7D6;
    color: #000;
}

/* bg section */
[data-color="Durafloor"] #brand-about { 
    background-color: #FFF
}
[data-color="Deca"] #brand-about { 
    background: #fff;
}
[data-color="Castelatto"] #brand-about { 
    background: #fff;
}
[data-color="Ceusa"] #brand-about { 
    background: #E5E8E8;
}
[data-color="Duratex"] #brand-about { 
    background: #F2F3F5;
}
[data-color="Portinari"] #brand-about { 
    background: #F2F2F2;
}

.only-mobile {
    display: none;
}
.only-desktop {
    display: flex;
}
@media (max-width: 950px) {
    .only-mobile {
        display: flex;
    }
    .only-desktop {
        display: none;
    }
}
@media (max-width: 1024px) {
    .page-template-brand-page.page {
        padding-top: 63px;
    }
}
.hero-img {
    margin-bottom: -20px;
}
.hero-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#brand-hero {
    position: relative;
    height: 77vh;
}
#brand-hero .brand {
    width: 50%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
}

#brand-hero .brand img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 50px;
    width: auto;
}
#brand-hero > img {
    width: 50%;
    height: 77vh;
    position: absolute;
    object-fit: cover;
    z-index: 1;
    right: 0;
    bottom: 0;
}

#brand-hero .slider {
    width: 100%;
}
#brand-hero .slider img {
    height: 77vh;
    width: 50%;
    object-fit: cover;
}
#brand-hero .slider .flickity-slider {
    height: 77vh;
}
#brand-hero .slider .previous {
    position: absolute;
    z-index: 10;
}
#brand-hero .flickity-prev-next-button {
    background-color: transparent;
    border: 1px solid white;
    width: 50px;
    height: 50px;
}
#brand-hero .flickity-prev-next-button svg {
    height: 30px;
    width: auto;
    top:22%;
}
#brand-hero .flickity-button svg {
    color: white;
}
@media (max-width: 600px) {
    #brand-hero .slider .flickity-slider {
        height: 60vh;
    }
    #brand-hero {
        height: 60vh;
    }
    #brand-hero .slider  img{
        height: 60vh;
        width: 50%;
    }
    #brand-hero > img {
        width: 50%;
        height: 60vh;
    }
}
@media (max-width: 1000px) {
    #brand-hero .brand img{
        width: 100%;
        height: auto;
        padding: 25px;
    }
}
@media (max-width: 600px) {
    #brand-hero {
        height: 30vh;
    }
    #brand-hero .slider .flickity-slider {
        height: 30vhvh;
    }
    #brand-hero .slider  img{
        height: 30vh;
        width: 50%;
    }
    #brand-hero > img {
        height: 30vh;
    }
    #brand-hero .flickity-button {
        width: 15px;
        height: 15px;
        padding: 0;
    }
    #brand-hero .flickity-prev-next-button svg {
        height: 7px;
        width: auto;
    }
    #brand-hero .flickity-prev-next-button.previous {
        left: 3px;
    }
    #brand-hero .flickity-prev-next-button.next {
        right: 3px;
    }
}
#brand-about {
    padding: 100px 0px 100px 0px;
}
#brand-about .image img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#brand-about .group {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
#brand-about > .group > div {
    width: 50%;
}
#brand-about .description{
    max-width: 750px;
    box-sizing: border-box;
    margin-right: 20px;
}
#brand-about .description .text{
    margin-left: 40px;
    max-width: 585px;
}
#brand-about .description .text p {
    font-size: 1.56rem;
    font-weight: 300;
    line-height: 2rem;
    margin-bottom: 50px;
    margin-top: 0;
}
#brand-about .btn {
    font-size: 1.56rem;
    border: none;
    justify-content: center;
    align-items: center;
    border-radius: unset;
    margin-top: 90px;
    font-family: 'Roboto';
    text-transform: initial;
    letter-spacing: normal;
    padding: 20px 10px;
}
#brand-about .btn .link-text {
    position: relative;
}
#brand-about .btn:hover .arrow {
    margin-left: 10px;
    transition: all 0.5s ease-in-out;
}
#brand-about .arrow {
    background-image: url(../images/icons/arrow.svg);
    transition: all 0.5s ease-in-out;
    position: absolute;
    box-sizing: border-box;
    left: -55px;
    top: 10px;
    width: 50px;
    height: 30px;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 30px;
}
#brand-about .btn .highlight {
    font-weight: 500;
    padding-left: 4px;
    font-size: 1.6rem;
}


@media (max-width: 1050px) {
    #brand-about {
        padding: 30px 0px 30px 0px;
    }
    #brand-about .group {
        width: 100%;
    }
    #brand-about .description{
        margin-left: 5px;
        margin-right: 10px;
    }
    #brand-about .description{
        margin-left: 10px;
    }
    #brand-about .description .text {
        margin-left: 5px;
    }
    #brand-about .description .text p {
        font-size: 0.68rem;
        line-height: 0.9rem;
        margin-bottom: 20px;
    }
    #brand-about .btn .highlight{
        font-size: 0.875rem;
        padding-left: 2px;
    }
    #brand-about .btn {
        font-size: 0.875rem
    }
    #brand-about .btn {
        padding: 10px 10px 10px 50px;
        margin: 10px auto 0px;
        width: max-content;
    }
    #brand-about .arrow {
        width: 20px;
        height: 20px;
        left: -40px;
        top: 4px;
    }
}

#brand-image .image img {
    width: 100%;
    height: auto;
}
