/*

 _          _____        _____       _____       _____       _____      _____    _____          _ 
| |        /  ___|      |  ___|     |  __ \     |  ___|     /  ___|    |_   _|  |_   _|        | |
| |______  \ `--. ______| |__ ______| |  \/_____| |__ ______\ `--. ______| |______| |    ______| |
| |______|  `--. \______|  __|______| | _|______|  __|______|`--. \______| |______| |   |______| |
| |        /\__/ /      | |___      | |_\ \     | |___      /\__/ /     _| |_     | |          | |
| |        \____/       \____/       \____/     \____/      \____/      \___/     \_/          | |
| |                                                                                            | |
|_|                                                                                            |_|
|_|////////////////////////////////////QUISISANA///////////////////////////////////////////////|_|

*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&family=Ubuntu:wght@300;400;500;700&display=swap'); :root {
    font-size: 18px;
    --verde: #094438;
    --oro: #ab8e4e;
}

html {
    overflow: hidden
}

html.scroll {
    overflow: visible
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 10
}

#loader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/brochure/quisisana/_assets/img/logo-clinica-quisisana.svg) center/ 300px auto no-repeat;
}

@keyframes grow {
    0 {
        transform: scale(1.25)
    }

    100% {
        transform: scale(1.5)
    }
}

#loader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(circle, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.2) 100%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 49%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

body {
    font-family: 'Ubuntu', sans-serif;
}

.condensed {
    font-family: 'Ubuntu Condensed', sans-serif;
}

header {
    height: 123px;
    position: fixed;
    left: 0;
    z-index: 999;
    right: 0;
    background: #fff;
    top: 0;
    box-shadow: 0 3px 29px -10px rgb(0 0 0 / 27%);
    transition: .3s ease-in-out;
}

header.fisso {
    height: 113px;
    top: 0;
}

header.fisso + .cover .cover-txt {
    position: fixed;
    bottom: unset;
    transition: .3s 1s;
    top: 110px!important
}

header.fisso + .cover .cover-txt h1 {
    font-size: 1.35rem!important
}

header.fisso + .cover .cover-txt .incipit {
    font-size: 0;
    padding-bottom: 0;
    width: 34%;
    display: none;
}

.logo {
    height: 91px;
    display: block;
    margin: 0.7rem auto 0;
    transition: .3s ease-in-out;
}

header.fisso .logo {
    height: 80px;
    margin-top: .5rem
}

.trigger {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
}

.trigger a {
    font-family: 'Ubuntu Condensed', sans-serif;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    text-align: left;
    position: relative;
    padding-top: 1.25rem;
    font-weight: 400;
    font-size: 0;
    vertical-align: text-bottom;
    text-decoration: none;
    background-color: #fff;
    box-shadow: -5px -5px 20px -10px rgba(0, 0, 0, .4);
}

.trigger a:before {
    content: "";
    width: 3.2rem;
    filter: invert(17%) sepia(14%) saturate(3858%) hue-rotate(134deg) brightness(100%) contrast(102%);
    height: 3.2rem;
    position: absolute;
    top: .15rem;
    right: .15rem;
    bottom: .15rem;
    left: .15rem;
    background: url(../img/sprite.svg) top left/32rem;
    border: 2px solid transparent;
}

.trigger a.pdf:before,.trigger a.pdf {
    filter: none;
    display: none;
}

.gmap:before {
    background-position: -13rem 0 !important
}

.tel:before {
    background-position: 0 -3.2rem !important;
}

.email:before {
    background-position: -9.6rem 0 !important;
}

.pdf:before {
    background-position: 15.8rem -3.1rem !important;
}

.cover {
    min-height: 572px;
    position: relative;
    background-size: cover;
    margin-top: 125px;
    background-position: center;
    background-attachment: fixed;
}

.cardio {
    background-image: url('../../cardiologia-interventistica/images/cardiologia-interventistica-c.jpg')
}
.senologia {
    background-image: url('../../senologia/images/senologia-c2.jpg');

}
.chirurgia {
    background-image: url('../../chirurgia/images/chirurgia-2.jpg');
    height: 650px;
    background-position: bottom
}
.generale {
    background-image: url('../../chirurgia-generale/images/generale.jpg');
    height: 650px;
    background-position: bottom
}
.toracica {
    background-image: url('../../chirurgia-toracica/images/toracica.jpg');
    height: 650px;
    background-position: bottom
}
.neuro {
    background-image: url('../../neurochirurgia/images/neuro.jpg');
    height: 650px;
}
.cardiochirurgia {
    background-image: url('../../cardiochirurgia/images/cardiochirurgia.jpg');
    height: 650px;
}
.robotica {
    background-image: url('../../chirurgia-robotica/images/robotica.jpg');
    height: 650px;
}

.radio {
    background-image: url('../../radiologia-interventistica/images/radio.jpg')
}

.diagno {
    height: 680px;
    background-image: url('../../diagnostica-d-eccellenza/images/diagnostica.jpg')
}

.gastro {
    background-image: url('../../gastroenterologia-endoscopia-digestiva/images/gastroenterologia.jpg');
    min-height: 650px
}

.urgenze {
    background-image: url('../../urgenze-h24/images/urgenza.jpg');
	background-position:top;
    min-height: 650px;
}

.mater {
    background-image: url('../../maternita/images/maternita.jpg');
    min-height: 650px
}

.oculistica {
    background-image: url('../../oculistica/images/oculistica.jpg');
    min-height: 700px
}

.ffr {
    background-image: url('../../fractional-flow-reserve/images/ffr.jpg');
    min-height: 650px
}
.fisio {
    background-image: url(../../fisioterapia/images/fisioterapia.jpg);
    min-height: 650px;
}

.prostata {
    background-image: url('../../tumore-prostatico/images/prostata.jpg');
	background-position:top;
    min-height: 650px
}

.andrologica {
    background-image: url('../../chirurgia-andrologica/images/andrologia.jpg');
    min-height: 650px
}

.radiologia .intro {
    padding-top: 3rem ;
}

.radiologia .intro .enfasi {
    margin-bottom: 3rem ;
}

.radiologia .intro .col-md-6 {
    padding: .5rem 3.5rem 0 .5rem ;
}

.intro {
    padding: 5rem 0;
    align-items: center;
    text-align: justify;
    padding-left: 2rem;
}

.intro strong {
    color: var(--verde);
    font-weight: 500;
}

.intro .row {
    align-items: center;
    flex-direction: row-reverse
}

.radiologia .intro .row {
    align-items: start;
    flex-direction: unset;
}

.lista-cardio {
    background: url(../../cardiologia-interventistica/images/cardiologia-1.jpg) center left/auto 150% no-repeat;
    border-top: 5px solid var(--oro);
}

.lista-cardio.ecoendo {
    background: url(../../gastroenterologia-endoscopia-digestiva/images/endoscopia.jpg) center left/auto 100% no-repeat;
    border-top: 5px solid var(--oro);
}

.lista-cardio.aritmie {
    background: url(../../cardiologia-interventistica/images/aritmia.jpg) center left/auto 150% no-repeat;
    border-top: 5px solid var(--oro);
}

.lista-cardio.mammografia {
    background: url(../../senologia/images/mammografo-quisisana.jpg) 15% center/auto 100% no-repeat;
    border-top: 5px solid var(--oro);
}

.lista-cardio.urgenza {
    background: url(../../urgenze-h24/images/servizio-urgenza-clinica-quisisana.jpg) left center/auto 100% no-repeat;
    border-top: 5px solid var(--oro);
}

.lista-cardio.seno {
    background: url(../../senologia/images/prevenzione-seno.jpg) center left/auto 150% no-repeat;
    border-top: 5px solid var(--oro);
}

.lista-cardio.prostatico {
    background: url(../../tumore-prostatico/images/prostata-2.jpg) center left/auto 150% no-repeat;
    border-top: 5px solid var(--oro);
}

.lista-cardio.multiparametrica {
    background: url(../../tumore-prostatico/images/multiparametrica.jpg) center left/auto 100% no-repeat;
    border-top: 5px solid var(--oro);
}

.lista-cardio.fisiatria {
    background: url(../../fisioterapia/images/riabilitazione-fisiatrica.jpg) center left/auto 120% no-repeat;
    border-top: 5px solid var(--oro);
}

.lista-mater {
    background: url(../../maternita/images/maternita-2.jpg) center left/auto 150% no-repeat;
    border-top: 5px solid var(--oro);
}

.lista-ocu {
    background: url(../../oculistica/images/visita-oculistica.jpg) 15% 50%/auto 170% no-repeat;
    border-top: 5px solid var(--oro);
}

.lista-coro {
    background: url(../../fractional-flow-reserve/images/arteria.jpg) center left/auto 150% no-repeat #7d1419;
    border-top: 5px solid var(--oro);
}
.lista-heart {
    background: url(../../fractional-flow-reserve/images/heartflow-ffrct.jpg) center left/auto 70% no-repeat;
    border-top: 5px solid var(--oro);
}
.lista-tc {
    background: url(../../fractional-flow-reserve/images/tc-cardiaca-banner.jpg) center left/auto 100% no-repeat #97a0a9;
    border-top: 5px solid var(--oro);
}
.lista-postu {
    background: url(../../fisioterapia/images/posturale.jpg) center left/auto 150% no-repeat;
    border-top: 5px solid var(--oro);
}
.lista-respi {
    background: url(../../fisioterapia/images/respiratoria.jpg) center left/auto 150% no-repeat;
    border-top: 5px solid var(--oro);
}
.lista-pool {
    background: url(../../fisioterapia/images/piscina.jpg) center left/auto 60% no-repeat;
    border-top: 5px solid var(--oro);
}
.lista-ped {
    background: url(../../chirurgia-andrologica/images/andrologia-pediatrica.jpg) center left/auto 125% no-repeat;
    border-top: 5px solid var(--oro);
}
.lista {
    max-width: 60%;
    padding: 1rem 2rem 1rem 3rem;
    position: relative;
    background: rgb(255 255 255 / 77%);
}

.lista h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.lista:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--verde);
    left: 0;
}

ul.lista-boxed {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7rem;
    width: 100%;
}

ul.lista-boxed li {
    flex: 33%;
    width: 33%;
    max-width: 33%;
    padding: 1rem 2rem 1rem .25rem;
    font-size: 1.125rem;
    color: var(--verde);
}

ul.lista-boxed.col-2 li {
    flex: 33%;
    width: 33%;
    max-width: 33%;
    padding: .5rem 2rem 0.7rem .25rem;
    font-size: 1.125rem;
    color: var(--verde);
}
ul.lista-boxed.due-col li {
    flex: 50%;
    width: 50%;
    max-width: 50%;
}
.fisioterapia ul.lista-boxed li{
    font-size:1rem
}
ul.lista-boxed small {
    display: block;
    line-height: 1.2;
}

.lista:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    transform: translateY(-50%) rotate(-45deg);
    background: #fff;
    border-top: 2px solid var(--verde);
    border-left: 2px solid var(--verde);
    top: 50%;
    left: -0.8rem;
}

.lista li {
    margin-bottom: .725rem;
    line-height: 1.3;
}

.cover-txt {
    position: absolute;
    left: 0;
    right: 0;
    padding: .725rem 1.5rem .25rem;
    background: #094438;
    text-align: center;
    /* top: 144px; */
    transition: .3s;
    z-index: +1;
    bottom: 0;
}

