@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-Regular.woff') format('woff'), url('Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-Light.woff') format('woff'), url('Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-LightItalic.woff') format('woff'), url('Montserrat-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-Medium.woff') format('woff'), url('Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-SemiBoldItalic.woff') format('woff'), url('Montserrat-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-Bold.woff') format('woff'), url('Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-ExtraBold.woff') format('woff'), url('Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: auto;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif !important;
  color: #1F395F;
  overflow-x: hidden;
}
::selection {
  background-color: #F1CA82;
}
#pre-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1F395F;
  z-index: 99999999999999999999;
}
#pre-loader img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 200px;
  animation: opacity 8s forwards;
}
strong {
  font-weight: 600 !important;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
#header .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#header .logo source {
  width: 160px;
}

#header .logo img {
  width: 200px;}
  

#header .navbar-nav img {
  width: 130px;
}
#header nav {
  background-color: rgba(17,38,69,0.9);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
#header nav li {
  padding: 15px 0;
  display: block;
}
#header nav a {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  transition: color 0.4s;
}
#header nav a::after, button#patologie a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #F1CA82;
  margin-top: 5px;
  transition: width 0.3s ease-out;
}
#header nav a:hover, #header nav a.active {
  color: #F1CA82;
}
#header nav a:hover::after, #header nav a.active::after, button#patologie a:hover::after {
  width: 100%;
}
#open, #close {
  position: relative;
  z-index: 9999;
}
#close {
  display: none;
}
#open.active, #close.active {
  display: block;
}
#open.no-active, #close.no-active {
  display: none;
}

@media screen and (min-width:768px) {
  #header .container {
    padding-top: 35px;
    padding-bottom: 35px;
  }  
}
@media screen and (min-width:1200px) {
  #header .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }  
}

/*************************** first section ***************************************/

