/* MY COLOR VARIABLES */
:root {
    --mundo-white: #fff;
    --mundo-brightyellow: #FFB230;
    --mundo-darkyellow: #EDC177;
    --mundo-brightblue: #2C659E;
    --mundo-darkblue: #1F3851;
    --mundo-black: #1F1F1F;
}

/* Selection colors */
::selection {
    background-color: var(--mundo-darkyellow);
    color: var(--mundo-black);
}

/* MY FONTS */
.paragraph {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    text-decoration: none;
}

.hideTitles {
    display: block;
}

.showTitles {
    display: none;
}

.button {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background-color: var(--mundo-brightyellow);
    color: var(--mundo-white);
    width: 300px;
    margin: 0 auto;
    border-radius: 100000px;
    padding: 12px 6px;
    display: block;
    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.25));
    transform: scale3d(1, 1, 1);
    transition: transform 0.15s linear;
}

.button:hover {
    color: var(--mundo-white);
    transform: scale3d(1.1, 1.1, 1.1);
    transition: transform 0.15s linear;
}

.button-2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: var(--mundo-brightyellow);
    background: var(--mundo-white);
    width: 300px;
    margin: 0 auto;
    border-radius: 100000px;
    padding: 12px 6px;
    display: block;
    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.25));
    transform: scale3d(1, 1, 1);
    transition: transform 0.15s linear;
}

.button-2:hover {
    color: var(--mundo-brightyellow);
    transform: scale3d(1.1, 1.1, 1.1);
    transition: transform 0.15s linear;
}

.cta {
    transform: scale3d(1, 1, 1);
    transition: transform 0.15s linear;
}

.cta:hover {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: transform 0.15s linear;
}

.button-no-margin {
    margin: 0;
}

.margin-bottom-1vh {
    margin-bottom: 1vh;
}

.align-right {
    text-align: right;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}

.percent100 {
    width: 100%;
}

/* MY DEFAULT */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body p,
html body span,
html body li {
    color: var(--mundo-white);
    margin: 0;
    padding: 0;
}

span.spacer {
    display: block;
    margin: 4vh 0 0 0;
    width: 100%;
}

/* MY STYLE */
html {
    background-image: url(../assets/background-.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    scroll-behavior: smooth;
}

html body {
    background-color: transparent;
}

.menuBtn {
    display: none;
}

/* Cookie */
body div.cookie {
    background: var(--mundo-black);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 102;
    width: 300px;
    padding: 15px 0 0 0;
    text-align: center;
    opacity: 1;
    transition: opacity 0.15s ease-in-out;
    margin: 40px;
    border-radius: 10px;
    overflow: hidden;
}

body div.cookie p {
    color: var(--mundo-white);
}

body div.cookie:hover {
    cursor: pointer;
}

body div.cookie img {
    width: 40px;
    margin: 5px auto 10px auto;
    display: block;
    animation: rotation 3s infinite linear;
}

body div.cookie div {
    margin-top: 15px;
    width: 90%;
    height: 5px;
    background: var(--mundo-brightyellow);
    animation: progress 5s linear;
    animation-fill-mode: forwards;
}


/* Wrap1 -------------------------------------------------------------------*/
body div.wrap1 {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    margin-top: 5vh;
    align-items: center;
}

img {
    width: 100%;
}

.wrap1 div ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 2px 0 0 0;
}

.wrap1 div ul li a {
    color: var(--mundo-white);
}

.social div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.social div a {
    width: 40%;
}

.social div a img {
    width: 100%;
}

/* Wrap2 -------------------------------------------------------------------*/
body div.wrap2 {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    margin-top: 20vh;
    align-items: center;
}

/* Wrap3 -------------------------------------------------------------------*/
body div.wrap3 {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    margin-top: 15vh;
    align-items: center;
}

.wrap3 div h1 {
    text-align: center;
    margin-bottom: 2vh;
}

