@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,700");
/*-------------------------COLOR PALETTE-------------------------*/

/*
#11223e
#314896
#3060d2
#719430
#96de4f

*/

.contact_icon{
  width: 75px;
  height: 75px;
  object-fit: cover;
}

.nutrition_img{
  width: 100%;
  height: 150px;
}

.ob_cover{
  object-fit: cover;
}

.small_h2{
  font-size: 47px;
}

.book_now_section{
  padding: 30px 10px;
  align-items: center;
}

.book_now_h2{
  margin: 0 !important;
  font-size: 30px;
  letter-spacing: 0;
}

.book_now_btn{
  padding: 20px 50px;
  background: #96de4f;
  width: fit-content;
  margin-left: auto;
}

/*-------------------------PAGINA NUTRIZIONISTA BERGAMO-------------------------*/

.bg-ul{
  padding-left: 20px;
}

.collaborazioni, .faq, .approfondimenti {
  padding: 50px 0 70px;
}

.faq p.faq-title{
  margin-bottom: 0 !important;
}

.approfondimenti .row .articolo-img{
  height: 350px;
  object-fit: cover;
}

.approfondimenti .header-page-testata{
  bottom: 25px;
}

.approfondimenti .header-page-testata::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -25px;
  z-index: 0;
  top: 0;
  background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  border-bottom: solid 4px #3060d2;
}

.approfondimenti .header-page-testata h1{
  color: #ffffff;
  font-size: 19px;
  padding: 2px 20px;
  letter-spacing: -1px;
}

#recensioni_bg{
  margin-bottom: 70px;
}

#recensioni_bg .box-recensione{
  background: #fff;
  border-right: 1px solid #000;
  padding: 20px;
  height: 1220px;
}

/*------------------------- FINE PAGINA NUTRIZIONISTA BERGAMO-------------------------*/

#text1{
	margin-bottom: 40px;
  padding: 0px;
  border-left: 0px none transparent;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.25em;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}
p a {
  word-break: break-all;
}
body,
html {
  overflow-x: hidden;
}

body {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, Sans-serif, Verdana, Tahoma;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

/*.img_nutri_bs {
  max-width: 490px;
  width: 100%;
  float: left;
  margin: 20px 15px 15px 0;
}*/

.img_nutri_bs {
  max-width: 485px;
  width: 100%;
  float: left;
  margin: 10px 25px 5px 0;
}

a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  font-style: normal;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0px;
  text-align: inherit;
  color: inherit;
}

h2, .h2 {
  font-style: normal;
  font-size: 55px;
  line-height: 1.3;
  font-family: Montserrat, sans-serif;
  letter-spacing: -3px;
  text-align: inherit;
  color: inherit;
  font-weight: 700;
}

.mb-std {
  margin-bottom: 15px;
}

.mb-md {
  margin-bottom: 25px;
}

.mb-pls {
  margin-bottom: 50px;
}

.top-content {
  /*background: rgba(0, 0, 0, 0) linear-gradient(135deg, #01b9ff 0%, #ba78fe 51%, #ea51bd 100%) repeat scroll 0 0;
  background-color:#ba78fe;*/
  background-color: #3060d2;
  color: #fff;
}

.top-content-2 {
  background-color: #7cbb54;
  padding-top: 30px;
}

/*.interno-bg::before{
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
opacity: .1;
background-position: center center;
filter: blur(3px);
}
*/

.how-it-works-container {
  /*background: rgba(0, 0, 0, 0) linear-gradient(135deg, #01b9ff 0%, #ba78fe 51%, #ea51bd 100%) repeat scroll 0 0;
  background-color:#ba78fe;*/
  background-color: #3060d2;
  position: relative;
}