.main-section {
  overflow-x: hidden !important;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(31,57,95,1) 55%, rgba(31,57,95,1) 100%);
}
.main-section .main-col-white {
  height: 55%;
}
.main-section .main-col-blue {
  height: 45%;
}
.main-section h1 {
  text-align: right;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 22px;
  text-shadow: 0 3px 5px rgba(0,0,0,0.16);
}
.main-title {
  position: relative;
  z-index: 8;
  top: 50%;
  transform: translateY(-70%);
  padding: 0 30px;
}
.main-section h1 .nome {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
}
.main-section h1 .ruolo {
  font-weight: 400;
  color: #dab675;
  /*text-transform: capitalize;*/
  text-transform: none;
  font-size: 18px;
  text-shadow: none;
}
button {
  background-color: #1F395F;
  font-weight: 400;
  border: none;
  display: block;
  margin:70px auto 0 auto;
  padding: 8px 30px;
}
button a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.centered {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 310px;
  text-align: right;
  margin: auto;
  z-index: 8;
  padding: 0 30px;
}
.main-section .main-col-white p {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  margin: 0;
}
.main-section .main-col-white .cit {
  color: #F1CA82;
  text-align: center;
  margin-top: 10px;
}
.andrea {
  position: absolute;
  bottom: 0;
  left: -70px;
  height: 65%;
  width: auto;
  z-index: 2;
}
.pittogramma {
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 80%;
  width: auto;
  z-index: 1;
}
@media screen and (max-width:359px) {
  .main-section .main-title {
    padding: 0 30px 0 10px;
  }
  .main-section h1 .nome {
    font-size: 33px;
  }
}
@media screen and (min-width:768px) {
  .main-section {
    background: rgb(31,57,95);
    background: linear-gradient(90deg, rgba(31,57,95,1) 0%, rgba(31,57,95,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  }
  .main-section .main-col-white {
    height: 100%;
  }
  .main-section .main-col-blue {
    height: 100%;
  }
  .centered {
    text-align: left;
    margin: 0;
    color: #fff;
  }
  .main-title {
    transform: translateY(-60%);
  }  
  .main-section .main-col-white .cit {
    text-align: left;
  }
  .andrea {
    left: 50%;
    transform: translateX(-50%);
    height: 60%;
  }
  .pittogramma {
    right: auto;
    left: 50%;
    transform: translateX(-30%);
    height: 85%;
  }  
  .main-section h1 {
    text-align: left;
    margin-bottom: 50px;
  }
  .main-title ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
  }   
  .main-title li {
    font-weight: 800;
    text-transform: uppercase;
    margin: 30px 0;
    font-size: 26px;
    position: relative;
  }
  .main-title li span {
    text-transform: none;
    font-size: 23px;
    font-weight: 500;
  }       
}
@media screen and (min-width: 992px) {
  section:not(.main-section) {
    height: 100vh;
  }
  .centered {
    width: 360px;
  }
  .andrea {
    height: 80%;
  }
  .pittogramma {
    height: 95%;
  }
  .main-section h1 .ruolo {
    font-size: 20px;
    margin-top: 10px;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .main-title li {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .main-title li span {
    font-size: 25px;
  }       
  .andrea {
    height: 85%;
  }

}

/*************************** Main ***************************************/
.chi-sono .container-fluid {
  padding: 0 !important;
}


.chi-sono h2 {
  font-weight: 800;
  color: rgba(0,0,0, 0.1);
  font-size: 44px;
  margin-top: 60px;
  position: relative;
  display: inline-block;
}
.wrap-reveal {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: -1.25rem;
  right: calc(100% + 2.25rem);
  transform: skewX(-20deg);
  
}
.reveal {
  display: block;
  padding: 0 1.25rem;
  white-space: nowrap;
  color: #F1CA82;
  transform: skewX(20deg);
}
.animTitle {
  animation: reveal 2s 0.3s;
  animation-fill-mode: forwards;
}
.chi-sono p {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  position: relative;
}
.chi-sono button {
  margin-top: 40px;
  margin-bottom: 60px;
}
.carousel-indicators li.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  background: none;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

/* Main second */
.chi-sono ul {
  margin: 0;
  padding: 0;
  list-style: none;
}   
.chi-sono li {
  font-weight: 800;
  text-transform: uppercase;
  margin: 25px 0;
  font-size: 26px;
  color: #fff;
  position: relative;
  /*cursor: pointer;*/
}
.chi-sono li span {
  font-weight: 500;
}
.chi-sono li[aria-expanded=false]::after {
  content: '+';
  float: right;
  color: #F1CA82;
  margin-left: 30px;
}
.chi-sono li[aria-expanded=true]::after {
  content: '-';
  float: right;
  color: #F1CA82;
  margin-left: 30px;
} 
.chi-sono ul .collapse {
  color: #fff;
}
button#patologie {
  margin-top: 20px;
} 
button#patologie a {
  font-weight: 500;
  font-size: 22px;
  color: #F1CA82;
  text-transform: lowercase;
}
/* faq */     
button#prenota {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.accordion button {
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  width: 100%;
  color: #1F395F;
}
.card-header {
  border-top: 1px solid #1F395F;
  padding: 20px 15px;
}
.card-body {
  padding: 25px 15px 50px 15px;
  font-weight: 500;
}
.card-header button[aria-expanded=false]::after {
  content: '+';
  float: right;
  color: #F1CA82;
}
.card-header button[aria-expanded=true]::after {
  content: '-';
  float: right;
  color: #F1CA82;
}
.dr {
  padding: 60px 0;
}
/* Recensioni */
.button-prenota2 {
  padding-top: 20px;
  background-color: #1F395F;
  position: relative;
  z-index: 99999;
}
button#prenota2 {
  margin-top: 0 !important;
  display: block;
  margin-left:auto;
  margin-right: auto;
  background-color: #F1CA82;
}