/* Wrap4 -------------------------------------------------------------------*/
body div.wrap4 {
    width: 100%;
    margin-top: 15vh;
}

body div.wrap4 img {
    width: 260px;
    margin-left: 100px;
}

/* Wrap5 -------------------------------------------------------------------*/
body div.wrap5 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-darkblue);
    padding: 15vh 0;
}

body div.wrap5 .wrap5-child {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    align-items: center;
}

.title-before-sobre::before {
    content: url(../assets/before1.svg);
    position: absolute;
    margin-top: -35px;
    margin-left: -44px;
}

/* Slider Top CSS */
.slideshow-container {
    background-image: url(../assets/slidertop/img-slide-0.svg);
    background-size: cover;
    background-position: center;
    height: 602px;
    background-repeat: no-repeat;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes fade {
    from {
        transform: rotate(-5deg) scale3d(0.8, 0.8, 0.8);
        opacity: 0
    }

    to {
        transform: rotate(0deg) scale3d(1, 1, 1);
        opacity: 1
    }
}

/* Wrap6 -------------------------------------------------------------------*/
body div.wrap6 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-darkblue);
    padding: 0 0 15vh 0;
}

body div.wrap6 .wrap6-child {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    align-items: center;
}

.title-after-servicos {
    text-align: center;
}

.title-after-servicos::after {
    content: url(../assets/after-servicos.svg);
    position: absolute;
    margin-top: -18px;
    margin-left: 0px;
}

div.wrap6-child div img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

div.wrap6-child div h2 {
    text-align: center;
    margin-top: 2vh;
}

div.wrap6-child div a {
    text-decoration: none;
}

/* Wrap7 -------------------------------------------------------------------*/
body div.wrap7 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-darkblue);
    padding: 0 0 15vh 0;
}

body div.wrap7 .wrap7-child {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    align-items: center;
}

/* Slider Divisoes CSS */
.slideshow-containerDi {
    background-image: url(../assets/sliderDivisoes/img-slide-0.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.activeDi {
    background-color: #717171;
}

.prev {
    position: absolute;
    margin-top: -292px;
    margin-left: 15px;
    color: var(--mundo-white);
    text-decoration: none;
    font-size: 30px;
    transition: color 0.15s linear;
}

.next {
    position: absolute;
    margin-top: -292px;
    margin-left: 515px;
    color: var(--mundo-white);
    text-decoration: none;
    font-size: 30px;
    transition: color 0.15s linear;
}

.prev:hover,
.next:hover {
    color: var(--mundo-darkblue);
    cursor: pointer;
    transition: color 0.15s linear;
}

.title-before-divisoes::before {
    content: url(../assets/before-divisoes.svg);
    position: absolute;
    margin-top: -33px;
    margin-left: -20px;
}


/* Wrap8 -------------------------------------------------------------------*/
body div.wrap8 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-darkblue);
    padding: 0 0 15vh 0;
}

body div.wrap8 .wrap8-child {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    align-items: center;
}

/* Slider Divisoes CSS */
.slideshow-containerBi {
    background-image: url(../assets/sliderBiombos/img-slide-0.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.activeBi {
    background-color: #717171;
}

.title-after-biombos::after {
    content: url(../assets/after-biombos.svg);
    position: absolute;
    margin-top: -24px;
    margin-left: 12px;
}


/* Wrap9 -------------------------------------------------------------------*/
body div.wrap9 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-darkblue);
    padding: 0 0 15vh 0;
}

body div.wrap9 .wrap9-child {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    align-items: center;
}

/* Slider Divisoes CSS */
.slideshow-containerEsc {
    background-image: url(../assets/sliderEscritorios/img-slide-0.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.activeEsc {
    background-color: #717171;
}

.title-before-escritorios::before {
    content: url(../assets/before-escritorios.svg);
    position: absolute;
    margin-top: -30px;
    margin-left: -52px;
}


/* Wrap10 -------------------------------------------------------------------*/
body div.wrap10 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-darkblue);
    padding: 0 0 15vh 0;
}

