@charset "utf-8"; /* CSS Document */
.consenso {
    background: #dee4e7;
}

.consenso .full-h {
    position: absolute !important;
    top: 0;
    left: 0;
    /* background: #fff; */
    right: 0;
    bottom: 0;
    padding-top: 5.5rem;
}

div#modal-msg-text-cf h4 {
    font-size: 1.8rem;
    text-align: center;
    background: #5a4a42;
    color: #fff;
    padding: .5rem
}
p.last-back {text-align: center;padding: 1.5rem 0;border-top: 1px dashed #eee;margin-top: 1rem;}
div#modal-msg-text-cf hr+.btn {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-decoration: underline
}

#results {
    /* max-height:100vh; */
    padding-top: 25rem;
    overflow: auto;
}

div#donna.full-h {
    background: #fefefe;
}

.noo {
    display: none
}

.toppest {
    z-index: 9 !important
}

.btn {
    transition: .3s;
    box-shadow: 0 0 0
}

.btn.hover-effect {
    background: #d05f26 !important;
    box-shadow: 0 25px 20px -15px rgba(0, 0, 0, .4) !important
}

.trigger {
    transition: .3s
}

.trigger.hover-effect {
    background: #d05f26;
    font-weight: 600;
    color: #fff;
}

.inizia .btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #000;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    padding: 1rem 1.5rem;
    background: #fff;
    mix-blend-mode: screen;
    font-size: 1.5rem;
    font-weight: 900
}

.consenso #masthead {
    top: -100px
}

.consenso #masthead.down {
    top: 0
}

.dati-box {
    position: relative;
    top: 15%;
    max-width: 700px;
    margin: auto;
    display: block;
}

.dati-box h1 {
    font-size: 1.35rem;
    text-align: center;
    margin-bottom: 1.8rem;
    opacity: 0;
    transition: .3s 1s;
    position: relative;
    top: -.725rem
}

.seen .dati-box h1 {
    opacity: 1;
    top: 0
}

.input-box {
    position: relative;
    opacity: 0;
    transition: .3s 1.5s;
    top: -.725rem;
    margin: 0;
}

.nascita {
    margin-top: 1rem
}

.nascita .input-box {
    width: 38%;
    float: left;
}

.nascita .input-box:nth-of-type(2) {
    margin: 0 2%;
    width: 20%;
}

.nascita .input-box label {
    display: block;
    width: 100%;
    margin: 0;
    position: static;
    border-bottom: 3px solid #5a4a42;
}

.nascita .input-box label+input {
    display: block;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 .5rem;
    margin-bottom: 0.9rem;
    background: rgb(255 255 255 / 67%);
    transition: .3s;
}

.input-box + .input-box {
    transition: .3s 1.8s
}

.input-box + .input-box + .input-box {
    transition: .3s 2.1s
}

.seen .input-box {
    top: 0;
    opacity: 1;
}

.input-box label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    height: 47px;
    width: 140px;
    padding: 0.65rem 0 0 1.1rem;
    background: rgb(255 255 255 / 68%);
    font-weight: 400;
}

.input-box input {
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 1rem;
    border-bottom: 3px solid #5a4a42;
    margin-bottom: 0.9rem;
    outline: 0;
    padding-left: 155px;
    background: rgb(255 255 255 / 67%);
    transition: .3s;
}

.input-box input:focus {
    box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .3);
    border-bottom: 3px solid #d05f26;
}

.sesso {
    position: relative;
    top: -.725rem;
    transition: .3s 2.2s;
    opacity: 0;
}

.seen .sesso {
    top: 0;
    opacity: 1
}

.sesso .label {
    display: inline-block;
    font-size: 1rem;
    height: 47px;
    width: 140px;
    padding: 0.65rem 0 0 1.1rem;
    background: rgb(255 255 255 / 68%);
    font-weight: 400;
    border-bottom: 3px solid #5a4a42;
    position: relative
}

.radio-b {
    display: inline-block;
    height: 47px;
    width: 132px;
    font-size: 0.9rem;
    height: 47px;
    width: 252px;
    padding: 0.65rem 0 0 4rem;
    background: rgb(255 255 255 / 68%);
    font-weight: 400;
    margin: 0px 1.5rem 0 1.5rem;
    box-sizing: border-box;
    position: relative;
}