.how-it-works-container::after {
  position: absolute;
  content: "";
  right: -150px;
  bottom: -250px;
  height: 600px;
  width: 600px;
  background-image: url(../img/formiche.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}

.navbar-inverse .navbar-brand small b {
  border-top: 3px solid #fff;
  font-size: 16px;
  margin: 0 4px 0 0;
  text-transform: uppercase;
}

.navbar {
  background: rgba(51, 51, 51, 0.3) none repeat scroll 0 0;
  border: 0 none;
  padding-top: 10px;
  transition: all 0.3s ease 0s;
  margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
  color: #fff;
  padding: 7px 11px;
}

.navbar.navbar-no-bg {
  background: #fff;
  padding: 30px 0;
  border-bottom: solid 3px #3060d2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.navbar.navbar-no-bg::before {
  content: "";
  right: 0;
  top: 0;
  height: 110px;
  position: absolute;
  width: 20%;
  background-image: url(../img/logo/nav-bg.jpg);
  background-size: cover;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center center;
}

.how-it-works-box {
  padding-bottom: 15px;
  padding-top: 15px;
}

ul.navbar-nav {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-inverse ul.navbar-nav li a {
  border-bottom: 1px solid transparent;
  color: #000;
  opacity: 0.8;
}

.navbar-inverse ul.navbar-nav li a:hover {
  border-bottom: 1px solid #719430;
  color: #000;
  opacity: 1;
}

.navbar-inverse ul.navbar-nav li a:focus {
  border-bottom: 1px solid #000;
  color: #000;
  opacity: 1;
  outline: 0 none;
}

.navbar-inverse ul.navbar-nav li a.btn-link-2 {
  border: 1px solid #000;
  height: auto;
  margin: 4px 0 0 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.navbar-inverse ul.navbar-nav li a.btn-link-2:hover,
.navbar-inverse ul.navbar-nav li a.btn-link-2:focus,
.navbar-inverse ul.navbar-nav li a.btn-link-2:active,
.navbar-inverse ul.navbar-nav li a.btn-link-2:active:focus {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  color: #fff;
  opacity: 0.6;
  outline: 0 none;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #3060d2;
}

.navbar-nav>li>.dropdown-menu {
  padding: 20px 15px;
  background-color: #3061d2ed;
}

.dropdown-menu>li>a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff !important;
  white-space: nowrap;
}

.dropdown-menu>li>a::first-letter {
  font-weight: bolder !important;
  font-size: 1.3em;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  background-color: #2b2b2b2a;
}

/*-------------------------------------------------SLIDE-------------------------------------------------*/

.feedback-slider-nav-dot-wrapper:hover .feedback-slider-nav-dot {
  background-color: white;
}

.slide {
  visibility: hidden;
  margin: 0 0;
}

.slide.active {
  visibility: visible;
  opacity: 1;
}

.feedback-slider-nav-dot-anim.active {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.section-feedback {
  position: relative;
  background-color: #11223e;
}

.feedback-slider {
  position: relative;
  height: 550px;
}

.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-height: 550px;
  min-height: 550px;
  margin-bottom: 0px;
  background-color: #11223e;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.slide-content-wrapper {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.slide-text-wrapper {
  max-width: 39%;
  padding-right: 15px;
  padding-left: 40px;
}

img.mySlides {
  max-width: 115%;
  height: 100%;
  width: 6000px;
  vertical-align: middle;
  display: inline-block;
  transform: skew(9deg);
  object-fit: cover;
}

.feedback-text {
  margin-bottom: 40px;
  padding: 0px;
  border-left: 0px none transparent;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.25em;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}

.feedback-name {
  color: #96de4f;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 600;
  text-align: right;
}

.feedback-job {
  font-family: sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 1.2em;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}

.feedback-image-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 58.33333333%;
  background-color: #3060d2;
  -webkit-transform: skew(-9deg, 0deg);
  -ms-transform: skew(-9deg, 0deg);
  transform: skew(-9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.feedback-image-wrapper-mobile {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 60%;
  background-color: #3060d2;
  -webkit-transform: skew(-9deg, 0deg);
  -ms-transform: skew(-9deg, 0deg);
  transform: skew(-9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.feedback-slider-nav {
  position: static;
  left: 0%;
  right: 0%;
  bottom: 0px;
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  font-size: 0em;
  line-height: 0em;
  text-align: right;
}

.feedback-slider-nav-dot-wrapper {
  display: inline-block;
  padding: 40px 5px;
  cursor: pointer;
}

.feedback-slider-nav-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.feedback-slider-nav-dot {
  overflow: hidden;
  width: 30px;
  height: 3px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: background-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.feedback-image-bg {
  height: 100%;
  background-image: url("../img/call-to-action/salad-791891_1920.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: skew(9deg, 0deg);
  -ms-transform: skew(9deg, 0deg);
  transform: skew(9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.feedback-image-bg-2 {
  height: 100%;
  background-image: url("https://drive.google.com/uc?id=0B0Qk2Jm3RptGM0dTR2lOSm14R1U");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: skew(9deg, 0deg);
  -ms-transform: skew(9deg, 0deg);
  transform: skew(9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.feedback-image-bg-3 {
  height: 100%;
  background-image: url("https://drive.google.com/uc?id=0B0Qk2Jm3RptGelV6MVc4dXhDYk0");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: skew(9deg, 0deg);
  -ms-transform: skew(9deg, 0deg);
  transform: skew(9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.feedback-image-bg-4 {
  height: 100%;
  background-image: url("https://drive.google.com/uc?id=0B0Qk2Jm3RptGR1J6b1JYTUdxOW8");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: skew(9deg, 0deg);
  -ms-transform: skew(9deg, 0deg);
  transform: skew(9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.feedback-slider-nav-dot-anim {
  width: 0%;
  height: 100%;
  background-color: #389eb1;
}

@media (max-width: 991px) {
  .feedback-image-bg {
    background-position: 15% 50%;
  }
  .feedback-image-bg-2 {
    background-position: 50% 50%;
  }
  .feedback-image-bg-3 {
    background-position: 50% 50%;
  }
  .feedback-image-bg-4 {
    background-position: 50% 50%;
  }
}

@media (max-width: 767px) {
  .feedback-slider {
    height: 570px;
  }
  .slide {
    max-height: 570px;
    min-height: 570px;
  }
  .slide-content-wrapper {
    position: static;
    display: block;
    padding-top: 40px;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slide-text-wrapper {
    max-width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    padding-top: 175px;
  }
  .feedback-text {
    max-width: 800px;
    margin-bottom: 30px;
    font-size: 1.25em;
    line-height: 1.875em;
  }
  .feedback-image-wrapper {
    display: none;
    width: 100%;
    background-color: transparent;
    -webkit-transform: skew(0deg, -4deg);
    -ms-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .feedback-image-bg {
    background-position: 50% 50%;
    -webkit-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .feedback-image-wrapper-mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    width: 100%;
    height: 250px;
    background-color: transparent;
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }


  img.mySlides {
    max-width: 100%;
    width: 100%;
    transform: skew(0deg);
  }

  .feedback-slider-nav {
    text-align: center;
  }
  .feedback-slider-nav-dot-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .feedback-image-bg-2 {
    background-position: 50% 50%;
    -webkit-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .feedback-image-bg-3 {
    background-position: 50% 50%;
    -webkit-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .feedback-image-bg-4 {
    background-position: 50% 50%;
    -webkit-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .vimeo-mob {
    height: 200px !important;
  }
}

@media (max-width: 479px) {
  .feedback-text {
    margin-bottom: 30px;
    font-size: 1.125em;
    line-height: 1.6875em;
  }
  .feedback-image-wrapper-mobile {
    height: 200px;
  }
  .feedback-slider-nav-dot {
    height: 3px;
  }
  .icon {
    margin-right: 0px;
  }
}



/* calculate feedback slider navigation padding */

@media (min-width: 768px) and (max-width: 1230px) {
  .feedback-slider-nav {
    padding-right: calc(20.83333333% - 80px);
  }
}

@media (min-width: 1231px) {
  .feedback-slider-nav {
    padding-right: 176.25px;
  }
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figure.slide {
  margin: 0 0;
}

.w-hidden-main {
  display: inherit !important;
}

.w-hidden-medium {
  display: inherit !important;
  pointer-events: none;
}

.w-hidden-small {
  display: inherit !important;
}

.w-hidden-tiny {
  display: none !important;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}

.w-embed:after {
  clear: both;
}

.inner-bg {
  padding: 70px 0 100px;
}

/*------------------------------------SECTION 1 INDEX------------------------------------*/

.box-index {
  display: flex;
}

.box-index>[class*="col-"] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 50px;
}

.box-index>[class*="col-"]>p {
  height: 130px;
  font-size: 13px;
  line-height: 20px;
  padding: 0 20px;
}

/*.box-index > [class*='col-']:nth-of-type(1){
background-color: rgba(0,0,0,0);
}
.box-index > [class*='col-']:nth-of-type(2){
background-color: rgba(0,0,0,.1);
}
.box-index > [class*='col-']:nth-of-type(3){
background-color: rgba(0,0,0,.3);
}
.box-index > [class*='col-']:nth-of-type(4){
background-color: rgba(0,0,0,.5);
}
.box-index > [class*='col-']:nth-of-type(5){
background-color: rgba(0,0,0,.7);
}*/

.box-index>[class*="col-"] img {
  max-width: 80px;
  margin: 30px;
  opacity: 1;
  transition: all ease 0.5s;
}

.box-index>[class*="col-"]:hover img {
  opacity: 1;
}

.box-index>[class*="col-"] h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}

.top-content-2 .box-index>[class*="col-"] h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}

.top-content-2 .box-index>[class*="col-"] .btn-link-1 {
  background: #3060d2;
}

.corti {
  position: absolute;
  left: 20%;
  bottom: 0;
  max-width: 400px;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.imgcorti_index {
  width: 100%;
  object-fit: contain;
  padding: 10px;
}

.border-between>[class*="col-"]:before {
  background: #fff;
  bottom: 20%;
  content: " ";
  left: 0;
  position: absolute;
  width: 1px;
  top: 20%;
}

.border-between>[class*="col-"]:first-child:before {
  display: none;
}

/*--------------------------------------------CALL TO ACTION--------------------------------------------*/

.call-to-action {
  background-image: url(../img/call-to-action/salad-791891_1920.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 50px;
  color: #fff;
}

.call-to-action::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3060d2;
  opacity: 0.7;
  z-index: 0;
}

/*-------------------------------------NEWS-------------------------------------*/

.projects-item {
  text-align: left;
  margin-top: 30px;
}

.projects-item h3 {
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0px;
  text-align: inherit;
  color: #3a3a3a;
  font-weight: 700;
  height: 60px;
}

.projects-item p {
  height: 120px;
}

.about-us-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/*----------------------------------------PARTNER----------------------------------------*/

.partner {
  padding: 50px 0;
  background-color: #fff;
  color: #000;
}

.partner .item img {
  height: 180px;
  max-width: 180px;
  object-fit: cover;
  padding: 20px;
  background-color: #fff;
}

/*------------------------------------------MAPS------------------------------------------*/

.map {
  padding: 50px 0 70px;
  background-color: #11223e;
  color: #fff;
}

/*--------------------------------------PRIMA E DOPO--------------------------------------*/

.before-after {
  background-color: #fff;
  position: relative;
  color: #000;
}

.before-after::before {
  position: absolute;
  content: "";
  background-image: url(../img/prima-dopo/background.jpg);
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  opacity: 0.2;
  background-position: center center;
}

.before-after-item {
  text-align: left;
  margin-top: 30px;
}

.before-after-item h3 {
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0px;
  text-align: inherit;
  color: #3a3a3a;
  font-weight: 700;
}

.owl-risultati .item .text-box {
  background-color: #fff;
  padding: 5px 30px 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.owl-risultati .item {
  padding: 0 20px;
}

.owl-risultati .owl-item,
.owl-risultati .owl-item.cloned {
  opacity: 0.2;
  transition: all ease 0.5;
  filter: blur(4px);
}

.owl-risultati .owl-item.active.center {
  opacity: 1;
  filter: blur(0);
}

.owl-risultati .owl-item.active.center .item>* {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
}

.img-risultati {
  max-height: 400px;
}

/*-------------------------------------------FORM-------------------------------------------*/

#contact {
  padding: 50px 0;
}

.btn-link-1 {
  background: #96de4f none repeat scroll 0 0;
  border-radius: 144px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 16px;
  padding: 16px 34px 0;
  position: relative;
  text-transform: uppercase;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
  color: #fff;
  opacity: 0.6;
  outline: 0 none;
}

.btn-link-2 {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 114px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 16px;
  margin: 0 5px;
  padding: 15px 34px 0;
  text-transform: uppercase;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  color: #fff;
  opacity: 0.6;
  outline: 0 none;
}

.top-content .text h1 {
  color: #fff;
}

.top-content .text {
  color: #fff;
  padding-top: 84px;
  text-align: left;
}

.interno-bg .text {
  padding-top: 0px !important;
}

.logo-interno {
  max-width: 250px;
  -webkit-box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.18);
}

.top-content .description {
  margin: 20px 0 10px;
}

.top-content .description p {
  opacity: 0.8;
}

.interno-testata {
  padding: 120px 0 0 0;
}

.interno-testata h3 {
  font-weight: bolder;
}

.testata {
  background-image: url(../img/interno/blue-wood-texture-background-27.jpeg);
  background-position: center center;
  background-size: cover;
}

.testata .testata-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  margin-bottom: -85px;
  margin-top: 50px;
  position: relative;
}

.header-page-testata::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -25px;
  z-index: 0;
  top: 0;
  background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  border-bottom: solid 4px #3060d2;
}

.header-page-testata {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 10;
  padding-top: 80px;
}

.header-page-testata h1 {
  position: relative;
  z-index: 10;
  padding: 0 125px;
}

.social-testata {
  position: absolute;
  left: 40px;
  bottom: -80px;
  color: #fff;
  z-index: 10;
}

.social-testata a {
  padding: 0 10px;
  color: #fff;
}

.section-container {
  margin: 0 auto;
  padding: 80px 0;
}

.app-features {
  padding-bottom: 30px;
}

.divider-1 span {
  background: #dddddd none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  width: 200px;
}

.section-description p {
  margin-top: 20px;
}

.app-features-box {
  padding-bottom: 15px;
  padding-top: 15px;
}

.app-features-box .app-features-box-icon {
  color: #74b0c7;
  font-size: 80px;
  line-height: 80px;
}

.app-features-box h3 {
  margin-top: 15px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
  color: #ffffff;
}

.section-container-image-bg .divider-1 span {
  background: #ffffff none repeat scroll 0 0;
}

.how-it-works-box-icon .how-it-works-step {
  background: #74b0c7 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  height: 32px;
  left: 95px;
  line-height: 32px;
  position: absolute;
  top: 0;
  width: 32px;
}

.how-it-works-box .how-it-works-box-icon {
  font-size: 80px;
  line-height: 80px;
  position: relative;
}

.how-it-works-box h3 {
  margin-top: 15px;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
  color: #ffffff;
}

.how-it-works-box p {
  opacity: 0.8;
}

#contact .form-control {
  border: 1px solid #ccc !important;
  border-radius: 22px;
  box-shadow: none !important;
  height: auto;
  padding: 13px 18px;
}

.bck_gray {
  background: #fafafa none repeat scroll 0 0;
}

footer .footer-below {
  background-color: #fafafa;
  color: #848282;
  margin: 40px 0 0;
  padding: 54px 0;
}

.social_icon_list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.social_icon_list li {
  display: inline-block;
  margin: 0 5px;
}

.social_icon_list li a {
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  opacity: 1;
  padding: 5px;
  width: 60px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0 none;
  text-decoration: none;
}

.social_icon_list li a i,
.social_icon_list li a i {
  margin-top: 11px;
}

.social_icon_list li a {
  color: #fff;
}

.social_icon_list li:hover a {
  opacity: 0.8;
}

.social_icon_list li a.fb_icon {
  background: #3b5998 none repeat scroll 0 0;
}

.social_icon_list li a.twit_icon {
  background: rgb(112, 186, 237) none repeat scroll 0 0;
}

.social_icon_list li a.gogle_plus_icon {
  background: rgb(218, 72, 53) none repeat scroll 0 0;
}

.social_icon_list li a.vimeo_icon {
  background: rgb(1, 185, 255) none repeat scroll 0 0;
}

.social_icon_list li a i,
.social_icon_list li a i {
  margin-top: 11px;
}

footer .mar_bot_top_ten a {
  color: #74b0c7;
}

.form_send_btn.btn-lg {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #74b0c7;
  border-radius: 105px;
  color: #74b0c7;
  padding: 14px 30px;
}

.vendors span {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-size: 28px;
  height: 54px;
  line-height: 51px;
  text-align: center;
  width: 80px;
}

.vendors {
  margin: 50px 0 0;
}

#convenzionatiRow {
  padding-bottom: 80px;
}

.gal {
  /* -ms-column-count: 3;  */
  /* -webkit-column-count: 3; /* Chrome, Safari, Opera */
  /* -moz-column-count: 3; /* Firefox */
  /* column-count: 3;  */
  margin-top: 20px;
  margin-bottom: 50px;
}

.gal>div>div {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient( top, rgba(255, 255, 255, 1) 60%, rgba(0, 153, 100, 1) 100%);
  background: -webkit-linear-gradient( top, rgba(255, 255, 255, 1) 60%, rgba(0, 153, 100, 1) 100%);
  background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 60%, rgba(0, 153, 100, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff', endColorstr='#3060d2', GradientType=0);
  margin-bottom: 30px;
}

.gal>div>img {
  width: 100%;
}

.box-caption {
  padding: 0px 15px 25px;
  /*background-color: #fff;*/
  color: #3060d2;
  line-height: normal;
  font-size: 14px;
}

.box-caption h3 {
  color: #3060d2;
  height: 60px;
}

.testo-altezza {
  padding-bottom: 10px;
}

/*--------------------------------------------FOOTER--------------------------------------------*/

footer {
  padding: 40px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-align: left;
  background: #3060d2;
}

footer ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .list-menu>li>a {
  letter-spacing: 5px;
}

footer .list-menu>li {
  padding-bottom: 15px;
  border-bottom: solid 1px;
}

footer .list-menu>li>ul>li>a {
  color: rgba(255, 255, 255, 0.5);
}

footer .col-sm-4,
footer .col-sm-3 {
  border-right: solid 1px;
}

.footer-copy {
  background-color: #000;
  color: #9e9e9e;
  padding: 4px;
  text-align: center;
  font-size: 11.5px;
  letter-spacing: 3px;
  font-family: "Lato", sans-serif;
}

.footer-copy a {
  color: #fff;
  font-style: normal;
}

/*----------------------------------------UNIVERSALE----------------------------------------*/

.fast-contact {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
}

.fast-contact ul {
  list-style: none;
  padding: 0;
}

.fast-contact ul li {
  padding: 11px 8px;
  height: 80px;
  width: 80px;
  -webkit-filter: drop-shadow(3px 3px 3px #00000026);
  filter: drop-shadow(3px 3px 3px #00000026);
  background-color: #fff;
  border-radius: 50%;
}

.fast-contact ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

@media (max-width: 500px) {
  .gal {
    -ms-column-count: 1;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
  .img_nutri_bs {
    max-width: 100%;
    margin: 0px 0px 15px;
  }
}

@media (max-width: 500px) {
  .box-index {
    display: block;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #3060d2;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #fff;
  }
}

/*-------------------------------------------------------INTERNO-------------------------------------------------------*/

.chi-sono {
  /* background-image: url(../img/chi-sono/training-828764_1920.jpg); */
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding: 120px 0 0 0;
  position: relative;
  overflow: hidden;
}

.chi-sono>* {
  position: relative;
  z-index: 10;
}

.chi-sono::before {
  content: "";
  position: absolute;
  right: 0;
  height: 100vh;
  top: 0;
  width: 100%;
  background: -moz-linear-gradient( -45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient( -45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient( 135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.chi-sono::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% + 23%);
  top: calc(100vh - 23%);
  background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.gal {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}

.gal img {
  width: 100%;
  padding: 7px 0;
  min-height: 250px;
  object-fit: cover;
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.322);
  margin: 5px 0;
  padding: 0;
}

@media (max-width: 500px) {
  .gal {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}

/*-----------------------------------------------------COMPARA IMMAGINI-----------------------------------------------------*/

.img-comp-container {
  position: relative;
  height: 450px;
  /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  /* vertical-align: middle; */
  max-width: none;
  object-fit: cover;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196f3;
  opacity: 0.7;
  border-radius: 50%;
}

.img-comp-slider::after {
  content: "\f07e";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.8em;
}

/* -----------------------------------NUTRIZIONE SPORTIVA----------------------------------- */

.box-nutrizione {
  position: relative;
}

.box-nutrizione>div {
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 15px;
  border: solid 2px #fff;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 200px;
}

.box-nutrizione:hover>div {
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0.4;
  transform: none;
  border-radius: 0px;
}

.box-nutrizione a {
  color: #fff !important;
}

/* ----------------------------MEDIE---------------------------- */

@media (min-width: 481px) and (max-width: 768px) {
  .box-index {
    display: block;
  }
  .corti {
    left: 0%;
  }
  .call-to-action {
    padding: 50px 0;
  }

  .ctrlq.ico_whatsapp {
    bottom: 65px !important;
  }
}

@media (max-width: 480px) {
  .feedback-slider {
    height: 500px;
  }
  .border-between>[class*="col-"]:before {
    background: transparent;
  }
  .corti {
    position: relative;
    left: 00%;
    bottom: 0;
    max-width: 400px;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .section-container {
    margin: 0 auto;
    padding: 80px 0px;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: transparent;
  }
  .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }
  .navbar-nav {
    margin: 25px -15px -5px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #3060d2;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: rgba(51, 51, 51, 0.048);
  }
  .testata .testata-img {
    height: 250px;
  }
  .header-page-testata h1 {
    padding: 0 25px;
    font-size: 23px;
  }
  .social-testata {
    display: none;
  }
  .box-nutrizione img {
    height: 120px;
    object-fit: cover;
    margin: 15px 0;
  }
  .bubble-fb {
    display: none !important;
  }

  .partner .item img {
    height: auto;
    max-width: none;
  }

}

.captchacontainer>div {
  margin: 0 auto !important;
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
  .ctrlq.ico_whatsapp {
    bottom: 65px !important;
  }
  .book_now_section .col-xl-7{
    margin-bottom: 2rem;
  }
  .book_now_h2{
    font-size: 25px !important;
  }

  .book_now_btn a .book_now_h2{
    font-size: 18px !important;
  }
}

@media (max-width: 1200px) and (min-width: 768px){
  .navbar-brand{
    height: 75px
  }

  .ctrlq.ico_whatsapp {
    bottom: 65px !important;
  }
}

@media (max-width: 420px){
  .carousel-indicators{
    top: 15%;
  }
  .carousel-indicators li {
    display: none;
  }
  .owl-arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
  }
  .owl-arrows-container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .left_arrow {
    position: absolute;
    top: 50%;
    left: 15px;
    cursor: pointer;
    transform: translateY(-50%);
  }
  .right_arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    cursor: pointer;
    transform: translateY(-50%);
  }
  .owl-arrows i {
    color: #fff !important;
    text-shadow: 2px 2px 2px #666;
  }
  .left-arrow-container {
    width: 50%;
    height: 100%;
    float: left;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent, transparent);
  }
  .right-arrow-container {
    width: 50%;
    height: 100%;
    float: left;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.2), transparent, transparent);
  }
  .ctrlq.fb-button,
  .ctrlq.fb-close {
    position: fixed;
    left: 24px !important;
    cursor: pointer
  }
}






.form_home {
  background: #96de4f none repeat scroll 0 0 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

.form_home:hover {
  opacity: 0.6;
}

.titolo_servizi {
  min-height: 90px;
}

.cont_home_about {
  width: 1415px;
}

/*.colonna_about_index {
  padding: 60px 0px 0px;
}*/

.frasette {
  font-weight: 500;
}

.section_nutri_bs {
    padding: 120px 0px 45px;
    overflow: hidden;
    position: relative;
}

.section_nutri_bg {
  padding: 120px 0px 0px;
  overflow: hidden;
  position: relative;
}

.nutri_bs_bis {
  padding: 65px 0px;
  position: relative;
  overflow: hidden;
}

.titoli_nutribs {
  font-size: 30px;
  margin-top: 0px;
  color: #3060d2;
}

.banner_covid {
  padding: 30px;
  font-size: 24px;
  height: auto;
  width: 350px;
  right: 15px;
  background: #3060d2;
  /*background: #e15e5e;*/
  color: #fff;
  z-index: 1030;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .25);
}

.btn_banner {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 16px 34px;
  font-size: 18px;
}

.myButton {
  color: #fff;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

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


.fb-livechat, .fb-widget {
  display: none
}

.whatsapp-livechat {
  display: block !important;
}

.ctrlq.fb-button, .ctrlq.fb-close {
  position: fixed;
  right: 24px;
  cursor: pointer
}

.ctrlq.fb-button {
  z-index: 12;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
  width: 60px;
  height: 60px;
  text-align: center;
  bottom: 24px;
  border: 0;
  outline: 0;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
  -webkit-transition: box-shadow .2s ease;
  background-size: 80%;
  transition: all .2s ease-in-out
}

.ctrlq.ico_whatsapp {
  background: url("../img/icone/whatsapp.svg");
  z-index: 12;
  width: 55px;
  height: 55px;
  text-align: center;
  bottom: 27px;
  transition: all .2s ease-in-out;
  border: none;
  border-radius: inherit;
  outline: none;
  box-shadow: none;
  position: fixed;
  right: 24px;
  cursor: pointer;
}

.ctrlq.fb-button:focus,
.ctrlq.fb-button:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24)
}

.ctrlq.ico_whatsapp:hover {
  box-shadow: none;
}

.fb-widget {
  background: #fff;
  z-index: 13;
  position: fixed;
  width: 360px;
  height: 435px;
  overflow: hidden;
  opacity: 0;
  bottom: 0;
  right: 24px;
  border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
  -o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16)
}

.fb-credit {
  text-align: center;
  margin-top: 8px
}

.fb-credit a {
  transition: none;
  color: #bec2c9;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  border: 0;
  font-weight: 400
}

.ctrlq.fb-overlay {
  z-index: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .05);
  display: none
}

.ctrlq.fb-close {
  z-index: 4;
  padding: 0 6px;
  background: #365899;
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  margin: 8px;
  border-radius: 3px
}

.ctrlq.fb-close::after {
  content: 'x';
  font-family: sans-serif
}

.bubble-fb {
  background-color: #fff;
  border-radius: 200px;
  padding: 15px 20px;
  position: fixed;
  right: 25px;
  padding-right: 70px;
  z-index: 11;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
  bottom: 25px;
}

.bubble_whatsapp {
  font-size: 20px;
  font-weight: bolder;
  color: #55cd6c;
}


.whatsapp-livechat:hover {
  animation: none;
}

@keyframes spring { 
  0% {
    transform: scale(1) translateY(0); 
  }
  10% {
    transform: scale(1.2, 0.6); 
  }
  30% { 
    transform: scale(0.8, 1.1) translateY(-30px); 
  }
  50% { 
    transform: scale(1) translateY(0); 
  }
  100% { 
    transform: translateY(0); 
  }
}

:target:before {
  content: "";
  display: block;
  height: 145px;
  margin: -145px 0 0;
}

.indice {
  border-bottom: 1px solid #d8d8d8;
  /*margin-bottom: 5px;*/
}

.indice a {
  line-height: 1.6;
  font-size: 18px;
  color: #3060d2;
  font-weight: 600;
  width: 100%;
  display: list-item;
}

.anchorform {
  margin: 20px 0px;
}

.row_indice {
  padding: 0px 20px;
}

.scroll_mobile {
  overflow-x: auto;
}

.scroll_mobile th {
  text-align: center;
}

.bordino_fblink {
  border-left: solid 1px #838383;
}

@media (max-width: 1440px) {
  .cont_home_about {
    width: 1320px;
  }
  .colonna_about_index {
    padding: 50px 0px 0px;
  }
  .myButton {
    padding: 10px 10px;
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .cont_home_about {
    width: 1170px;
  }
  .colonna_about_index {
    padding: 0px;
  }
  .banner_covid {
    padding: 20px;
    font-size: 20px;
    width: 290px;
  }
  .myButton {
    padding: 8px 7px;
    font-size: 13px;
  }
  #recensioni_bg .box-recensione {
    height: 100%;
  }
  .approfondimenti div.col-md-3{
    margin-bottom: 3rem;
  }
}

@media (max-width: 1040px) {
  .cont_home_about {
    width: 970px;
  }
  .section-container {
    padding: 35px 0;
  }
  .img_nutri_bs {
    max-width: 470px;
    margin: 10px 25px 5px 0;
  }
}

@media (max-width: 800px) {
  .imgcorti_index {
    padding: 0px;
  }
  .cont_home_about {
    width: 750px;
  }
  .section-container {
    padding: 35px 0 55px;
  }
  .colonna_about_index {
    padding: 0px 15px;
  }
  .img_nutri_bs {
    max-width: 100%;
    margin: 0px;
    padding: 15px 0px;
  }
  .bordino_fblink {
    border: none;
  }
  .collapse.in {
    padding-top: 20px;
  }

  .pack-1 {
    margin-bottom: 20px !important;
  }

  h3{
    font-size: 18px;
  }

  h3.titolo_servizi {
    font-size: 20px !important;
  }

  h2 {
    font-size: 26px !important;
  }

  .box-scopri {
    margin-top: 25px !important;
  }

  .about-me img {
    margin-bottom: 50px !important;
  }

  .scheda-form {
    margin-top: 50px;
  }

  .richiamo-team img {
    width: 30% !important;
  }

  .h2-new {
    font-size: 16px !important;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
  }

  h1 {
    font-size: 25px !important;
  }

  .news-caption {
    width: 340px !important;
    padding-top: 10px !important;
  }

  .news-text a {
    font-size: 14px !important;


  }

  .news-text {
    padding-right: 8px !important;
  }

  .news-caption img {
    display: none;
  }

  .news-alert .news-bell {
    height: 54px !important;
    padding: 7px !important;
    width: 54px !important;
    font-size: 33px !important;
  }

  .news-alert {
    bottom: 125px !important;
    left: 18px !important;
  }
  .news-alert.open .news-caption {
    border-radius: 0 35px 35px 0;
    opacity: 1;
    width: 310px !important;
    left: 50%;
}

#scrolltop {
  bottom: 51px !important;
  right: -5px !important;
}

  
}

@media (max-width: 480px) {
  
  .myButton {    
    padding: 8px 8px;
    font-size: 13px;
  }
  .section_nutri_bs, .section_nutri_bg {
    padding: 30px 0px 0px;
  }
  .nutri_bs_bis {
    padding: 35px 0px;
  }
  .cont_home_about {
    width: 100%;
  }
  .colonna_about_index > h2 {
    margin-top: 5px;
  }
  .section-container {
    padding: 20px 0 40px;
  }
  .titolo_servizi {
    min-height: unset;
  }
  .box-index>[class*="col-"] img {
    margin: 0px;
  }
  .box-index>[class*="col-"]>p {
    height: unset;
    margin-bottom: 20px;
  }
  .section_nutri_bs .h2, .section_nutri_bg .h2 {
    font-size: 36px;
  }
  .titoli_nutribs {
    font-size: 26px;
  }
  .banner_covid {
    padding: 20px;
    font-size: 18px;
    width: calc(100% - 30px);
    left: 15px;
    top: 33%;
  }
  .ctrlq.ico_whatsapp {
    background: url(../img/icone/whatsapp2.svg);
    animation: spring 2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    left: 15px !important;
  }
  .projects-item p {
    height: 70px;
  }
  #contact {
    padding: 15px 0 30px;
  }
  .chi-sono {
    padding: 30px 0 20px;
  }
  .owl-risultati .item .text-box {
    padding: 5px 15px 20px;
  }
  .indice {
    margin-bottom: 5px;
  }
}

/* Scroll */

.scroll_mobile::-webkit-scrollbar {
  display: block;
  height: 3px;
  width: 100%;
  background: #ccc;
}

.scroll_mobile::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2); 
  border-radius: 10px;
}

.scroll_mobile::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px #3060d2; 
}

/* consulenza rivista */

.box-candidati {
  background: #2196f3;
  padding: 40px;
  margin-top: -120px;
  border-radius: 30px;
}

.box-candidati h4, .box-scopri h4 {
  color: #fff !important;
}

.box-scopri {
  background: #7cbb54;
  padding: 40px;
  margin-top: -120px;
  border-radius: 30px;
}

.box-candidati h4, .box-scopri h4 {
  font-size: 15px !important;
}

.about-me {
  background: #efefef !important;
  padding: 50px 0px !important;
  margin-top: 60px;
}

.about-me p {
  text-align: left !important;
}

.col-p {
  position: relative !important;
}

.top-content-perche {
  background-color: #7cbb54;
  color: #fff;
  padding-bottom: -30px !important;
}

.top-content-obiettivi {
  background-color: #3060d2;
  color: #fff;
}

.pack-1 {
  background: #2196f3;
  color: #fff !important;
  padding: 40px;
  border-radius: 50px;
}


.pack-2 {
  background: #3060d2;
  color: #fff !important;
  padding: 40px;
  border-radius: 50px;
}

.line {
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.richiamo-team {
  background: #3060d2;
  padding: 20px;
}

.btn-link-team {
  background: #96de4f none repeat scroll 0 0;
  border-radius: 144px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 16px;
  padding: 16px 34px 0;
  position: relative;
  text-transform: uppercase;
}

.line-green {
  width: 100%;
  height: 2px;
  background: #96de4f;
  margin-top: 30px;
  margin-bottom: 30px;
}

.scheda-form {
  background: #0084ff;
  padding: 50px;
  border-radius: 50px;
}


.btn-call {
   background-color: #96de4f;
   color: #fff;
   transition: 0.5s;
   padding: 15px 30px;
   margin-top: 20px;
   border-radius: 20px;
}

.input-form {
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
  border: 0px;
}

.call-prenotazione {
  background-image: url(../../images/nutrizionistacorti-correre.jpeg);
  background-position: center;
  background-size: cover;
  
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.call-prenotazione::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 0;
  
}

.btn-form-consulenza:hover {
  background: #fff;
  transition: .5s all ease;
}

.recensioni  {
  padding: 50px 0px 0px 0px;
}

.box-recensione {
  background: #fff;
  border-right: 1px solid #000;
  padding: 20px;
  height: 550px;
}

.box-recensione i {
  color: #ff0000; 
  font-size: 60px; 
  margin-bottom: 20px
}

.stars i {
  color: #f5ce00;
  font-size: 20px;
  margin-top: 20px;
}

h6 {
  font-size: 18px;
}

.btn-form-consulenza {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  border: 2px solid #96de4f;
  border-radius: 105px;
  padding: 14px 30px;
}

h1 {
  font-size: 70px;
  letter-spacing: -2px;
}

.h2-new {
  font-style: normal;
  font-size: 28px;
  margin-top: -7px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0px;
  text-align: inherit;
  color: inherit;
  font-weight: 700;
}

.header-page-testata::before {
  z-index: -1;
}

.box-img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.box-img img {
  object-fit: cover;
  width: 100%;
}


.faq-consulenza {
  margin-top: 70px;
  margin-bottom: 70px;
}

.faq-consulenza .panel-default>.panel-heading {
  color: #fff;
  background-color: #0084ff;
  border-color: #fff;
  padding: 30px;
  border-radius: 16px;
}
.faq-consulenza .panel-default {
  border-color: transparent;
}

.faq-consulenza .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #fff;
  background: #3b5998;
  color: #fff;
  border-radius: 16px;
}


.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-flex > .col-1, .d-flex > .col-2, .d-flex > .col-3, .d-flex > .col-4, .d-flex > .col-5, .d-flex > .col-6, .d-flex > .col-7, .d-flex > .col-8, .d-flex > .col-9, .d-flex > .col-10, .d-flex > .col-11, .d-flex > .col-12, .d-flex > .col,
.d-flex > .col-auto, .d-flex > .col-sm-1, .d-flex > .col-sm-2, .d-flex > .col-sm-3, .d-flex > .col-sm-4, .d-flex > .col-sm-5, .d-flex > .col-sm-6, .d-flex > .col-sm-7, .d-flex > .col-sm-8, .d-flex > .col-sm-9, .d-flex > .col-sm-10, .d-flex > .col-sm-11, .d-flex > .col-sm-12, .d-flex > .col-sm,
.d-flex > .col-sm-auto, .d-flex > .col-md-1, .d-flex > .col-md-2, .d-flex > .col-md-3, .d-flex > .col-md-4, .d-flex > .col-md-5, .d-flex > .col-md-6, .d-flex > .col-md-7, .d-flex > .col-md-8, .d-flex > .col-md-9, .d-flex > .col-md-10, .d-flex > .col-md-11, .d-flex > .col-md-12, .d-flex > .col-md,
.d-flex > .col-md-auto, .d-flex > .col-lg-1, .d-flex > .col-lg-2, .d-flex > .col-lg-3, .d-flex > .col-lg-4, .d-flex > .col-lg-5, .d-flex > .col-lg-6, .d-flex > .col-lg-7, .d-flex > .col-lg-8, .d-flex > .col-lg-9, .d-flex > .col-lg-10, .d-flex > .col-lg-11, .d-flex > .col-lg-12, .d-flex > .col-lg,
.d-flex > .col-lg-auto, .d-flex > .col-xl-1, .d-flex > .col-xl-2, .d-flex > .col-xl-3, .d-flex > .col-xl-4, .d-flex > .col-xl-5, .d-flex > .col-xl-6, .d-flex > .col-xl-7, .d-flex > .col-xl-8, .d-flex > .col-xl-9, .d-flex > .col-xl-10, .d-flex > .col-xl-11, .d-flex > .col-xl-12, .d-flex > .col-xl,
.d-flex > .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.d-flex.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.d-flex > .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.d-flex > .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.d-flex > .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.d-flex > .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.d-flex > .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.d-flex > .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.d-flex > .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.d-flex > .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.d-flex > .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.d-flex > .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.d-flex > .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.d-flex > .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.d-flex > .order-first {
  -ms-flex-order: -1;
  order: -1;
}

.d-flex > .order-last {
  -ms-flex-order: 13;
  order: 13;
}

.d-flex > .order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.d-flex > .order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.d-flex > .order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.d-flex > .order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.d-flex > .order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.d-flex > .order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.d-flex > .order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.d-flex > .order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.d-flex > .order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.d-flex > .order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.d-flex > .order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.d-flex > .order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.d-flex > .order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.d-flex > .offset-1 {
  margin-left: 8.333333%;
}

.d-flex > .offset-2 {
  margin-left: 16.666667%;
}

.d-flex > .offset-3 {
  margin-left: 25%;
}

.d-flex > .offset-4 {
  margin-left: 33.333333%;
}

.d-flex > .offset-5 {
  margin-left: 41.666667%;
}

.d-flex > .offset-6 {
  margin-left: 50%;
}

.d-flex > .offset-7 {
  margin-left: 58.333333%;
}

.d-flex > .offset-8 {
  margin-left: 66.666667%;
}

.d-flex > .offset-9 {
  margin-left: 75%;
}

.d-flex > .offset-10 {
  margin-left: 83.333333%;
}

.d-flex > .offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .d-flex > .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .d-flex > .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .d-flex > .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .d-flex > .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .d-flex > .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .d-flex > .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-flex > .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .d-flex > .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .d-flex > .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-flex > .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .d-flex > .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .d-flex > .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-flex > .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .d-flex > .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .d-flex > .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .d-flex > .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .d-flex > .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .d-flex > .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .d-flex > .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .d-flex > .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .d-flex > .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .d-flex > .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .d-flex > .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .d-flex > .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .d-flex > .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .d-flex > .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .d-flex > .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .d-flex > .offset-sm-0 {
    margin-left: 0;
  }
  .d-flex > .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .d-flex > .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .d-flex > .offset-sm-3 {
    margin-left: 25%;
  }
  .d-flex > .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .d-flex > .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .d-flex > .offset-sm-6 {
    margin-left: 50%;
  }
  .d-flex > .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .d-flex > .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .d-flex > .offset-sm-9 {
    margin-left: 75%;
  }
  .d-flex > .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .d-flex > .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .d-flex > .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .d-flex > .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .d-flex > .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .d-flex > .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .d-flex > .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .d-flex > .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-flex > .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .d-flex > .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .d-flex > .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-flex > .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .d-flex > .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .d-flex > .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-flex > .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .d-flex > .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .d-flex > .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .d-flex > .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .d-flex > .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .d-flex > .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .d-flex > .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .d-flex > .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .d-flex > .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .d-flex > .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .d-flex > .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .d-flex > .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .d-flex > .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .d-flex > .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .d-flex > .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .d-flex > .offset-md-0 {
    margin-left: 0;
  }
  .d-flex > .offset-md-1 {
    margin-left: 8.333333%;
  }
  .d-flex > .offset-md-2 {
    margin-left: 16.666667%;
  }
  .d-flex > .offset-md-3 {
    margin-left: 25%;
  }
  .d-flex > .offset-md-4 {
    margin-left: 33.333333%;
  }
  .d-flex > .offset-md-5 {
    margin-left: 41.666667%;
  }
  .d-flex > .offset-md-6 {
    margin-left: 50%;
  }
  .d-flex > .offset-md-7 {
    margin-left: 58.333333%;
  }
  .d-flex > .offset-md-8 {
    margin-left: 66.666667%;
  }
  .d-flex > .offset-md-9 {
    margin-left: 75%;
  }
  .d-flex > .offset-md-10 {
    margin-left: 83.333333%;
  }
  .d-flex > .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .d-flex > .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .d-flex > .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .d-flex > .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .d-flex > .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .d-flex > .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .d-flex > .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-flex > .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .d-flex > .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .d-flex > .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-flex > .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .d-flex > .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .d-flex > .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-flex > .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .d-flex > .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .d-flex > .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .d-flex > .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .d-flex > .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .d-flex > .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .d-flex > .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .d-flex > .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .d-flex > .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .d-flex > .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .d-flex > .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .d-flex > .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .d-flex > .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .d-flex > .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .d-flex > .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .d-flex > .offset-lg-0 {
    margin-left: 0;
  }
  .d-flex > .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .d-flex > .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .d-flex > .offset-lg-3 {
    margin-left: 25%;
  }
  .d-flex > .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .d-flex > .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .d-flex > .offset-lg-6 {
    margin-left: 50%;
  }
  .d-flex > .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .d-flex > .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .d-flex > .offset-lg-9 {
    margin-left: 75%;
  }
  .d-flex > .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .d-flex > .offset-lg-11 {
    margin-left: 91.666667%;
  }
}


@media (min-width: 1200px) {
  .d-flex > .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .d-flex > .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .d-flex > .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .d-flex > .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .d-flex > .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .d-flex > .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-flex > .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .d-flex > .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .d-flex > .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-flex > .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .d-flex > .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .d-flex > .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-flex > .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .d-flex > .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .d-flex > .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .d-flex > .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .d-flex > .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .d-flex > .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .d-flex > .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .d-flex > .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .d-flex > .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .d-flex > .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .d-flex > .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .d-flex > .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .d-flex > .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .d-flex > .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .d-flex > .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .d-flex > .offset-xl-0 {
    margin-left: 0;
  }
  .d-flex > .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .d-flex > .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .d-flex > .offset-xl-3 {
    margin-left: 25%;
  }
  .d-flex > .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .d-flex > .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .d-flex > .offset-xl-6 {
    margin-left: 50%;
  }
  .d-flex > .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .d-flex > .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .d-flex > .offset-xl-9 {
    margin-left: 75%;
  }
  .d-flex > .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .d-flex > .offset-xl-11 {
    margin-left: 91.666667%;
  }
}



.news-alert {
  left: 14px;
  bottom: 70px;
  margin: 0;
  position: fixed;
  z-index: 25;
  filter: drop-shadow(2px 2px 8px #fff);
}

.news-alert .news-bell {
  background: #fff;
  border: 4px solid #3060d2;
  border-radius: 50%;
  height: 60px;
  padding: 6px;
  width: 60px;
  font-size: 40px;
  animation: ring 4s .7s ease-in-out infinite;
  color: #f5ce00;
}


.news-alert .news-bell.rmAnimation {
  animation: none !important;
}
.p-relative {
  position: relative;
}

.news-caption {
  position: absolute;
  left: 0;
  background: #3060d2;
  /* background: linear-gradient(32deg, rgba(33,150,243,1) 0%, rgba(85,205,108,1) 100%); */
  top: 0;
  z-index: -1;
  width: 0;
  overflow: hidden;
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  height: 100%;
  padding-left: 50px;
  padding-top: 15px;
  border-radius: 50px;
  /*border-radius: 50%;*/
  opacity: 0;
  transition: .5s all ease;
}

.news-bell {
  cursor: pointer;
}

.news-alert.open .news-caption {
  border-radius: 0 35px 35px 0;
  opacity: 1;
  width: 450px;
  left: 50%;
}


.news-caption .news-text {
  white-space: nowrap;
}
 
.bell{
  display:block;
  width: 40px;
  height: 40px;
  font-size: 50px;
  margin:50px auto 0;
  color: #f5ce00;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}







#scrolltop {
  background: #23283c;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 85px;
  cursor: pointer;
  height: 50px;
  margin: 15px;
  opacity: 0.75;
  position: fixed;
  right: 10px;
  transition: all ease 0.5s;
  width: 50px;
  z-index: 99;
}

.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
}
.arrow.up {
  transform: rotate(-135deg);
}


h3.mv_title {
  font-size: 35px;
  letter-spacing: -2px;
}







/* Cookies banner */
.cookies_banner {
  background: #000;
  z-index: 2147483644;
  max-height: 100vh;
  overflow-y: auto;
}
.cookies_banner.hidden {
  opacity: 0;
  transform: translateY(100%);
}
.cookies_banner_backdrop {
  position: fixed;
  z-index: 1000000;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000000bf;
  opacity: 1;
  pointer-events: none;
}
body.cookies_open .cookies_banner_backdrop {
  z-index: 2147483643;
  opacity: 1;
  pointer-events: initial;
}
.btn_close_banner , .btn_preferences_cookie , .btn_accept_all_cookie , .btn_cookie_policy , .btn_save_cookies , .close_modal_btn {
  border: none;
  border-radius: 10px;
  line-height: 1;
  text-align: center!important;
}
.btn_close_banner , .btn_preferences_cookie {
  background: #6a6c73;
  padding: 4px 16px;
  border: none;
  border-radius: 50px;
  line-height: 1;
  text-align: center!important;
  color: #fff;
}
.btn_accept_all_cookie , .btn_save_cookies {
  background: #3060d2;
  padding: 4px 16px;
  border: none;
  border-radius: 50px;
  line-height: 1;
  text-align: center!important;
  color: #fff;
}
.btn_cookie_policy , .close_modal_btn {
  background: #e6e6e6;
  color: #3060d2!important;
  padding: 4px 16px;
  border: none;
  border-radius: 50px;
  line-height: 1;
  text-align: center!important;
}
.btn_close_banner:hover , .btn_preferences_cookie:hover {
  background: #3060d2;
  color: #fff;
}
.btn_accept_all_cookie:hover , .btn_save_cookies:hover {
  background: #6a6c73;
  color: #fff;
}
.btn_cookie_policy:hover , .close_modal_btn:hover {
  background: #dcdcdc;
}
.btn_close_banner.disabled , .btn_accept_all_cookie.disabled , .btn_save_cookies.disabled {
  opacity: .5;
  cursor: not-allowed;
}
#cookies_modal , .modal {
  z-index: 2147483646;
}
.modal-backdrop {
  z-index: 2147483645;
}
.close_cookies_modal {
  color: #3060d2;

}
.close_cookies_modal:hover {
  color: #3060d2;
}
#cookies_modal .modal-header , #cookies_modal .modal-footer , #cookies_modal .modal-content  , .modal .modal-header , .modal .modal-footer , .modal .modal-content {
  border-radius: 15px;
}
#cookies_modal .modal-header , #cookies_modal .modal-footer , #cookies_modal .border-top , .modal .modal-header , .modal .modal-footer , .modal .border-top {
  border-color: #e6e6e6!important;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2885, 135, 185, 0.25%29'/%3e%3c/svg%3e");
  border-color: #dddddd;
  box-shadow: 0 0 0 0.25rem #c0c0c0;
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")!important;
  background-color: #3060d2;
  border-color: #3060d2;
}

#cookies_modal .form-check {
  transform: translate(5px, 5px)!important;
}
.ext_policy {
  color: #3060d2;
}
.ext_policy:hover {
  color: #3060d2;
}
.recycle_icon_section {
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  font-size: 450px;
  z-index: 0;
  opacity: .1;
}
.zx-1 {
  z-index: 1;
}
.body_color {
  color: #3060d2;
}
.cookies_trigger {
  position: fixed;
  bottom: 12px;
  left: 12px;
  border-radius: 100%;
  background-color: #3060d2;
  border: 1px solid #fff;
  color: #fff;
  height: 48px;
  width: 48px;
  font-size: 16px;
  z-index: 2147483642;
}
.cookies_trigger::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.modal-backdrop.in {
  opacity: 1;
  background-color: #000000bf;
}

.modal-content {
  text-align: start;
  padding: 20px;
}

.small {
  font-weight: lighter;
}

.close {
  opacity: inherit !important;
  color: #3060d2;
  font-size: 30px;
}

/* End of cookies banner */

.fixed-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left:0;
  z-index:2147483644;
  padding:50px;
}

.col-allineamento {
  text-align: end;
}

@media screen and (max-width:768px) {
  .small {
    font-weight: lighter;
    line-height: 14px;
    font-size: 12px;
  }

  .fixed-bottom {
    padding: 30px;
  }


}