body div.wrap10 .wrap10-child {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    align-items: center;
}

/* Slider Divisoes CSS */
.slideshow-containerRou {
    background-image: url(../assets/sliderRoupeiros/img-slide-0.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.activeRou {
    background-color: #717171;
}

.title-after-roupeiros::after {
    content: url(../assets/after-roupeiros.svg);
    position: absolute;
    margin-top: -82px;
    margin-left: 50px;
}

/* Wrap11 -------------------------------------------------------------------*/
body div.wrap11 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-darkblue);
    padding: 0 0 15vh 0;
}

body div.wrap11 .wrap11-child {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    align-items: center;
}

/* Slider Divisoes CSS */
.slideshow-containerEst {
    background-image: url(../assets/sliderEstantes/img-slide-0.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.activeEst {
    background-color: #717171;
}

.title-before-estantes::before {
    content: url(../assets/before-estante.svg);
    position: absolute;
    margin-top: -30px;
    margin-left: -60px;
}

/* Wrap12 -------------------------------------------------------------------*/
body div.wrap12 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-darkblue);
    padding: 0 0 15vh 0;
}

body div.wrap12 .wrap12-child {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    align-items: center;
}

/* Slider Divisoes CSS */
.slideshow-containerLac {
    background-image: url(../assets/sliderLacagem/img-slide-0.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.activeLac {
    background-color: #717171;
}

.title-after-lacagem::after {
    content: url(../assets/after-lacagem.svg);
    position: absolute;
    margin-top: -26px;
    margin-left: 18px;
}

/* Wrap13 -------------------------------------------------------------------*/
body div.wrap13 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-darkblue);
    padding: 0 0 15vh 0;
}

body div.wrap13 .wrap13-child {
    width: 1140px;
    margin: 0 auto;
    background-color: transparent;
    align-items: center;
}

/* Slider Divisoes CSS */
.slideshow-containerPer {
    background-image: url(../assets/sliderPersonalizados/img-slide-0.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.activePer {
    background-color: #717171;
}

.title-before-personalizados::before {
    content: url(../assets/before-personalizados.svg);
    position: absolute;
    margin-top: -20px;
    margin-left: -50px;
}

/* Wrap14 -------------------------------------------------------------------*/
body div.wrap14 {
    width: 100%;
    margin: 0 0 -6px 0;
    background-color: var(--mundo-darkblue);
    padding: 0;
}

/* Maps */
iframe#map {
    height: 500px;
    width: 100%;
    padding: 0;
}

img.bars-bottom {
    position: absolute;
    width: 260px;
    padding: 0;
    right: 100px;
}

/* Wrap15 -------------------------------------------------------------------*/
body div.wrap15 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-brightyellow);
    padding: 0 0 15vh 0;
}

img.bars-bottom-y {
    position: absolute;
    width: 260px;
    padding: 0;
    margin-left: 100px;
    z-index: 1000;
    margin-top: -36px;
}

/* Wrap16 -------------------------------------------------------------------*/
body div.wrap16 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-brightyellow);
    padding: 0 0 15vh 0;
}

body div.wrap16 .wrap16-child {
    width: 1140px;
    margin: 0 auto 20px auto;
    background-color: transparent;
    align-items: center;
}

body div.wrap16 .wrap16-child .icon {
    width: 100%;
}

body div.wrap16 .wrap16-child .line {
    height: 94px;
}

body div.wrap16 .wrap16-child p {
    color: var(--mundo-darkblue);
    margin-left: 3px;
    font-weight: 600;
}

/* Wrap17 -------------------------------------------------------------------*/
body div.wrap17 {
    width: 100%;
    margin: 0;
    background-color: var(--mundo-black);
    padding: 0 0 0 0;
}

