[id^="revestir2023"],
[id^="revestir2023"] * {
    --color-btn-bg: var(--color-black);
    --color-btn-font: var(--color-white);
    --color-btn: var(--color-white);
    --item-opacity: 1;
    --item-bg-opacity: 0;
    --item-zoom: 1;
    --item-size: 236px;
    --item-ratio: 1/1;
    --item-filter: blur(0);
}
[id^="revestir2023"] .item-carousel button, 
[id^="revestir2023"] .item-carousel a,
[id^="revestir2023"] .item-carousel button *,
[id^="revestir2023"] .item-carousel a * {
    --color-btn-font: var(--color-white) !important;
}
[id^="revestir2023"] .item-carousel button:hover, 
[id^="revestir2023"] .item-carousel a:hover,
[id^="revestir2023"] .item-carousel button:hover *,
[id^="revestir2023"] .item-carousel a:hover * {
    --item-opacity: 1;
    --item-bg-opacity: 1;
    --item-zoom: 1.03;
}
[id^="revestir2023"] .item-carousel button[disabled]:hover, 
[id^="revestir2023"] .item-carousel a[disabled]:hover,
[id^="revestir2023"] .item-carousel a.disabled:hover,
[id^="revestir2023"] .item-carousel button[disabled]:hover *,
[id^="revestir2023"] .item-carousel a[disabled]:hover *,
[id^="revestir2023"] .item-carousel a.disabled:hover * {
    --item-opacity: 0;
    --item-bg-opacity: 1;
    --item-zoom: 1.03;
}
[id^="revestir2023"] #lancamentos,
[id^="revestir2023"] #lancamentos * {
    --item-size: 350px;
    --item-ratio: 350 / 450;
    --item-opacity: 0;
}
[id^="revestir2023"] #lancamentos .item-carousel button:hover,
[id^="revestir2023"] #lancamentos .item-carousel a:hover,
[id^="revestir2023"] #lancamentos .item-carousel button:hover *,
[id^="revestir2023"] #lancamentos .item-carousel a:hover * {
    --item-opacity: 1;
    --item-filter: blur(8px);
}
[id^="revestir2023"] #archtrends,
[id^="revestir2023"] #archtrends * {
    --color-btn: var(--color-white);
    --color-btn-bg: transparent;
    --color-btn-font: var(--color-white);
}
@media (max-width: 992px) {    
    [id^="revestir2023"] #lancamentos,
    [id^="revestir2023"] #lancamentos * {
        --item-size: 308px;
        --item-ratio: 308 / 397;
        --item-opacity: 0;
    }
}
/* GENERAL */
[id^="revestir2023"] {
    overflow-x: hidden;
}
[id^="revestir2023"] .btn {
    width: 100%;
    max-width: 334px;
    padding: 15px 20px;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-btn-font);
    border: 2px solid var(--color-btn);
    border-radius: 0px;
    background: var(--color-btn-bg);
}
[id^="revestir2023"] .video-container {
    max-height: 660px;
    overflow: hidden;
}
[id^="revestir2023"] .video-container video {
    width: 100%;
}
[id^="revestir2023"] .splide__track {
    margin-left: -20px !important;
}
[id^="revestir2023"] .splide__list {
    padding: 20px !important;
}
[id^="revestir2023"] .item-carousel button, 
[id^="revestir2023"] .item-carousel a,
[id^="revestir2023"] .item-carousel button *, 
[id^="revestir2023"] .item-carousel a * {
    transition: all 0.25s ease-out;
    text-decoration: none;
}
[id^="revestir2023"] .item-carousel button, 
[id^="revestir2023"] .item-carousel a {
    width: var(--item-size);
    aspect-ratio: var(--item-ratio);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    outline: none !important;
    border: none;
    padding: 0;
    margin: 0;
    transform: scale(var(--item-zoom));
}
[id^="revestir2023"] .item-carousel button > img, 
[id^="revestir2023"] .item-carousel a > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: var(--item-filter);
}
[id^="revestir2023"] .item-carousel button .blocked, 
[id^="revestir2023"] .item-carousel a .blocked {
    display: none;
    width: 46px;
    height: 58px;
    position: absolute;
    top: calc((100% - 58px)/2);
    left: calc((100% - 46px)/2);
    z-index: 6;
    opacity: var(--item-bg-opacity);
}
[id^="revestir2023"] .item-carousel button[disabled] .blocked, 
[id^="revestir2023"] .item-carousel a.disabled .blocked, 
[id^="revestir2023"] .item-carousel a[disabled] .blocked {
    display: block;
}
[id^="revestir2023"] .item-carousel button > span, 
[id^="revestir2023"] .item-carousel a > span {
    order: 1;
    position: relative;
    margin: 0 0 4.5px;
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.32;
    color: var(--color-btn-font);
    text-transform: uppercase;
    z-index: 5;
    opacity: var(--item-opacity);
}
[id^="revestir2023"] .item-carousel button > span.subtitle, 
[id^="revestir2023"] .item-carousel a > span.subtitle {
    margin: 12px 0 0;
    order: 3;
    font-size: 0.75rem;
}
[id^="revestir2023"] .item-carousel button > span.subtitle > img, 
[id^="revestir2023"] .item-carousel a > span.subtitle > img {
    margin: 0 2px 3px 0;
    display: none;
}
[id^="revestir2023"] .item-carousel button[disabled] > span.subtitle > img, 
[id^="revestir2023"] .item-carousel a.disabled > span.subtitle > img, 
[id^="revestir2023"] .item-carousel a[disabled] > span.subtitle > img {
    display: inline;
}
[id^="revestir2023"] .item-carousel button .thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(2px);
}
[id^="revestir2023"] .item-carousel button:before, 
[id^="revestir2023"] .item-carousel a:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0.5);
    opacity: var(--item-bg-opacity);
}
[id^="revestir2023"] .item-carousel button:after, 
[id^="revestir2023"] .item-carousel a:after {
    order: 2;
    width: 40px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    z-index: 5;
    background: var(--color-white);
    opacity: var(--item-opacity);
}
[id^="revestir2023"] .item-carousel--more {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 86px;
}
[id^="revestir2023"] .item-carousel--more a.more-releases {
    max-width: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    text-decoration: none;
}
[id^="revestir2023"] .item-carousel--more a.more-releases span {
    text-transform: upeprcase;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-white);
}
[id^="revestir2023"] .item-carousel--more a.more-releases img {
    transition: all 0.2s ease-out
}
[id^="revestir2023"] .item-carousel--more a.more-releases:hover img {
    margin-left: 30px;
}
/* HEADER */
[id^="revestir2023"] #header-container h1 {
    margin: 0 0 30px;
}
[id^="revestir2023"] #header-container h1 span:nth-of-type(1) {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin: 0 0 5px;
}
[id^="revestir2023"] #header-container h1 span:nth-of-type(2) {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}
[id^="revestir2023"] #header-container p {
    margin: 0 0 2rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.25;
}
[id^="revestir2023"] #header-container p b {
    font-weight: 500;
}
[id^="revestir2023"] #header-container .video-container {
    padding-right: 40px;
}
[id^="revestir2023"] #header-container .ctas-container {
    display: grid;
    margin-top: 1.5rem;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 0 0 40px;
}
[id^="revestir2023"] #header-container .social-container {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
[id^="revestir2023"] #header-container .social-container a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
[id^="revestir2023"] #header-container .social-container a span {
    font-size: 1rem;
    font-weight: 300;
    color: var(--color-darker-alt);
}
@media (max-width: 1428px) {
    [id^="revestir2023"] #header-container .ctas-container {
        grid-template-columns: 100%;
    }
}
@media (max-width: 992px) {
    [id^="revestir2023"] #header-container {
        padding-top: 40px;
    }
    [id^="revestir2023"] #header-container .btn {
        max-width: 100%;
    }
    [id^="revestir2023"] #header-container .video-container {
        padding-right: 0px;
    }
}
/* GALLERY */
[id^="revestir2023"] #gallery {
    padding-top: 40px;
    overflow: hidden;
}
[id^="revestir2023"] #gallery h2 {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--color-light);
    text-transform: uppercase;
}
[id^="revestir2023"] #gallery .footnote-gallery {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-darkest);
}
[id^="revestir2023"] #gallery .footnote-gallery a {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-darkest);
    text-decoration: underline;
}
[id^="revestir2023"] #gallery .splide__slide:has(.filler) {
    display: none;
}
@media (max-width: 1200px) {
    [id^="revestir2023"] #gallery .container-xl {
        padding: 0;
    }
    [id^="revestir2023"] #gallery .splide__slide:has(.filler) {
        display: block;
    }
    [id^="revestir2023"] #gallery h2 {
        padding-left: 60px;
    }
    [id^="revestir2023"] #gallery .filler {
        width: 44px;
        display: block;
    }
}
@media (max-width: 992px) {
    [id^="revestir2023"] #gallery {
        padding-top: 20px;
    }
    [id^="revestir2023"] #gallery h2 {
        display: none;
    }
    [id^="revestir2023"] #gallery .filler {
        width: 8px;
        display: block;
    }
}
/* COLEÇÃO */
[id^="revestir2023"] #colecao {
    padding-top: 78px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 210px, rgba(22,22,22,1) 210px, rgba(22,22,22,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 210px,rgba(22,22,22,1) 210px,rgba(22,22,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 210px,rgba(22,22,22,1) 210px,rgba(22,22,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#161616',GradientType=0 ); /* IE6-9 */
}
[id^="revestir2023"] #colecao .logofx {
    width: 100vw;
    display: none;
    overflow: hidden;
}
[id^="revestir2023"] #colecao .logofx .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 20px;
    height: 50px;
}
[id^="revestir2023"] #colecao .logofx .wrapper .logo {
    padding: 0 0 0 20px;
}
[id^="revestir2023"] #colecao .video {
    position: relative;
}
[id^="revestir2023"] #colecao .video h2 {
    position: absolute;
    top: 180px;
    left: 10%;
    z-index: 1000000;
}
[id^="revestir2023"] #colecao .content {
    padding-top: 80px;
    left: 10%;
}
[id^="revestir2023"] #colecao .content p {
    font-size: 1rem;
    color: var(--color-white);
    line-height: 1.375;
    font-weight: 300;
}
[id^="revestir2023"] #colecao .content p b {
    font-weight: 500;
}
[id^="revestir2023"] #colecao .content .cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
@media (max-width: 992px) {
    [id^="revestir2023"] #colecao {
        padding-top: 20px;
    }
    [id^="revestir2023"] #colecao .logofx {
        display: block;
    }
    [id^="revestir2023"] #colecao .video {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        flex-direction: column;
    }
    [id^="revestir2023"] #colecao .video h2 {
        order: 2;
        margin-top: 28px;
        position: relative;
        top: 0 !important;
        left: 0 !important;
    }
    [id^="revestir2023"] #colecao .video h2 > img {
        width: 50%;
        min-width: 170px;
    }
    [id^="revestir2023"] #colecao .video .video-container {
        width: 100vw;
        margin-left: -28px;
    }
    [id^="revestir2023"] #colecao .content {
        padding-top: 20px;
    }
    [id^="revestir2023"] #colecao .content .cta-container {
        grid-template-columns: 100%;
    }
    [id^="revestir2023"] #colecao .btn {
        max-width: 100%;
    }
    [id^="revestir2023"] #colecao .video .video-container.video-hover {
        aspect-ratio: 375 / 436;
    }
    [id^="revestir2023"] #colecao .video .video-container.video-hover video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
