.block-osorio-simple-history{
  position: relative;
  overflow: hidden;
}

.block-osorio-simple-history__header{
    position: relative;
    z-index: 2;
    padding: 120px 0;
}


@media (max-width: 991px){
    .block-osorio-simple-history__header{
        padding: 80px 0 60px;
    }
}

.osorio-hp-title__row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    width: 100%;
    min-width: 0;
}

.osorio-hp-title__accent{
    margin-top: 22px
}

.osorio-hp-title__text{
    margin-bottom: 20px;
}

.osorio-historia__subtitle{
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    line-height: 1.2;
    text-transform: none;
    margin-bottom: 10px;
    color: #AD644E;
}


.osorio-historia__accent-text{
    position: relative;
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6;
    color: #231F20;
    margin-top: 85px;
}

@media (max-width: 991px){
    .osorio-historia__accent-text{
        margin-top: 50px;
    }
}

.osorio-historia__accent-text svg{
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 25px;
    height: 25px;
    object-fit: cover;
}

/* Item 1: centrado verticalmente dentro da coluna. */
.osorio-historia__items > .container > .row:first-child > .col-lg-5{
    display: flex;
    align-items: center;
}

.osorio-historia__item--1{
    width: 100%;
}

@media screen and (max-width: 991px){
    .osorio-historia__item--1{
       margin-bottom: 21px;
    }
}

.osorio-historia__item--1 .osorio-historia__photo{
    position: relative;
    padding: 0 18px;
    margin-bottom: 0;
}

.osorio-historia__item--1 .osorio-historia__photo::before{
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 75%;
    height: 30%;
    background-color: white;
    transform: rotate(-7.09deg);
    z-index: 1;
}

.osorio-historia__item--1 .osorio-historia__img{
    height: 312px;
    object-fit: cover;
    transform: rotate(-4.09deg);
    box-shadow: none;
}

@media (max-width: 991px){
    .osorio-historia__item--1 .osorio-historia__img{
        height: 241px;
        transform: rotate(0deg);
    }
}

.osorio-historia__item--1 .osorio-historia__card{
    max-width: 306px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: -60px;
    z-index: 2;
    position: relative;
    margin-left: auto;
}

@media (max-width: 991px){
    .osorio-historia__item--1 .osorio-historia__card{
        margin-top: -30px;
    }
}

.osorio-historia__year{
    color: #AD644E;
}

/* Item 2: */

.osorio-historia__item--2 .osorio-historia__img{
    box-shadow: -21px 19px 26.9px 0px #00000040;
    height: 443px;
    object-fit: cover;
}

@media (max-width: 991px){
    .osorio-historia__item--2 .osorio-historia__img{
        height: 293px;
    }
}

.osorio-historia__item--2 .osorio-historia__photo{
    position: relative;
    padding-right: 108px;
    margin-bottom: 0;
}

.osorio-historia__item--2 .osorio-historia__card{
    background-color: white;
    padding: 25px 45px;
    max-width: 469px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: -60px;
    z-index: 2;
    position: relative;
    margin-left: 25%;
    transform: rotate(4.09deg);
}



/* Item 3: */

.osorio-historia__item--3{
    position: relative;
    margin-top: 60px;
    z-index: 2;
}

.osorio-historia__item--3 .osorio-historia__img{
    max-width: 356px;
    max-height: 246px;
    box-shadow: -12px -6px 50.9px 0px #00000033;
    object-fit: cover;
    margin-left: 80px;

}

.osorio-historia__item--3 .osorio-historia__card{
    max-width: 269px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: -100px;
    z-index: 2;
    position: relative;
}

@media (max-width: 991px){
    .osorio-historia__item--3 .osorio-historia__card{
        margin-top: -60px;
    }
}

.osorio-historia__item--3 .osorio-historia__card::before{
    content: '';
    position: absolute;
    top: -20px;
    left: 0;    
    width: 65%;
    height: 64%;
    background-color: white;
    z-index: -1;
    transform: rotate(4.09deg);
}

/* Item 4: */

.osorio-historia__item--4{
    margin-top: 120px;
}

@media (max-width: 991px){
    .osorio-historia__item--4{
        margin-top: 50px;
    }
}

.osorio-historia__item--4 .osorio-historia__photo{
    flex-grow: 1;
    position: relative;
    margin-right: 120px;
    margin-left: -40px;
    margin-bottom: 0;
}

.osorio-historia__item--4 .osorio-historia__item-inner{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    z-index: 2;
}


@media screen and (max-width: 991px){
    .osorio-historia__item--4 .osorio-historia__item-inner{
        flex-direction: column;
    }

    .osorio-historia__item--4 .osorio-historia__photo{
        margin-right: 0;
        margin-left: 0;
    }
}

.osorio-historia__item--4 .osorio-historia__img{
    box-shadow: -9px -4px 26.9px 0px #00000040;
    max-width: 649px;
    max-height: 422px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: rotate(4.09deg);


}

.osorio-historia__item--4 .osorio-historia__card{
    flex-grow: 1;
    padding: 58px 126px;
    max-width: 565px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 2;
    margin-top: 120px;
    position: relative;
    left: 120px;
    background-color: white;
    z-index: 99;
}

@media (max-width: 991px){
    .osorio-historia__item--4 .osorio-historia__card{
        padding: 18px 26px;
        margin-top: 40px;
        left: 0;
        max-width: 100%;
    }
}

/* Item 5: */

.osorio-historia__item--5 {
    margin-top: 120px;
}

.osorio-historia__item--5 .osorio-historia__img{
    box-shadow: -6px -3px 16.9px 0px #00000040;
    object-fit: cover;
    max-width: 450px;
    max-height: 283px;

}


.osorio-historia__item--5 .osorio-historia__card{
    max-width: 438px;
    padding: 28px 38px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: -60px;
    margin-left: auto;
    z-index: 2;
    position: relative;
}

.osorio-historia__item--5 .osorio-historia__card::before{
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 105%;
    height: 64%;
    background-color: white;
    z-index: -1;
    transform: rotate(4.09deg);
}



/* Item 6: */

.osorio-historia__item--6 {
    margin-top: 280px;
    transform: rotate(4.09deg);
}

@media (max-width: 991px){
    .osorio-historia__item--6 {
        margin-top: 50px;
        transform: rotate(0deg);
    }
}

.osorio-historia__item--6 .osorio-historia__img{
    box-shadow: -5px 1px 11.9px 0px #00000033;
    object-fit: cover;
    max-width: 450px;
    max-height: 283px;

}


.osorio-historia__item--6 .osorio-historia__card{
    max-width: 388px;
    padding: 28px 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 2;
    position: relative;
}


/* Item 7: */

.osorio-historia__item--7 {
    margin-top: 20px;
}

.osorio-historia__item--7 .osorio-historia__img{
    box-shadow: -12px -6px 50.9px 0px #00000033;
    max-height: 536px;
    object-fit: cover;
}


.osorio-historia__item--7 .osorio-historia__card{
    max-width: 438px;
    padding: 28px 38px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: -60px;
    margin-left: auto;
    z-index: 2;
    position: relative;
}

.osorio-historia__item--7 .osorio-historia__card::before{
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 105%;
    height: 64%;
    background-color: white;
    z-index: -1;
    transform: rotate(4.09deg);
}

.osorio-historia__cta--footer {
  margin-top: 56px;
}