.radio-b + .radio-b {
    margin: 0
}

.radio-b input {
    /* display: none; */
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
    opacity: 0;
    z-index: +3;
}
.sesso .radio-b input {
   display: no ne; 
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    z-index: 5;
}
.radio-b label {
    display: block
}

.radio-b:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #b7b7b7;
    width: 47px;
    bottom: 0;
    z-index: 1;
}

#provincia,#comune {
    height: 50px;
    border: 0;
    width: 100%
}

.radio-b input:checked + label {
    font-weight: 600
}

.radio-b input + label:before {
    content: "";
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #5a4a42;
    left: 22px;
    transform-origin: center;
    transform: rotate(-45deg);
    z-index: 2;
    opacity: 0;
    bottom: 0;
    transition: .3s;
}

.radio-b input + label:after {
    content: "";
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #5a4a42;
    left: 22px;
    transform-origin: center;
    transform: rotate(45deg);
    z-index: 2;
    opacity: 0;
    bottom: 0;
    transition: .3s;
}

.radio-b input:checked + label:before, .radio-b input:checked + label:after {
    opacity: 1 !important;
}

input.compilalo, .compilalo {
    border: 2px solid red
}

.avanti-fake {
    transition: .3s 2.6s;
    opacity: 0
}

.seen .avanti-fake {
    opacity: 1
}

span.btn.avanti, .avanti-fake {
    position: absolute;
    left: 0;
    right: 0;
    color: #dee4e7;
    box-shadow: 1px 18px 20px -10px rgb(0 0 0 / 30%);
    width: fit-content;
    width: -moz-fit-content;
    margin: 1rem auto;
    padding: 1rem 1.5rem;
    background: #5a4a42;
    mix-blend-mode: multiply;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

span.btn.avanti.back-donna {
    opacity: 1 !important;
    bottom: 0;
    z-index: 55
}

.noanim, .noanim * {
    transition: unset !important
}

.img-box {
    position: absolute;
    top: 0;
    width: 600px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20 !important;
}

.img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: +1;
    right: 0;
    z-index: 1;
    /* mix-blend-mode: multiply; */
    opacity: 0;
    transition: opacity .3s;
}

#donna .img-box.hover-viso:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/donna-viso.svg) center 94%/ auto 75% no-repeat;
}

#uomo .img-box.hover-viso:before {
    opacity: 1;
    mix-blend-mode: multiply;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/uomo-viso.svg) center 94%/ auto 75% no-repeat;
}

#donna .img-box.hover-seno:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/donna-seno.svg) center 94%/ auto 75% no-repeat;
}

#uomo .img-box.hover-petto:before {
    opacity: 1;
    mix-blend-mode: multiply;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/uomo-petto.svg) center 94%/ auto 75% no-repeat;
}

#donna .img-box.hover-addome:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/donna-addome.svg) center 94%/ auto 75% no-repeat;
}

#uomo .img-box.hover-addome:before {
    opacity: 1;
    mix-blend-mode: multiply;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/uomo-addome.svg) center 94%/ auto 75% no-repeat;
}

#donna .img-box.hover-braccia:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/donna-braccia.svg) center 94%/ auto 75% no-repeat;
}

#uomo .img-box.hover-braccia:before {
    opacity: 1;
    mix-blend-mode: multiply;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/uomo-braccia.svg) center 94%/ auto 75% no-repeat;
}

#donna .img-box.hover-glutei:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/donna-glutei.svg) center 94%/ auto 75% no-repeat;
}

#uomo .img-box.hover-glutei:before {
    opacity: 1;
    mix-blend-mode: multiply;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/uomo-glutei.svg) center 94%/ auto 75% no-repeat;
}

#donna .img-box.hover-gambe:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/donna-gambe.svg) center 94%/ auto 75% no-repeat;
}

#uomo .img-box.hover-gambe:before {
    opacity: 1;
    mix-blend-mode: multiply;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/uomo-gambe.svg) center 94%/ auto 75% no-repeat;
}

#donna .img-box {
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/donna.svg) center 94%/ auto 75% no-repeat;
    /* mix-blend-mode: multiply; */
    z-index: 2;
}

