
.title h1 {
    font-family: Inter, 'sans-serif';
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: white;
}


/* RXSECTION3 SECTION */

.evento_seconda_sezione3-section {
    background-color: #000000;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, 'sans-serif';
}

/* RXSECTION3 CONTAINER */

.evento_seconda_sezione3-container {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
    font-family: Inter, 'sans-serif';
}

/* RXSECTION3 CONTAINER SECTIONS */

.evento_seconda_sezione3-container-sections {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: Inter, 'sans-serif';
}

/* COLONNE */

.evento_seconda_sezione3-cols-4 {
    flex: 0 0 60%;
    box-sizing: border-box;
    text-align: left;
}

.evento_seconda_sezione3-2-cols-4 {
    flex: 0 0 35%;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 40px;
    text-align: left;
}



/* TITOLO */

.evento_seconda_sezione3-title {
    font-family: Inter, sans-serif;
    color: #efefef;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 8px;
}


/* SOTTOTITOLO */

.evento_seconda_sezione3-subtitle {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #efefef;
}

/* DESCRIZIONE */
.evento_seconda_sezione3-description {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #efefef;
    padding-bottom: 20px;
}
/* DESCRIZIONE */
.evento_seconda_sezione3-description2 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #efefef;
}

a {
    text-decoration: underline;
      font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #efefef;

}

/* MEDIA QUERIES */
@media (max-width: 409px) {
    .evento_seconda_sezione3-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .evento_seconda_sezione3-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .evento_seconda_sezione3-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 700px) and (max-width: 750px) {
    .evento_seconda_sezione3-cols-4 {
        flex: 0 0 50%;
        padding-bottom: 50px;
    }
    .evento_seconda_sezione3-2-cols-4 {
        flex: 0 0 50%;
        padding-bottom: 50px;
    }
    .evento_seconda_sezione3-3-cols-4{
        flex: 0 0 100%;
    }
}

@media (max-width: 699px) {
    .evento_seconda_sezione3-cols-4 {
        flex: 0 0 100%;
        padding-bottom: 50px;
    }
    .evento_seconda_sezione3-2-cols-4{
        flex: 0 0 100%;
    }
    .evento_seconda_sezione3-3-cols-4{
        flex: 0 0 100%;
    }
    .evento_seconda_sezione3-container {
        padding-top: 0px;
    }
}

/* DESCRIZIONE */
@media (max-width: 1128px) {
    .evento_seconda_sezione3-description,
    .evento_seconda_sezione3-title,
    .evento_seconda_sezione3-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .evento_seconda_sezione3-description,
    .evento_seconda_sezione3-title,
    .evento_seconda_sezione3-subtitle {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .evento_seconda_sezione3-description,
    .evento_seconda_sezione3-title,
    .evento_seconda_sezione3-subtitle {
        line-height: 20px;
        font-size: 14px;
    }
}

@media (max-width: 369px) {
    .title h1 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 370px) and (max-width: 820px) {
    .title h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .title h1 {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 944px) and (max-width: 1066px) {
    .title h1 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 1067px) and (max-width: 1080px) {
    .title h1 {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (max-width: 699px) {
    .evento_seconda_sezione3-cols-4,
    .evento_seconda_sezione3-2-cols-4,
    .evento_seconda_sezione3-3-cols-4 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.evento_countdown {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  display: flex;
  gap: 20px;
  justify-content: left;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  color: #efefef;
}

.evento_countdown span {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
}

.evento_countdown strong {
  font-size: 36px;
  line-height: 42px;
  color: #efefef;
  font-weight: 600;;
}

.evento_countdown .label {
  font-size: 18px;
  line-height: 24px;
  color: #efefef;
  margin-top: 4px;
}

@media (max-width: 369px) {
    .evento_countdown strong {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {
    .evento_countdown strong {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {
    .evento_countdown strong {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    .evento_countdown strong {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .evento_countdown strong {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {
    .evento_countdown strong {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {
    .evento_countdown strong {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {
    .evento_countdown strong {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {
    .evento_countdown strong {
        font-size: 33px;
        line-height: 39px;
    }
}


@media (min-width: 850px) and (max-width: 964px) {
    .evento_countdown strong {
        font-size: 35px;
        line-height: 41px;
    }
}

@media (min-width: 700px) and (max-width: 818px) {
    .evento_seconda_sezione3-2-cols-4 {
        padding-left: 50px;
    }
}


@media (min-width: 800px) and (max-width: 1000px) {
    .evento_seconda_sezione3-2-cols-4 {
        padding-left: 50px;
    }
}

@media (min-width: 700px) and (max-width: 799px) {
     .evento_seconda_sezione3-2-cols-4 {
        padding-left: 30px;
    } 

    .evento_seconda_sezione3-2-cols-4 {
        flex: 0 0 40%;
        padding-right: 0px;
    }
}