.button-prenota3 {
  padding-top: 60px;
  background-color: #1F395F;
  position: relative;
  z-index: 99999;
}

.eapps-widget-toolbar {
  display: none !important;
}
.eapps-widget-show-toolbar {
  overflow: hidden;
}
#eapps-google-reviews-8182f14b-0972-4a5e-9bbd-3a79fcfb1fbd {
  margin-bottom: -50px;
}
.xKUTo {right:-20px !important;}
.dGBRat {left:-20px}
.ArrowControl__ArrowControlContainer-sc-gfjkpe-0 {background:transparent !important;box-shadow:none !important;}
.ArrowControl__ArrowControlContainer-sc-gfjkpe-0 .Icon__IconContainer-sc-6ec6m4-0 {fill: #F1CA82 !important}
/* Contatti */
.contatti iframe {
  height: 420px;
}
.contatti .icone {
  height: 40px;
}
.contatti p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin: 20px 0 50px 0;
  font-size: 18px;
}
.contatti table {
  color: #F1CA82;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
}
.contatti tr, .contatti td {
  padding:10px 0;
}
.contatti tr {
  width: 100%;
}
.contatti td span {
  font-weight: 800;
  color: #fff;
}
.w-65 {
  width: 65% !important;
}
.w-35 {
  width: 35% !important;
}
footer {
  width: 100%;
  text-align: center;
  background-color: #112645;
  padding: 20px 0;
}
footer p, footer a {
  font-weight: 300;
  color: #fff;
  transition: color 0.4s;
}
footer a:hover {
  color: #F1CA82;
}
.font-medium {
  font-weight: 500;
}

.modal {
  z-index: 9999999 !important;
}
.form-group {
  position: relative;
  margin: 15px 0;
}
.form-group .icona-form {
  position: absolute;
  top: 17px;
  left: 12px;
  z-index: 1;
  width: 15px;
}
.input-inline {
  width: 48%;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.modal .form-control:not(select) {
  height: 50px !important;
  padding: 0 10px 0 40px;
}
.modal select {
  text-indent: 40px;
  height: 50px !important;
}
.modal input[type=submit] {
  background-color: #1F395F;
  color: #fff;
  display: block;
  margin: auto;
  border: none;
  padding: 10px 30px;
  margin-top: 20px;
  font-size: 16px;
}
.form-check-label {
  font-size: 14px;
}
#loader {
  display: none;
}
.modal ul {
  list-style: none;
}

#up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: rgba(241,202,130,0.8);
  color: #1F395F;
  z-index: 99999999;
  padding: 13px;
  border-radius: 100%;
  cursor: pointer;
  transition: background-color 0.4s;
  display: none;
}
#up:hover {
  background-color: rgba(241,202,130,1);
}
#up img {
  width: 20px;
}

.privacy h2 {
  font-size: 26px;
  margin-top: 100px;
}
.privacy h4 {
  font-size: 20px;
}

@media screen and (min-width: 576px) {
  .contatti tr {
    width: auto;
    float: left;
  }
}
@media screen and (min-width:768px) {
  .info {
    width: 50%;
    float: left;
  } 

  .info p, .info a {
    font-size: 16px !important;
  }

  #info-telefono {
    width: 100%;
  }

}

@media (min-width: 992px) {
  .chi-sono .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 512px;
  }
  .chi-sono h2 {
    margin-top:0;
  }
  .chi-sono button {
    margin-bottom: 0;
  }
  .carousel, .carousel-inner, .carousel-item {
    height: 100%;
  }
  .chi-sono .carousel img, .chi-sono .order-1 img {
    height: 100% !important;
    object-fit: cover !important;
  }
  .chi-sono ul {
    text-align: right;
  }
  .dr {
    padding: 0px 0;
  }
  .card-header {
    padding: 15px 0px;
  }
  .card-body {
    padding: 25px 0 50px 0;
  }
  .as-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    z-index: -1;
  }
  .contatti iframe {
    height: 100%;
  }
  .contatti tr {
    width: auto;
    float: left;
  }
  .contatti tr, .contatti td {
    padding:5px 0;
  }
}

