/*
 Landing Promozionale da cliente esterno
 Data 27/05/2026
 */
html {
    scroll-behavior: smooth;
}
#footer-lnd-mag-2026 {
    padding: 20px 0px;
    box-sizing: border-box;
    background-color: var(--nero-iifm);
}
#header-lnd-mag-2026 {
    position: fixed;
    z-index: 999;
    height: 100px;
    background-color: var(--nero-iifm);
    padding: 20px 0px;
    box-sizing: border-box;
}
#header-lnd-mag-2026-logo {
    height: 60px;
    display: block;
    float: left;
}
#header-lnd-mag-2026-logo img {
    height: 100%;
    width: auto;
}
#main-lnd-mag-2026 {
    min-height: calc(100vh - 100px);
}
#main-lnd-mag-2026 #top-image {
    margin-top: 100px;
    min-height: calc(100vh - 100px);
    /* height: auto; */
    background-color: #fff;
    background-image: unset;
}
#circle-img-abs {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40%;
    z-index: 5;
}
#circle-img-abs img {
    width: 100%;
    height: auto;
}

#top-right-img-abs {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 100%;
    z-index: 4;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#top-info {
    position: relative;
}
#main-lnd-mag-2026 #top-info {
    width: 65%;
    min-height: 100%;
    height: auto;
    padding: 20px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--nero-iifm);
}
#main-lnd-mag-2026 .title-big {
    text-shadow: unset;
    font-size: clamp(25px, calc((50 / 1680) * 100vw), 50px);
    line-height: clamp(25px, calc((50 / 1680) * 100vw), 50px);
}
#main-lnd-mag-2026 #top-info .ritch-cont * {
    text-shadow: unset;
}
#landing-master-info-cont {
    padding: 80px 0px;
    box-sizing: border-box;
    background-color: var(--nero-iifm);
    color: var(--bianco);
}
#landing-master-students-cont {
    padding: 40px 0px 0px 0px;
    box-sizing: border-box;
}
#landing-master-students-int {
    padding: 40px 0px;
    box-sizing: border-box;
}
#landing-master-students {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
}
.landing-master-students-item-cont {
    width: calc((100% - 210px) / 4);
    height: auto;
}
.landing-master-students-item-img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.landing-master-students-item-img-btn {
    font-size: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    color: var(--nero-iifm);
}
.landing-master-students-item-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.landing-master-students-item-titolo {
    font-size: clamp(16px, calc((20 / 1680) * 100vw), 20px);
    line-height: clamp(20px, calc((25 / 1680) * 100vw), 25px);
    font-weight: 700;
    /*
    height: 50px;
    overflow-y: hidden;
    */
}
.landing-master-students-item-testo {
    font-size: clamp(14px, calc((16 / 1680) * 100vw), 16px);
    line-height: clamp(18px, calc((20 / 1680) * 100vw), 20px);
    font-weight: 400;
    /*
    height: 54px;
    overflow-y: hidden;
    */
}
.landing-master-students-item-master-info {
    font-size: clamp(14px, calc((16 / 1680) * 100vw), 16px);
    line-height: clamp(18px, calc((20 / 1680) * 100vw), 20px);
    font-weight: 400;
    color: #C9B037;
    height: clamp(36px, calc((40 / 1680) * 100vw), 40px);
    margin-bottom: 25px;
}
#landing-master-students-btn-cont {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
#landing-master-masters-cont,
#landing-master-corsi-cont {
    padding: 80px 0px;
    box-sizing: border-box;
    background-color: #F9F9F9;
}
#landing-master-masters,
#landing-master-corsi {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}
.landing-master-masters-item-cont,
.landing-master-corsi-item-cont {
    width: calc((100% - 150px) / 4);
    height: auto;
    background-color: var(--bianco);
    color: var(--nero);
    border-radius: 30px;
    padding: 25px;
    box-sizing: border-box;
}
.landing-master-corsi-item-cont {
    background-color: #E5F1F3;
}
.landing-master-masters-item,
.landing-master-corsi-item {
    width: 100%;
    height: auto;
}
.landing-master-masters-item-img,
.landing-master-corsi-item-img {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.landing-master-masters-item-txt,
.landing-master-corsi-item-txt {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: hidden;
}
.landing-master-masters-item-txt.open,
.landing-master-corsi-item-txt.open {
    display: flex;
}
.landing-master-masters-item-titolo,
.landing-master-corsi-item-titolo {
    font-size: clamp(16px, calc((20 / 1680) * 100vw), 20px);
    line-height: clamp(20px, calc((25 / 1680) * 100vw), 25px);
    font-weight: 700;
    height: clamp(60px, calc((75 / 1680) * 100vw), 75px);
    overflow-y: hidden;
}
.landing-master-masters-item-btn-expand,
.landing-master-corsi-item-btn-expand {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--grigio-iifm);
    color: var(--bianco);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing-master-masters-item-testo,
.landing-master-corsi-item-testo {
    font-size: clamp(14px, calc((14 / 1680) * 100vw), 14px);
    line-height: clamp(18px, calc((18 / 1680) * 100vw), 18px);
    font-weight: 400;
    margin-bottom: 20px;
    /*
    height: 72px;
    overflow-y: hidden;
    */
}
/*
.landing-master-masters-item-btn-cont,
.landing-master-corsi-item-btn-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
*/
#landing-master-offer-cont {
    padding: 80px 0px 40px 0px;
    box-sizing: border-box;
}
#landing-master-faq-cont {
    padding: 80px 0px;
    box-sizing: border-box;
    background-color: #E5F1F3;
}
#landing-master-offer-list,
#landing-master-faq-list {
    margin: 40px 0px;
}
#main-lnd-mag-2026 .struttura-row:first-child {
    margin-top: unset;
    border-top: unset;
}
#main-lnd-mag-2026 .struttura-row {
    border-top: unset;
    border-bottom: 0.5px solid var(--nero-iifm);
    padding: 20px 0px;
    box-sizing: border-box;
    margin-top: unset;
}
#main-lnd-mag-2026 .struttura-title {
    width: 100%;
    padding-right: unset;
}
#main-lnd-mag-2026 .struttura-text {
    width: 100%;
    padding-right: unset;
    position: relative;
}
#main-lnd-mag-2026 .struttura-text-int {
    width: 100%;
    line-height: unset;
    overflow: unset;
    height: 0px;
    opacity: 0;
}
.struttura-title-plus {
    display: block;
    float: right;
    line-height: clamp(20px, calc((30 / 1680) * 100vw), 30px);
}
#main-lnd-mag-2026 .struttura-text-int.open {
    height: auto;
    opacity: 1;
    padding-top: 20px;
    box-sizing: border-box;
}
#main-lnd-mag-2026 .btn-struttura-toggle {
    position: unset;
}
#main-lnd-mag-2026 .btn-struttura-toggle i {
    transition: all 0.2s;
    transform: rotate(0deg);
}
#main-lnd-mag-2026 .btn-struttura-toggle .fa-rotate-45 {
    transition: all 0.2s;
    transform: rotate(-45deg);
}
#landing-master-offer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 90px;
}
.landing-master-offer-item {
    width: calc((100% - 180px) / 3);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.landing-master-offer-item-img {
    width: 80px;
}

#top-info h1, #top-info p, .top-info h1, .top-info p {
    text-shadow: unset;
}
.full-video-cont video {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
#btn-form-landing-2026 {
    min-width: 250px;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#btn-form-landing-2026 .ico {
    transform: translateX(0px);
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}
/* MASONRY */
#gallery-cont {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px;
}
.gallery-grid {
    width: calc((100% - 50px) / 3);
}
.gallery-gutter {
    width: 25px;
}
.gallery-item {
    display: block;
    width: calc((100% - 50px) / 3);
    margin-bottom: 25px;
    height: auto;
}
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}
.gallery-item:last-child {
    margin-bottom: 0px;
}
/**/

