.nav-home {
    padding: 6px 1em 6px 1em;
    margin: 0 1em 0 1em;
    background-color: #009FE3;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.nav-home:hover {
    color: white;
}

#pulse {
    width: 100%;
    background-image: url(images/studio-riunito.jpg);
    background-position: 0px -100px;
    background-repeat: no-repeat;
    background-color: #CEF;
    background-blend-mode: multiply;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    opacity: 100%;
}
#ti-dental-mark {
    margin: 108px;
    border: 5px solid #009FE2;
    background: rgba(255, 255, 255, 0.87);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    padding: 3em 7em 2em 7em;
}

#ti-dental-mark .logo {
    font-weight: 600;
    font-size: 53px;
    line-height: 60px;
}

#ti-dental-mark .slogan {
    font-weight: 600;
    font-size: 18px;
}

HR {
    border-top: 2px solid #009FE3;
    width: 100%;
}

.old-price {
    text-decoration: line-through;
}

#dental-pro-shop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 1em;
    flex-wrap: wrap;
}

#dental-pro-shop A {
    text-decoration: none;
}

#dental-pro-shop A DIV {
    margin: 1em;
    width: 15em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 10ex;
}

#dental-pro-shop A DIV:hover {
    background-color: yellow;
}

#dental-pro-shop A:nth-child(odd) DIV{
    background-color: #666666;
}

#dental-pro-shop A:nth-child(even) DIV{
    background-color: #009FE3;
}

#dental-pro-shop A:nth-child(odd) DIV:hover{
    background-color: #CCCCCC;
}

#dental-pro-shop A:nth-child(even) DIV:hover{
    background-color: #90D5F3;
}

#dental-pro-shop A DIV DIV.text {
    background-color: transparent;
    width: max-content;
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    height: auto;
}

#dental-pro-shop A DIV DIV.icon {
}

#dental-pro-shop A DIV DIV.icona-camion {
    background-color: transparent;
    background-image: url(images/icona-camion.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
}

#dental-pro-shop A DIV DIV.icona-soldi {
    background-color: transparent;
    background-image: url(images/icona-soldi.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
}

#dental-pro-shop A DIV DIV.icona-consulenza {
    background-color: transparent;
    background-image: url(images/icona-consulenza.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
}

#promo-title {
    font-size: 42px;
    font-weight: 600;
    color: #009FE3;
    text-align: center;
    padding: 1.5em 1em 1em 1em;
}

#promo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
}

#promo A {
    text-decoration: none;
    display: flex;
    flex: row nowrap;
    align-items: stretch;
    justify-content: end;
    max-width: 300px;
    margin: 2em;
}

.promo-card {
    border: 2px solid #009FE3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 1em;
    padding: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: max-content;
}

.promo-card:hover {
    opacity: 0.5;
}

.promo-card IMG {
    flex-grow: 1;
}

.promo-card DIV.text {
    text-align: center;
}

.tds-bt {
    font-size: 18px;
}

#vantaggi {
    margin: 0.5em 1em 0.5em 1em;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-around;
    max-width: 1240px;
}

#vantaggi A {
    margin: 0.5em 1em 0.5em 1em;
    padding: 0.2em 0.4em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    flex: 1;
    flex-grow: 1;
    flex-basis: 45%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: start;
}

#vantaggi DIV {
    margin: 0.5em 1em 0.5em 1em;
    padding: 0.2em 0.4em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    flex: 1;
    flex-grow: 1;
    flex-basis: 45%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: start;
}

#vantaggi A:hover {
    opacity: 0.5;
}


#vantaggi A DIV {
    margin: 0px 40px 0px 40px;
    padding: 0px;
    flex-grow: 0;
    flex-basis: auto;
}

#vantaggi A DIV.vantaggi-text {
    font-size: 42px;
}

#vantaggi A DIV.spacer {
    height: 8ex;
}

#vantaggi A DIV.vantaggi-button {
    background-color: #666666;
    color: white;
    padding: 0.5em 1em;
    margin-bottom: 40px;
}

#partner {
    display: flex;
    width: 100%;
    flex-flow: column nowrap;
    align-items: center;
    background-image: url(images/dente.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 0;
}

#dental-pro-slogan {
    font-family: playfair-display, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
}