.ancore a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0.25rem .5rem;
    display: inline-block;
}

.cta-call {
    text-align: center;
    font-size: 1.125rem;
    padding: .5rem;
    background: #907948;
    color: #fff;
}

.cta-call a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.accordeon .intro {
    padding-top: 1rem;
}

.accordion strong {
    display: block
}

.accordion .card {
    border: 0;
    border-radius: 0;
    background: #ffffff
}

.accordion .card-header {
    /* border: none; */
    border-bottom: 2px solid var(--verde);
    color: #fff;
    padding: 0;
    border-radius: 0;
}

.accordion .card-header h2 {
    padding: 0;
    border-radius: 0!important;
}

.accordion h4 {
    font-size: 1.25rem;
    color: var(--verde)
}

.accordion .card-header button {
    text-transform: uppercase;
    font-size: 1.25rem;
    text-decoration: none;
    color: var(--verde);
    outline: 0!important;
    border-radius: 0;
    border: none!important;
    position: relative;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    padding: 0.25rem 2rem;
}

.accordion [aria-expanded="true"] {
    background: var(--verde);
    color: #fff!important
}

.accordion .card-header button:before {
    content: "";
    width: 30px;
    height: 30px;
    background: white;
    position: absolute;
    left: -24.2px;
    top: 38%;
    transform: rotate(45deg) translateY(-50%);
}