@media only screen and (min-width: 1201px) and (max-width: 10000px) {
    #btn-form-landing-2026:hover .ico {
        transform: translateX(115px);
    }
}

/* Tablet Landscape */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .btn {
        min-width: 160px;
    }
    #landing-master-students {
        gap: 50px;
    }
    .landing-master-students-item-cont {
        width: calc((100% - 150px) / 4);
    }
    #landing-master-masters, #landing-master-corsi {
        gap: 25px;
    }
    .landing-master-masters-item-cont, .landing-master-corsi-item-cont {
        width: calc((100% - 75px) / 4);
    }
    #btn-form-landing-2026 {
        justify-content: space-between;
    }
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #header-lnd-mag-2026 {
        height: 70px;
    }
    #header-lnd-mag-2026-logo {
        height: 30px;
    }
    #main-lnd-mag-2026 #top-image {
        margin-top: 70px;
        min-height: calc(100vh - 70px);
    }
    #landing-master-offer-list {
        gap: 50px;
    }
    .landing-master-offer-item {
        width: calc((100% - 50px) / 2);
    }
    #landing-master-students {
        gap: 50px;
    }
    .landing-master-students-item-cont {
        width: calc((100% - 50px) / 2);
    }
    #landing-master-masters, #landing-master-corsi {
        gap: 50px;
    }
    .landing-master-masters-item-cont, .landing-master-corsi-item-cont {
        width: calc((100% - 50px) / 2);
    }
    #main-lnd-mag-2026 #top-info {
        width: 100%;
    }
    #top-right-img-abs,
    #top-right-img-abs  {
        display: none;
    }
    #btn-form-landing-2026 {
        justify-content: space-between;
    }
}