/* LANÇAMENTOS */
[id^="revestir2023"] #lancamentos {
    padding-top: 78px;
    background: rgb(22,22,22); /* Old browsers */
    /*background: -moz-linear-gradient(top,  rgba(22,22,22,1) 0%, rgba(22,22,22,1) 300px, rgba(255,255,255,1) 300px, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(22,22,22,1) 300px,rgba(255,255,255,1) 300px,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  rgba(22,22,22,1) 0%,rgba(22,22,22,1) 300px,rgba(255,255,255,1) 300px,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
[id^="revestir2023"] #lancamentos h2 {
    display: none;
}
[id^="revestir2023"] #lancamentos h3 {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.3;
    color: var(--color-white);
}
[id^="revestir2023"] #lancamentos h3 span {
    display: block;
    color: var(--color-white);
}
[id^="revestir2023"] #lancamentos h3 span:nth-of-type(2) {
    font-weight: 500;
}
[id^="revestir2023"] #lancamentos h3.multi {
    padding-top: 20px;
}
[id^="revestir2023"] #lancamentos .col-12 {
    display: flex;
    align-items: flex-end;
    gap: 100px;
}
[id^="revestir2023"] #lancamentos .newlink.invert {
    font-size: 14px;
    color: var(--color-white) !important;
    white-space: nowrap;
}
[id^="revestir2023"] #lancamentos .filler {
    width: calc((100vw - 1502px)/2 - 26px);
}
@media (max-width: 1622px) {
    [id^="revestir2023"] #lancamentos .filler {
        width: calc(60px - 16px);
    }
}
@media (max-width: 992px) {
    [id^="revestir2023"] #lancamentos .filler {
        width: 10px;
    }
    [id^="revestir2023"] #lancamentos .col-12 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
/* PARCEIROS */
[id^="revestir2023"] .btn-invert,
[id^="revestir2023"] .btn-invert * {
    --color-btn: var(--color-black);
    --color-btn-bg: var(--color-white);
    --color-btn-font: var(--color-black);
}
[id^="revestir2023"] #parceiros {
    position: relative;
    padding-top: 60px;
    background: rgba(22,22,22,1);
}
[id^="revestir2023"] #parceiros:after {
    width: 100%;
    height: 170px;
    display: block;
    content: "";
    background: var(--color-white);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
