body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-size: auto;
    overflow: hidden;
    background-color: #FFFFFF;
}
.wrapper-banner {
    width: 100%;
}
.wrapper-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
    width: calc(33.333% - (20px * 2) / 3);
    flex: 0 0 calc(33.333% - (20px * 2) / 3);
}
.wrapper-card .content {
    padding: 20px 20px 0;
}
.wrapper-card .content p {
    text-align: center;
    font-family: 'Montserrat', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.wrapper-card .content p span {
    font-weight: 700;
}
.container {
    max-width: 1440px;
    padding: 0 15px 40px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: 100%;
}
.container-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row-card {
    -ms-flex-pack: distribute;
    padding: 0 20px;
    gap: 20px;
}
.row-background-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.row-bere .col-title {
    margin: 25px 0 25px 0;
}
.row-mangiare .col-title {
    margin: 27.5px 0 27.5px 0;
}
.row-bere .col-title h2 {
    color: #437cbf;
}
.row-mangiare .col-title h2 {
    color: #D76E16;
}
.row-content {
    position: relative;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    padding: 0 10px 10px 10px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}
.row-content img {
    max-width: 550px;
    max-height: 100%;
    z-index: 99;
}
.row-loghi img {
    height: 70px;
    width: auto;
}
.row-banner {
    height: auto;
    width: auto;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 5px 40px -15px rgba(0, 0, 0, 0.3);
    align-content: center;
    justify-content: center;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}
.row-qromo {
    justify-content: center;
    flex-direction: column;
    margin-top: 24px;
    align-content: center;
}
.row-qromo p {
    color: #020202;
    font-family: 'Montserrat', serif;
    font-weight: 200;
    font-size: 12px;
    margin: 10px 10px;
}
.position-absolute {
    position: absolute;
    top: 0;
    left: 0;
}
.row-banner img.background-image-banner {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.row-banner img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.row-content-second .align-button {
    border: none;
    margin: 0;
}
.row-content-second .align-button .button-header {
    margin: 0;
    border-color: #fd3747;
    background-color: #DE0A1C;
}
.row-content-second .align-button .button-header p {
    color: white;
}

button * {
    pointer-events: none;
    user-select: none;
}

.powered img {
    height: 32px;
    width: auto;
    z-index: 1;
}
.powered p {
    font-size: 12px;
    margin: 10px 5px 10px 0;
    font-weight: 300;
    z-index: 1;
}
.card-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 25%;
    max-width: 25%;
}
.card-indicator img {
    height: 30px;
    width: auto;
}
.card-indicator p {
    position: relative;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
}
.card-indicator p:after {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 120%;
    height: 180%;
    border: 2px solid #ff003c;
    border-radius: 13px;
}

.col {
    width: 100%;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}
.col-header img {
    height: 70px;
    width: 85px;
}
.col-card {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #33333333;
    border-bottom: 1px solid #33333333;
    padding: 20px 0;
    margin: 60px 0 60px;
}
.col-title p {
    font-family: 'Montserrat', serif;
    line-height: 20px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin-top: 0;
    color: #333333;
}
.col-title {
    position: relative;
    text-align: center;
}
.col-title-second.col-title h1 {
    margin: 30px 0 10px;
}
.col-title h1, .col-title h2{
    text-transform: uppercase;
    font-family: 'Montserrat', serif;
    font-size: 40px;
    font-weight: 700;
    color: #DE0A1C;
    margin: 2px 0 15px;
}
.col-title-map h2 {
    margin: 25px 0 30px;
}
.col-title p:last-child {
    margin-bottom: 0;
    padding-bottom: 25px;
}
.col-title span {
    font-size: 16px;
    margin: 0;
    color: #e40d12;
}
.col-button {
    margin: 0 10px 20px;
    padding: 100px 20px 20px 20px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    overflow: hidden;
}
.col-6 {
    z-index: 3;
    flex: 0 0 50%;
    max-width: calc(50% - 20px);
}
.col-6-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    box-sizing: border-box;
    z-index: 9;
}
.col-6-content .title-pseudo {
    font-family: 'Montserrat', serif;
    font-size: 70px;
    line-height: 65px;
    font-weight: 900;
    color: gainsboro;
    position: relative;
    margin: 0;
}
.col-6-content .title-pseudo span {
    position: relative;
}
.col-6-content .title-pseudo span:after {
    content: '';
    position: absolute;
    top: -73px;
    right: -100px;
    width: 110px;
    height: 100px;
    background-size: contain;
    background-image: url(https://img.qromo.io/img/web-site/sign-1.svg);
    background-repeat: no-repeat;
}
.col-6-content p {
    font-family: 'Montserrat', serif;
    font-size: 20px;
    font-weight: 300;
    color: gainsboro;
    margin: 0 0 20px 0;
    font-style: italic;
}
.col-6-content p span.university-size {
    font-family: 'Montserrat', serif;
    font-size: 18px;
    font-weight: 400;
    color: gainsboro;
    font-style: normal;
}
.col-6-content p span.tear-size {
    font-family: 'Montserrat', serif;
    font-size: 36px;
    font-weight: 900;
    margin-left: 30px;
    color: #FF006A;
    font-style: normal;
}
.col-6-cta {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-button .div-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.col-button .div-logo img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.col-button .div-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.div-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
}

.button-header {
    border-radius: 13px;
    backdrop-filter: blur(10px);
    border-color: #fd3747;
    background-color: #DE0A1C;
    margin-bottom: 0;
    width: fit-content;
    cursor: pointer;
}
.button-header p {
    color: white;
    font-family: 'Montserrat', serif;
    font-weight: 400;
    font-size: 20px;
    margin: 10px 10px;
}
.button-icon {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: none;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.align-close-input {
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: flex-end;
}
.button-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.align-button {
    padding: 80px;
    display: flex;
    justify-content: space-around;
}
.col-content h3 {
    font-family: 'Montserrat', serif;
    font-size: 24px;
    font-weight: normal;
    color: white;
}
.col-button h3 {
    font-family: 'Montserrat', serif;
    position: relative;
    margin: 0;
    z-index: 7;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.80);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.col-button p {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    z-index: 5;
}
.col-button:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a {
    text-decoration: none;
}
a .col-button {
    color: #DE0A1C;
    text-decoration: none;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    padding: 0;
    z-index: 999;
    border: 1px solid #000000;
}
a .col-button:after {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    background-color: black;
    z-index: -1;
}
a .col-button h3, a .col-button p {
    z-index: 10;
    color: white;
}
a .col-button p {
    font-size: 14px;
    font-style: italic;
    font-family: 'Montserrat', serif;
}
a.card-input {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    border-radius: 13px;
    flex: 0 0 100%;
    max-width: 100%;
}
a.link {
    cursor: pointer;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 300;
    color: gainsboro;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.link img {
    width: 25px;
    height: auto;
    margin-right: 10px;
}
.align-link {
    background-color: #DE0A1C;
    padding: 15px;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}

.container-img-map {
    position: relative;
    width: 900px;
    height: auto;
    max-width: 100%;
    margin: 0;
    border-radius: 13px;
    overflow: hidden;
}
.container-img-map img {
    display: block;
    width: 100%;
}
.container-animation {
    transition: all .2s ease-in-out;
    transform: translateY(-40px) scale(.95);
    height: calc(100% - 40px);
    max-width: 100%;
    background-size: auto;
    background-color: white;
    border-radius: 13px;
    padding: 20px;
}
.scroll-container {
    height: calc(100% - 50px);
    overflow: auto;
    max-width: 900px;
}
.scroll-container img {
    object-fit: contain;
    width: 100%;
    height: auto;
}
.item-partner {
    padding: 20px;
    display: flex;
}
.item-partner.main img {
    width: 260px;
}
.item-partner.big img {
    width: 200px;
}
.item-partner img {
    width: 120px;
}
.section-program {
    padding: 20px;
    position: relative;
    background: #fdfdfd;
    background-clip: padding-box;
    border: solid 1.5px transparent;
    border-radius: 13px;
    margin-bottom: 15px;
}
.scroll-container .section-program:last-child {
    margin-bottom: 0;
}
.section-program:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1.5px;
    border-radius: inherit;
    background-color: #DE0A1C;
}
.container-loghi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.section-partner h3 {
    font-family: 'Montserrat', serif;
    font-size: 25px;
    font-weight: 300;
    color: #DE0A1C;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}
.item-speaker p {
    margin: 0 0 3px;
    font-family: 'Montserrat', serif;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.item-speaker p.label {
    font-family: 'Montserrat', serif;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #333333;
}
.container-hour-text {
    padding: 2px 12px;
    position: relative;
    background: #fdfdfd;
    background-clip: padding-box;
    border: solid 1.5px transparent;
    border-radius: 13px;
    margin-right: 30px;
    min-width: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}
.container-hour-text:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -3px;
    border-radius: 15px;
    background-color: #DE0A1C;
}
.container-hour-text:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: -1.5px;
    border-radius: 15px;
    background: #fdfdfd;
}
.item-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #cccccc;
}
.item-heading:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.item-heading p {
    font-family: 'Montserrat', serif;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    position: relative;
    z-index: 2;
    margin: 0;
}
.col-title h2.title-program-section {
    color: #DE0A1C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.logo-qromo, .logo-uni-fest {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.logo-qromo {
    width: 90px;
}
.logo-uni-fest {
    margin-bottom: 25px;
}
.logo-qromo img {
    min-width: 80px;
}
.logo-uni-fest img {
    min-width: 160px;
}
.mb-30 {
    margin-bottom: 30px;
}
.popup-program {
    padding: 40px 20px;
}
.popup-map .container-animation {
    height: auto;
}
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background-color: #000000c4;
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column;
    opacity: 0;
    display: flex;
    transition: opacity .2s ease-in-out;
}
.popup.show {
    visibility: visible;
    opacity: 1;
}
.popup.show .container-animation {
    transform: translateY(0) scale(1);
}
.d-n {
    display: none;
}