section.bordered.procedures {
    padding-bottom: 3rem;
}

.forza {
    margin-top: 2rem!important;
}

.forza .col-md-4, .forza .col-md-6 {
    box-shadow: -5px 0 15px -10px rgba(0,0,0,.2);
    padding: 1rem 2rem 1rem 1.25rem;
    text-align: justify;
    margin-bottom: 1rem
}

.forza .col-md-3 {
    box-shadow: -5px 0 15px -10px rgba(0,0,0,.2);
    padding: 1rem 2rem 1rem 1.25rem;
    margin-bottom: 1rem
}

.forza h3 {
    text-align: center;
}

.forza h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: -0.03rem;
    text-align: left;
}
.fisioterapia .col-md-4 img {
    min-height: 250px;
    object-fit: cover;
}
.cta-final {
    text-align: center;
    font-size: 1.125rem;
    border-top: 2px solid var(--verde);
    margin-top: 1rem;
    padding-top: 1rem;
    font-weight: 900;
    padding-bottom: 2rem;
}

.cta-final a {
    color: #fff;
    background: #094438;
    padding: .5rem 1rem;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin: .725rem auto
}

p {
    margin-bottom: .5rem
}

p.cta {
    background: var(--verde);
    text-transform: uppercase;
    text-align: center;
    padding: .5rem 1.5rem;
    font-weight: 600;
    color: #fff;
    font-size: 1.25rem;
    transition: .3s;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto
}

.cta span {
    position: absolute;
    top: -2rem;
    color: var(--verde);
    text-transform: uppercase;
    left: 0;
    right: 0;
    text-align: center;
}

p.cta:hover {
    background: var(--oro);
    color: #fff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5)
}

p.cta a {
    font-weight: 900;
    color: #fff;
}

.mobile p.cta a {
    display: block
}

.cover-txt h1 small {
    display: block;
    font-weight: 400;
    border-bottom: 2px solid;
    letter-spacing: .5rem;
}

.smaller {
    font-size: 1.725rem;
    letter-spacing: 0 !important
}

.cover-txt h1 {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    color: var(--oro);
    transition: .3s;
    margin: 0 0 .25rem;
}

.incipit {
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: .5rem .5rem 0.4rem;
    border-top: 1px solid;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    font-weight: 300;
    transition: .3s;
    /* padding-top: .5rem; */
    font-size: 1.125rem;
}

.newton .cover-txt h1 span {
    font-size: 1.8rem;
}

header.fisso + .cover.diagno .cover-txt .ancore.green {
    margin-bottom: 0
}

header.fisso + .cover.diagno .cover-txt .ancore.green span {
    height: 0;
    overflow: hidden;
    transition: .3s .3s;
}

header.fisso + .cover.diagno .cover-txt .ancore.green a {
    margin-top: 0 ;
    font-size: .875rem;
    transition: .3s;
}

.newton .cover-txt h1 span {
    font-size: 1.8rem;
}

p.ancore.green span {
    color: #fff;
    font-size: 1rem;
    display: block!important;
    text-transform: uppercase;
    margin: .5rem 0 0;
}

.titolo-abs {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    right: 0;
    text-align: center;
    background: rgb(255 255 255 / 62%);
}

.titolo-abs h2 {
    color: var(--verde)
}

.titolo-abs h2 + p {
    font-size: 1.125rem
}
.titolo-abs h2 + p.incipit {
    color: var(--verde);
    font-weight: 500;
}
.enfasi {
    font-size: 1.25rem;
    line-height: 1.25;
    position: relative;
    color: var(--verde);
    font-weight: 900;
    margin-bottom: 1rem;
    border-top: 1px solid;
    padding-left: .5rem;
    border-bottom: 1px solid;
    padding: .5rem 1rem;
}