[id^="revestir2023"] #parceiros > * {
    position: relative;
    z-index: 2;
}
[id^="revestir2023"] #parceiros .header {
    margin-bottom: 8px;
}
[id^="revestir2023"] #parceiros .header h2 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin: 0 0 30px;
    color: var(--color-white);
    text-transform: uppercase;
}
[id^="revestir2023"] #parceiros .header p {
    margin: 0 0 2rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.25;
    color: var(--color-white);
}
[id^="revestir2023"] #parceiros .card-parceiro {
    width: 100%;
    aspect-ratio: 362 / 450;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
[id^="revestir2023"] #parceiros .card-parceiro .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
    padding: 20px 50px;
    background: rgba(0,0,0,0.67);
    opacity: 0;
    transition: all 0.25s ease-out;
}
[id^="revestir2023"] #parceiros .card-parceiro:hover .content {
    opacity: 1;
}
[id^="revestir2023"] #parceiros .card-parceiro .content .footnote-author {
    font-size: 10px;
    width: 100%;
    color: var(--color-white);
    text-align: center;
    position: absolute;
    bottom: 30px;
}
[id^="revestir2023"] #parceiros .card-parceiro .content h3
{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-white);
    margin: 0;
}
[id^="revestir2023"] #parceiros .card-parceiro .content p
{
    font-size: 1rem;
    font-weight: 300;
    color: var(--color-white);
    margin: 0;
    text-align: center;
}
[id^="revestir2023"] #parceiros .card-parceiro .content a {
    margin-top: 38px;
    color: var(--color-white);
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: underline;
}
[id^="revestir2023"] #parceiros .card-parceiro .content hr {
    width: 106px;
    height: 1;
    border: 0;
    margin: 10px auto;
    border-bottom: 1px solid var(--color-white);
}
[id^="revestir2023"] #parceiros .card-parceiro .image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
[id^="revestir2023"] #parceiros .card-parceiro .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 992px) {
    [id^="revestir2023"] #parceiros {
        padding-bottom: 0;
    }

    [id^="revestir2023"] #parceiros:after {
        display: none;
    }
    [id^="revestir2023"] #parceiros .header {
        margin-bottom: 22px;
    }
    [id^="revestir2023"] #parceiros .header .btn {
        max-width: 100%;
    }
    [id^="revestir2023"] #parceiros .card-parceiro {
        aspect-ratio: unset;
        margin-bottom: 20px;
    }
    [id^="revestir2023"] #parceiros .card-parceiro .content {
        order: 2;
        height: auto;
        padding: 20px 0;
        background: none;
        opacity: 1;
    }
    [id^="revestir2023"] #parceiros .card-parceiro .image {
        order: 1;
        width: 100%;
        position: relative;
        aspect-ratio: 362 / 450;
        border-radius: 15px;
        overflow: hidden;
        z-index: 1;
    }
    [id^="revestir2023"] #parceiros .card-parceiro .content a {
        margin-top: 20px;
    }
}
/* PROJETO SUSTENTÁVEL */
[id^="revestir2023"] #sustentavel {
    margin-top: 80px;
    margin-bottom: 80px;
}
[id^="revestir2023"] #sustentavel h2 {
    width: 50%;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