#viso .img-box {
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/viso.png) center 99%/ auto 75% no-repeat, url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/superiore.png) center 99%/ auto 75% no-repeat, url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/medio.png) center 99%/ auto 75% no-repeat, url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/inferiore.png) center 99%/ auto 75% no-repeat ;
    mix-blend-mode: luminosity;
    z-index: 15 !important;
}

#viso-u-s .img-box {
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/viso-u.png) center 99%/ auto 82% no-repeat, url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/superiore-u.png) center 99%/ auto 82% no-repeat, url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/medio-u.png) center 99%/ auto 82% no-repeat, url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/inferiore-u.png) center 99%/ auto 82% no-repeat;
    /* mix-blend-mode: luminosity; */
    z-index: 15 !important;
}

#viso .img-box[data-sect="superiore"] {
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/superiore.png) center 99%/ auto 75% no-repeat;
}

#viso-u-s .img-box[data-sect="superiore-u"] {
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/superiore-u.png) center 99%/ auto 82% no-repeat;
}

#viso .img-box[data-sect="medio"] {
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/medio.png) center 99%/ auto 75% no-repeat, url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/superiore.png) center 99%/ auto 75% no-repeat;
}

#viso-u-s .img-box[data-sect="medio-u"] {
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/medio-u.png) center 99%/ auto 82% no-repeat, url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/superiore-u.png) center 99%/ auto 82% no-repeat;
}

#viso .img-box[data-sect="inferiore"] {
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/inferiore.png) center 99%/ auto 75% no-repeat, url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/superiore.png) center 99%/ auto 75% no-repeat;
}

#viso-u-s .img-box[data-sect="inferiore-u"] {
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/inferiore-u.png) center 99%/ auto 82% no-repeat, url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/superiore-u.png) center 99%/ auto 82% no-repeat;
}

#uomo .img-box {
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/uomo.svg) center 94%/ auto 75% no-repeat;
    /* mix-blend-mode: multiply; */
    z-index: 2;
}

.whois {
    position: relative;
    z-index: 999;
}

.paziente-dati {
    display: block;
    width: 100%;
    padding: 0.7rem 0 .25rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    background: white;
    margin: 0;
}

.paziente-dati + p {
    text-align: center;
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
    background: white;
    padding-bottom: 0.4rem;
}

.paziente-dati + p + p {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0
}

.dist {
    border-bottom: 1px dashed #333;
    padding: 0 8rem;
    position: relative;
    /* top: -11px; */
}

.top {
    height: 63px;
    background: rgb(253 254 255 / 20%);
    margin-top: 2rem;
}

.middle {
    height: 61px;
    background: rgb(255 255 255 / 40%);
}

.middle-bott {
    height: 55px;
    background: hsl(0deg 0% 84%);
}

.bottom {
    height: 52px;
    background: #c9c9c9;
}

.bottom-bott {
    height: 320px;
    background: rgb(255 255 255 / 20%);
}

.area {
    font-size: 1.725rem;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
}

.braccia,.braccia-u-s {
    position: absolute;
    right: 0rem;
    top: -3px;
    bottom: 0;
    padding-top: 1rem;
    left: 60%;
    text-align: right;
    padding-right: 8rem;
    z-index: 2;
}

.gambe,.gambe-u-s {
    position: absolute;
    right: 0rem;
    top: 0;
    background: hsl(0deg 1% 76%);
    bottom: 0;
    padding-top: 3rem;
    left: 0;
    text-align: right;
    height: 320px;
    padding-right: 8rem;
}

.viso,.viso-u-s {
    position: absolute;
    left: 0rem;
    top: -22px;
    background: #edecec;
    bottom: 0;
    padding-top: 1rem;
    padding-left: 8rem;
    right: 0;
}

.seno,.petto-u {
    position: absolute;
    left: 0rem;
    top: 0;
    bottom: 0;
    padding-top: 1rem;
    padding-left: 8rem;
    right: 61%;
}

.dist .seno {
    background: #dddddd;
    right: 0;
    top: 0;
    bottom: 50%;
    height: 61px;
}

#seno .dist .seno {
    background: #d05f26;
    right: 0;
    top: 0;
    bottom: 50%;
    height: 781px;
    ; color: #fff
}