.enfasi.invert {
    font-weight: 500
}

.enfasi.invert strong {
    font-weight: 600
}

img {
    max-width: 100%;
}

section + div > img {
    max-width: 100%;
    width: 100%;
}

strong {
    font-weight: 600
}

div {
    position: relative
}

.label {
    color: var(--oro);
    text-transform: uppercase;
    text-align: center;
    padding: 2rem 1rem;
}

.bottom-h {
    font-size: 1.5rem;
    background: var(--verde);
    padding: 1rem;
}

.bottom-h + p {
    font-size: 1.125rem;
    color: var(--verde);
    text-align: center;
    padding: .5rem .5rem 1rem;
    font-weight: 500
}

.label.static {
    position: relative;
    display: block;
    margin: auto;
    transform: none;
    left: unset;
    top: unset;
    z-index: +1;
}

.label.static:before {
    width: 1200px;
    content: "";
    height: 2px;
    background: var(--verde);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.bordered:before {
    content: "";
    height: 4px;
    background: var(--verde);
    left: 0;
    right: 0;
    position: absolute
}

.border-img {
    border: 4px solid #dcdcdc
}

.grid {
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.grid > li {
    align-items: center;
    padding: 2rem;
    max-width: 50%;
    text-transform: uppercase;
    min-height: 349px;
    align-content: space-evenly;
    width: 48%;
    margin: 0 .5%;
    flex: 2 0 auto;
    background: #606060;
    position: relative;
    font-weight: 600;
    list-style: none;
    box-shadow: 11px 17px 15px -10px rgb(0 0 0 / 14%);
    margin-bottom: .5rem;
}

.grid > li:hover {
    background: #fff
}

.grid > li strong {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1.5rem;
    right: 0;
    text-align: center;
    color: #fff;
    padding: .5rem 1rem;
    z-index: 1;
    background: var(--verde);
    line-height: 1.1;
}

.full.grid > li {
    width: 100%;
    max-width: 100%;
    flex: 100%
}

.full.grid > li strong {
    font-weight: 900;
    display: block
}

.est.grid {
    padding: 5rem
}

.est.grid > li strong {
    font-weight: 900;
    display: block;
    font-size: 1.35rem;
    text-transform: uppercase;
}

.est.grid > li {
    text-transform: none;
    font-weight: 400;
    line-height: 1.35;
    width: 25%;
    padding: 2.5rem 2rem
}

.grid.bac {
    padding: 1rem 0;
}

.grid.bac > li {
    padding: 1rem 2rem 1rem .5rem;
    font-size: 1rem;
}

.grid.bac.est {
    font-size: 1rem;
    padding: 1rem 5rem;
}

.grid.bac.est > li {
    width: 33.33%;
    padding: 2.5rem 2rem;
}

.grid.bac.est > li strong {
    font-size: 1rem
}

.grid.bac.est > li strong.negative {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

#servizi.grid li a {
    color: var(--verde);
    text-decoration: none;
    transition: .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    right: 0;
    /* filter: grayscale(0); */
}

[href="cardiologia-interventistica"] {
    background: url( /cardiologia-interventistica/images/cardiologia-interventistica-c.jpg)center/ auto 550px;
}

[href="chirurgia"] {
    background: url(/chirurgia/images/chirurgia-2.jpg)center/ auto 550px;
}

[href="diagnostica-d-eccellenza"] {
    background: url(/diagnostica-d-eccellenza/images/diagnostica.jpg)center/ auto 550px;
}

[href="gastroenterologia-endoscopia-digestiva"] {
    background: url(/gastroenterologia-endoscopia-digestiva/images/gastroenterologia.jpg)center/ auto 550px;
}

[href="maternita"] {
    background: url(/maternita/images/maternita.jpg)center/ auto 550px;
}
[href="fisioterapia"] {
	background: url(/fisioterapia/images/fisioterapia.jpg)center/ auto 550px;
}
	
[href="fractional-flow-reserve"] {
	background: url(/fractional-flow-reserve/images/ffr.jpg)center/ auto 550px;
}
[href="senologia"] {
	background: url(/senologia/images/senologia-c2.jpg)center/ auto 550px;
}
[href="tumore-prostatico"] {
	background: url(/tumore-prostatico/images/prostata.jpg)center/ auto 550px;
}
[href="urgenze-h24"] {
	background: url(/urgenze-h24/images/urgenza.jpg)center/ auto 550px;
}
[href="/chirurgia-generale"] {
	background: url(/chirurgia-generale/images/generale.jpg)center/ auto 550px;
}
[href="/chirurgia-toracica"] {
	background: url(/chirurgia-toracica/images/toracica.jpg)center/ auto 550px;
}
[href="/neurochirurgia"] {
	background: url(/neurochirurgia/images/neuro.jpg)center/ auto 550px;
}
[href="/cardiochirurgia"] {
	background: url(/cardiochirurgia/images/cardiochirurgia.jpg)center/ auto 550px;
}
[href="/chirurgia-robotica"] {
	background: url(/chirurgia-robotica/images/robotica.jpg)center/ auto 550px;
}
[href="/chirurgia-andrologica"] {
	background: url(/chirurgia-andrologica/images/andrologia.jpg)center/ auto 550px;
}

#servizi.grid li {
    transition: .3s;
}

#servizi.grid li:hover {
    box-shadow: 11px 17px 15px -10px rgb(0 0 0 / 34%);
}

