#lp-202103-revestir-2021 #mostra {
    margin-bottom: 90px;
}
#lp-202103-revestir-2021 #mostra .container-xl .row {
    background: var(--color-lightest);
}
#lp-202103-revestir-2021 #mostra .photo {
    padding: 0 0 0 25px;
}
#lp-202103-revestir-2021 #mostra .photo img {
    width: 100%;
}
#lp-202103-revestir-2021 #mostra .info {
    height: 100%;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#lp-202103-revestir-2021 #mostra .info {
    text-align: right;
}
#lp-202103-revestir-2021 #mostra .info p {
    margin: 0 0 30px;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.5rem;
}
#lp-202103-revestir-2021 #mostra .info a {
    padding: 16px 40px;
    line-height: 1.2em;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
#lp-202103-revestir-2021 #mostra .info .wait {
    display: block;
    text-align: right;
    font-size: 1.25rem;
    font-weight: 700;
}
#lp-202103-revestir-2021 #mostra .info .wait:nth-of-type(1) {
    margin: -30px 0 0;
    font-size: 3.75rem;
    line-height: 1.2;
}
#lp-202103-revestir-2021 #inside .header {
    margin-bottom: 70px;
}
#lp-202103-revestir-2021 #inside .header .image {
    width: 100%;
}
#lp-202103-revestir-2021 #inside .header  .image img {
    width: 85%;
}
#lp-202103-revestir-2021 #inside .header .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: stretch;
    align-items: flex-end;
    padding-bottom: 24px;
}
#lp-202103-revestir-2021 #inside .header .content p {
    font-size: 0.875rem;
    font-weight: 300;
}
/* Modal de Vídeos */
.pb-item--video-revestir2021 {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas: "title" "video";
    gap: 18px;
}
.pb-item--video-revestir2021 img {
    grid-area: video;
    width: 100%;
}
.pb-item--video-revestir2021 span {
    grid-area: title;
    display: block;
    font-size: 0.875rem;
    font-weight: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--color-darkest);
    text-decoration: none;
}
#lp-202103-revestir-2021 .pb-custom-container {
    position: relative;
    z-index: 3;
}
@media (max-width: 992px) {
    #lp-202103-revestir-2021 .pb-custom-container {
        padding-right: 15px !important;
    }
    #lp-202103-revestir-2021 #mostra .photo {
        margin: 0px -15px;
        padding: 30px 0px;
    }
    #lp-202103-revestir-2021 #mostra .info {
        display: block;
        padding: 0 20px 48px;
    }
    #lp-202103-revestir-2021 #mostra .info {
        text-align: left;
    }
    #lp-202103-revestir-2021 #mostra .info .image {
        margin-bottom: 38px;
    }
    #lp-202103-revestir-2021 #mostra .info .btn {
        display: block;
    }
    #lp-202103-revestir-2021 #inside .header .image {
        width: calc(100% + 28px);
        margin-right: -28px;
        margin-bottom: 50px;
    }
    #lp-202103-revestir-2021 #inside .header .image img {
        width: 100%;

    }
}