.shadow-fixed {
    box-shadow: 0px -1px 10px #00000075;
}

.shadow-card {
    box-shadow: 0px 0px 10px #00000075;
    background-color: #fff;
    min-height: 440px;
}

.bg-yellow-hero {
    background-image: url(../img/dotted_bg_landscape.svg);
    background-size: cover;
    background-position: center center;
}

.bg-house {
    background-image: url(../img/house-xl.png);
    background-size: cover;
    background-position: center bottom;
}

.highlight {
    color: #fff;
    background-color: #007bff;
    padding-left: 3px;
    padding-right: 3px;
}

.nopromo-view-date {
    color: #007bff;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2em;
}

.promo-view-date {
    display: none;
}

section:not(:first-child) {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
}

.private-intro a {
    text-decoration: none;
}

.private-intro a:hover {
    text-decoration: underline;
}

/* CHI SIAMO*/
.num-number {
    font-size: 2.5rem;
    font-weight: 600;
}

.num-title {
    font-size: 1.1rem;
    font-weight: 500;
}

/* DICONO DI NOI */
.carousel-inner {
    min-height: 350px;
    background-color: #eeeeee;
    border-radius: 10px;
}

.carousel-item {
    padding: 20px;
}

.carousel-item .row:nth-child(2) {
    margin-top: 20px;
}

.carousel-item img {
    width: 175px;
    border-radius: 50%;
    border: 1px solid #007bff;
}

.carousel-control-prev {
    left: -16.666666665%;
    opacity: 1;
}

.carousel-control-next {
    right: -16.666666665%;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    color: #007bff;
    font-size: 35px;
}

.dicono-name {
    font-weight: 600;
}

.dicono-company {
    color: #28a745;
}

.dicono-location {
    font-style: italic;
    font-weight: 300;
}

.img-brand {
    width: 170px;
}

/* FAQ */
.accordion-item {
    border: unset;
}

.accordion-button {
    background-color: #fff !important;
    color: #1d1e1c !important;
    box-shadow: unset !important;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #004a99 !important;
}

.accordion-body {
    background: #e6f2ff;
    border-radius: 10px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
}

.accordion-button:focus {
    box-shadow: unset;
}

.color-success {
    fill: #28a745 !important;
    fill: #28a745 !important;
    color: #28a745 !important;
    color: #28a745 !important;
}

.btn-ga-link {
    color: #007bff;
    border: none !important;
}

.font-size-1r {
    font-size: 1rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

@media (min-width: 768px) {
    .bg-house {
        background-image: url(../img/house-xl.png);
        background-size: cover;
        background-position: center bottom;
    }
}