body div.wrap17 .wrap17-child {
    width: 1140px;
    margin: 0 auto 0 auto;
    background-color: transparent;
    align-items: center;
}

body div.wrap17 .wrap17-child p.paragraph {
    text-align: center;
    padding: 25px 25px 35px 25px;
}

body div.wrap17 .wrap17-child a.livro {
    width: 200px;
    display: block;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
}

body div.wrap17 .wrap17-child a.livro img {
    width: 100%;
}



/*
MEDIA QUERIES -- TABLET / DESKTOP
--------------------------------------------------------------------------------------------------------------------------------*/

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

    /* MY FONTS */
    .paragraph {
        font-size: 14px;
        line-height: 22px;
    }

    .subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .title {
        font-size: 40px;
        line-height: 46px;
    }

    .button {
        font-size: 18px;
        line-height: 22px;
    }

    .prev {
        margin-top: -252px;
        margin-left: 15px;
    }

    .next {
        margin-top: -252px;
        margin-left: 428px;
    }

    /* Wrap1 -------------------------------------------------------------------*/
    body div.wrap1 {
        width: 960px;
    }

    /* Wrap2 -------------------------------------------------------------------*/
    body div.wrap2 {
        width: 960px;
        margin-top: 18vh;
    }

    /* Wrap3 -------------------------------------------------------------------*/
    body div.wrap3 {
        width: 960px;
    }

    /* Wrap4 -------------------------------------------------------------------*/
    body div.wrap4 img {
        width: 130px;
        margin-left: 100px;
        margin-top: 4px;
    }

    /* Wrap5 -------------------------------------------------------------------*/
    body div.wrap5 .wrap5-child {
        width: 960px;
    }

    .slideshow-container {
        background-size: 100%;
    }

    .title-before-sobre::before {
        margin-top: -31px;
        margin-left: -34px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    /* Wrap6 -------------------------------------------------------------------*/
    body div.wrap6 .wrap6-child {
        width: 960px;
    }

    .title-after-servicos::after {
        margin-top: -18px;
        margin-left: -5px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    /* Wrap7 -------------------------------------------------------------------*/
    body div.wrap7 .wrap7-child {
        width: 960px;
    }

    .title-before-divisoes::before {
        margin-top: -18px;
        margin-left: -16px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    .slideshow-containerDi {
        background-size: 100%;
    }

    /* Wrap8 -------------------------------------------------------------------*/
    body div.wrap8 .wrap8-child {
        width: 960px;
    }

    .slideshow-containerBi {
        background-size: 100%;
    }

    .title-after-biombos::after {
        margin-top: -14px;
        margin-left: 0px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    /* Wrap9 -------------------------------------------------------------------*/
    body div.wrap9 .wrap9-child {
        width: 960px;
    }

    .slideshow-containerEsc {
        background-size: 100%;
    }

    .title-before-escritorios::before {
        margin-top: -18px;
        margin-left: -34px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    /* Wrap10 -------------------------------------------------------------------*/
    body div.wrap10 .wrap10-child {
        width: 960px;
    }

    .slideshow-containerRou {
        background-size: 100%;
    }

    .title-after-roupeiros::after {
        margin-top: -62px;
        margin-left: 22px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    /* Wrap11 -------------------------------------------------------------------*/
    body div.wrap11 .wrap11-child {
        width: 960px;
    }

    .title-before-estantes::before {
        margin-top: -16px;
        margin-left: -40px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    .slideshow-containerEst {
        background-size: 100%;
    }

    /* Wrap12 -------------------------------------------------------------------*/
    body div.wrap12 .wrap12-child {
        width: 960px;
    }

    .slideshow-containerLac {
        background-size: 100%;
    }

    .title-after-lacagem::after {
        margin-top: -16px;
        margin-left: -2px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    /* Wrap13 -------------------------------------------------------------------*/
    body div.wrap13 .wrap13-child {
        width: 960px;
    }

    .slideshow-containerPer {
        background-size: 100%;
    }

    .title-before-personalizados::before {
        margin-top: -12px;
        margin-left: -30px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    /* Wrap14 -------------------------------------------------------------------*/
    img.bars-bottom {
        width: 130px;
    }

    /* Wrap15 -------------------------------------------------------------------*/
    img.bars-bottom-y {
        width: 130px;
        margin-top: -18px;
    }

    /* Wrap16 -------------------------------------------------------------------*/
    body div.wrap16 .wrap16-child {
        width: 960px;
    }

    body div.wrap16 .wrap16-child .title {
        text-align: left;
    }

    body div.wrap16 .wrap16-child .paragraph {
        text-align: left;
    }

    /* Wrap17 -------------------------------------------------------------------*/
    body div.wrap17 .wrap17-child {
        width: 960px;
    }
}


/*
MEDIA QUERIES -- SMARTPHONE
--------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:990px) {
    html {
        background-size: 150vh;
    }

    /* MY FONTS */
    .paragraph {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .subtitle {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .title {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    .hideTitles {
        display: none;
    }

    .showTitles {
        display: block;
        margin-bottom: 30px;
    }

    .button {
        font-size: 14px;
        line-height: 18px;
        margin: 0 auto;
    }

    .button-2 {
        font-size: 14px;
        line-height: 18px;
        margin: 5px auto;
    }

    .prev {
        margin-top: -192px;
        margin-left: 8px;
    }

    .next {
        margin-top: -192px;
        margin-left: 314px;
    }

    .prev:hover,
    .next:hover {
        color: var(--mundo-white);
        transition: none;
    }

    .menuBtn {
        display: block;
        width: 40px;
        position: fixed;
        top: 0;
        left: 0;
        padding: 10px;
        margin: 15px;
        z-index: 101;
        background: var(--mundo-brightyellow);
        border-radius: 10px;
    }

    .menuBtn:hover {
        cursor: pointer;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .align-right {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    div.padding-0 {
        padding: 0;
    }

    .button:hover {
        transform: scale3d(1,1,1);
    }

    .button-2:hover {
        color: var(--mundo-brightyellow);
        transform: scale3d(1, 1, 1);
    }

    .cta:hover {
        transform: scale3d(1, 1, 1);
    }

    /*Cookie*/
    body div.cookie {
        margin: 15px;
    }

    /* Wrap1 -------------------------------------------------------------------*/
    body div.wrap1 {
        width: 100%;
        background-color: var(--mundo-black);
        margin-top: 0;
        padding-top: 2vh;
        display: none;
        position: fixed;
        top: 0;
        z-index: 100;
        transition: opacity 0.25s linear;
    }

    .wrap1 div ul {
        list-style: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .wrap1 div ul li {
        width: 100%;
        text-align: center;
    }

    div.social {
        padding: 20px 0;
    }

    /* Wrap2 -------------------------------------------------------------------*/
    body div.wrap2 {
        width: 360px;
        margin-top: 18vh;
    }

    /* Wrap3 -------------------------------------------------------------------*/
    body div.wrap3 {
        width: 360px;
        margin-top: 5vh;
    }

    /* Wrap4 -------------------------------------------------------------------*/
    body div.wrap4 img {
        width: 90%;
        margin: 0 auto -2px auto;
        display: block;
    }

    body div.wrap4 {
        margin-top: 15vh;
    }

    /* Wrap5 -------------------------------------------------------------------*/
    body div.wrap5 {
        padding: 5vh 0;
    }

    body div.wrap5 .wrap5-child {
        width: 360px;
    }

    .slideshow-container {
        background-size: 100%;
    }

    .title-before-sobre::before {
        margin-top: -31px;
        margin-left: -34px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    /* Wrap6 -------------------------------------------------------------------*/
    body div.wrap6 .wrap6-child {
        width: 360px;
    }

    .title-after-servicos {
        margin-bottom: 5vh;
    }

    body div.wrap6 {
        padding: 10vh 0 10vh 0;
    }

    .title-after-servicos::after {
        margin-top: -18px;
        margin-left: -5px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    .wrap6-child div {
        height: 200px;
    }

    .wrap6-child .spacer {
        margin: 0;
    }

    /* Wrap7 -------------------------------------------------------------------*/
    body div.wrap7 .wrap7-child {
        width: 360px;
    }

    .title-before-divisoes::before {
        margin-top: -18px;
        margin-left: -16px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    .slideshow-containerDi {
        background-size: 100%;
    }

    body div.wrap7 {
        padding: 0 0 10vh 0;
    }

    /* Wrap8 -------------------------------------------------------------------*/
    body div.wrap8 .wrap8-child {
        width: 360px;
    }

    .slideshow-containerBi {
        background-size: 100%;
    }

    .title-after-biombos::after {
        margin-top: -14px;
        margin-left: 0px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    body div.wrap8 {
        padding: 0 0 10vh 0;
    }

    /* Wrap9 -------------------------------------------------------------------*/
    body div.wrap9 .wrap9-child {
        width: 360px;
    }

    .slideshow-containerEsc {
        background-size: 100%;
    }

    .title-before-escritorios::before {
        margin-top: -18px;
        margin-left: -34px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    body div.wrap9 {
        padding: 0 0 10vh 0;
    }

    /* Wrap10 -------------------------------------------------------------------*/
    body div.wrap10 .wrap10-child {
        width: 360px;
    }

    .slideshow-containerRou {
        background-size: 100%;
    }

    .title-after-roupeiros::after {
        margin-top: -44px;
        margin-left: 10px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    body div.wrap10 {
        padding: 0 0 10vh 0;
    }

    /* Wrap11 -------------------------------------------------------------------*/
    body div.wrap11 .wrap11-child {
        width: 360px;
    }

    .title-before-estantes::before {
        margin-top: -16px;
        margin-left: -40px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    .slideshow-containerEst {
        background-size: 100%;
    }

    body div.wrap11 {
        padding: 0 0 10vh 0;
    }

    /* Wrap12 -------------------------------------------------------------------*/
    body div.wrap12 .wrap12-child {
        width: 360px;
    }

    .slideshow-containerLac {
        background-size: 100%;
    }

    .title-after-lacagem::after {
        margin-top: -16px;
        margin-left: -2px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    body div.wrap12 {
        padding: 0 0 10vh 0;
    }

    /* Wrap13 -------------------------------------------------------------------*/
    body div.wrap13 .wrap13-child {
        width: 360px;
    }

    .slideshow-containerPer {
        background-size: 100%;
    }

    .title-before-personalizados::before {
        margin-top: -12px;
        margin-left: -30px;
        transform: scale3d(0.5, 0.5, 0.5);
    }

    body div.wrap13 {
        padding: 0 0 10vh 0;
    }

    /* Wrap14 -------------------------------------------------------------------*/
    img.bars-bottom {
        width: 90%;
        margin: 0 5%;
        display: none;
        right: -40%;
    }

    /* Wrap15 -------------------------------------------------------------------*/
    img.bars-bottom-y {
        width: 90%;
        margin: 0 5%;
        display: none;
    }

    body div.wrap15 {
        padding: 0 0 10vh 0;
    }

    /* Wrap16 -------------------------------------------------------------------*/
    body div.wrap16 .wrap16-child {
        width: 360px;
        align-items: flex-end;
    }

    body div.wrap16 {
        padding: 0 0 8vh 0;
    }

    body div.wrap16 .wrap16-child .title {
        text-align: right;
    }

    body div.wrap16 .wrap16-child .paragraph {
        text-align: right;
    }


    /* Wrap17 -------------------------------------------------------------------*/
    body div.wrap17 .wrap17-child {
        width: 360px;
    }
}



/*Animations*/
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes progress {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}