@media (min-width: 550px) {
    .home-hero-floor p,
    h1 {
        width: 100%;
    }
    .home-hero-floor-new p,
    h1 {
        max-width: 80%;
    }
}

@media (min-width: 768px) {
    .home-hero-floor-new .background {
        border-radius: 0;
    }
    .home-hero-floor-new {
        padding-left: 107px;
        padding-right: 200px;
    }
    .home-hero-floor-new p,
    h1 {
        max-width: 523px;
    }
}

.subtitle {
    --font-size: 3.2rem;
    --line-height: 3rem;
    --font-weight: 300;
    --letter-spacing: 0.01;
    color: var(--color-white);
}

.home-item-new {
    position: absolute;
    background-color: orange;
    left: 66px;
    padding: 9px 18px 5px 18px;
    border-radius: 20px;
}

.title {
    color: var(--color-professor1);
}

.home-projects-sequencies-floor-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.home-projects-sequencies-floor-items img {
    width: 450px;
    height: auto;
    object-fit: cover;
}

.home-sequencies-floor .items img {
    width: 800px;
    max-width: 100%;
    height: auto;
}

.home-sequencies-floor .items img:last-of-type {
    width: 800px;
    max-width: 100%;
    height: auto;
    /* margin-left: 38px; */
}

.home-projects-sequencies-floor-items img {
    padding: 20px;
}

.home-nivells-text-floor {
    display: flex;
    flex-direction: column;
}

.home-subjects-interest-floor .title {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 5.2rem;
    margin: 0 -0.5rem;
}


/* .home-subjects-interest-floor .subjects{
display: flex;
gap: 30px;
text-align: center;
flex-wrap: wrap;
justify-content: center;
} */

.home-subjects-interest-floor .subjects img {
    height: auto;
    width: 300px;
}

.header-nav-icon-text {
    width: 125px;
}


/* .header-nav-icon-text span {
  color: white;
  font-size: 25px;
  font-weight: 600;
}


.header-nav-icon-text-svg-icon {
  width: 53px;
  height: auto;
} */

.home-subjects-interest-floor {
    border-radius: 30rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

@media (min-width: 768px) {
    .home-hero-floor[data-variant="text-landing-main"] .background img {
        object-position: top;
    }
}

@media (max-width: 1360px) {
    .home-subjects-interest-floor .subjects,
    .home-subjects-interest-floor .head {
        width: 65%;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 3rem !important;
        line-height: 3.2rem !important;
    }
    .subtitle {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }
    .home-subjects-interest-floor {
        border-radius: 17rem 0 0 0;
    }
    .home-hero-floor-new {
        margin-bottom: 0;
    }
    .home-sequencies-floor {
        padding-top: 2rem;
    }
}

@media (max-width: 568px) {
    .header-nav-icon-text {
        width: 75%;
    }
}

.app-footer .logo {
    margin-top: -4rem;
}

@media (max-width: 960px) {
    .app-footer .logo {
        margin-top: 0rem;
    }
}