@media (max-width: 1260px) {
    .col-button h3 {
        font-size: 34px;
    }
    a .col-button {
        height: 200px;
    }
}
@media (max-width: 1080px) {
    .col-button h3 {
        font-size: 28px;
    }
    .wrapper-card .content p {
        font-size: 18px;
    }
    .wrapper-card .content {
        padding: 20px 10px 0;
    }
}
@media (max-width: 800px) {
    a .col-button {
        height: 170px;
    }
    .wrapper-card {
        width: 100%;
        flex: 0 0 100%;
        max-width: 550px;
        margin: 0 auto;
    }
    .align-button {
        padding: 40px 20px;
    }
}
@media (min-width: 720px) {
    .row-content {
        padding: 20px;
    }
    a .col-button p {
        font-size: 26px;
    }
}
@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }
    a .col-button p {
        font-size: 24px;
    }
    .card-indicator {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .col-card {
        padding: 20px 0 10px;
    }
    .col-6-content .title-pseudo {
        font-size: 60px;
        line-height: 55px;
    }
    .col-6-content p span.tear-size {
        font-size: 36px;
        line-height: 36px;
    }
    .col-6-content {
        padding: 0 0 0 30px;
    }
    .col-6-content .title-pseudo span:after {
        top: -60px;
        right: -85px;
        width: 90px;
        height: 80px;
    }
}
@media (max-width: 768px) {
    .powered img {
        height: 24px;
    }
    .powered p {
        font-size: 10px;
    }
    .container {
        max-width: 720px;
    }
    a .col-button {
        height: 200px;
    }
    a .col-button p {
        font-size: 20px;
    }
    .row-banner {
        flex-direction: column;
    }
    .row-content {
        padding: 20px 10px 10px 10px;
    }
}
@media (max-width: 660px) {
    .container {
        max-width: 720px;
    }
    a .col-button p {
        font-size: 20px;
    }
    .align-button {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}
@media (max-width: 576px) {
    .container {
        max-width: 540px;
    }
    a .col-button p {
        font-size: 20px;
    }
    .wrapper {
        background-image: unset;
    }
    .row-banner img.sign-two {
        width: 52px;
    }
    .row-banner img.sign-three {
        width: 70px;
        left: 4%;
        top: 3%;
    }
    .row-banner img.sign-four {
        width: 130px;
    }
    .img-speaker {
        width: 60px;
        height: 60px;
    }
    .item-speaker p.label {
        font-size: 14px;
    }
    .container-img-speaker {
        min-width: 150px;
    }
    .col-card {
        margin: 20px 0 40px;
    }
    .col-title h1 {
        margin: 2px 0 25px;
    }
    .row-card {
        gap: 10px;
    }
    .wrapper-card .content p {
        font-size: 16px;
    }
}
@media  (max-width: 550px) {
    .container-img-speaker {
        flex-direction: column;
        min-width: 80px;
        padding-right: 20px;
    }
}
@media (max-width: 460px) {
    a .col-button {
        height: 180px;
    }
    a .col-button p {
        font-size: 18px;
    }
   .col-title h2 {
        font-size: 34px;
        margin: 5px 0 10px;
    }
    .title-pseudo {
        font-size: 50px;
        line-height: 45px;
    }
    .col-6-content .title-pseudo span:after {
        top: -52px;
        right: -72px;
        width: 75px;
        height: 70px;
    }
    .button-header p {
        font-size: 16px;
        margin: 8px;
    }
    .col-6-content .title-pseudo {
        font-size: 50px;
        line-height: 45px;
    }
    .container-hour-text {
        margin-right: 15px;
    }
    .item-speaker {
        margin-bottom: 15px;
    }
}
@media (max-width: 420px) {
    a .col-button {
        height: 160px;
    }
    a .col-button p {
        font-size: 18px;
    }
    .row-content {
        min-height: 90px;
        padding: 20px 0 0 0;
    }
    .card-indicator p {
        font-size: 14px;
    }
    .card-input .row-content {
        padding: 0 0 0 10px;
    }
    .col-title h1, .col-title h2 {
        line-height: 30px;
        font-size: 30px;
    }
    .col-title p:last-child {
        padding: 0;
    }
    .col-6-content .title-pseudo {
        font-size: 44px;
        line-height: 39px;
    }
    .item-speaker p.label {
        font-size: 12px;
    }
    .item-speaker p {
        font-size: 18px;
    }
    .img-speaker {
        width: 50px;
        height: 50px;
    }
    .section-program {
        padding: 10px;
    }
    .container-img-speaker {
        padding-right: 15px;
    }
}
@media (max-width: 380px) {
    .card-indicator p {
        font-size: 13px;
    }
    .card-indicator p:after {
        top: -42%;
        font-size: 13px;
        left: -7%;
        width: 110%;
        height: 155%;
    }
    a .col-button p {
        font-size: 16px;
    }
    .row-content {
        min-height: 80px;
    }
    .item-speaker p {
        font-size: 16px;
    }
    .img-speaker {
        width: 40px;
        height: 40px;
    }
    .popup-program .container-animation {
        padding: 10px;
    }
    .item-heading p {
        font-size: 12px;
    }
    .container-hour-text {
        min-width: 46px;
        padding: 0 8px;
    }
}
@media (max-width: 320px) {
    a.card-input {
        max-width: calc(100% - 12px);
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .row-card {
        padding: 0 10px;
    }
    .col-6-content .title-pseudo {
        font-size: 40px;
        line-height: 35px;
    }
    .col-6-content p {
        font-size: 18px;
    }
    .col-6-content p span.university-size {
        font-size: 16px;
    }
    .button-header p {
        font-size: 14px;
    }
    .col-6-content .title-pseudo {
        font-size: 40px;
        line-height: 35px;
    }
    .col-6-content p span.tear-size {
        font-size: 29px;
        line-height: 33px;
        margin-left: 4px;
    }
    .section-partner h3 {
        font-size: 28px;
        line-height: 30px;
    }
}