body, html {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100% !important;
}

.borgogna, .btn-danger {
    background-color: #b20043;
    border: 1px solid #b20043;
}

.btn-danger {
    border-radius:80px;
    font-weight:bold;
}

.borgogna a.nav-link {
    color: #fff !important;
}

.borgogna-text {
    color: #b20043;
}


.container {
    max-width: 1700px;
}

.nav-item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}


.nav-item a::before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 0;
    height: 3px;
    transition: all 0.4s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-item:hover a::before {
    width: 100% !important;
    transition: all 0.4s ease-out;
}

.slick-dots li button::before {
    font-size: 15px;
    color: #fff;
}

.slick-dots li.slick-active button::before {
    font-size: 15px;
    color: #b20043;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 20px;
}

.bg1 {
    background-image: url('../images2021/bg1.jpg');
    background-size: contain;
    background-repeat: repeat-y;
}

.bg3 {
    background-image: url('../images/bg3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.bg3-2 {
    background-image: url('../images/bg3-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.bg4 {
    background-image: url('../images/bg4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-attachment: fixed;
    background-position: center;
}

#about {
    clear: both;
    background-image: url('../images2021/bg-info.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

#about h1 {
    color: #000;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

#festival {
    background: #fff;
    color: #000;
    text-align: justify
}

.box-text {
    height: 100%;
    font-size: 1.5rem;
}

.box-text h2 {
    font-weight: bold;
}

#ticket {
    clear: both;
    background-image: url('../images2021/parco.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 650px;
}

.box-text-paralax {
    background: #fff;
    text-align: justify;
    color: #000;
}

#ticket .container-full, #ticket .row, #ticket .col-md-6 {
    height: 100%;
}

#programma {
    background: #fff;
    color: #000;
    font-size: 1.5rem;
    text-align: center;
}
.programma-border{
    border-top:3px solid #d3cfd1;
    border-bottom:3px solid #d3cfd1;
}

.th {
    width: 165px;
    text-align: right;
    font-weight: bold;
    padding-right: 30px;
}

.td {
    width: 100%;
}

.calendar {
    padding: 0 185px;
}

.calendar-2 {
    padding: 0 200px;
    margin-bottom: 30px;
}

.calendar dl.first {
    padding-right: 50px;
}

.calendar .second {
    margin-left: 50px;
}

.calendar-2 .th {
    width: 140px;
}

.th {
    vertical-align: top;
}

.gala-text {
    font-size: 22px;
    font-weight: bold;
    padding: 20px 200px;
    margin-bottom: 30px;
}

.gala-text p {
    padding: 10px 5px 0 5px;
}

a.card-container {
    background: #fff;
    display: block;
    padding: 10px;
    margin: 100px 10px;
    color: #000;
    text-decoration: none;
}

.card-container .figure-box {
    position: relative;
}

.card-container .overflow {
    overflow: hidden;
}

.card-container img {
    transition: transform 1s ease-in-out;
}

.card-container:hover img {
    transform: scale(1.5);
    transition: all 1s ease-in-out;
}

.card-container .heart-box {
    background-color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20px;
    right: 20px;
}

.card-container div.figure-box i {
    font-size: 22px;
    color: #000;
}

.card-text {
    padding: 25px 20px;
}

.card-text .data {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

.card-text p {
    margin-bottom: 1px;
    line-height: 18px;
}

.card-text .text-card {
    font-weight: bold;
}

.card-text .dove {
    font-size: 12px;
    font-style: italic;
}

#ticket {
    position: relative;
}

#partners {
    color: #000;
    font-size: 22px;
}

#partners #dwn_pdf a, #partners #dwn_pdf {
    font-weight: bold;
}


.partner-item a {
    position: relative;
    display: block;
}

.partner-item p {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.partner-image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #b20043;
}

.hide {
    display: none;
}


.partner-item a:hover .overlay {
    opacity: 0.6;
}


#contatti {
    font-size: 18px;
}

#contatti span {
    font-size: 22px;
}

#contatti a {
    color: #fff;
}

footer {
    background: #000;
    color: #fff;
    padding: 30px 0;
}

footer a {
    color: #fff;
    font-size: 24px;
    margin: 0 10px;
}

.ml12 .letter {
    display: inline-block;
    line-height: 1em;
    color: #b20043;
    font-weight: bold;
}

div.anchor {
    position: absolute;
    left: 0px;
    top: -70px;
}

@media (max-width: 1200px) {
    .calendar, .calendar-2 {
        padding: 0 80px;
    }
}

@media (max-width: 576px) {
    #about {
        padding-top: 0px !important;
    }

    #about .container {
        padding-top: 10px !important;
    }

    #about h1 {
        font-size: 22px !important;
    }

    #about p {
        font-size: 14px;
    }

    dt {
        text-align: left;
    }

    #festival h2 {
        margin-top: 20px !important;
        font-size: 30px !important;
    }

    .calendar {
        margin-bottom: 20px !important;
    }

    .calendar dl.first {
        padding-right: 0;
    }

    .calendar dl.second {
        padding-right: 0;
    }

    .libro {
        text-align: center;
    }

    .gala-text {
        padding: 0;
        line-height: 19px;
        font-size: 18px;
        margin-bottom: 0;
    }

    a.card-container {
        margin: 30px 10px;
    }

    #festival .d-flex {
        display: block !important;
    }

    #festival .th {
        width: 100%;
        text-align: left;
        font-weight: bold;
    }

    #festival .d-flex.d-flex-libro {
        display: flex !important;
        flex-flow: column-reverse;
    }

    #festival .d-flex .libro {
        margin-bottom: 20px;
        text-align: center;
    }

    #festival .d-flex .giornale {
        text-align: center;
    }

    .calendar {
        padding: 0 20px !important;
    }

    .calendar2 {
        padding: 0 20px !important;
    }
}


@media (max-width: 768px) {
    .calendar .second {
        margin-left: 0px !important;
    }
}


@media (max-width: 992px) {
    .calendar {
        padding: 0 20px;
    }

    .calendar-2 {
        padding: 0 30px;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #ffffff;
    }

    .text-container1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .gala-text {
        padding: 20px 30px;
    }
}

.info {
    width: 50%;
}

.into-item img {
    max-width: 70px;
    height: auto;
    margin-right: 5%;
}

.into-item p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
}


@media (max-width: 420px) {
    .info{
        width:90%;
    }
    .into-item img{
        max-width:50px;
    }
    #about{
        padding-bottom: 0 !important;
    }
    .no-mob{
        display:none;
    }
}

#comunicazione{
    color:#000;
}