.grid li a .half.grid > li {
    width: 50%;
    max-width: 50%;
    flex: 50%
}

.grid > li > ul > li {
    text-transform: none;
    font-weight: 400
}

.simple li {
    /* align-items: center; */
    padding: 1.5rem 3rem;
    text-transform: uppercase;
    text-align: left;
    /* min-height: 500px; */
    width: 50%;
    max-width: 50%;
    flex: 50%;
    font-weight: 600;
    vertical-align: top;
    list-style: none;
    box-shadow: 11px 17px 15px -10px rgb(0 0 0 / 14%);
    margin-bottom: .5rem;
    display: inline-block;
}

.simple {
    padding: 4rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: stretch;
}

#totop {
    position: fixed;
    right: 30px;
    bottom: -60px;
    background: var(--oro);
    width: 45px;
    height: 45px;
    transition: .3s;
    text-align: center;
    z-index: 9999;
}

#totop:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(135deg);
    left: 14px;
    top: 16px;
    transform-origin: center;
    transition: .3s
}

#totop:hover:before {
    top: 10px;
    border-color: var(--main)
}

footer {
    padding: 0 2rem 5rem;
    background: #f9f9f9;
    color: #fff;
    box-shadow: 0 18px 25px -15px rgb(0 0 0 / 18%) inset;
}

footer p {
    padding: .25rem 0 .25rem 2rem;
    font-weight: 400;
    position: relative;
    width: fit-content;
    margin: auto;
}

footer p:before {
    content: "";
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/sprite.svg) top left / 300px auto;
    position: absolute;
    filter: invert(20%) sepia(32%) saturate(1137%) hue-rotate(118deg) brightness(90%) contrast(93%);
}

footer a {
    color: #fff;
    transition: .3s;
    position: relative;
    display: block
}

footer a:hover {
    opacity: .5;
    color: #fff;
}

footer h4 {
    color: var(--verde);
	position: relative;
    padding-left: .5rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

footer a {
    color: var(--verde)
}

footer [class*="col-md-"] {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: var(--verde)
}

footer .col-md-4 {
    box-shadow: -9px 0 25px -15px rgb(0 0 0 / 15%);
}

footer .col-md-4:first-of-type {
    box-shadow: none!important;
}

footer h4 {
    position: relative
}

footer h4:before {
    content: "";
    height: 2px;
    background: var(--oro);
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute
}

.nverde {
    text-decoration: none;
    margin-top: 1rem;
    background: url(../img/numero-verde.png) top left/240px auto no-repeat;
    position: absolute;
    padding: 1.5rem 0 0 1.9rem;
    width: 240px;
    height: 142px;
    top: 2rem;
    left: 1rem;
    font-weight: 600;
    font-size: 1.825rem;
}

footer .add:before {
    background-position: -150px 0 !important
}

footer .tel:before {
    background-position: 0 -60px !important;
}

footer .email:before {
    background-position: -90px -30px !important;
}

.arrow {
    padding: 3rem 0 3rem;
    position: relative;
    font-size: 1.125rem
}

.arrow:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--oro);
}

.arrow:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 45px;
    z-index: 1;
    height: 45px;
    background: white;
    transform: rotate(135deg);
    top: calc(50% - 22px);
    border-left: 4px solid var(--oro);
    border-top: 4px solid var(--oro);
    right: -21px;
}

.classics {
    padding-left: 3rem;
}

.classics li {
    margin-bottom: .725rem;
    padding-right: 2rem;
}

.py-5 > .lista, .py-5 > .lista + .classics {
    font-size: 1.25rem;
}

li em {
    display: block;
    font-style: normal;
    text-transform: initial
}

.centered {
    align-items: center;
}

.consigli p {
    font-size: 1.5rem;
    text-align: right;
    padding-top: 8rem
}

.negative {
    color: var(--verde);
    font-weight: 900;
    font-size: 1.5rem;
    text-transform: uppercase;
    border-bottom: 2px solid;
}

.bigger {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 2.5rem 2rem .5rem 0
}

.bigger + ul {
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 0 1rem .5rem 2.5rem
}

.bigger-nop {
    font-size: 1.35rem;
    line-height: 1.3
}

.davinci {
    padding: 2rem 0;
}

.davinci .row {
    align-items: center
}

h3 {
    font-size: 1.525rem;
    font-weight: 600;
    color: var(--verde);
    /* text-indent: -0.9rem; */
    position: relative;
    margin: 1rem 0 .5rem;
    border-bottom: 2px solid var(--verde);
}