@media (min-width: 1200px) {
  .chi-sono .container {
    max-width: 600px;
  }
  .chi-sono h2 {
    font-size: 62px;
  }
  .chi-sono p {
    font-size: 18px;
  }

@media screen and (max-width:370px) {
  .chi-sono h2 {
    font-size:36px ;
  }
  .chi-sono ul li {
    font-size: 22px;
  }
}

}




@keyframes reveal {
  0% {
    right: calc(100% + 2.25rem);
  }
  100% {
    right: -1.25rem;
  }
}
@-webkit-keyframes reveal {
  0% {
    right: calc(100% + 2.25rem);
  }
  100% {
    right: -1.25rem;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}



/*MODIFICHE*/

ul.servizi-fisioterapia {
  text-align: left;
  padding-top: 15px;
}


ul.servizi-fisioterapia li {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif !important;
  color: #1F395F;
  text-transform: initial;
  margin: 0;
  font-size: 1rem;
  cursor: none;
}


ul.sottoelenco-accordion {
  margin-bottom: 20px;
}


ul.sottoelenco-accordion li {
  line-height: 30px;
  font-weight: 400;
}


.btn-link:hover {
  text-decoration: none!important;
  color: #F1CA82!important;
}

.btn-link:focus {
  text-decoration: none!important;
}


.card-header-line {
  border-top: none;
}


.chi-sono-img-1 {
  height: 100% !important;
  object-fit: cover !important;
}


.info a {
  font-size: 16px !important;
  color: white!important;
}

a.contatti-email {
  display: block;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 50px 0;}

a.contatti-footer:hover {
  color: #F1CA82!important;}


.display-none-d-t-2 {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  margin:0;
}

.block-fs {
  width: 360px!important;
}

.main-col-blue {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-col-blue .cit {
  padding-top: 10px;
  color: #F1CA82;}


.button-prenota2 #button-2 {
  cursor: none!important;}



@media screen and (max-width:575px) {
  .contatti td {
    text-align: center;
  }
}


@media screen and (min-width:1024px) {
  .display-none-d-t {
    display: none!important;}

  .display-none-d-t-2 {
    display: block!important;}
}


@media screen and (max-width:1024px) {
  .display-none-d-t-2 {
    display: none!important;}

  .display-none-d-t {
    display: block!important;}
}



/*PICCOLI DEVICE*/
@media (min-width: 280px) and (max-width: 310px) {

  #header .logo img {
    width: 145px;}

  .main-section .main-col-white p {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;}

  .main-section h1 {
    padding-left: 30px;
    padding-right: 30px;}

  .main-section h1 .ruolo {
    font-size: 14px;
    display: block;
    line-height: 20px;
    font-weight: 500;}

  .main-section .main-col-white .cit {
    text-align: end;}


  .main-section h1 .nome {
    font-size: 20px;}

  .chi-sono h2 {
    font-size: 30px;}

  .chi-sono li {
    font-size: 18px;
    margin: 20px 0;}

  .accordion button {
    font-size: 16px;}

  ul.sottoelenco-accordion {
    padding-left: 0;}

  .info a {
    font-size: 14px!important;}

  .contatti table {
    font-size: 16px;
    line-height: 28px;}

  a#open img,
  a#close img {
    width: 80%;}

  img.andrea {
    left: -100px!important;}

  div.es-review-content-text {
    font-size: 13px;}

}


@media (min-width: 310px) and (max-width: 767px) {

  .main-section h1 .nome {
    font-size: 28px;}

  .main-section h1 {
    padding-top: 20px!important;}

  .main-section h1 .ruolo {
    font-size: 16px;
    display: block;
    line-height: 22px;
    font-weight: 500;}

}