/* Cellulari */
@media only screen and (min-width: 220px) and (max-width: 767px) {
    #header-lnd-mag-2026 .page {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #header-lnd-mag-2026 {
        height: 70px;
    }
    #header-lnd-mag-2026-logo {
        height: 30px;
    }
    #main-lnd-mag-2026 #top-image {
        margin-top: 70px;
        min-height: 140vh;
    }
    #main-lnd-mag-2026 #top-info {
        width: 100%;
    }
    #top-info, .top-info {
        position: relative;
    }
    #top-info form .mb_10 {
        margin-bottom: 0px;
    }
    #top-image {
        height: auto;
    }
    #circle-img-abs {
        width: 60%;
    }
    #top-right-img-abs,
    #top-right-img-abs  {
        display: none;
    }
    /*
    #landing-master-students-int {
        padding: 40px 0px 120px 0px;
        box-sizing: border-box;
    }
    .landing-master-offer-item {
        width: 100%;
    }
    */
    #landing-master-offer-list {
        gap: 40px;
    }
    .landing-master-offer-item {
        width: 100%;
    }
    #landing-master-students {
        gap: 20px;
    }
    .landing-master-students-item-cont {
        width: calc((100% - 20px) / 2);
    }
    #landing-master-masters, #landing-master-corsi {
        gap: 40px;
    }
    .landing-master-masters-item-cont, .landing-master-corsi-item-cont {
        width: 100%;
    }
    .landing-master-masters-item-titolo, .landing-master-corsi-item-titolo {
        height: auto;
    }
    #btn-form-landing-2026 {
        min-width: unset;
        width: 100%;
        justify-content: space-between;
    }
    /* MASONRY */
    #gallery-cont {
        gap: 10px;
    }
    .gallery-grid {
        width: calc((100% - 20px) / 3);
    }
    .gallery-gutter {
        width: 10px;
    }
    .gallery-item {
        width: calc((100% - 20px) / 3);
        margin-bottom: 10px;
    }
    /**/
}