.sub {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.shadow-l {
    box-shadow: -15px 0 25px -26px rgb(0 0 0 / 50%);
}

.small-p {
    padding: .5rem 0
}

.small-p li {
    text-transform: none;
    padding: 0.8rem 1rem 0.8rem 2rem;
    position: relative;
}

.small-p li:before {
    content: "- ";
    position: absolute;
    left: 1rem
}

p.bigger-th {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1rem;
    font-weight: 500;
    margin-top: 2rem
}

.tipi-chi {
    padding-top: 1rem
}

.tipi-chi [class*=col-md-] {
    padding-top: 1rem;
    line-height: 1.4;
    margin-top: 1rem;
}

.tipi-chi h3 {
    font-size: 1.25rem;
    margin-bottom: .725rem
}

.tipi-chi .col-md-4 strong {
    font-weight: 500!important
}

.tipi-chi h4 {
    font-size: 1rem;
    margin-bottom: .725rem;
    margin-top: 1rem;
}

p.bigger-sm-th {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    padding-left: 1rem;
    border-left: 2px solid;
    color: var(--verde);
}

.footer-h24 {
    font-size: 1.5rem;
    background-color: var(--verde);
    padding: .725rem;
    color: #fff;
    text-align: center;
    top: -5rem;
}

.footer-h24 .nverde {
    color: var(--verde);
    font-weight: 900;
    margin-top: 2rem
}

.footer-h24 small {
    text-align: left
}

.footer-h24 .nverde {
    left: 50%;
    transform: translateX(-50%)
}

.top-align {
    align-items: start !important;
    border: 2px solid;
    padding: 0 0 1rem;
}

.align-it-t {
    align-items: flex-start !important;
    justify-content: stretch;
}

.top-align .col-md-6 {
    padding: 3rem 3.5rem 8rem !important;
}

.track-m {
    letter-spacing: -0.05rem;
}

.ricerca {
    padding: 0.8rem .5rem;
    display: block;
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.4;
    box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .3);
    border-top: 4px solid #e4e4e4;
}

.ricerca input {
    border: none;
    border-bottom: 2px solid var(--verde);
    min-width: 280px;
    margin: 0 .725rem;
    outline: 0;
    transition: .3s;
}

.ricerca input:focus, .ricerca input:hover {
    border-color: #000;
    box-shadow: 0 10px 20px -15px rgba(0, 0, 0.3)
}

#menu-page {
    position: fixed;
    top: 166px;
    z-index: 1;
    left: 0;
    right: 0;
    background: #fff;
}

#menu-page h1 {
    font-size: 1.25rem;
    margin-top: 0;
    background: var(--verde);
    padding: .725rem;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.box {
    padding-top: 106px;
    padding-bottom: 5rem;
}

#main header {
    height: 169px;
    z-index: 9;
}

#main header .logo, #main header.fisso .logo {
    height: 130px !important;
    padding-top: 0rem !important;
    margin-top: 1rem !important;
}

#main .ricerca input {
    width: 350px
}

.cover.ex-h24 {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 59, 54, 1) 34%);
    padding: 2rem 0 6rem;
}

#video-box {
    margin: 0 auto;
    width: fit-content;
    display: block;
    height: 400px;
}

.cover.ex-h24 .cover-txt {
    bottom: 0;
    top: unset;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
}

.cover.ex-h24 .cover-txt h1 {
    font-size: 2rem
}

.form-underline input {
    border: none;
    border: 2px solid #003b36;
    border-radius: 24px
}

#contact-form {
    padding-top: 11rem;
    box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .3) inset;
    border-top: 4px solid var(--oro) !important;
    height: auto;
}

.form-underline {
    width: 800px;
    margin: auto;
}

.mobile .form-underline {
    width: 100%;
    margin: auto;
    padding: 1rem;
}

.form-underline label {
    width: 100%;
    position: relative
}

.form-underline label > span {
    font-size: .875rem;
    position: relative;
    background: #fff;
    top: .5rem;
    left: 2rem;
    padding: 0 1rem
}

.form-underline label > span > span {
    color: red !important;
    position: static;
    font-size: 1rem;
    margin: 0 .25rem
}

.form-underline input {
    width: 800px;
    display: block;
    margin-bottom: 1rem;
}

.mobile .form-underline input {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.form-underline input[type="submit"] {
    background: #003b36;
    color: #fff;
    font-weight: 800;
    font-size: 1.125rem;
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
    padding: .25rem 2rem;
    margin: auto
}

.form-underline textarea {
    border: 1px dashed #003b36;
    width: 100%;
    min-height: 280px;
    margin-bottom: 1rem
}

.error {
    padding: 2rem;
    background: #a01212;
    color: #fff;
    font-weight: 600;
}

.success {
    background: #003b36;
    color: #fff;
    padding: 2rem;
    margin: 0 0 8rem;
}

.form-underline .form-info {
    font-size: .75rem;
    margin: 1rem 0 3rem
}

.fortunato h2 {
    text-align: center;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: .25rem .5rem;
    transition: .3s
}

.fortunato h2:hover {
    background: var(--verde);
    color: #fff
}

.fortunato a {
    text-decoration: none;
    color: var(--verde)
}

.regina .pdf {
    display: none!important
}
.b-top {
    border-top: solid 1px var(--verde);
}
.left.carousel-control, .right.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  transition: .3s;
  background: rgb(255 255 255 / 43%)
}
.left.carousel-control {
  left: -25px;
  width: 50px;
}
.right.carousel-control {
  right: -25px;
  width: 50px;
}
.prima, .dopo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-indent: -9999rem;
  overflow: hidden;
  background: url(/_assets/img/sprite.svg) -320px 0/400px auto;
}
.prima {
  left: 0.6rem;
  background-position: -360px 0
}
.dopo {
  right: 0.6rem;
}
.row.urg .col-md-6 {
    box-shadow: -5px 0 15px -10px rgba(0,0,0,.2);
    padding: 1rem 2rem 1rem 1.25rem;
}
.breadcrumb ul{
    list-style: none;
    display: inline-block;
    padding: 0;
}
.breadcrumb li {
    float: left;
}
.breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 0;
}
.breadcrumb li a {
    color: #FFF;
    display: block;
    background: #094438;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
}
.breadcrumb li:first-child a:before {
    border: none;
}
.breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}
.breadcrumb li a:before, .breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #094438;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}
.breadcrumb li:nth-child(even) a {
    background-color: #3f7e72;
}
.breadcrumb li:nth-child(even) a:before {
    border-color: #3f7e72;
    border-left-color: transparent;
}
.breadcrumb li:nth-child(even) a:after {
    border-left-color: #3f7e72;
}
.breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #094438;
}

