section#section7 {
    display: none;
    background-color: white;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.3fr;
    gap: 0px;
}
section#section7 > div,
section#section8 > div,
section#section9 > div {
    box-shadow: rgb(155 186 223) 0px 0px 0px 0.2px;
    min-height: 295px;
    max-width: 100%;
}
section#section7 > div .description,
section#section8 > div .description,
section#section9 > div .description  {
    font-size: 20px;
    color: rgb(22, 33, 84);
    padding: 10px;
    max-width: 295px;
    line-height: 32px;
}
section#section7 > div .description p,
section#section8 > div .description p,
section#section9 > div .description p {
    margin-bottom: 8px;
    margin-top: 0px;
}
section#section7 > div .img-wrapper,
section#section8 > div .img-wrapper,
section#section9 > div .img-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    position: relative
}
section#section7 div .img-wrapper img,
section#section8 div .img-wrapper img,
section#section9 div .img-wrapper img {
    /*width: 150px !important;
    height: auto !important;
    min-height: 20px !important;*/

    max-height: 30%;
    max-width: 60%;
}
.title-b {
    padding: 10px 10px 10px 60px;
    color: rgb(22, 33, 84);
    font-size: 25px;
    margin-top: 0px;
}
.title {
    color: rgb(22, 33, 84);
    font-size: 60px;
    padding: 0px 10px 10px;
    max-width: 1100px;
    margin-top: 0px;
}
.subtitle {
    color: rgb(255, 144, 107);
    font-size: 20px;
    text-align: right;
    margin-right: 110px;
    padding-top: 10px;
    margin-left: 30px;
    margin-top: 0px;
}
/* Cuadros especificos seccion 7 */
section#section7 #item-0 {
    grid-area: 1 / 1 / 2 / 2;
}
section#section7 #item-1 {
    grid-area: 1 / 2 / 2 / 7;
}
section#section7 #item-2 {
    grid-area: 2 / 1 / 6 / 2;
}
section#section7 #item-3 {
    grid-area: 2 / 2 / 3 / 7;
}
section#section7 #item-4 {
    grid-area: 3 / 2 / 4 / 3;
}
section#section7 #item-5 {
    grid-area: 3 / 3 / 4 / 4;
}
section#section7 #item-6 {
    grid-area: 3 / 4 / 4 / 5;
}
section#section7 #item-7 {
    grid-area: 3 / 5 / 4 / 6;
}
section#section7 #item-8 {
    grid-area: 3 / 6 / 4 / 7;
}
section#section7 #item-9 {
    grid-area: 4 / 2 / 5 / 3;
}
section#section7 #item-10 {
    grid-area: 4 / 3 / 5 / 4;
}
section#section7 #item-11 {
    grid-area: 4 / 4 / 5 / 5;
}
section#section7 #item-12 {
    grid-area: 4 / 5 / 5 / 6;
}
section#section7 #item-13 {
    grid-area: 4 / 6 / 5 / 7;
}
section#section7 #item-14 {
    grid-area: 5 / 2 / 6 / 3;
}
section#section7 #item-15 {
    grid-area: 5 / 3 / 6 / 4;
}
section#section7 #item-16 {
    grid-area: 5 / 4 / 6 / 5;
}
section#section7 #item-17 {
    grid-area: 5 / 5 / 6 / 6;
}
section#section7 #item-18 {
    grid-area: 5 / 6 / 6 / 7;
}

@media (min-width: 1341px) {
    section#section7 #item-0 {
        width: 350px;
    }
}

@media (min-width: 992px) {
    section#section7 {
        display: grid;
    }
}

/* Animaciones */
section#section7.is-inview #item-4 img {
    animation: fadeInUpBig;
    animation-delay: 0s;
    animation-duration: 1s;
}
section#section7.is-inview #item-5 img {
    animation: fadeInUpBig;
    animation-delay: 0s;
    animation-duration: 1.6s;
}
section#section7.is-inview #item-6 img {
    animation: fadeInUpBig;
    animation-delay: 0s;
    animation-duration: 1.9s;
}
section#section7.is-inview #item-7 img {
    animation: fadeInUpBig;
    animation-delay: 0s;
    animation-duration: 2s;
}