#main {
    padding-left: 0;
    padding-right: 0;
}

/* Pulsanti */
.desktop #buttons-bar.sticky-top {
    top: 65px;
}

.mobile #buttons-bar.sticky-top {
    top: 61px;
}

#buttons-bar .row > div {
    position: relative;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px 10px 0px 0px;
    height: 50px;
    color: #fff;
    z-index: 1;
}

#buttons-bar .row > div.col-1 {
    width: 2%;
}

#buttons-bar .row > div.col-5 {
    width: 48%;
}

#buttons-bar .row > div.col-spacer,
#buttons-bar .row > div.btn-trigger:not(.active) {
    border-bottom-color: #00b3a4;
}

#buttons-bar .row > div.col-spacer.col-first,
#buttons-bar .row > div.col-spacer.col-last {
    border-right: 0px;
    border-left: 0px;
    z-index: 5;
}

#buttons-bar .row > div.col-spacer.col-last {
    margin-left: -2px !important;
}

#buttons-bar .row > div.btn-trigger {
    padding: 0.75rem !important;
    cursor: default;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-left: -2px;
}

#buttons-bar .row > div.btn-trigger.active {
    border-color: #00b3a4;
    border-bottom-color: #fff;
    color: #00b3a4;
    z-index: 10;
}

#buttons-bar .row > div.btn-trigger:not(.active) {
    background-color: #cdf0ed;
}

#buttons-bar .row > div.btn-trigger:not(.active):hover {
    cursor: pointer;
    background-color: #00b3a4 !important;
}

/* Immagine cassa */
#row-cassa img {
    max-height: 430px;
}

/* Immagine Condivisione su Whatsapp */
#row-condivisione img {
    max-height: 350px;
}

/* Solo schermi piccoli (fino a Bootstrap MD) */
@media (max-width: 576px) {
    .landing-page-container img {
        max-height: 280px !important;
    }
}

/* Bootstrap fino a LG */
@media (max-width: 992px) {
    .landing-page-container img {
        max-height: 350px;
    }
}

/* Bootstrap XL */
@media (min-width: 1200px) {
    .landing-page-container .fs-5,
    .landing-page-container.fs-5,
    #attivazione-container.fs-5 {
        font-size: 1.75rem !important;
    }

    #buttons-bar .row > div {
        height: 73px !important;
    }
}