.breadcrumb li a:hover {
    background: var(--oro);
}
.breadcrumb li a:hover:before {
    border-color: var(--oro);
    border-left-color: transparent;
}
.breadcrumb li a:hover:after {
    border-left-color: var(--oro);
}
/*QUERIES*/
@media(max-width: 1550px) {
    :root {
        font-size: 16px
    }

    .cover {
        max-height: 486px;
        min-height: 486px!important;
    }
}

@media(max-width: 1366px) {
}

@media(max-width: 1024px) {
    .grid > li {
        width: 50%;
        flex: 50%;
        max-width: 50%
    }

    .label.static:before {
        max-width: unset;
        width: 100%
    }

    .grid {
        padding: 1rem 0
    }

    .simple {
        align-items: stretch;
    }

    .simple li {
        align-items: self-end;
        font-size: 0.825rem;
        padding: 1rem 1.5rem;
        width: 100%;
    }
}

@media(max-width: 720px) {
    #contact-form {
        width: 100%
    }

    .form-underline input {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}

@media(max-width: 640px) {
    .mobile .radiologia .intro .col-md-6 {
        padding: .5rem 1rem ;
    }

    .mobile .grid > li {
        max-width: 100%;
        width: 100%;
        flex: 1 1 auto;
        padding: 1.125rem 2rem;
        box-shadow: 0px 16px 15px -10px rgb(0 0 0 / 14%);
    }

    .mobile .footer-h24 small {
        position: absolute;
        /* width: 350px; */
        left: 50%;
        transform: translateX(-50%);
    }

    .mobile .lista-cardio, .mobile .lista-mater, .mobile .lista-pool {
        background-size: 130% auto;
        background-position: left top
    }
	.mobile .lista-coro {
    background-size: 175% auto;
    background-position: left top;
	}
	.mobile .lista-heart {
    background-size: 100% auto;
    background-position: left 10%;
	}
	.mobile .lista-tc {
    background-size: 285% auto;
    background-position: left top;
	}
	.mobile .lista-postu {
    background-size: 390% auto;
    background-position: left top;
	}
	.mobile .lista-respi {
    background-size: 333% auto;
    background-position: left top;
	}
	.mobile .lista-cardio.fisiatria {
    background-size: 335% auto;
    background-position: left top;
	}
	.mobile .lista-ped {
    background-size: 160% auto;
    background-position: left top;

	}

    .mobile .lista {
        width: 100%;
        max-width: 100%;
        margin-top: 400px;
        padding: 2rem;
    }
	.mobile .lista h2 {
		text-align:center;
	}

    .mobile .lista:before {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
    }

    .mobile .lista:after {
        display: none
    }

    .mobile .grid {
        padding: 1.5rem 0;
    }

    .mobile footer {
        padding: 2rem 0 5rem!important
    }

    .mobile footer .col-md-4 {
        padding: 1.5rem 1rem 2.3rem;
        box-shadow: 0px -18px 25px -15px rgb(0 0 0 / 13%);
    }

    .mobile .grid.bac.est {
        padding: 0
    }

    .mobile .grid.fatt {
        padding: 1.5rem 0 0 !important;
    }

    .mobile .box {
        padding-top: 94px;
    }

    .mobile .trigger {
        transform-origin: center;
        /* bottom: -28px; */
        top: unset;
        left: 0;
        right: 0;
        background: #fff;
        text-align: center;
        border-top: 1px solid #eee;
    }

    .mobile .trigger a {
        display: inline-block;
        width: 80px;
        text-align: center;
        margin: 0;
        vertical-align: bottom;
    }

    .mobile .trigger a:before {
        left: 50%;
        transform: translatex(-50%)
    }

    .mobile .ricerca {
        padding: .5rem 1rem 1rem;
        font-size: 1rem;
    }

    #main.mobile .ricerca input {
        width: 100%;
        max-width: 91%;
        margin: 1rem auto 0;
        padding: 0;
    }

    .mobile .label.static:before {
        max-width: 100%
    }

    .mobile footer .col-md-6 {
        padding-bottom: 0
    }

    .mobile footer h4:before {
        /* position: static; */
    }

    .mobile .nverde {
        width: 233px;
        padding: 1.7rem 0 0;
        position: static;
        margin: 1rem auto 3rem;
        background: url(../img/numero-verde.png) top left/220px auto no-repeat;
    }

    .mobile .footer-h24 .nverde {
        text-align: center;
        top: 0;
        transform: none;
        left: 20px;
        margin-top: 5rem;
        /* color: #fff; */
        /* width: 300px; */
        display: block;
        font-size: 1.8rem;
    }

    .mobile footer {
        padding: 0;
    }

    .mobile .overflow {
        overflow: hidden
    }

    .mobile div:not([class*="col-"]) > img {
        height: 340px;
        max-width: unset;
        left: 50%;
        width: auto!important;
        /* position: absolute; */
        transform: translateX(-12%);
    }
	.mobile .carosello img {
		height:unset!important;
		transform:none!important;
	}

    .mobile #risonanza div:not([class*="col-"]) > img, .mobile #tac div:not([class*="col-"]) > img, .mobile #interventistica div:not([class*="col-"]) > img, .mobile .fisioterapia div:not([class*="col-"]) > img {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
        max-width: 100%;
    }

    .mobile ul.lista-boxed.col-2 li {
        width: 100%;
        max-width: 100%;
        flex: 100%
    }

    .mobile .titolo-abs {
        position: static;
    }

    .mobile section + div {
        width: 100%;
        height: 260px;
        overflow: hidden;
        position: relative;
    }

    .mobile .cover {
        margin-top: 108px;
        min-height: 482px;
        background-size: auto 460px;
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .mobile .diagno.cover {
        min-height: 700px!important;
        background-size: auto 380px;
        background-position: top center;
    }

    .mobile .cover-txt {
        padding: .725rem 1rem .25rem;
    }

    .mobile .diagno .cover-txt {
        top: 250px;
        transition: none;
    }

    .mobile header.fisso + .cover .cover-txt {
        top: 80px!important;
        transition: none;
    }

    .mobile .cover-txt h1 {
        font-size: 1.4rem;
        margin-bottom: .5rem;
    }

    .mobile header {
        height: 112px;
        padding: 0
    }

    .mobile header.fisso {
        height: 82px;
    }

    .mobile .logo {
        width: 225px;
        margin: 0 auto;
        padding: 0;
        position: relative;
        top: 0;
    }

    .mobile .intro {
        padding: 3rem .5rem
    }

    .mobile .enfasi:before {
        display: none
    }

    .mobile .enfasi {
        margin-top: 2rem;
        font-size: 1.125rem;
        padding: 1rem;
        border-left: none;
        border-top: 2px solid;
        text-align: center;
        border-bottom: 2px solid;
    }

    .mobile .ms-3 {
        margin: 0 !important
    }

    .mobile .negative + .enfasi {
        border-top: 0;
        padding-top: 0
    }

    .mobile .label {
        text-align: center;
        font-size: 1.25rem;
        position: relative;
        transform: none;
        display: block;
        left: unset;
        margin: 0 auto 1rem;
    }

    .mobile .lista-boxed {
        margin-bottom: 3rem
    }

    .mobile .lista-boxed li, .mobile ul.lista-boxed.due-col li {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        padding: .5rem
    }

    .mobile .simple li {
        max-width: 100%;
        width: 100%;
        flex: 100%;
        font-size: .925rem;
        line-height: 1.3;
        text-align: center;
        padding: 0.9rem 0.9rem;
        box-shadow: 0px 15px 15px -10px rgb(0 0 0 / 14%);
    }

    .mobile .simple {
        padding-top: 2rem;
    }

    .mobile .grid li {
        width: 92%;
        max-width: 92%;
        flex: 92%;
        font-size: 1.125rem;
        margin: 1rem 4%;
        min-height: 400px;
    }

    .mobile p {
        text-align: center;
        padding-top: 0;
    }

    .mobile .incipit {
        font-size: 1.125rem;
        padding: .5rem
    }

    .mobile footer h4 {
        text-align: center;
        letter-spacing: -.03rem;
    }

    .mobile footer h4:first-of-type {
        font-size: 1.25rem;
        /* text-align: left; */
    }

    .mobile footer p {
        /* text-align: left; */
    }

    .mobile footer .col-md-6:last-of-type {
        padding-top: 1.5rem;
    }

    .mobile header.fisso .logo {
        width: 180px;
        position: relative;
        top: -.5rem
    }

    .mobile loader:after {
        content: "";
        position: absolute;
        top: calc(50% - 60px);
        width: 180px;
        height: 120px;
        left: calc(50% - 105px);
        z-index: +1;
        transform: scale(1);
        background: url(../img/Logo-Villa-Stuart.svg) center/ cover;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(128deg) brightness(103%) contrast(104%);
        animation: grow 8s infinite alternate ease-in-out;
        transform-origin: center !important;
    }

    .mobile .arrow:before, .mobile .arrow:after {
        display: none
    }

    .mobile .arrow {
        margin-top: 0;
        padding: 0 .5rem !important;
    }

    .mobile .label + .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .mobile .shadow-l {
        box-shadow: 0 15px 25px -26px rgb(0 0 0 / 50%);
    }

    .mobile .bigger {
        padding: 1rem !important;
        font-size: 1.35rem;
        line-height: 1.2;
    }

    .mobile .col-md-8.p-5 {
        padding: 1rem !important
    }

    .mobile .p-5 {
        padding: 1rem !important;
    }

    .mobile .mt-5 {
        margin-top: 1rem !important
    }

    .mobile h3 {
        text-align: center;
        font-size: 1.35rem;
        margin-top: 1rem;
    }

    .mobile h3:before {
        left: 0
    }

    .mobile .negative {
        text-align: center;
        margin: .5rem 0 .725rem;
    }

    .mobile .pe-5 {
        padding: 1rem .722rem 0 !important;
    }

    .mobile p.bigger-th {
        margin-top: 0 !important;
        font-size: 1.25rem;
        margin: 0;
    }

    .mobile .ps-5 {
        padding: 1rem !important
    }

    .mobile .bigger + ul {
        padding: 0
    }

    .mobile .bigger + ul li:before {
        display: none
    }

    .mobile .footer-h24 {
        position: relative !important;
        font-size: 1.2rem;
        top: 0;
        margin-bottom: 10rem !important;
    }
	.mobile .accordion .card-header button {
		font-size:1.05rem;
	}
}