.addome,.addome-u-s {
    position: absolute;
    left: 0rem;
    top: 10.1px;
    bottom: 0;
    padding-top: 0rem;
    padding-left: 8rem;
    right: 41%;
}

.glutei ,.glutei-u-s {
    position: absolute;
    right: 0rem;
    top: 0;
    bottom: 0;
    padding-top: 0.2rem;
    padding-right: 8rem;
    left: 57%;
    text-align: right;
}

.primo {
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    height: 280px;
    background: rgb(255 255 255 / 28%);
}

.primo .area {
    top: 180px !important
}

#viso-u-s .primo .area {
    top: 140px !important
}

#viso-u-s .primo {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    height: 234px;
}

.secondo {
    position: absolute;
    top: 372px;
    left: 0;
    right: 0;
    height: 156px;
    background: rgb(255 255 255 / 48%);
}

#viso-u-s .secondo {
    position: absolute;
    top: 323px;
    left: 0;
    right: 0;
    height: 175px;
}

.terzo {
    position: absolute;
    top: 528px;
    left: 0;
    right: 0;
    height: 175px;
    background: rgb(255 255 255 / 68%);
}

#viso-u-s .terzo {
    position: absolute;
    top: 497px;
    left: 0;
    right: 0;
    height: 191px;
}

.terzo .area {
    top: 24px !important;
}

#viso-u-s .terzo .area {
    top: 30px !important
}

#viso .area,#viso-u-s .area {
    font-size: 1.625rem;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    bottom: unset;
    left: 0;
    z-index: 10;
    top: 34%;
    margin: 0;
    padding-top: 0;
}

.trigger-pop {
    position: absolute;
    left: 0;
    padding-left: 3rem;
    right: 0;
    bottom: 0;
    padding-top: 1rem
}

.list, .one-list {
    position: fixed;
    z-index: 3;
    right: 2%;
    top: 226px;
    left: 67%;
    background: #fff;
    padding: 1rem;
    z-index: 27;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .5), 0 0px 20px -5px rgba(0, 0, 0, .2);
}
#superiore-u{
    top:170px
}
#seno .one-list {
    position: fixed;
    z-index: 3;
    right: 2%;
    top: 266px;
    left: 67%;
    background: #fff;
    padding: 1rem;
    z-index: 27;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .5), 0 0px 20px -5px rgba(0, 0, 0, .2);
}
#addome .one-list,#braccia .one-list,#glutei .one-list,#gambe .one-list{
    top:300px
}
#medio.list  {
    top: 320px;
}
#medio-u.list {
    top: 280px;
}
#inferiore.list,#inferiore-u.list {
    top: 396px;
}

.list .radio-b,.one-list .radio-b {
    background: transparent;
    display: block;
    margin: .35rem 0 0 !important;
    width: 100%;
    text-transform: uppercase;
    padding-left: 2.9rem;
    font-weight: 600 !important;
    height: auto;
    position: relative;
    z-index: +1;
   
   
}

.list .radio-b label , .one-list .radio-b label {
    width: 100% !important
}

.list .radio-b:before,.one-list .radio-b:before {
    width: 36px;
    height: 36px;
}

.list .radio-b input + label:before,.one-list .radio-b input + label:before {
    left: 17px;
    top: -2px;
    height: 40px;
}

.list .radio-b input + label:after,.one-list .radio-b input + label:after {
    left: 17px;
    top: -3px;
    height: 43px;
}

.pop-up {
    background: #d05f26;
    transition: .3s;
}

.area:after {
    content: "";
    left: 3rem;
    position: absolute;
    top: 41px;
    height: 3px;
    width: 0;
    background: #fff;
    z-index: 1;
    transition: .3s .3s
}

.pop-up .area:after {
    width: 69%;
}

.pop-up > span {
    font-weight: 700 !important;
    color: #fff;
}

.controller {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 50;
    padding: .5rem 1rem;
    text-align: center;
    bottom: -80px;
    transition: .3s .5s ease-in-out;
}

.controller.up {
    bottom: 0
}

