.section-title {
    padding: 0 15px;
}

.hero-contents.b2b .hero-content.hero-slim {
    padding-top: 13vh;
    justify-content: center;
    text-align: center;
}


.hero-contents.school .hero-content.hero-slim {
    padding-top: 13vh;
    justify-content: center;
    text-align: center;
}

.hero-contents.plastic-free .hero-content.hero-slim {
    justify-content: center;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
}

.hero-contents.carta-valori .hero-content.hero-slim {
    padding-top: 13vh;
    justify-content: center;
    text-align: center;
}


.hero-contents.carta-valori,
.hero-contents.b2b {
    position: relative;
}

.hero-contents.b2b:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.hero-contents.carta-valori:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

/* TABLET media query */
@media screen and (max-width: 767px) {
    .hero-contents.b2b .hero-small-title {
        width: 100%;
        font-size: 25px;
        line-height: 1.1;
        font-weight: 600;
    }

    .hero-contents.b2b .hero-sub-title {
        width: 100%;
        font-size: 16px;
        line-height: 1.3;
    }

    .hero-contents.school .hero-small-title {
        width: 100%;
        font-size: 25px;
        line-height: 1.1;
        font-weight: 600;
    }

    .hero-contents.school .hero-sub-title {
        width: 100%;
        font-size: 16px;
        line-height: 1.3;
    }


    .hero-contents.plastic-free .hero-small-title {
        width: 100%;
        font-size: 25px;
        line-height: 1.1;
        font-weight: 600;
        text-shadow: 1px 1px rgb(0 0 0 / 71%);
    }

    .hero-contents.plastic-free .hero-sub-title {
        width: 100%;
        font-size: 16px;
        line-height: 1.3;
        text-shadow: 1px 1px rgb(0 0 0 / 71%);
    }

    .hero-contents.carta-valori .hero-small-title {
        width: 100%;
        font-size: 25px;
        line-height: 1.1;
        font-weight: 600;
    }

    .hero-contents.carta-valori .hero-sub-title {
        width: 100%;
        font-size: 16px;
        line-height: 1.3;
    }


}

/* TABLET media query */
@media screen and (min-width: 768px) {
    .hero-contents.b2b .hero-content.hero-slim {
        padding-top: 20vh;
        justify-content: center;
        text-align: center;
    }

    .hero-contents.school .hero-content.hero-slim {
        padding-top: 20vh;
        justify-content: center;
        text-align: center;
    }

    .hero-contents.carta-valori .hero-content.hero-slim {
        padding-top: 20vh;
        justify-content: center;
        text-align: center;
    }

}

/* DESKTOP media query */
@media screen and (min-width: 1024px) {

    .hero-contents.carta-valori .hero-content.hero-slim {
        padding-top: 20vh;
        justify-content: center;
        text-align: center;
    }


    .hero-contents.b2b .hero-content.hero-slim {
        padding-top: 20vh;
        justify-content: center;
        text-align: center;
    }

    .hero-contents.school .hero-content.hero-slim {
        padding-top: 20vh;
        justify-content: center;
        text-align: center;
    }
}

.hero-contents.b2b {
    background-image: url('https://static.planeat.eco/media/content/img/b2b.jpg');
    background-position: center !important;
}

.hero-contents.school {
    background-image: url('https://static.planeat.eco/media/content/img/scuole/hero-school.jpg');
    background-position: center !important;
}

.hero-contents.plastic-free {
    background-image: url('https://static.planeat.eco/media/content/img/plastic-free.jpg');
    background-position: bottom;
}

.hero-contents.carta-valori {
    background-image: url('https://static.planeat.eco/media/content/img/carta-valori/hero-bg.jpg');
}

.hero-contents.smartfood {
    background-image: url('https://static.planeat.eco/media/content/img/smartfood/hero-smartfood.jpg');
    background-position: center !important;
}

/* b2b */

.school-numbers,
.b2b-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.school-numbers div,
.b2b-numbers div {
    font-size: 20px;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 55px 15px 15px 15px;
    border-radius: 30px;
    box-shadow: 0 4px 14px rgba(97, 86, 83, 0.17);
    margin-top: 60px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    border: 2px solid #afd95f;
}

.school-numbers div span,
.b2b-numbers div span {
    font-size: 24px;
    display: flex;
    width: 100px;
    height: 100px;
    background: #afd95f;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -50px;
    font-weight: 500;
    color: #fff;
    margin-left: -50px;
    padding: 20px;
}