[id^="revestir2023"] #sustentavel p {
    margin: 0 0 2rem;
    padding-right: 64px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.25;
}
[id^="revestir2023"] #sustentavel .video-container {
    width: 100%;
    aspect-ratio: 16/9;
}
[id^="revestir2023"] #sustentavel .video-container > iframe {
    width: 100%;
    height: 100%;
}
[id^="revestir2023"] #colecao .video .video-container.video-hover {
    position: relative;
}
[id^="revestir2023"] #colecao .video .video-container.video-hover > a {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    text-decoration: none;
    opacity: 0;
    transition: 0.25s all ease-out;
    z-index: 100;
}
[id^="revestir2023"] #colecao .video .video-container.video-hover:hover {
    cursor: pointer;
}
[id^="revestir2023"] #colecao .video .video-container.video-hover:hover > a {
    opacity: 1;
    cursor: pointer;
}
[id^="revestir2023"] #colecao .video .video-container.video-hover > a span {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--color-white);
    letter-spacing: 1.5px;
}
@media (max-width: 992px) {
    [id^="revestir2023"] #sustentavel {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    [id^="revestir2023"] #sustentavel h2 {
        width: 100%;
    }
    [id^="revestir2023"] #sustentavel p {
        padding-right: 0;
    }
    [id^="revestir2023"] #lancamentos .col-12 {
        gap: 0;
    }
    [id^="revestir2023"] #lancamentos .newlink.invert {
        white-space: break-spaces;
        flex-shrink: 1;
    }
    [id^="revestir2023"] #parceiros .card-parceiro .content .footnote-author {
        position: relative;
        bottom: 0;
    }
}
/* BANNERS */
[id^="revestir2023"] #banners .banner {
    width: 100%;
    aspect-ratio: 740 / 383;
    border-radius: 15px;
    overflow: hidden;
}
[id^="revestir2023"] #banners .banner .image {
    width: 100%;
    height: 100%;
    position: relative;
}
[id^="revestir2023"] #banners .banner .image img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}
[id^="revestir2023"] #banners .banner .image:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content:"";
    display: block;
    background: -moz-linear-gradient(left,  rgba(18,18,18,0.77) 0%, rgba(18,18,18,0.32) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(18,18,18,0.77) 0%,rgba(18,18,18,0.32) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(18,18,18,0.77) 0%,rgba(18,18,18,0.32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4121212', endColorstr='#52121212',GradientType=1 ); /* IE6-9 */
}
[id^="revestir2023"] #banners .banner .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
[id^="revestir2023"] #banners .banner .content .title {
    order: 2;
    margin: 0 0 40px;
    font-size: 28px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 32px;
}
[id^="revestir2023"] #banners .banner .content .subtitle {
    order: 1;
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 300;
    color: var(--color-white);
    text-transform: uppercase;
}
[id^="revestir2023"] #banners .banner .content a {
    order: 3;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-white);
    border-bottom: 1px solid var(--color-white);
}
@media (max-width: 1400px) {
    [id^="revestir2023"] #banners .banner {
        min-height: 240px;
        margin-bottom: 20px;
        position: relative;
        aspect-ratio: unset;
    }
    [id^="revestir2023"] #banners .banner .content .title {
        margin: 0 0 20px;
    }
    [id^="revestir2023"] #banners .banner .content {
        justify-content: center;
        min-height: 240px;
    }
}
@media (max-width: 992px) {
    [id^="revestir2023"] #banners .banner .content {
        position: relative;
        padding: 30px 20px;
    }
    [id^="revestir2023"] #banners .banner .content .title {
        font-size: 20px;
        line-height: 1.2;
    }
    [id^="revestir2023"] #banners .banner .image {
        position: absolute;
        top: 0;
        left: 0;
    }
}
/* ARCHTENDS */
[id^="revestir2023"] #archtrends {
    margin-top: 60px;
    background: #202429;
}
[id^="revestir2023"] #archtrends .row {
    min-height: 700px;
}
[id^="revestir2023"] #archtrends h2 {
    margin: 0 0 34px;
}
[id^="revestir2023"] #archtrends p {
    color: var(--color-white);
    line-height: 1.375;
}
[id^="revestir2023"] #archtrends .btn {
    margin-top: 20px;
}
@media (max-width: 992px) {
    [id^="revestir2023"] #archtrends {
        padding-top: 40px;
    }
    [id^="revestir2023"] #archtrends .row {
        min-height: 0;
    }
    [id^="revestir2023"] #archtrends .btn {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* Ajuster por Gian */
#blog
{
    margin-top: 60px;
}
.logo.stick {
    position: fixed !important;
    top: 50px !important;
    /*padding-left: 7.5%;*/
}