.back-donna, .fine-donna, .back-uomo, .fine-uomo, .btn-invia {
    color: #dee4e7;
    box-shadow: 1px 18px 20px -10px rgb(0 0 0 / 30%);
    width: fit-content;
    width: -moz-fit-content;
    margin: 1rem auto;
    padding: .725rem 1.5rem;
    background: #5a4a42;
    mix-blend-mode: multiply;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 1rem;
    text-transform: uppercase;
    display: inline-block;
}

.back-donna, .back-uomo {
    background: #fff;
    color: #5a4a42 !important;
    border: 1px solid
}

.result-box {
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 1.25rem;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 35px 25px -30px rgba(0, 0, 0, .2);
}

[class*="intervento"] {
    left: 3.5rem;
    position: relative;
    border-bottom: 1px dashed #b8b8b8;
    padding: 0 2rem 0 1rem;
    max-width: 90%
}

[class*="intervento"]:before {
    content: "";
    position: absolute;
    left: -1.2rem;
    top: .725rem;
    transform-origin: center;
    height: 10px;
    width: 25px;
    transform: rotate(-45deg);
    border-left: 2px solid #0b8500;
    border-bottom: 2px solid #0b8500;
    padding-left: 1rem;
}

.alert-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 62%);
    opacity: 0;
    z-index: -1;
    transition: .3s .5s;
}

.alert-box.pop-over {
    z-index: 999;
    opacity: 1
}

.alert-text {
    position: absolute;
    z-index: 999;
    top: 50%;
    width: 500px;
    height: 300px;
    transform: translate(-50%, -50%);
    border-radius: .5rem;
    left: 50%;
    padding: 2rem;
    background: rgb(255 255 255);
}

span.close-pop {
    background: #fff;
    font-size: 2rem;
    width: 3rem;
    z-index: 9999;
    height: 3rem;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    top: -10px;
    right: -10px;
    box-shadow: 0 4px 22px -4px rgb(0 0 0 / 30%);
    border: 2px solid #c6c6c6;
    background: #fff;
}

.txt-wrap {
    text-align: center;
    font-size: 1.25rem
}

#seno .img-box:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/seno-sect-2.png) center 89%/ auto 100% no-repeat;
}

#petto-u-s .img-box:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/seno-u.png) center 89%/ auto 100% no-repeat;
}

#seno .img-box,#braccia .img-box,#addome .img-box,#glutei .img-box ,#gambe .img-box,#petto-u-s .img-box,#braccia-u-s .img-box,#addome-u-s .img-box,#glutei-u-s .img-box,#gambe-u-s .img-box {
    width: 1000px;
    top: 125px
}

#braccia .img-box:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/braccia-sect.png) center 89%/ auto 90% no-repeat;
}

#braccia-u-s .img-box:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/braccia-u.png) center 100%/ auto 100% no-repeat;
}

#addome .img-box:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/addome-sect.png) center 89%/ auto 100% no-repeat;
}

#addome-u-s .img-box:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/addome-u.png) center 89%/ auto 100% no-repeat;
}

#glutei .img-box:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/glutei-sect.png) center 89%/ auto 100% no-repeat;
}

#glutei-u-s .img-box:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/glutei-u.png) center 89%/ auto 100% no-repeat;
}

#gambe .img-box:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/gambe-sect.png) center 89%/ auto 100% no-repeat;
}

#gambe-u-s .img-box:before {
    opacity: 1;
    background: url(https://erminiomastroluca.it/dr_em_2021/wp-content/themes/wp-bootstrap-starter-child/img/gambe-u.png) center 89%/ auto 100% no-repeat;
}

h4.titolo {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.col-sm a {
    color: #5a4a42;
    font-weight: 500;
    font-size: 1.15rem;
}

.col-sm a:before {
    content: "> ";
    position: absolute;
    left: -1rem
}

.col-sm {
    padding-left: 0;
    line-height: 1.2;
    justify-content: stretch;
    align-items: center;
    width: 33%;
    max-width: 33%;
    flex: 33%;
    margin-bottom: 1rem;
    /* border: 1px solid; */
    list-style: none;
    /* min-height: 80px; */
    padding-right: 3rem;
}

center.header {
    background: #5a4a42;
    color: #fff;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.spazio {
    padding: 2rem!important;
    border-bottom: 1px dashed #a4a4a4;
}