.school-services-boxes,
.b2b-services-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.school-services-box,
.b2b-services-box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(97, 86, 83, 0.17);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.school-services-box-image,
.b2b-services-box-image {
    width: 100%;
    padding-bottom: 56%;
    background-size: cover;
}

.school-services-box-body,
.b2b-services-box-body {
    width: 100%;
    padding: 20px 15px 10px 15px;
}

.school-services-box-body h3,
.b2b-services-box-body h3 {
    text-align: center;
    margin-bottom: 0 !important;
    color: #afd95f;
}

.school-services-box-body p,
.b2b-services-box-body p {
    text-align: center;
}

.school-service-header,
.b2b-service-header {
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.school-service-header div,
.b2b-service-header div {
    width: calc(100% + 20px);
    text-align: center;
    background: #afd95f;
    box-shadow: 0 8px 18px rgba(97, 86, 83, 0.17);
    position: absolute;
    bottom: 20px;
    padding: 10px 0;
}

.school-service-header h2,
.school-service-header h3
.b2b-service-header h2,
.b2b-service-header h3 {
    color: #ffffff !important;
}

/* DESKTOP media query */
@media screen and (min-width: 1024px) {

    .school-services-box ,
    .b2b-services-box {
        width: calc(33% - 15px);
    }


    .b2b-numbers div {
        width: calc(33% - 15px);
    }

    .school-numbers div {
        width: calc(25% - 15px);
    }


    .plastic-free .hero-sub-title {
        font-size: 30px;
    }
}



/* Confezioni */

.two-third-sections {
    display: flex;
    flex-wrap: wrap;
}

.two-third-text {
    width: 100%;
    background: #f8f8f8;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.two-third-image {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center;
}

/* TABLET media query */
@media screen and (min-width: 768px) {

    .two-third-image {
        min-height: 350px;
    }

}

/* DESKTOP media query */
@media screen and (min-width: 1024px) {

    .two-third-image {
        min-height: 450px;
    }

}


/* DESKTOP media query */
@media screen and (min-width: 1025px) {

.two-third-text {
    width: 66.66666%;
    background: #f8f8f8;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.two-third-image {
    width: 33.33333%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

}




/* Chi Siamo */

.team-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.team-item {
    position: relative;
    width: calc(100%);
    margin: 15px 15px;
}

.team-item-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #6a526c;
}

.team-item-container > img {
    position: absolute;
    width: 100%;
    max-width: none;
    top: 0;
    left: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.team-item-container:hover > img {
    opacity: 0.1;
    width: 110%;
    top: -5%;
    left: -5%;
}

.team-item-container > .quote {
    position: absolute;
    width: 100%;
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%);
    padding: 1.5rem;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    color: #fff;
}

.team-item-container:hover > .quote {
    opacity: 1;
    visibility: visible;
    left: 0;
}


@media screen and (min-width: 768px) {
    .team-item {
        width: calc(50% - 30px);
    }
}

@media screen and (min-width: 991px) {
    .team-item {
        width: calc(33.33333% - 30px);
    }
}

@media screen and (min-width: 1025px) {
    .team-item {
        width: calc(25% - 30px);
    }
}




/* Dicono di Noi */

.testimonial-canvas {
background-image: url("../../img/misc/home-bg-2.0f85eebf74e0.jpg");
background-size: cover;
background-position: center top;
background-attachment: fixed;
margin: -3rem -1.5rem;
}

@media screen and (min-width: 1024px) {
    .testimonial-canvas {
    margin: -3rem calc(480px - 50vw);
    }
}

@media screen and (min-width: 1216px) {
    .testimonial-canvas {
    margin: -3rem calc(584px - 50vw);
    }
}

@media screen and (min-width: 1408px) {
    .testimonial-canvas {
    margin: -3rem calc(680px - 50vw);
    }
}


.testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 1.5rem ;
    padding-bottom: 3rem
}

.testimonial-item {
    position: relative;
    width: calc(100%);
    margin: 50px 0 20px 0;
    display: flex;
    align-items: center;
}

