/*dejalo*/

section#dejalo {
    padding: 125px 0 200px 0;
}

section#dejalo .width_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section#dejalo .width_wrap .titulo-xl {
    margin-bottom: 100px;
    text-align: center;
}

section#dejalo .width_wrap .items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 30px 0;
    margin-bottom: 100px;
    max-width: 100%;
    flex-wrap: wrap;
}

section#dejalo .width_wrap .items .item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 255px;
    height: 255px;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 300;
    background-position: center;
    margin-right: -40px;
    position: relative;
    left: -20px;
}

section#dejalo .width_wrap .items .item:nth-child(even) {
    top: 65px;
}

section#dejalo .width_wrap .items .item:nth-child(odd) {
    bottom: 45px;
}

section#dejalo .width_wrap .bajada-m {
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 1200px) {
    section#dejalo .width_wrap .items {
        width: 535px;
        height: 430px;
    }
    section#dejalo .width_wrap .items .item {
        margin-right: 0;
    }
    section#dejalo .width_wrap .items .item:nth-child(1) {
        bottom: 50px;
        left: -72px;
    }
    section#dejalo .width_wrap .items .item:nth-child(2) {
        top: 65px;
        left: -120px;
    }
    section#dejalo .width_wrap .items .item:nth-child(3) {
        bottom: 70px;
        left: -72px;
    }
    section#dejalo .width_wrap .items .item:nth-child(4) {
        top: -305px;
        left: 90px;    
    }
    section#dejalo .width_wrap .items .item:nth-child(5) {
        bottom: 325px;
        left: 218px;
    }
}

@media(max-width: 768px) {
    section#dejalo .width_wrap .items {
        height: auto;
        padding: 0;
    }
    section#dejalo .width_wrap .items .item {
        left: 0!important;
        bottom: 0!important;
        top: 0!important;
        right: 0!important;
        margin: 0 0 15px 0;
    }
}