.testimonial-item-container {
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    margin-top: 10px;
    box-shadow: rgb(36 20 12 / 15%) 0 2px 2px, rgb(36 20 12 / 15%) 0 4px 4px, rgb(36 20 12 / 15%) 0 8px 8px, rgb(36 20 12 / 15%) 0 16px 16px, rgb(36 20 12 / 15%) 0 32px 32px, rgb(36 20 12 / 15%) 0 64px 64px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.testimonial-icon {
    text-align:center;
    margin-bottom: 1.5rem;
}

.testimonial-icon img {
    width: 50px;
}

.deg-minus-1 {
    transform: rotate( -1deg );
}

.deg-minus-15 {
    transform: rotate( -1.5deg );
}

.deg-minus-2 {
    transform: rotate( -2deg );
}

.deg-plus-1 {
    transform: rotate( 1deg );
}

.deg-plus-15 {
    transform: rotate( 1.5deg );
}

.deg-plus-2 {
    transform: rotate( 2deg );
}


@media screen and (min-width: 768px) {
}

@media screen and (min-width: 991px) {
    .testimonial-grid {
        margin: 0px 0;
    }

    .testimonial-item {
        width: calc(50% - 60px);
        margin: 50px 30px;
    }
}

@media screen and (min-width: 1025px) {
    .testimonial-item {
        width: calc(50% - 100px);
        margin: 50px 50px;
    }
}



/* Carta dei Valori */

.carta-valori-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.carta-valori-steps div {
    font-size: 20px;
    width: 100%;
    background: #fff;
    margin-bottom: 50px;
    position: relative;
    padding: 35px 15px 15px 15px;
    border-radius: 30px;
    box-shadow: 0 4px 14px rgba(97, 86, 83, 0.17);
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    border: 2px solid #afd95f;
}

.carta-valori-steps div span {
    font-size: 17px;
    display: flex;
    width: 300px;
    height: 40px;
    background: #afd95f;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -20px;
    font-weight: 500;
    color: #fff;
    padding: 0 20px;
    border-radius: 30px;
    transform: translateX(-50%);
    text-transform: uppercase;
}

/* DESKTOP media query */
@media screen and (min-width: 1024px) {

    .carta-valori-steps div {
        font-size: 22px;
        width: 100%;
        background: #fff;
        margin-bottom: 50px;
        position: relative;
        padding: 35px 20px 15px 20px;
        border-radius: 30px;
        box-shadow: 0 4px 14px rgba(97, 86, 83, 0.17);
        margin-top: 10px;
        font-weight: 400;
        text-align: left;
        line-height: 1.4;
    }

    .carta-valori-steps div span {
        font-size: 20px;
        display: flex;
        width: auto;
        height: 50px;
        background: #afd95f;
        justify-content: center;
        align-items: center;
        border-radius: 30px 30px 30px 30px;
        position: absolute;
        left: -2px;
        top: -28px;
        font-weight: 500;
        color: #fff;
        padding: 0 20px;
        margin: 0;
        text-transform: uppercase;
        transform: none;
    }

}

/* Lavora Con Noi */

.job-position-card {
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(97, 86, 83, 0.17);
}

.job-position-card-footer {
    border-radius: 0 0 10px 10px;
}

.job-position-canvas {

}

.job-position-canvas {
background-size: cover;
background-position: center top;
background-attachment: fixed;
margin: -3rem -1.5rem 50px;
}

@media screen and (min-width: 1024px) {
    .job-position-canvas {
    margin: -3rem calc(480px - 50vw) 50px;
    }
}

@media screen and (min-width: 1216px) {
    .job-position-canvas {
    margin: -3rem calc(584px - 50vw) 50px;
    }
}

@media screen and (min-width: 1408px) {
    .job-position-canvas {
    margin: -3rem calc(680px - 50vw) 50px;
    }
}

.job-position-header {
    display: flex;
    flex-wrap: wrap;
}

.job-position-header * {
    width: calc( calc(100% / 12) - 10px);
}

.job-position-header .jtitle {
    width: calc( calc(100% / 4) - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #afd95f;
}

.job-position-header div,
.job-position-header img {
    margin: 5px;
}

.job-position-header div.green {
    background: #0a8d61;
}

.job-position-header div.yellow {
    background: #ffc32d;
}

@media screen and (max-width: 1200px) {
    .job-position-header .jtitle {
        width: calc( calc(100% / 3) - 10px);
    }
    .outed {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
.job-position-header * {
    width: calc( calc(100% / 7) - 10px);
}

.job-position-header .jtitle {
    width: calc( calc(100% / 2.34) - 10px);
}

}

@media screen and (max-width: 767px) {
    .job-position-header * {
        width: calc( calc(100% / 8) - 5px);
    }

    .job-position-header .jtitle {
        width: calc( calc(100% / 1) - 5px);
    }

    .mobile-head {
        display: block !important;
    }

    .mobile-head-hide {
        display: none;
    }

    .job-position-header div,
    .job-position-header img {
        margin: 2.5px;
    }

}

/* Menu Box */

.menu-box {
    display: flex;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 8px 18px rgba(97, 86, 83, 0.17);
}

.menu-box .img-cont {
    width: 27%;
    display: flex;
    flex-direction: column;
}

.menu-box img {
    width: 100%;
    border-radius: 0px 0 0 20px;
}

.menu-box .title-description {
    flex-grow: 1;
    padding: 8px 20px;
}

.menu-box h2 {
    padding: 7px 10px;
    border-radius: 10px 0 0 0;
    color: #fff;
    font-size: 24px;
}

.menu-box .title-description h3 {
    font-weight: 400;
}

.menu-box .title-description ul li {
    font-size: 15px;
    line-height: 20px;
}

.menu-box .title-description ul li:before {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
}

.menu-box-cta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* DESKTOP media query */
@media screen and (max-width: 1023px) {
    .menu-box .img-cont {
        width: 80%;
    }
    .menu-box-cta a {
        margin-top: 7px;
    }
}

/* DESKTOP media query */
@media screen and (max-width: 767px) {

    .menu-box {
        flex-direction: column;
    }

    .menu-box h2 {
        border-radius: 10px 10px 0 0;
    }

    .menu-box .img-cont {
        width: 100%;
    }

    .menu-box .img-cont img {
        border-radius: 0 0 0 0;
    }

    .menu-box-cta a {
        width: 100%;
    }
}

.menu-box.blu h2 {
    background: #91cac7;
}

.menu-box.blu .title-description ul li:before {
    background: #91cac7;
}

.menu-box.blu .title-description h3 {
    color: #91cac7;
}

.menu-box.rosso h2 {
    background: #db5e52;
}

.menu-box.rosso .title-description ul li:before {
    background: #db5e52;
}

.menu-box.rosso .title-description h3 {
    color: #db5f52;
}





/* Mother Card */

.hero-mother-card {
position: relative;
}

.hero-mother-card img {
display: block;
}

.hero-mother-card .hero-sub-title {
text-align: center;
position: absolute;
bottom: 0;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(
0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(
0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
padding-top: 180px;
}

.motherCard-canvas {
background-image: url('https://static.planeat.eco/media/content/img/mother-card/mother-bg.jpg');
background-size: cover;
background-position: center top;
background-attachment: fixed;
margin: -3rem -1.5rem;
}

@media screen and (min-width: 1024px) {
    .motherCard-canvas {
    margin: -3rem calc(480px - 50vw);
    }
}

@media screen and (min-width: 1216px) {
    .motherCard-canvas {
    margin: -3rem calc(584px - 50vw);
    }
}

@media screen and (min-width: 1408px) {
    .motherCard-canvas {
    margin: -3rem calc(680px - 50vw);
    }
}


.motherCard-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0px 1.5rem ;
    padding-bottom: 3rem;
    align-items: center;
}

.motherCard-item {
    position: relative;
    width: calc(100%);
    margin: 50px 0 20px 0;
    display: flex;
    align-items: center;
    max-width: 800px;
}

.motherCard-item-container {
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    margin-top: 10px;
    box-shadow: rgb(36 20 12 / 15%) 0 2px 2px, rgb(36 20 12 / 15%) 0 4px 4px, rgb(36 20 12 / 15%) 0 8px 8px, rgb(36 20 12 / 15%) 0 16px 16px, rgb(36 20 12 / 15%) 0 32px 32px, rgb(36 20 12 / 15%) 0 64px 64px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.motherCard-icon {
    text-align:center;
    margin-bottom: 1.5rem;
}

.motherCard-icon img {
    width: 170px;
    border-radius: 50%;
}

.deg-minus-1 {
    transform: rotate( -1deg );
}

.deg-minus-15 {
    transform: rotate( -1.5deg );
}

.deg-minus-2 {
    transform: rotate( -2deg );
}

.deg-plus-1 {
    transform: rotate( 1deg );
}

.deg-plus-15 {
    transform: rotate( 1.5deg );
}

.deg-plus-2 {
    transform: rotate( 2deg );
}