@charset "UTF-8";
.white {
  color: #ffffff !important;
}

.primary {
  color: #007786;
}

.secondary {
  color: #be0c78;
}

.bg-color-primary {
  background-color: #007786;
}

.bg-color-primary-op06 {
  background-color: #007786;
  opacity: 0.6;
}

.bg-color-secondary {
  background-color: #c1d9df;
}

.bg-color-grey {
  background-color: #eaeaea;
}

.bg-color-orange {
  background-color: #f36633;
}

.bg-white {
  background-color: #ffffff;
}

body {
  background-color: unset;
}

h1,
.heading-size-1,
h2,
.heading-size-2,
h3,
.heading-size-3 {
  margin: 10px auto;
}

h4,
.heading-size-4,
h5,
.heading-size-5,
h6,
.heading-size-6 {
  margin: 10px auto;
  letter-spacing: 0.1px;
}

h1,
.heading-size-1 {
  font-size: 40px;
}
h1 sup,
.heading-size-1 sup {
  font-size: 20px;
  font-weight: 400;
}

h2,
.heading-size-2 {
  font-size: 32px;
}

h3,
.heading-size-3 {
  font-size: 28px;
  letter-spacing: 0.1px;
}
h3 sup,
.heading-size-3 sup {
  font-size: 14px;
}

h4,
.heading-size-4 {
  font-size: 24px;
  padding-bottom: 5px;
}

h5,
.heading-size-5 {
  font-size: 20px;
}

h6,
.heading-size-6 {
  font-size: 16px;
}

.menu-modal {
  background-color: transparent;
  backdrop-filter: grayscale(100%) blur(3px);
}
.menu-modal h4, .menu-modal p, .menu-modal a, .menu-modal .toggle {
  color: #ffffff;
}
.menu-modal .menu-modal-inner {
  background-color: #ffffff;
  background: linear-gradient(180deg, rgb(243, 102, 51) 0%, rgba(243, 102, 51, 0.95) 75%, rgba(255, 255, 255, 0) 100%);
  color: #70625B;
}
.menu-modal .menu-modal-inner .menu-top button.toggle:focus {
  outline: none;
}
.menu-modal .menu-modal-inner .menu-top .mobile-menu ul li.menu-item {
  background-color: rgba(255, 255, 255, 0);
}
.menu-modal .menu-modal-inner .menu-top .mobile-menu ul li.menu-item .sub-menu.active {
  background-color: rgba(255, 255, 255, 0.9);
}
.menu-modal .menu-modal-inner .menu-top .mobile-menu ul li.menu-item .sub-menu.active li.menu-item {
  background-color: initial;
}
.menu-modal ul.sub-menu.active {
  background: #f4f4f4;
  color: #f36633;
}

.modal-menu ul li {
  border-color: rgba(243, 102, 51, 0.5);
}

.modal-menu ul li a,
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
}

button.toggle.sub-menu-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 40px;
  border-width: 0;
}

.sub-menu.active button.toggle.sub-menu-toggle {
  color: #007786;
}

.menu-modal nav * {
  border-color: #c1d9df;
}

button.close-nav-toggle .toggle-text {
  left: 0;
  position: absolute;
}

.links_footer,
.links_footer > a {
  color: #ffffff;
  font-size: 1rem;
}

blockquote {
  border-color: #f36633;
}

.btn {
  padding: 1rem 1.75rem;
  border-radius: 0;
}
@media all and (max-width: 375px) {
  .btn {
    padding: 1rem;
  }
}

.btn-secondary, .btn-primary {
  background-color: transparent;
  text-decoration: none;
  font-size: 1.6rem;
}
.btn-secondary:hover, .btn-primary:hover, .btn-secondary:focus, .btn-primary:focus {
  text-decoration: none;
}

.btn-primary {
  color: #f36633;
  border-color: #f36633;
}
.btn-primary.white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-secondary:hover {
  color: #ffffff;
  background-color: #b4b4b4;
  border-color: #b4b4b4;
}

.btn-secondary {
  color: #007786;
  border-color: #007786;
}

/*#navbar_desktop {

    .primary-menu {

        & > li {

            & > .icon {
                right: 0.5rem;

                &::before, &::after {
                    background-color: $white;
                }
            }
        }

        ul.sub-menu {
            background: $third;
            padding: 0;

            li {
                margin: 0 !important;
                padding: 10px;
                border: none !important;
                width: 100%;
                max-width: unset;

                & > a {
                    color: $primary!important;
                    text-transform: capitalize;
                }

                .icon::before, .icon::after {
                    background-color: $primary;
                }

                &.menu-item-has-children:hover > ul, &.menu-item-has-children:focus > ul, &.menu-item-has-children.focus > ul {
                    right: unset;
                    left: calc(100% + 1.4rem);
                    top: 0;

                    &:before {
                        left: -2rem;
                        right: auto;
                    }

                    &:after {
                        right: unset;
                        left: -1.6rem;
                        top: 2rem;
                        border-color: transparent;
                        border-right-color: $third;
                    }
                }
            }

            &:after {
                border-bottom-color: $third;
            }
        }
    }
}*/
body {
  color: #70625b;
}

.container.bordered,
.container-fluid.bordered {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.grafico_img {
  max-width: 100%;
}

.box-shadow {
  box-shadow: 0px 6px 20px rgba(255, 255, 255, 0.2);
}

.line {
  border-bottom: 1px solid #fff;
  display: block;
  width: 80px;
  margin: auto;
}

@media screen and (max-width: 992px) {
  #navbar_desktop {
    display: none !important;
  }
}
#navbar_desktop ul {
  display: inline-block;
  list-style: none;
  width: 100%;
  border-color: #ffffff;
  color: #ffffff;
  margin: 0;
}
#navbar_desktop ul li {
  display: inline-block;
  border: 1px solid #ffffff;
  min-width: 31%;
  margin-top: 15px;
  margin-bottom: 18px;
}
#navbar_desktop ul li:not(:first-of-type) {
  margin-left: 1.9%;
}
#navbar_desktop ul li:first-of-type {
  margin-left: 0;
}
#navbar_desktop ul li a {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 10px 25px 13px 25px;
  text-decoration: none !important;
}

span.toggle-inner {
  padding: 0.25rem 0.75rem !important;
  font-size: 3.25rem;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 0.25rem;
  height: auto;
}

#header {
  /*background-image: url('../assets/img/header_filter.png');
  background-position: 0% 0%;
  background-size: cover;
      */
}
#header .spacer-header {
  width: 100%;
  height: 250px;
  padding: 0;
  margin: 0;
}
#header .container {
  position: relative;
}
#header .container .logo-img {
  height: 100%;
  /*@include desktop {
  	position: absolute;
  	right: 0;
  }*/
}
#header .container .logo-img img {
  max-height: 30px;
  position: relative;
  top: calc(50% - 15px);
}
@media screen and (max-width: 1023px) {
  #header .container .logo-img img {
    max-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  #header .container .logo-img {
    margin-right: 0;
  }
}
#header.bg-tumore-ovarico {
  background-image: url("../assets/img/tumore-ovarico-hero.png");
}
#header.bg-sintomi-prevenzione {
  background-image: url("../assets/img/header_filter.png");
}
#header.bg-fattori-rischio {
  background-image: url("../assets/img/header_filter.png");
}
#header h1 {
  color: #ffffff;
  font-weight: bold;
}
#header h4 {
  color: #ffffff;
}
#header h4 .light {
  text-transform: uppercase;
  font-weight: 300;
}

#site-footer {
  padding-bottom: 0 !important;
}
#site-footer.no-pt {
  padding-top: 0;
}
#site-footer .footer-logo {
  width: 120px;
  padding-top: 15px;
  padding-bottom: 10px;
}

#footer {
  color: #ffffff;
  font-size: 1.2rem;
  background-color: #222A41;
  margin-bottom: 0;
  padding-bottom: 7rem;
}
#footer > .container-fluid > .container > .row > .col-md-12 {
  padding: 20px;
  display: flex;
  justify-content: center;
}
#footer > .container-fluid > .container > .row > .col-md-12 .footer-logo-container,
#footer > .container-fluid > .container > .row > .col-md-12 .footer-content {
  width: 100%;
}
@media screen and (max-width: 425px) {
  #footer > .container-fluid > .container > .row > .col-md-12 .footer-logo-container {
    width: 35%;
  }
  #footer > .container-fluid > .container > .row > .col-md-12 .footer-content {
    width: 65%;
  }
}
@media screen and (min-width: 1440px) {
  #footer .footer-logo {
    margin: auto;
  }
}
@media screen and (min-width: 1600px) {
  #footer .logo-img {
    padding-bottom: 5rem;
  }
}
#footer p.small {
  line-height: 2;
  font-size: 12px;
  letter-spacing: 0.1px;
  max-width: 75%;
}
#footer .links_footer a {
  font-size: 1.2rem;
  letter-spacing: 0.1px;
  line-height: 2;
  padding-left: 5px;
  padding-right: 5px;
}
#footer .links_footer a:first-of-type {
  padding-left: 0;
}

#sub_header {
  background: #bc1077;
  color: #ffffff;
}
#sub_header.ovarico {
  background: #007786;
}
#sub_header h5 {
  margin: 70px 10%;
}
#sub_header .colonna_numeri {
  padding-left: 5rem;
  padding-right: 5rem;
  border-right: white 1px solid;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1023px) {
  #sub_header .colonna_numeri {
    border-right: none;
  }
}
#sub_header .colonna_numeri h6 {
  margin-top: 0;
}
#sub_header .colonna_numeri p {
  margin-bottom: 0;
}
#sub_header .colonna_numeri:last-child {
  border-right: none;
}
#sub_header .colonna_numeri .numero {
  font-weight: 900;
}
#sub_header .colonna_numeri .light {
  font-weight: 300;
}
#sub_header .colonna_numeri .light .strong {
  font-weight: 600 !important;
}

#contenuto_homepage h2 {
  color: #f36633;
}
#contenuto_homepage .box-image {
  z-index: 99;
}

#contenuto_homepage .box-image .img_tumore, #contenuto_brca .box-image .img_tumore, #contenuto_percorso .box-image .img_tumore {
  width: 100%;
}
#contenuto_homepage .box, #contenuto_brca .box, #contenuto_percorso .box {
  background-color: #f3f7f8;
}
#contenuto_homepage h2, #contenuto_brca h2, #contenuto_percorso h2 {
  letter-spacing: 0.1px;
  font-weight: bold;
}

#header_sintomi {
  background-position: 0% 0%;
  background-size: cover;
}
#header_sintomi h1 {
  color: #ffffff;
  font-weight: bold;
}

#contenuto_sintomi .box_img_sintomi {
  position: relative;
  right: 25%;
  top: 4%;
  height: inherit;
  max-width: initial;
  max-height: 100%;
}
#contenuto_sintomi .box_img_sintomi_left {
  position: relative;
  right: 14%;
  top: 7%;
  z-index: 9;
  height: inherit;
  max-width: initial;
  max-height: 100%;
}

#header_fattori {
  background-position: 0% 0%;
  background-size: cover;
}
#header_fattori h1 {
  color: #ffffff;
  font-weight: bold;
}

#contenuto_fattori .container .row .col-lg-4 div {
  min-height: 330px;
  margin-top: 2rem;
}
#contenuto_fattori .container .row .col-lg-4 .box-white {
  background-color: #ffffff;
  box-shadow: -5px 5px 10px 2px transparent;
  border: 1px solid #f1f1f1;
  transition: all 0.5s ease;
}
#contenuto_fattori .container .row .col-lg-4 .box-white:hover {
  box-shadow: -5px 5px 10px 2px #f1f1f1;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
#contenuto_fattori .container .row .col-lg-4 .box-white .icona {
  width: 35px;
}
#contenuto_fattori .container .row .col-lg-4 .img_box_fattori_03, #contenuto_fattori .container .row .col-lg-4 .img_box_fattori_02, #contenuto_fattori .container .row .col-lg-4 .img_box_fattori_01 {
  background-repeat: no-repeat;
  background-size: 110%;
  height: auto;
  margin-top: 0;
}
#contenuto_fattori .container .row .col-lg-4 .img_box_fattori_01 {
  background-image: url("../assets/img/fattori-02.png");
}
#contenuto_fattori .container .row .col-lg-4 .img_box_fattori_02 {
  background-image: url("../assets/img/fattori-01.png");
}
#contenuto_fattori .container .row .col-lg-4 .img_box_fattori_03 {
  background-image: url("../assets/img/fattori-03.png");
}
#contenuto_fattori .bg-fluid {
  background-image: url("../assets/img/fattori-wide-darker.png");
  background-size: cover;
}
#contenuto_fattori .bg-fluid h1 {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1px;
}
#contenuto_fattori .bg-gray {
  background-color: #f3f7f8;
}

#header_numeri {
  background-image: url("../assets/img/header_i_numeri.png");
  background-position: 0% 0%;
  background-size: cover;
}
#header_numeri h1 {
  color: #ffffff;
  font-weight: bold;
}

#contenuto_numeri .bg-grafici-numeri {
  background-color: #c1d9df;
  background-image: url("../assets/img/bg_cit.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}
#contenuto_numeri .bg-grafici-numeri .container .row .col-lg-6 .bg-white {
  min-height: 460px;
}
#contenuto_numeri .bg-grafici-numeri .container .row .col-lg-6 .bg-white img {
  width: 100%;
}
#contenuto_numeri .bg-grafici-numeri .container-fluid p {
  font-size: 1.8rem;
}

#bilbiografia:not(abc) a, #bilbiografia:not(abc) p {
  color: #70625B;
  font-size: 1.2rem;
  line-height: 2rem;
}

#openLinkModal .modal-dialog .modal-content {
  background-color: #007786 !important;
  color: #FFF !important;
  border-radius: 0px !important;
}

#openLinkModal .modal-dialog .modal-content .modal-header {
  border: 0px !important;
}

#openLinkModal .modal-dialog .modal-content .modal-header .close {
  font-size: 2.5rem !important;
  font-weight: 100 !important;
  text-shadow: 0 1px 0 #fff;
  color: #FFF !important;
}

#openLinkModal .modal-dialog .modal-content .modal-body {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#openLinkModal .modal-dialog .modal-content .modal-body h5, #openLinkModal .modal-dialog .modal-content .modal-body p {
  color: #FFF !important;
}

#openLinkModal .modal-dialog .modal-content .modal-footer {
  text-align: center !important;
  margin: 0 auto;
  border: 0px;
}

#openLinkModal .modal-dialog .modal-content .modal-footer .btn {
  background-color: transparent !important;
  border-radius: 0px !important;
  border-color: #FFF !important;
  color: #FFF !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: inherit;
  letter-spacing: 0.1px;
  font-size: 0.95rem;
}

#openLinkModal .modal-dialog .modal-content .modal-footer .btn:hover, #openLinkModal .modal-dialog .modal-content .modal-footer .btn:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
  text-decoration: none;
}

.box-white {
  background-color: #FFF;
  box-shadow: -5px 5px 10px 2px #f1f1f1;
  height: 100% !important;
}
.box-white ul {
  margin-left: 0;
  font-size: 1.6rem;
}

@font-face {
  font-family: "Gotham";
  src: local("GothamBlack"), url("../assets/fonts/GothamProRegular.otf") format("truetype");
  font-stretch: normal;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Gotham";
  src: local("GothamBoldItalic"), url("../assets/fonts/GothamProMedium.otf") format("truetype");
  font-stretch: normal;
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Gotham";
  src: local("GothamBookItalic"), url("../assets/fonts/GothamProBold.otf") format("truetype");
  font-stretch: normal;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Quicksand";
  src: local("Quicksand-Light"), url("../assets/fonts/Quicksand-Light.ttf") format("truetype");
  font-stretch: normal;
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Quicksand";
  src: local("Quicksand-Regular"), url("../assets/fonts/Quicksand-Regular.ttf") format("truetype");
  font-stretch: normal;
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Quicksand";
  src: local("Quicksand-Medium"), url("../assets/fonts/Quicksand-Medium.ttf") format("truetype");
  font-stretch: normal;
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Quicksand";
  src: local("Quicksand-SemiBold"), url("../assets/fonts/Quicksand-SemiBold.ttf") format("truetype");
  font-stretch: normal;
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Quicksand";
  src: local("Quicksand-Bold"), url("../assets/fonts/Quicksand-Bold.ttf") format("truetype");
  font-stretch: normal;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@media screen and (max-width: 767px) {
  body.page-template-page-fattori-rischio .mob-no-py, body.page-template-page-sintomi-prevenzione .mob-no-py {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  body.page-template-page-endo-sintomi .container.starter, body.page-template-page-fattori-rischio .container.starter, body.page-template-page-sintomi-prevenzione .container.starter {
    padding-top: 0 !important;
  }
}

#contenuto_prenditicura .recipe-down h2, #contenuto_homepage .science-board h2 {
  color: #f36633;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  padding: 25px 0;
}

body.page-template-page-tumore-ovarico {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-tumore-ovarico header#header {
  background-image: url("../assets/img/tumore-ovarico-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-tumore-ovarico header#header {
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-tumore-ovarico header#header {
    background-position: 60%;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-tumore-ovarico #sub_header .container h4 {
    text-align: center;
  }
}
body.page-template-page-sintomi-prevenzione {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-sintomi-prevenzione header#header {
  background-image: url("../assets/img/sintomi-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-sintomi-prevenzione header#header {
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-sintomi-prevenzione header#header {
    background-position: 60%;
  }
}
body.page-template-page-fattori-rischio {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-fattori-rischio header#header {
  background-image: url("../assets/img/fattori-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-fattori-rischio header#header {
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-fattori-rischio header#header {
    background-position: 30%;
  }
}
body.page-template-page-test-brca {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-test-brca header#header {
  background-image: url("../assets/img/brca-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-test-brca header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-soluzioni-terapeutiche {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
  /*,"Le soluzioni terapeutiche disponibili: \A approccio chirurgico e farmacologico"*/
  background-position: 47%;
}
body.page-template-page-soluzioni-terapeutiche header#header {
  background-image: url("../assets/img/soluzioni-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-soluzioni-terapeutiche header#header {
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-soluzioni-terapeutiche header#header {
    background-position: 40%;
  }
}
body.page-template-page-glossario {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-glossario header#header {
  background-image: url("../assets/img/glossario-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-glossario header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-iniziative-gsk {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-iniziative-gsk header#header {
  background-image: url("../assets/img/iniziative-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-iniziative-gsk header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-store-locator {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-store-locator header#header {
  background-image: url("../assets/img/storelocator-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-store-locator header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-tumore-endometriale {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-tumore-endometriale header#header {
  background-image: url("../assets/img/endo-conoscere-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-tumore-endometriale header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-endo-sintomi {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-endo-sintomi header#header {
  background-image: url("../assets/img/endo-sintomi-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-endo-sintomi header#header {
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-endo-sintomi header#header {
    background-position: 30%;
  }
}
@media screen and (max-width: 1023px) {
  body.page-template-page-endo-sintomi .pl-5-mob {
    padding-left: 50px;
  }
}
body.page-template-page-endo-fattori {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
  overflow-x: hidden;
}
body.page-template-page-endo-fattori header#header {
  background-image: url("../assets/img/endo-fattori-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-endo-fattori header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-endo-percorso {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-endo-percorso header#header {
  background-image: url("../assets/img/endo-percorso-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-endo-percorso header#header {
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-endo-percorso header#header {
    background-position: 70%;
  }
}
body.page-template-page-endo-soluzioni {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-endo-soluzioni header#header {
  background-image: url("../assets/img/endo-soluzioni-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-endo-soluzioni header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-prevenzione-da-te {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-prevenzione-da-te header#header {
  background-image: url("../assets/img/prevenzione-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-prevenzione-da-te header#header {
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-prevenzione-da-te header#header {
    background-position: 70%;
  }
}
body.page-template-page-diagnosi {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-diagnosi header#header {
  background-image: url("../assets/img/diagnosi-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-diagnosi header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-terapia {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-terapia header#header {
  background-image: url("../assets/img/terapia-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-terapia header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-followup {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-followup header#header {
  background-image: url("../assets/img/followup-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-followup header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-centri-clinici {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-centri-clinici header#header {
  background-image: url("../assets/img/centri-clinici-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-centri-clinici header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-faq {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-faq header#header {
  background-image: url("../assets/img/faq-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-faq header#header {
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-faq header#header {
    background-position: 65%;
  }
}
body.page-template-page-normative {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-normative header#header {
  background-image: url("../assets/img/normative-hero.jpg");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-normative header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-normative-page {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-normative-page header#header {
  background-image: url("../assets/img/normative-hero.jpg");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-normative-page header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-template-page-eventi {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-template-page-eventi header#header {
  background-image: url("../assets/img/eventi-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-template-page-eventi header#header {
    background-position: center;
    background-size: cover;
  }
}
body.page-evento-singolo {
  overflow-x: hidden;
  /*.testo_header .container {

      h1 {
          //font-size: 0.00001px;

          &::before {
              //content: $h1;
              display: inline;
              font-size: 40px;
              line-height: 50px;
              margin: 10px auto;
              color: white;
              white-space: pre-wrap;
          }
      }

      h4 {
          //font-size: 0.00001px;

          &::before {
              //content: "";
              display: inline;
          }
      }
  }*/
}
body.page-evento-singolo header#header {
  background-image: url("../assets/img/eventi-hero.png");
}
@media screen and (max-width: 1023px) {
  body.page-evento-singolo header#header {
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  #myTab[role=tablist] {
    margin-left: 0;
  }
}
#myTab[role=tablist] li a {
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  padding-top: 10px;
  color: #70625B;
  border: 0;
  vertical-align: bottom;
  height: 100%;
}
#myTab[role=tablist] li a:visited {
  color: #70625B;
  border: 0;
}
#myTab[role=tablist] li a.active, #myTab[role=tablist] li a:focus, #myTab[role=tablist] li a:hover {
  color: #007786;
}
#myTab[role=tablist] li a:hover, #myTab[role=tablist] li a:focus {
  border: 0;
  transition-property: none;
}
#myTab[role=tablist] li a.active {
  border-width: 0;
  border-bottom: 4px solid #007786;
  margin-bottom: -2.5px;
}

#myTabContent.tab-content {
  margin-top: 50px;
  margin-bottom: 75px;
}
#myTabContent.tab-content ul {
  margin-left: 0;
}
#myTabContent.tab-content ul li {
  font-size: 1.6rem;
  color: #70625B;
}
@media screen and (max-width: 1023px) {
  #myTabContent.tab-content {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
#myTabContent.tab-content #risultati .row {
  margin-bottom: 20px;
}

.link-sticker {
  position: fixed;
  bottom: 0;
  left: 85px;
  z-index: 100000000;
  background-color: #f36633;
  border-radius: 15px 15px 0 0;
  padding: 10px 15px 25px 15px;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
  transform: translateY(10px);
  transition: all 0.5s ease;
  text-align: center;
}
.link-sticker:hover, .link-sticker:focus {
  transform: translateY(0);
  background-color: #b4b4b4;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .link-sticker {
    left: 15px;
  }
}
.link-sticker a {
  color: white;
  font-weight: 700;
  font-size: 24px;
  text-decoration: none;
  line-height: 30px;
}

.jump-up {
  position: fixed;
  bottom: 15px;
  right: 25px;
  z-index: 25;
}
.jump-up .inner-container {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #f36633;
  transform: rotate(-0.25turn);
  transition: all 0.4s ease;
  cursor: pointer;
}
.jump-up .inner-container:hover {
  border-color: #b4b4b4;
  transition: all 0.4s ease;
}
.jump-up .inner-container:hover .icon {
  color: #b4b4b4;
  transition: all 0.6s ease;
}
.jump-up .inner-container .icon {
  color: #f36633;
  font-size: 55px;
  transition: all 0.6s ease;
}
.jump-up .inner-container .icon::before {
  transform: translate(-18%, -27%);
}

.btn-orange {
  background-color: #f36633;
  color: white;
  font-size: 1.9rem !important;
  font-weight: 500;
  line-height: 2.7rem !important;
  border-radius: 10px;
  text-decoration: none !important;
  text-transform: unset;
  padding: 15px 35px;
}
.btn-orange i {
  font-size: 2.4rem;
  line-height: 2.4rem !important;
}
.btn-orange:hover {
  opacity: 0.8;
  color: #f1f1f1 !important;
}

#contenuto_prenditicura .btn-leaflet {
  background-color: #f36633;
  color: white;
  font-size: 1.9rem !important;
  font-weight: 500;
  line-height: 2.7rem !important;
  border-radius: 10px;
  text-decoration: none !important;
  text-transform: unset;
  padding: 15px 35px;
}
#contenuto_prenditicura .btn-leaflet i {
  font-size: 2.4rem;
  line-height: 2.4rem !important;
}
#contenuto_prenditicura .btn-leaflet:hover {
  opacity: 0.8;
  color: #f1f1f1 !important;
}

#contenuto_prenditicura .btn-leaflet {
  background-color: #f36633;
  color: #ffffff;
  padding: 5px 17px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  transition: all ease 0.3s;
}
#contenuto_prenditicura .btn-leaflet i {
  color: white;
}
#contenuto_prenditicura .btn-leaflet:hover {
  color: #dddddd;
  transition: all ease 0.3s;
}
#contenuto_prenditicura .btn-leaflet:hover i {
  color: white;
}

/*
#header {

    .navbar.navbar-expand-lg {
		z-index: 9;

        .container {
            justify-content: flex-start;
            position: relative;

            .navbar-brand {
                text-decoration: none;
                margin-left: 0;//25px;

                @include mobile {
                    margin-left: 5px;
                }

                h4 {
                    color: white;
                    font-size: 32px;
                    line-height: 50px;
                    font-weight: 500;
					font-family: $fontGotham;
                    padding-bottom: 0;

                    @include mobile {
                        font-size: 24px;
                    }

					em {
						font-family: 'Raleway', sans-serif;
					}
                }
            }
        }

        .navbar-toggler {
            color: $primary-color;

            &:focus {
                outline: none;
            }

            .toggle-inner {
                border: none;
            }
        }
    }

    // SLIDER HOME
    .slider-header {
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 850px;
        height: 100vh;
        box-sizing: border-box;
        background-color: white;

		@include mobile {
			position: relative;
            padding-top: 130px;
		}

        %sh-side {
            width: 50%;
            height: 100%;
            box-sizing: border-box;
        }

        .sh-left {
            background-color: white;
            @extend %sh-side;
            float: left;

			@include mobile {
				position: absolute;
				width: 80%;
				top: 25%;
				left: 10%;
				height: 70%;
				background-color: rgba( 255, 255, 255, 0.9 );
				z-index: 2;
				overflow: hidden;
			}

            @include tablet {
                width: 100%;
                left: 0;
                padding-left: 10%;
                top: 45%;
                height: 50%;
            }

			.txt-slide {
				width: 100%;
				max-width: 570px;
				float: right;
				position: relative;
				top: 30%;

				@include desktop {
					top: 25%;
				}

				@include mobile {
					top: 0;
					float: unset;
					margin: 20px;
				}

				.slide-counter {
					font-size: 24px;
					line-height: 64px;
					font-weight: 700;
					display: inline-block;
					margin-bottom: 30px;
                    font-family: $fontGotham;

					span {
						font-size: 52px;
						position: relative;
						top: 10px;
					}
				}

				.slide-inn-wrapper {
					position: absolute;
					opacity: 0;
					pointer-events: none;
					transform: translateX( 100px );
					transition: opacity 0.5s cubic-bezier(0,.73,.87,.93), transform 1.5s ease-out;

                    @include mobile {
                        width: calc( 100% - 40px );
                    }

					h2 {
						font-size: 58px;
						line-height: 68px;
						color: $primary-color;

                        @include smartphone {
                            font-size: 42px;
                            line-height: 48px;
                        }

                        @include tablet {
                            font-size: 50px;
                            line-height: 58px;
                        }
					}

					h4 {
						font-size: 30px;
						line-height: 38px;
						color: $primary-color;
						font-weight: 700;
						color: black;

						@include desktop {
							padding-right: 20px;
						}

                        @include smartphone {
                            font-size: 27px;
                            line-height: 32px;
                        }

                        @include tablet {
                            font-size: 24px;
                            line-height: 28px;
                        }
					}

					a.slide-btn {
						border: 1px solid $primary-color;
						padding: 8px 64px;
						font-size: 16px;
						line-height: 20px;
						text-decoration: none;
						color: $primary-color;
						margin-top: 10px;



						&:hover, &:focus {
							border-color: $theme-grey;
							//color: darken( $theme-grey, 25% );
						}

						@include mobile {
							padding: 5px 50px;
							font-size: 14px;
							line-height: 19px;
						}
					}

					&.active {
						opacity: 1;
						pointer-events: initial;
						opacity: 1;
						transform: translateX( 0 );
						transition: all 1.5s ease;
					}
				}
			}
        }

        .sh-right {
            @extend %sh-side;
            float: right;
            position: relative;
			pointer-events: none;

			@include mobile {
				width: 100%;
			}

            .swiper-container {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;

                .swiper-wrapper {
                    padding: 0;
			        margin: 0;
			        width: 100%;
			        height: 100%;

                    .swiper-slide {
                        position: relative;
				        display: flex;
				        flex-shrink: 0;
				        justify-content: center;
				        width: 100%;
				        height: 100%;
				        align-items: center;
				        //cursor: grab;

                        img {
                            display: block;
					        width: 100%;
					        height: 100%;
					        object-fit: cover;
					        object-position: top;
                        }
                    }
                }
            }
        }

        .sh-nav {
            background-color: $theme-grey;
            width: 100%;
            height: 35px;
            position: absolute;
            bottom: 0;
            left: 0;

			@include mobile {
				display: none;
			}

			.slide-navigation {
				position: absolute;
				bottom: 100%;
				width: 100%;
				max-width: 1140px;
				left: 50%;
				transform: translateX( -50% );
				height: 90px;
				display: flex;

				.nav-box {
					background-color: white;
					font-size: 19px;
					line-height: 23px;
					border-left: 1px solid $theme-grey;
					border-top: 1px solid $theme-grey;
					height: 100%;
					width: 270px;
					padding: 15px;
					cursor: pointer;
                    position: relative;

					&:last-of-type {
						border-right: 1px solid $theme-grey;
					}

					&.active {
						background-color: $theme-grey;

						p {
							color: $primary-color;
							font-weight: 700;
						}
					}

					&:not(.active) {
						background: radial-gradient( circle, white 0%, white 200% );
						transition: all 0.5s ease;

						&:hover {
							background: radial-gradient( circle at bottom, rgba( 234, 234, 234, 1 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
							transition: all 0.5s ease;

                            &::before {
                                content: "";
                                display: block;
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 6px;
                                background-color: $primary-color;
                            }
						}
					}
				}
			}
        }
    }
}

#sub_header {

    .starter {

        h1 {
            color: white;
        }

        .breadcrumbs a {
            color: white;

            &:focus, &:visited, &:hover {
                color: white;
            }
        }

        @include smartphone {
            padding-bottom: 0 !important;
        }
    }

    h4, h5 {
        letter-spacing: 0.1px;

    }

    h5.white {

        @include smartphone {
            margin: 0;
        }
    }

    &.bg_white {
        color: $txt-blue;
        background: white;

        h5 {
            font-size: 28px;
            line-height: 40px;
            margin: 70px 0;

            @include smartphone {
                font-size: 20px;
                line-height: 26px;
            }

            @include mobile {
                margin-left: 0;
                margin-right: 0;
            }
        }
    }

    .sh-announcement {

        .container {

            .full-bg.orange {
                @include contenuto-full-bg();
                background-color: #fff9f7;
                z-index: 0;
            }

            :not(.full-bg) {
                position: relative;
            }

            h2 {
                margin-bottom: 40px;
                margin-top: 50px;
                font-weight: bold;
                color: $primary-color;
            }
        }
    }
}
*/
.starter .breadcrumbs {
  font-size: 11px;
}
@media screen and (max-width: 1023px) {
  .starter .breadcrumbs {
    padding-bottom: 30px;
  }
}
.starter .breadcrumbs a {
  color: #007786;
}
.starter .breadcrumbs a:focus, .starter .breadcrumbs a:visited, .starter .breadcrumbs a:hover {
  color: #007786;
}
.starter h1 {
  letter-spacing: 0.02rem;
  font-weight: 800;
  font-size: 52px;
  color: #007786;
}
@media screen and (max-width: 1023px) {
  .starter h1 {
    font-size: 40px;
  }
}

.bottom-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bottom-nav .prev-line, .bottom-nav .next-line {
  display: flex;
  width: 100%;
  height: 370px;
  max-height: 50vh;
}
@media screen and (max-width: 1023px) {
  .bottom-nav .prev-line, .bottom-nav .next-line {
    margin-bottom: 2px;
  }
}
.bottom-nav .prev-line.orange .bn-link, .bottom-nav .next-line.orange .bn-link {
  background: #d70c6e;
}
.bottom-nav .prev-line a.bn-link, .bottom-nav .next-line a.bn-link {
  display: block;
  background: #007786;
  background-position: 0;
  width: 50%;
  height: 100%;
  position: relative;
  transition: 1s ease all;
}
.bottom-nav .prev-line a.bn-link:hover, .bottom-nav .next-line a.bn-link:hover {
  background-size: 105%;
  transition: 1s ease all;
}
@media screen and (max-width: 1023px) {
  .bottom-nav .prev-line a.bn-link, .bottom-nav .next-line a.bn-link {
    width: 100%;
  }
}
.bottom-nav .prev-line a.bn-link .bn-inner-cont, .bottom-nav .next-line a.bn-link .bn-inner-cont {
  width: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .bottom-nav .prev-line a.bn-link .bn-inner-cont, .bottom-nav .next-line a.bn-link .bn-inner-cont {
    max-width: calc(100% - 15px);
    right: 0;
  }
}
.bottom-nav .prev-line a.bn-link .bn-inner-cont p, .bottom-nav .next-line a.bn-link .bn-inner-cont p {
  display: inline-block;
  color: white;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .bottom-nav .prev-line a.bn-link .bn-inner-cont p, .bottom-nav .next-line a.bn-link .bn-inner-cont p {
    font-size: 24px;
  }
}
.bottom-nav .prev-line a.bn-link .bn-inner-cont p i, .bottom-nav .next-line a.bn-link .bn-inner-cont p i {
  font-size: 40px;
  margin-left: -20px;
}
@media screen and (max-width: 1023px) {
  .bottom-nav .prev-line a.bn-link .bn-inner-cont p i, .bottom-nav .next-line a.bn-link .bn-inner-cont p i {
    font-size: 28px;
  }
}
.bottom-nav .prev-line .bn-img-cont, .bottom-nav .next-line .bn-img-cont {
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .bottom-nav .prev-line .bn-img-cont, .bottom-nav .next-line .bn-img-cont {
    display: none;
  }
}
.bottom-nav .prev-line .bn-img-cont img, .bottom-nav .next-line .bn-img-cont img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}
.bottom-nav .prev-line .bn-link .bn-inner-cont {
  right: 0;
}
@media screen and (max-width: 1023px) {
  .bottom-nav .prev-line .bn-link .bn-inner-cont {
    right: -15px;
  }
}
.bottom-nav .next-line .bn-link .bn-inner-cont {
  margin-left: 90px;
}
@media screen and (max-width: 1023px) {
  .bottom-nav .next-line .bn-link .bn-inner-cont {
    margin-left: 15px;
  }
}

.page-template-page-home {
  overflow-x: hidden;
}
.page-template-page-home #header {
  margin: 0;
  padding: 0;
  position: relative;
}
.page-template-page-home #header nav.navbar.navbar-expand-lg {
  position: absolute;
  width: 100%;
}

/*
.navbar-desktop {
    background-color: $primary-color;
    box-shadow: 0px 6px 20px rgba( 0, 0, 0, 0.11 );
    transform: translateY(0);

    @include mobile {
        display: none;
    }

    &.menuv2 {
        z-index: 20;
        position: relative;

        nav {
            width: 100%;

            ul.primary-lvl {
                display: flex;
                width: 100%;
                justify-content: center;
                margin: 0;

                li {
                    display: block;
                    transition-duration: 0.5s;
                    position: relative;
                    margin: 0;
                    font-weight: 500;

                    &:hover {
                        background-color: lighten( $primary-color, 10% );
                        cursor: pointer;

                        & > ul.secondary-lvl {
                            overflow: visible;
                            display: block;
                            position: absolute;
                            left: 0;
                            top: 100%;
                            margin: 0;
                            width: 100%;

                            li {
                                opacity: 1;
                                visibility: visible;

                                a {
                                    color: $txt-color;
                                    width: 100%;
                                    text-align: center;
                                }
                            }
                        }
                    }

                    a {
                        color: white;
                        text-decoration: none;
                        text-transform: uppercase;
                        font-size: 16px;
                        display: inline-block;
                        padding: 25px;
                        transition: all ease 0.5s;
                    }

                    & > ul.secondary-lvl {
                        display: none;
                        box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.2);

                        li {
                            width: 100%;
                            background-color: white;

                            &:hover {
                                background-color: $theme-grey;
                            }

                            a {
                                text-transform: initial;
                                font-weight: 500;
                                padding: 12px;
                                font-size: 15px;
                            }
                        }
                    }
                }
            }
        }
    }
}
*/
#main-nav .navbar-toggler .text-grey {
  display: flex;
  vertical-align: middle;
  flex-direction: row;
}
#main-nav .navbar-toggler .icon {
  font-size: 38px;
  color: #f36633;
}
#main-nav .navbar-toggler.collapsed > span > .icon {
  rotate: unset !important;
}
@media all and (max-width: 1199px) {
  #main-nav .navbar-collapse {
    height: 100vh !important;
    overflow-y: scroll;
    margin-left: -15px;
    margin-right: -15px;
  }
  #main-nav .nav-item {
    margin-left: 0;
    border-bottom: 2px solid #eaeaea;
    padding: 2.5rem !important;
  }
  #main-nav .dropdown-menu li {
    padding: 1.5rem;
    white-space: normal;
    margin: 0 0 0 1rem;
  }
}

#contenuto_homepage {
  /*.xmas-recipe {
  	padding-top: 0;
  	padding-bottom: 0;
  	position: relative;

  	.full-bg {
  		@include contenuto-full-bg();
  		background-color: #ebe5d2;
  		background-image: url("../assets/img/home-xmas02.png"), url("../assets/img/home-xmas03.png"), url("../assets/img/home-xmas01.jpg");
  		background-repeat: no-repeat, no-repeat, no-repeat;
  		background-position: top left, 50% calc( 100% + 100px ), top left;
  	}

  	h2 {
             @extend %h2-home;
         }

  	.row.d-flex {
  		padding-bottom: 200px;
  	}

  	.xr-recipe {
  		margin-bottom: 25px;

  		.col-md-6 {
  			position: relative;
  		}

  		h6 {
  			margin: 0;
  			text-decoration: underline;
  			color: $primary-color;
  			font-weight: 700;
  			font-size: 20px;
  			line-height: 24px;
  		}

  		p{
  			font-size: 18px;
  			line-height: 22px,
  		}

  		a {

  			&:visited {
  				color: $primary-color;

  				&:hover {
  					color: white;
  				}
  			}

  			img {
  				position: absolute;
  				top: 50%;
  				transform: translateY( -50% );
  			}
  		}
  	}
  }*/
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .container.bordered:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .container.bordered:first-of-type br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .container.bordered:first-of-type img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #contenuto_homepage .container.bordered:first-of-type svg {
    margin-right: 60px;
  }
}
#contenuto_homepage .container.bordered:first-of-type .ginecologici-action .ga-tumore {
  position: relative;
  transition: all 0.5s ease;
}
#contenuto_homepage .container.bordered:first-of-type .ginecologici-action .ga-tumore .ga-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0);
  transition: all 0.5s ease;
}
#contenuto_homepage .container.bordered:first-of-type .ginecologici-action .ga-tumore .ga-overlay::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: all 0.5s ease;
}
#contenuto_homepage .container.bordered:first-of-type .ginecologici-action .ga-tumore.ga-endometrio .ga-overlay::before {
  background-color: #bc1077;
}
#contenuto_homepage .container.bordered:first-of-type .ginecologici-action .ga-tumore.ga-ovaio .ga-overlay::before {
  background-color: #007786;
}
#contenuto_homepage .container.bordered:first-of-type .ginecologici-action .ga-tumore.ga-cervice .ga-overlay::before {
  background-color: #40488b;
}
#contenuto_homepage .container.bordered:first-of-type .ginecologici-action .ga-tumore p sup {
  opacity: 1;
  transition: all 0.5s ease;
}
#contenuto_homepage .container.bordered:first-of-type .ginecologici-action.active .ga-tumore.active {
  transform: scale(1.15);
  transition: all 0.5s ease;
}
#contenuto_homepage .container.bordered:first-of-type .ginecologici-action.active .ga-tumore.active .ga-overlay::before {
  opacity: 1;
  transition: all 0.5s ease;
}
#contenuto_homepage .container.bordered:first-of-type .ginecologici-action.active .ga-tumore:not(.active) .ga-overlay {
  backdrop-filter: blur(2px);
  transition: all 0.5s ease;
}
#contenuto_homepage .container.bordered:first-of-type .ginecologici-action.active .ga-tumore:not(.active) p sup {
  opacity: 0;
  transition: all 0.5s ease;
}
#contenuto_homepage .home-leaflet.container {
  margin-bottom: 40px;
}
#contenuto_homepage .home-leaflet.container h2 {
  margin-bottom: 30px;
}
#contenuto_homepage .home-leaflet.container img {
  max-width: 300px;
  padding-left: 15px;
  display: inline-block;
}
#contenuto_homepage .vid-interview-endo:not(abc) {
  margin-top: 90px;
}
#contenuto_homepage .vid-interview-endo:not(abc) .full-bg {
  background-color: #f5ecf4;
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .vid-interview-endo:not(abc) .full-bg {
    transform: translate(-60px, -80px);
  }
}
#contenuto_homepage .vid-interview-endo:not(abc) h2 {
  color: #be0c78;
}
#contenuto_homepage .illu-home12 h6 {
  font-size: 22px;
  color: #70625B;
}
#contenuto_homepage .illu-home12 .graphic-wrapper {
  color: #70625B;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line {
  display: flex;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line.gl-0 .gl-anima {
  margin-left: -7px;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line.gl-0 .gl-anima .desc {
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
  top: 5px;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line.gl-0 .gl-anima .bigger {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin-top: -5px;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line.gl-1 .gl-anima .gl-stat {
  width: 90px;
  background-color: #007786;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line.gl-2 .gl-anima .gl-stat {
  width: 105px;
  background-color: #40488b;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line.gl-3 .gl-anima .gl-stat {
  width: 225px;
  background-color: #bc1077;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line:not(.gl-0) .gl-anima {
  display: flex;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line:not(.gl-0) .gl-anima .gl-stat {
  position: relative;
  height: 16px;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line:not(.gl-0) .gl-anima .gl-stat::before, #contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line:not(.gl-0) .gl-anima .gl-stat::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #70625B;
  position: absolute;
  top: -2px;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line:not(.gl-0) .gl-anima .gl-stat::before {
  left: 0;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line:not(.gl-0) .gl-anima .gl-stat::after {
  right: 0;
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line:not(.gl-0) .gl-anima .gl-num {
  position: relative;
  top: -16px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line:not(.gl-0) .gl-anima .gl-num {
    top: -14px;
  }
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line .gl-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  flex-basis: 110px;
  color: #70625B;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line .gl-name {
    font-size: 12px;
    flex-basis: 90px;
  }
}
#contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line .gl-anima .gl-num {
  font-weight: 700;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .illu-home12 .graphic-wrapper .graphic-line .gl-anima .gl-num {
    font-size: 24px;
  }
}
#contenuto_homepage .illu-home12 .desc {
  font-size: 12px;
  color: #70625B;
  padding-top: 10px;
}
#contenuto_homepage .science-board p.desc {
  padding-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .science-board p.desc br {
    display: none;
  }
}
#contenuto_homepage .science-board .single-doc {
  padding-bottom: 25px;
}
#contenuto_homepage .vik-assistant {
  position: relative;
  padding-top: 0;
}
#contenuto_homepage .vik-assistant .vik-bg.full-bg {
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cdeeee;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .vik-assistant .vik-bg.full-bg {
    width: 100%;
  }
}
#contenuto_homepage .vik-assistant .vik-bg.full-bg .circle {
  background-color: white;
  position: absolute;
  top: -50vw;
  left: 50%;
  transform: translate(-50%);
  width: 80vw;
  height: 80vw;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vik-assistant .vik-bg.full-bg .circle {
    width: 140vw;
    height: 140vw;
  }
}
@media screen and (min-width: 1600px) {
  #contenuto_homepage .vik-assistant .vik-bg.full-bg .circle {
    top: -60vw;
  }
}
#contenuto_homepage .vik-assistant .row.d-flex {
  justify-content: space-evenly;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  #contenuto_homepage .vik-assistant .row.d-flex {
    padding-right: 15%;
    padding-left: 15%;
  }
}
#contenuto_homepage .vik-assistant .row.d-flex h1.vik-title {
  font-weight: 700;
  letter-spacing: 8px;
  text-align: center;
}
#contenuto_homepage .vik-assistant .row.d-flex h1.vik-title * {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
#contenuto_homepage .vik-assistant .row.d-flex h1.vik-title .bigger {
  color: #2ba8a3;
  font-size: 128px;
  line-height: 128px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vik-assistant .row.d-flex h1.vik-title .bigger {
    font-size: 108px;
    line-height: 108px;
  }
}
#contenuto_homepage .vik-assistant .row.d-flex h1.vik-title .smaller {
  color: #56afa0;
  font-size: 52px;
  line-height: 56px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vik-assistant .row.d-flex h1.vik-title .smaller {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 6px;
  }
}
#contenuto_homepage .vik-assistant .row.d-flex p.vik-sub-title {
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 44px;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vik-assistant .row.d-flex p.vik-sub-title {
    font-size: 24px;
    margin-top: 15vh;
  }
  #contenuto_homepage .vik-assistant .row.d-flex p.vik-sub-title br {
    display: none;
  }
}
#contenuto_homepage .vik-assistant .row.d-flex .graphic-cont {
  position: relative;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vik-assistant .row.d-flex .graphic-cont > img {
    display: none;
  }
}
#contenuto_homepage .vik-assistant .row.d-flex .graphic-cont p {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  letter-spacing: 1.5px;
  max-width: 60%;
  margin-right: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vik-assistant .row.d-flex .graphic-cont p {
    position: relative;
    font-size: 14px;
    max-width: 100%;
    text-align: left;
  }
}
#contenuto_homepage .vik-assistant .row.d-flex .graphic-cont .download-cont {
  position: absolute;
  bottom: 8%;
  right: 0;
  max-width: 65%;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vik-assistant .row.d-flex .graphic-cont .download-cont {
    position: relative;
    right: auto;
    left: 0;
    max-width: 100%;
  }
}
#contenuto_homepage .vik-assistant .row.d-flex .graphic-cont .download-cont p {
  min-width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vik-assistant .row.d-flex .graphic-cont .download-cont p {
    padding-top: 25px;
  }
}
#contenuto_homepage .vik-assistant .row.d-flex .graphic-cont .download-cont a {
  text-decoration: none;
  padding-right: 25px;
  display: inline-block;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vik-assistant .row.d-flex .graphic-cont .download-cont a {
    padding-right: 15px;
    padding-top: 15px;
  }
}
#contenuto_homepage .vik-assistant .row.d-flex .graphic-cont .download-cont a img {
  display: inline-block;
  height: 54px;
  clear: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vik-assistant .row.d-flex .graphic-cont .download-cont a img {
    height: 36px;
  }
}
#contenuto_homepage .other-apps .row > [class^=col-] {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  align-items: flex-start;
}
#contenuto_homepage .other-apps .row > [class^=col-] h2 {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#contenuto_homepage .other-apps .row > [class^=col-] > img {
  max-width: 240px;
  width: 15vw;
  height: auto;
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .other-apps .row > [class^=col-] > img {
    width: 100px;
    position: relative;
    left: calc(50% - 50px);
  }
}
#contenuto_homepage .other-apps .row > [class^=col-] .txt-cont {
  max-width: calc(100% - 260px);
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .other-apps .row > [class^=col-] .txt-cont {
    display: inline-block;
    max-width: calc(100% - 20px);
  }
}
#contenuto_homepage .other-apps .row > [class^=col-] .txt-cont img {
  display: inline-block;
  height: 40px;
}
#contenuto_homepage .other-apps .row > [class^=col-] .txt-cont img:first-of-type {
  margin-right: 20px;
}
#contenuto_homepage .other-apps .row > [class^=col-] .txt-cont a {
  text-decoration: underline;
}
#contenuto_homepage .other-apps .row > [class^=col-] .txt-cont h3.h2-alike {
  font-weight: bold;
  color: #f36633;
}
#contenuto_homepage .other-apps .row > [class^=col-] .txt-cont p {
  margin-top: 20px;
}

#heroHomeMobile .owl-dots {
  display: block;
}
#heroHomeMobile .owl-item video, #heroHomeMobile .owl-item img {
  object-fit: cover;
  aspect-ratio: 16/9;
}
#heroHomeMobile .owl-item .home-title {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif !important;
  text-align: left;
  margin-top: 10px;
  color: #70625B;
}

#tabsContainerHome .owl-item {
  margin: 0 5px !important;
}
#tabsContainerHome .owl-item .blog-text {
  line-height: 1.2;
}
#tabsContainerHome .owl-item .img-thumbnail {
  border: unset;
}

#contenuto_homepage .vid-interview, #contenuto_homepage .vid-interview-endo, #contenuto_prenditicura .vid-interview, #contenuto_prenditicura .vid-interview-endo, #contenuto_percorso .vid-interview, #contenuto_percorso .vid-interview-endo, #contenuto_brca .vid-interview, #contenuto_brca .vid-interview-endo, #contenuto_iniziative .vid-interview, #contenuto_iniziative .vid-interview-endo, #contenuto_vocepazienti .vid-interview, #contenuto_vocepazienti .vid-interview-endo {
  margin-top: initial;
  padding-bottom: initial;
  margin-bottom: initial;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .vid-interview, #contenuto_homepage .vid-interview-endo, #contenuto_prenditicura .vid-interview, #contenuto_prenditicura .vid-interview-endo, #contenuto_percorso .vid-interview, #contenuto_percorso .vid-interview-endo, #contenuto_brca .vid-interview, #contenuto_brca .vid-interview-endo, #contenuto_iniziative .vid-interview, #contenuto_iniziative .vid-interview-endo, #contenuto_vocepazienti .vid-interview, #contenuto_vocepazienti .vid-interview-endo {
    margin-top: initial;
    padding-bottom: initial;
  }
}
#contenuto_homepage .vid-interview .full-bg, #contenuto_homepage .vid-interview-endo .full-bg, #contenuto_prenditicura .vid-interview .full-bg, #contenuto_prenditicura .vid-interview-endo .full-bg, #contenuto_percorso .vid-interview .full-bg, #contenuto_percorso .vid-interview-endo .full-bg, #contenuto_brca .vid-interview .full-bg, #contenuto_brca .vid-interview-endo .full-bg, #contenuto_iniziative .vid-interview .full-bg, #contenuto_iniziative .vid-interview-endo .full-bg, #contenuto_vocepazienti .vid-interview .full-bg, #contenuto_vocepazienti .vid-interview-endo .full-bg {
  background-color: #f3f7f8;
  position: absolute;
  left: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(calc(570px - 50vw));
}
#contenuto_homepage .vid-interview .full-bg.orange, #contenuto_homepage .vid-interview-endo .full-bg.orange, #contenuto_prenditicura .vid-interview .full-bg.orange, #contenuto_prenditicura .vid-interview-endo .full-bg.orange, #contenuto_percorso .vid-interview .full-bg.orange, #contenuto_percorso .vid-interview-endo .full-bg.orange, #contenuto_brca .vid-interview .full-bg.orange, #contenuto_brca .vid-interview-endo .full-bg.orange, #contenuto_iniziative .vid-interview .full-bg.orange, #contenuto_iniziative .vid-interview-endo .full-bg.orange, #contenuto_vocepazienti .vid-interview .full-bg.orange, #contenuto_vocepazienti .vid-interview-endo .full-bg.orange {
  background-color: #fff9f7;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_homepage .vid-interview .full-bg, #contenuto_homepage .vid-interview-endo .full-bg, #contenuto_prenditicura .vid-interview .full-bg, #contenuto_prenditicura .vid-interview-endo .full-bg, #contenuto_percorso .vid-interview .full-bg, #contenuto_percorso .vid-interview-endo .full-bg, #contenuto_brca .vid-interview .full-bg, #contenuto_brca .vid-interview-endo .full-bg, #contenuto_iniziative .vid-interview .full-bg, #contenuto_iniziative .vid-interview-endo .full-bg, #contenuto_vocepazienti .vid-interview .full-bg, #contenuto_vocepazienti .vid-interview-endo .full-bg {
    transform: translateX(-24px);
  }
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vid-interview .full-bg, #contenuto_homepage .vid-interview-endo .full-bg, #contenuto_prenditicura .vid-interview .full-bg, #contenuto_prenditicura .vid-interview-endo .full-bg, #contenuto_percorso .vid-interview .full-bg, #contenuto_percorso .vid-interview-endo .full-bg, #contenuto_brca .vid-interview .full-bg, #contenuto_brca .vid-interview-endo .full-bg, #contenuto_iniziative .vid-interview .full-bg, #contenuto_iniziative .vid-interview-endo .full-bg, #contenuto_vocepazienti .vid-interview .full-bg, #contenuto_vocepazienti .vid-interview-endo .full-bg {
    transform: translateX(0);
  }
}
#contenuto_homepage .vid-interview h2, #contenuto_homepage .vid-interview-endo h2, #contenuto_prenditicura .vid-interview h2, #contenuto_prenditicura .vid-interview-endo h2, #contenuto_percorso .vid-interview h2, #contenuto_percorso .vid-interview-endo h2, #contenuto_brca .vid-interview h2, #contenuto_brca .vid-interview-endo h2, #contenuto_iniziative .vid-interview h2, #contenuto_iniziative .vid-interview-endo h2, #contenuto_vocepazienti .vid-interview h2, #contenuto_vocepazienti .vid-interview-endo h2 {
  color: #007786;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  padding-top: 75px;
}
#contenuto_homepage .vid-interview h2.orange, #contenuto_homepage .vid-interview-endo h2.orange, #contenuto_prenditicura .vid-interview h2.orange, #contenuto_prenditicura .vid-interview-endo h2.orange, #contenuto_percorso .vid-interview h2.orange, #contenuto_percorso .vid-interview-endo h2.orange, #contenuto_brca .vid-interview h2.orange, #contenuto_brca .vid-interview-endo h2.orange, #contenuto_iniziative .vid-interview h2.orange, #contenuto_iniziative .vid-interview-endo h2.orange, #contenuto_vocepazienti .vid-interview h2.orange, #contenuto_vocepazienti .vid-interview-endo h2.orange {
  color: #f36633;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .vid-interview h2, #contenuto_homepage .vid-interview-endo h2, #contenuto_prenditicura .vid-interview h2, #contenuto_prenditicura .vid-interview-endo h2, #contenuto_percorso .vid-interview h2, #contenuto_percorso .vid-interview-endo h2, #contenuto_brca .vid-interview h2, #contenuto_brca .vid-interview-endo h2, #contenuto_iniziative .vid-interview h2, #contenuto_iniziative .vid-interview-endo h2, #contenuto_vocepazienti .vid-interview h2, #contenuto_vocepazienti .vid-interview-endo h2 {
    font-size: 42px;
    line-height: 48px;
    padding-top: 25px;
  }
}
#contenuto_homepage .vid-interview p.vid-desc, #contenuto_homepage .vid-interview-endo p.vid-desc, #contenuto_prenditicura .vid-interview p.vid-desc, #contenuto_prenditicura .vid-interview-endo p.vid-desc, #contenuto_percorso .vid-interview p.vid-desc, #contenuto_percorso .vid-interview-endo p.vid-desc, #contenuto_brca .vid-interview p.vid-desc, #contenuto_brca .vid-interview-endo p.vid-desc, #contenuto_iniziative .vid-interview p.vid-desc, #contenuto_iniziative .vid-interview-endo p.vid-desc, #contenuto_vocepazienti .vid-interview p.vid-desc, #contenuto_vocepazienti .vid-interview-endo p.vid-desc {
  padding-top: 20px;
  font-weight: 700;
  font-size: 30px;
}
#contenuto_homepage .vid-interview p.vid-desc-more, #contenuto_homepage .vid-interview-endo p.vid-desc-more, #contenuto_prenditicura .vid-interview p.vid-desc-more, #contenuto_prenditicura .vid-interview-endo p.vid-desc-more, #contenuto_percorso .vid-interview p.vid-desc-more, #contenuto_percorso .vid-interview-endo p.vid-desc-more, #contenuto_brca .vid-interview p.vid-desc-more, #contenuto_brca .vid-interview-endo p.vid-desc-more, #contenuto_iniziative .vid-interview p.vid-desc-more, #contenuto_iniziative .vid-interview-endo p.vid-desc-more, #contenuto_vocepazienti .vid-interview p.vid-desc-more, #contenuto_vocepazienti .vid-interview-endo p.vid-desc-more {
  font-size: 22px;
  font-style: italic;
}
#contenuto_homepage .vid-interview #video-demo, #contenuto_homepage .vid-interview #videodemo2, #contenuto_homepage .vid-interview #videodemo3, #contenuto_homepage .vid-interview #video-vertechy, #contenuto_homepage .vid-interview #video-scandurra, #contenuto_homepage .vid-interview .vi-cont, #contenuto_homepage .vid-interview-endo #video-demo, #contenuto_homepage .vid-interview-endo #videodemo2, #contenuto_homepage .vid-interview-endo #videodemo3, #contenuto_homepage .vid-interview-endo #video-vertechy, #contenuto_homepage .vid-interview-endo #video-scandurra, #contenuto_homepage .vid-interview-endo .vi-cont, #contenuto_prenditicura .vid-interview #video-demo, #contenuto_prenditicura .vid-interview #videodemo2, #contenuto_prenditicura .vid-interview #videodemo3, #contenuto_prenditicura .vid-interview #video-vertechy, #contenuto_prenditicura .vid-interview #video-scandurra, #contenuto_prenditicura .vid-interview .vi-cont, #contenuto_prenditicura .vid-interview-endo #video-demo, #contenuto_prenditicura .vid-interview-endo #videodemo2, #contenuto_prenditicura .vid-interview-endo #videodemo3, #contenuto_prenditicura .vid-interview-endo #video-vertechy, #contenuto_prenditicura .vid-interview-endo #video-scandurra, #contenuto_prenditicura .vid-interview-endo .vi-cont, #contenuto_percorso .vid-interview #video-demo, #contenuto_percorso .vid-interview #videodemo2, #contenuto_percorso .vid-interview #videodemo3, #contenuto_percorso .vid-interview #video-vertechy, #contenuto_percorso .vid-interview #video-scandurra, #contenuto_percorso .vid-interview .vi-cont, #contenuto_percorso .vid-interview-endo #video-demo, #contenuto_percorso .vid-interview-endo #videodemo2, #contenuto_percorso .vid-interview-endo #videodemo3, #contenuto_percorso .vid-interview-endo #video-vertechy, #contenuto_percorso .vid-interview-endo #video-scandurra, #contenuto_percorso .vid-interview-endo .vi-cont, #contenuto_brca .vid-interview #video-demo, #contenuto_brca .vid-interview #videodemo2, #contenuto_brca .vid-interview #videodemo3, #contenuto_brca .vid-interview #video-vertechy, #contenuto_brca .vid-interview #video-scandurra, #contenuto_brca .vid-interview .vi-cont, #contenuto_brca .vid-interview-endo #video-demo, #contenuto_brca .vid-interview-endo #videodemo2, #contenuto_brca .vid-interview-endo #videodemo3, #contenuto_brca .vid-interview-endo #video-vertechy, #contenuto_brca .vid-interview-endo #video-scandurra, #contenuto_brca .vid-interview-endo .vi-cont, #contenuto_iniziative .vid-interview #video-demo, #contenuto_iniziative .vid-interview #videodemo2, #contenuto_iniziative .vid-interview #videodemo3, #contenuto_iniziative .vid-interview #video-vertechy, #contenuto_iniziative .vid-interview #video-scandurra, #contenuto_iniziative .vid-interview .vi-cont, #contenuto_iniziative .vid-interview-endo #video-demo, #contenuto_iniziative .vid-interview-endo #videodemo2, #contenuto_iniziative .vid-interview-endo #videodemo3, #contenuto_iniziative .vid-interview-endo #video-vertechy, #contenuto_iniziative .vid-interview-endo #video-scandurra, #contenuto_iniziative .vid-interview-endo .vi-cont, #contenuto_vocepazienti .vid-interview #video-demo, #contenuto_vocepazienti .vid-interview #videodemo2, #contenuto_vocepazienti .vid-interview #videodemo3, #contenuto_vocepazienti .vid-interview #video-vertechy, #contenuto_vocepazienti .vid-interview #video-scandurra, #contenuto_vocepazienti .vid-interview .vi-cont, #contenuto_vocepazienti .vid-interview-endo #video-demo, #contenuto_vocepazienti .vid-interview-endo #videodemo2, #contenuto_vocepazienti .vid-interview-endo #videodemo3, #contenuto_vocepazienti .vid-interview-endo #video-vertechy, #contenuto_vocepazienti .vid-interview-endo #video-scandurra, #contenuto_vocepazienti .vid-interview-endo .vi-cont {
  cursor: pointer;
}
#contenuto_homepage .vid-interview #video-demo img, #contenuto_homepage .vid-interview #videodemo2 img, #contenuto_homepage .vid-interview #videodemo3 img, #contenuto_homepage .vid-interview #video-vertechy img, #contenuto_homepage .vid-interview #video-scandurra img, #contenuto_homepage .vid-interview .vi-cont img, #contenuto_homepage .vid-interview-endo #video-demo img, #contenuto_homepage .vid-interview-endo #videodemo2 img, #contenuto_homepage .vid-interview-endo #videodemo3 img, #contenuto_homepage .vid-interview-endo #video-vertechy img, #contenuto_homepage .vid-interview-endo #video-scandurra img, #contenuto_homepage .vid-interview-endo .vi-cont img, #contenuto_prenditicura .vid-interview #video-demo img, #contenuto_prenditicura .vid-interview #videodemo2 img, #contenuto_prenditicura .vid-interview #videodemo3 img, #contenuto_prenditicura .vid-interview #video-vertechy img, #contenuto_prenditicura .vid-interview #video-scandurra img, #contenuto_prenditicura .vid-interview .vi-cont img, #contenuto_prenditicura .vid-interview-endo #video-demo img, #contenuto_prenditicura .vid-interview-endo #videodemo2 img, #contenuto_prenditicura .vid-interview-endo #videodemo3 img, #contenuto_prenditicura .vid-interview-endo #video-vertechy img, #contenuto_prenditicura .vid-interview-endo #video-scandurra img, #contenuto_prenditicura .vid-interview-endo .vi-cont img, #contenuto_percorso .vid-interview #video-demo img, #contenuto_percorso .vid-interview #videodemo2 img, #contenuto_percorso .vid-interview #videodemo3 img, #contenuto_percorso .vid-interview #video-vertechy img, #contenuto_percorso .vid-interview #video-scandurra img, #contenuto_percorso .vid-interview .vi-cont img, #contenuto_percorso .vid-interview-endo #video-demo img, #contenuto_percorso .vid-interview-endo #videodemo2 img, #contenuto_percorso .vid-interview-endo #videodemo3 img, #contenuto_percorso .vid-interview-endo #video-vertechy img, #contenuto_percorso .vid-interview-endo #video-scandurra img, #contenuto_percorso .vid-interview-endo .vi-cont img, #contenuto_brca .vid-interview #video-demo img, #contenuto_brca .vid-interview #videodemo2 img, #contenuto_brca .vid-interview #videodemo3 img, #contenuto_brca .vid-interview #video-vertechy img, #contenuto_brca .vid-interview #video-scandurra img, #contenuto_brca .vid-interview .vi-cont img, #contenuto_brca .vid-interview-endo #video-demo img, #contenuto_brca .vid-interview-endo #videodemo2 img, #contenuto_brca .vid-interview-endo #videodemo3 img, #contenuto_brca .vid-interview-endo #video-vertechy img, #contenuto_brca .vid-interview-endo #video-scandurra img, #contenuto_brca .vid-interview-endo .vi-cont img, #contenuto_iniziative .vid-interview #video-demo img, #contenuto_iniziative .vid-interview #videodemo2 img, #contenuto_iniziative .vid-interview #videodemo3 img, #contenuto_iniziative .vid-interview #video-vertechy img, #contenuto_iniziative .vid-interview #video-scandurra img, #contenuto_iniziative .vid-interview .vi-cont img, #contenuto_iniziative .vid-interview-endo #video-demo img, #contenuto_iniziative .vid-interview-endo #videodemo2 img, #contenuto_iniziative .vid-interview-endo #videodemo3 img, #contenuto_iniziative .vid-interview-endo #video-vertechy img, #contenuto_iniziative .vid-interview-endo #video-scandurra img, #contenuto_iniziative .vid-interview-endo .vi-cont img, #contenuto_vocepazienti .vid-interview #video-demo img, #contenuto_vocepazienti .vid-interview #videodemo2 img, #contenuto_vocepazienti .vid-interview #videodemo3 img, #contenuto_vocepazienti .vid-interview #video-vertechy img, #contenuto_vocepazienti .vid-interview #video-scandurra img, #contenuto_vocepazienti .vid-interview .vi-cont img, #contenuto_vocepazienti .vid-interview-endo #video-demo img, #contenuto_vocepazienti .vid-interview-endo #videodemo2 img, #contenuto_vocepazienti .vid-interview-endo #videodemo3 img, #contenuto_vocepazienti .vid-interview-endo #video-vertechy img, #contenuto_vocepazienti .vid-interview-endo #video-scandurra img, #contenuto_vocepazienti .vid-interview-endo .vi-cont img {
  border-radius: 7px;
}

#contenuto_homepage p, #contenuto_brca p, #contenuto_percorso p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #70625B;
  margin-bottom: 15px;
}
#contenuto_homepage .btn.btn-primary, #contenuto_brca .btn.btn-primary, #contenuto_percorso .btn.btn-primary {
  margin-bottom: 25px;
}
#contenuto_homepage .segui-social, #contenuto_brca .segui-social, #contenuto_percorso .segui-social {
  padding: 60px;
  margin-top: 100px;
  margin-bottom: 50px;
}
#contenuto_homepage .segui-social *, #contenuto_brca .segui-social *, #contenuto_percorso .segui-social * {
  color: white;
}
#contenuto_homepage .segui-social h3.huge, #contenuto_brca .segui-social h3.huge, #contenuto_percorso .segui-social h3.huge {
  color: white;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .segui-social h3.huge, #contenuto_brca .segui-social h3.huge, #contenuto_percorso .segui-social h3.huge {
    font-size: 42px;
    line-height: 48px;
  }
}
#contenuto_homepage .segui-social .pad-bottom, #contenuto_brca .segui-social .pad-bottom, #contenuto_percorso .segui-social .pad-bottom {
  padding-bottom: 35px;
}
#contenuto_homepage .segui-social .pad-bottom:last-of-type, #contenuto_brca .segui-social .pad-bottom:last-of-type, #contenuto_percorso .segui-social .pad-bottom:last-of-type {
  padding-bottom: 25px;
}
#contenuto_homepage .segui-social img, #contenuto_brca .segui-social img, #contenuto_percorso .segui-social img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .segui-social img, #contenuto_brca .segui-social img, #contenuto_percorso .segui-social img {
    position: relative;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .segui-social .btn.btn-primary.white, #contenuto_brca .segui-social .btn.btn-primary.white, #contenuto_percorso .segui-social .btn.btn-primary.white {
    font-size: 1.5rem;
  }
}
#contenuto_homepage .endo-stats, #contenuto_brca .endo-stats, #contenuto_percorso .endo-stats {
  margin-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .endo-stats .col-md-6, #contenuto_brca .endo-stats .col-md-6, #contenuto_percorso .endo-stats .col-md-6 {
    margin-bottom: 20px;
  }
}
#contenuto_homepage .endo-stats .col-md-6 p, #contenuto_brca .endo-stats .col-md-6 p, #contenuto_percorso .endo-stats .col-md-6 p {
  display: inline-block;
  text-transform: uppercase;
  background-color: #f5ecf4;
  padding: 0 12px;
  border-radius: 15px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .endo-stats .col-md-6 p, #contenuto_brca .endo-stats .col-md-6 p, #contenuto_percorso .endo-stats .col-md-6 p {
    width: 100%;
    text-align: center;
    padding: 5px 16px;
  }
}
#contenuto_homepage .endo-stats .col-md-6 p, #contenuto_homepage .endo-stats .col-md-6 img, #contenuto_brca .endo-stats .col-md-6 p, #contenuto_brca .endo-stats .col-md-6 img, #contenuto_percorso .endo-stats .col-md-6 p, #contenuto_percorso .endo-stats .col-md-6 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .endo-stats .col-md-6 p, #contenuto_homepage .endo-stats .col-md-6 img, #contenuto_brca .endo-stats .col-md-6 p, #contenuto_brca .endo-stats .col-md-6 img, #contenuto_percorso .endo-stats .col-md-6 p, #contenuto_percorso .endo-stats .col-md-6 img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#contenuto_homepage .endo-stats .col-md-6 img, #contenuto_brca .endo-stats .col-md-6 img, #contenuto_percorso .endo-stats .col-md-6 img {
  height: 50%;
  width: 50%;
}
#contenuto_homepage .endo-cont img, #contenuto_brca .endo-cont img, #contenuto_percorso .endo-cont img {
  box-shadow: -10px 20px 40px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .endo-cont img, #contenuto_brca .endo-cont img, #contenuto_percorso .endo-cont img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#contenuto_homepage .endo-cont h3, #contenuto_brca .endo-cont h3, #contenuto_percorso .endo-cont h3 {
  margin-bottom: 15px;
  color: #f36633;
}
#contenuto_homepage .temp-patrocini, #contenuto_brca .temp-patrocini, #contenuto_percorso .temp-patrocini {
  margin-top: 40px;
  justify-content: center;
}
#contenuto_homepage .temp-patrocini .patro, #contenuto_brca .temp-patrocini .patro, #contenuto_percorso .temp-patrocini .patro {
  padding: 10px 50px 25px 50px;
}
#contenuto_homepage .temp-patrocini .patro a img, #contenuto_brca .temp-patrocini .patro a img, #contenuto_percorso .temp-patrocini .patro a img {
  max-height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .grid32 .col-sm-6.col-md-6.col-lg-4, #contenuto_brca .grid32 .col-sm-6.col-md-6.col-lg-4, #contenuto_percorso .grid32 .col-sm-6.col-md-6.col-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
#contenuto_homepage .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white, #contenuto_brca .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white, #contenuto_percorso .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white {
  box-shadow: -5px 5px 10px 2px transparent;
  border: 1px solid #f1f1f1;
  transition: all 0.5s ease;
}
#contenuto_homepage .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white:hover, #contenuto_brca .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white:hover, #contenuto_percorso .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white:hover {
  box-shadow: -5px 5px 10px 2px #f1f1f1;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
#contenuto_homepage .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white h5, #contenuto_brca .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white h5, #contenuto_percorso .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white h5 {
  padding-bottom: 5px;
  font-weight: 400;
}
#contenuto_homepage .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white p, #contenuto_brca .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white p, #contenuto_percorso .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white p {
  font-size: 1.5rem;
}
#contenuto_homepage .brca-middle-img, #contenuto_brca .brca-middle-img, #contenuto_percorso .brca-middle-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../assets/img/2752.png");
}
#contenuto_homepage .brca-middle-img h1.big-bg, #contenuto_brca .brca-middle-img h1.big-bg, #contenuto_percorso .brca-middle-img h1.big-bg {
  font-size: 50px;
  font-weight: 700;
  margin-top: 175px;
  margin-bottom: 175px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_homepage .brca-middle-img h1.big-bg, #contenuto_brca .brca-middle-img h1.big-bg, #contenuto_percorso .brca-middle-img h1.big-bg {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .brca-middle-img h1.big-bg, #contenuto_brca .brca-middle-img h1.big-bg, #contenuto_percorso .brca-middle-img h1.big-bg {
    font-size: 32px;
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .brca-middle-img h1.big-bg br, #contenuto_brca .brca-middle-img h1.big-bg br, #contenuto_percorso .brca-middle-img h1.big-bg br {
    display: none;
  }
}
#contenuto_homepage .brca-middle-txt, #contenuto_brca .brca-middle-txt, #contenuto_percorso .brca-middle-txt {
  background: #007786;
}
#contenuto_homepage .brca-middle-txt h3, #contenuto_brca .brca-middle-txt h3, #contenuto_percorso .brca-middle-txt h3 {
  font-size: 40px;
  font-weight: 800;
  margin-top: 135px;
  margin-bottom: 135px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_homepage .brca-middle-txt h3, #contenuto_brca .brca-middle-txt h3, #contenuto_percorso .brca-middle-txt h3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .brca-middle-txt h3, #contenuto_brca .brca-middle-txt h3, #contenuto_percorso .brca-middle-txt h3 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#contenuto_homepage .box-wimg-bg, #contenuto_brca .box-wimg-bg, #contenuto_percorso .box-wimg-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../assets/img/Mask.png");
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#contenuto_homepage .box-wimg-bg h5, #contenuto_brca .box-wimg-bg h5, #contenuto_percorso .box-wimg-bg h5 {
  font-size: 24px;
}
#contenuto_homepage .box-wimg-bg .row.py-3, #contenuto_brca .box-wimg-bg .row.py-3, #contenuto_percorso .box-wimg-bg .row.py-3 {
  align-items: flex-end;
}
#contenuto_homepage .box-wimg-bg .row.py-3 .white.heading-size-1, #contenuto_brca .box-wimg-bg .row.py-3 .white.heading-size-1, #contenuto_percorso .box-wimg-bg .row.py-3 .white.heading-size-1 {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6, #contenuto_brca .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6, #contenuto_percorso .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#contenuto_homepage .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white, #contenuto_brca .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white, #contenuto_percorso .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white {
  padding: 20px 45px;
  box-shadow: -5px 5px 10px 2px transparent;
  border: 1px solid #f1f1f1;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  #contenuto_homepage .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white, #contenuto_brca .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white, #contenuto_percorso .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white {
    min-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  #contenuto_homepage .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white, #contenuto_brca .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white, #contenuto_percorso .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white {
    padding: 30px;
  }
}
#contenuto_homepage .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white:hover, #contenuto_brca .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white:hover, #contenuto_percorso .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white:hover {
  box-shadow: -5px 5px 10px 2px #f1f1f1;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
#contenuto_homepage .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white h5, #contenuto_brca .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white h5, #contenuto_percorso .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  #contenuto_homepage .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white h5, #contenuto_brca .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white h5, #contenuto_percorso .diagnostico22 div.py-5.col-sm-6.col-md-6.col-lg-6 .box-white h5 {
    margin-bottom: 20px;
  }
}
#contenuto_homepage .bg-gradient-ovarico, #contenuto_brca .bg-gradient-ovarico, #contenuto_percorso .bg-gradient-ovarico {
  background: linear-gradient(88deg, #006b77 0%, #00b4cd 100%);
}

#contenuto_sintomi .cont-txt-left {
  padding-left: 50px !important;
  padding-right: 20rem !important;
}
#contenuto_sintomi h3 {
  font-weight: 700;
  letter-spacing: 0.1px;
}
#contenuto_sintomi p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #70625B;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  #contenuto_sintomi .container .row.row-eq-height.bigger {
    min-height: 500px;
  }
}
@media screen and (max-width: 1023px) {
  #contenuto_sintomi .container img.box_img_sintomi.box_img_sintomi.box_img_sintomi:not(tiraqua) {
    position: relative;
    right: initial;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023px) {
  #contenuto_sintomi .container img.box_img_sintomi_left {
    position: initial;
  }
}

#contenuto_fattori {
  padding-top: 3rem;
}
#contenuto_fattori p, #contenuto_fattori li {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #70625B;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contenuto_fattori p.orange, #contenuto_fattori li.orange {
  color: #f36633;
}
#contenuto_fattori p.dark-orange, #contenuto_fattori li.dark-orange {
  color: #d1806f;
}
#contenuto_fattori ul, #contenuto_fattori li {
  margin: 0;
  padding: 0;
}
#contenuto_fattori ul {
  margin-bottom: 25px;
}
#contenuto_fattori ul li {
  margin-left: 15px;
}
#contenuto_fattori .container .box-white p {
  font-size: 1.4rem;
}
#contenuto_fattori .container .box-white p sup {
  font-size: 1rem;
}
#contenuto_fattori .btn-primary {
  border: 1px solid #007786;
  background-color: transparent;
  color: #007786;
  padding: 10px 20px;
  font-weight: 400;
  transition: all 0.5s ease;
  text-transform: none;
  text-decoration: none;
}
#contenuto_fattori .btn-primary:hover, #contenuto_fattori .btn-primary:focus {
  text-decoration: none;
  background-color: #f3f7f8;
  transition: all 0.5s ease;
  text-decoration: none;
}
#contenuto_fattori .container-fluid.bg-gray {
  padding-top: 30px;
  padding-bottom: 45px;
}
#contenuto_fattori .full-bg {
  background-color: #f5ecf4;
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  #contenuto_fattori .full-bg {
    width: 100%;
  }
}
#contenuto_fattori .altri-fattori {
  position: relative;
  margin-bottom: initial;
  box-sizing: border-box;
}
#contenuto_fattori .grid32 .col-sm-6.col-md-6.col-lg-4 {
  padding: 10px;
}
#contenuto_fattori .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white {
  margin-top: 0;
}
#contenuto_fattori .grid32 .col-sm-6.col-md-6.col-lg-4 .box-white h5 {
  font-weight: 400;
  margin-bottom: 20px;
}

#contenuto_glossario p, #contenuto_storelocator p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #70625B;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contenuto_glossario p.glossario-nav, #contenuto_storelocator p.glossario-nav {
  font-size: 2rem;
  line-height: 3rem;
  color: #f36633;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  #contenuto_glossario p.glossario-nav, #contenuto_storelocator p.glossario-nav {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
#contenuto_glossario p.glossario-nav a, #contenuto_storelocator p.glossario-nav a {
  text-decoration: none;
  color: #f36633;
  transition: all 0.5s ease;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  #contenuto_glossario p.glossario-nav a, #contenuto_storelocator p.glossario-nav a {
    padding: 10px;
  }
}
#contenuto_glossario p.glossario-nav a:hover, #contenuto_storelocator p.glossario-nav a:hover {
  text-decoration: none;
  color: #bd7f69;
  transition: all 0.5s ease;
}
#contenuto_glossario p.glossario-nav a.disabled, #contenuto_storelocator p.glossario-nav a.disabled {
  pointer-events: none;
  color: #939393;
}
#contenuto_glossario .glossario-cont, #contenuto_storelocator .glossario-cont {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #contenuto_glossario .glossario-cont, #contenuto_storelocator .glossario-cont {
    padding: 0;
  }
}
#contenuto_glossario .glossario-cont .letter, #contenuto_storelocator .glossario-cont .letter {
  display: inline-block;
  padding: 0 10px;
  background-color: #f36633;
  color: white;
  font-size: 2.5rem;
  border-radius: 10px;
  font-weight: 700;
  margin-top: 15px;
}
#contenuto_glossario .glossario-cont p:not(.letter), #contenuto_storelocator .glossario-cont p:not(.letter) {
  margin-bottom: 0;
}

#contenuto_soluzioni .container:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  #contenuto_soluzioni .container:last-of-type {
    margin-bottom: 40px;
  }
}
#contenuto_soluzioni .container:last-of-type p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #70625B;
  margin-bottom: 15px;
  margin-bottom: 20px;
}
#contenuto_soluzioni .container:last-of-type ul {
  margin: 0;
  padding: 5px 0 30px 0;
}
#contenuto_soluzioni .container:last-of-type ul li {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #70625B;
  margin-bottom: 15px;
  padding-left: 20px;
  margin-bottom: 5px;
}
#contenuto_soluzioni .container:last-of-type h3 {
  letter-spacing: 0.1px;
}
#contenuto_soluzioni .container:last-of-type h5 {
  margin-bottom: 20px;
}
#contenuto_soluzioni .container:last-of-type .illustr {
  background-color: #f3f7f8;
  padding: 30px 48px 50px 48px;
  width: calc(100% + 96px);
  position: relative;
  left: -48px;
}
@media screen and (max-width: 1023px) {
  #contenuto_soluzioni .container:last-of-type .illustr {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    left: 0;
  }
}

#contenuto_iniziative {
  margin-bottom: -43px;
}
#contenuto_iniziative .container {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #contenuto_iniziative .container {
    margin-bottom: 20px;
  }
}
#contenuto_iniziative .container p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #70625B;
  margin-bottom: 15px;
  margin-bottom: 20px;
  color: #222a41;
}
#contenuto_iniziative .container h3 {
  letter-spacing: 0.1px;
}
#contenuto_iniziative .container h2.huge {
  color: #f36633;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  padding-top: 20px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1023px) {
  #contenuto_iniziative .container h2.huge {
    font-size: 36px;
    line-height: 48px;
  }
}
#contenuto_iniziative .container .orange {
  color: #f36632;
}
#contenuto_iniziative .container .white {
  color: #ffffff;
}
#contenuto_iniziative .container .orange-bg {
  background-color: #f36632;
}
#contenuto_iniziative .container .full-bg {
  background-color: #fff9f7;
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  #contenuto_iniziative .container .full-bg {
    width: 100%;
  }
}
#contenuto_iniziative .container .on-row-first {
  margin: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_iniziative .container .on-row-first {
    margin: 25px;
  }
}
@media screen and (max-width: 767px) {
  #contenuto_iniziative .container .on-row-first {
    margin: 0;
  }
}
#contenuto_iniziative .container .on-row-first hr {
  width: 90px;
  height: 3px;
  background-color: #f36633;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #contenuto_iniziative .container .on-row-first hr {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
#contenuto_iniziative .container .on-row-first p {
  text-align: center;
  text-transform: uppercase;
  color: #72635d;
  font-weight: 900;
  letter-spacing: 0.05px;
  font-size: 1.8rem;
}
#contenuto_iniziative .container .on-row-first > .col-md-4 {
  margin-top: 25px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_iniziative .container .on-row-first > .col-md-4 {
    padding-right: 0;
    padding-left: 0;
  }
}
#contenuto_iniziative .container .on-row-first > .col-md-4 img {
  transform: scale(0.8);
  margin-right: auto;
  margin-left: auto;
}
#contenuto_iniziative .container.vid-interview {
  margin-bottom: 0;
  padding-bottom: 120px;
}
#contenuto_iniziative .container.vid-interview button {
  text-align: unset;
  text-transform: unset;
  font: unset;
}
#contenuto_iniziative .container.vid-interview p.vid-desc {
  padding-top: 20px;
  font-weight: 700;
  font-size: 30px;
}
#contenuto_iniziative .container.vid-interview p.vid-desc-more {
  font-size: 22px;
  font-style: italic;
}
#contenuto_iniziative .container .col-md-6.w-txt {
  padding: 40px 80px 80px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_iniziative .container .col-md-6.w-txt {
    padding: 40px 80px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #contenuto_iniziative .container .col-md-6.w-txt {
    padding: 0 20px;
  }
}
#contenuto_iniziative .container .col-md-6.w-img-left {
  padding: 40px 80px 80px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_iniziative .container .col-md-6.w-img-left {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #contenuto_iniziative .container .col-md-6.w-img-left {
    padding: 0;
  }
}
#contenuto_iniziative .container .col-md-6.w-img-left img {
  box-shadow: -10px 20px 40px #d6d6d6;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_iniziative .container .col-md-6.w-img-left img {
    object-fit: cover;
  }
}
#contenuto_iniziative .container .col-md-6.w-img-right {
  padding: 40px 0 80px 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_iniziative .container .col-md-6.w-img-right {
    display: flex;
    align-content: center;
  }
}
@media screen and (max-width: 767px) {
  #contenuto_iniziative .container .col-md-6.w-img-right {
    padding: 0;
  }
}
#contenuto_iniziative .container .col-md-6.w-img-right img {
  box-shadow: 10px 20px 40px #d6d6d6;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_iniziative .container .col-md-6.w-img-right img {
    object-fit: cover;
  }
}
#contenuto_iniziative .container .on-row-second {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  #contenuto_iniziative .container .on-row-second {
    margin-bottom: 40px;
  }
}
#contenuto_iniziative .container .on-row-second > .col-md-4 .inner-box {
  width: 100%;
  margin-right: 30px;
  border: 1px solid #eeeeee;
  padding: 30px 50px;
  min-height: 350px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_iniziative .container .on-row-second > .col-md-4 .inner-box {
    padding: 30px;
    height: 100%;
    min-height: 250px;
  }
}
@media screen and (max-width: 767px) {
  #contenuto_iniziative .container .on-row-second > .col-md-4 .inner-box {
    min-height: 50vw;
    border-width: 0;
  }
}
#contenuto_iniziative .container .on-row-second > .col-md-4 .inner-box:hover {
  border-color: transparent;
  box-shadow: 0px 20px 40px #d6d6d6;
  transition: all 0.5s ease;
}
#contenuto_iniziative .container .on-row-second > .col-md-4 .inner-box h5 {
  margin-bottom: 30px;
}
#contenuto_iniziative .container .ini-vik {
  display: flex;
}
@media screen and (max-width: 767px) {
  #contenuto_iniziative .container .ini-vik {
    flex-direction: column;
  }
}
#contenuto_iniziative .container .ini-vik .iv-left img {
  margin-top: 40px;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  #contenuto_iniziative .container .ini-vik .iv-left img {
    min-width: 0;
    max-width: 60%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  #contenuto_iniziative .container .ini-vik .iv-right {
    margin-left: 50px;
  }
}
#contenuto_iniziative .container .ini-vik .iv-right a {
  text-decoration: none;
}
#contenuto_iniziative .container .ini-vik .iv-right a img {
  display: inline-block;
  height: 45px;
  clear: none;
  margin-bottom: 25px;
}
#contenuto_iniziative .container .ini-vik .iv-right a img:first-of-type {
  padding-right: 15px;
}
@media screen and (max-width: 1023px) {
  #contenuto_iniziative .container .ini-vik .iv-right .btn-primary {
    margin-top: 10px;
  }
}
#contenuto_iniziative .container.full-bottom {
  margin-bottom: 0;
  margin-bottom: -30px;
}
@media screen and (max-width: 1023px) {
  #contenuto_iniziative .container.full-bottom {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #contenuto_iniziative .container.full-bottom {
    margin-bottom: -17px;
    margin-left: -1px;
  }
}
#contenuto_iniziative .container.full-bottom .full-bg {
  background-color: #f36632;
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  #contenuto_iniziative .container.full-bottom .full-bg {
    width: 100%;
  }
}
#contenuto_iniziative .container.full-bottom .col-md-6:first-of-type {
  padding: 55px 50px 55px 20px;
}
#contenuto_iniziative .container.full-bottom .col-md-6:first-of-type h3 {
  margin-bottom: 30px;
}
#contenuto_iniziative .container.full-bottom .col-md-6:first-of-type img {
  transform: scale(0.8);
}
#contenuto_iniziative .container.full-bottom .col-md-6:first-of-type .btn-primary {
  display: inline-block;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  padding: 10px 50px;
  font-weight: 400;
  transition: all 0.5s ease;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  display: inline-block;
}
#contenuto_iniziative .container.full-bottom .col-md-6:first-of-type .btn-primary:hover, #contenuto_iniziative .container.full-bottom .col-md-6:first-of-type .btn-primary:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
}
#contenuto_iniziative .container.full-bottom .col-md-6:first-of-type .oppure {
  display: inline-block;
  padding: 0 25px;
}
#contenuto_iniziative .container.full-bottom .col-md-6:last-of-type {
  position: relative;
}
@media screen and (max-width: 767px) {
  #contenuto_iniziative .container.full-bottom .col-md-6:last-of-type {
    display: none;
  }
}
#contenuto_iniziative .container.full-bottom .col-md-6:last-of-type .bg-img {
  width: 50vw;
  height: calc(100% + 30px);
  position: absolute;
  top: -15px;
  background-image: url("../assets/img/iniziative-01.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contenuto_iniziative .container.full-bottom .col-md-6:last-of-type .bg-img {
    background-position-x: 50%;
    height: calc(100% + 35px);
  }
}
#contenuto_iniziative .link-sticker {
  pointer-events: none;
  background-color: #b4b4b4;
}

#contenuto_storelocator .glossario-cont {
  padding-top: 0;
}
#contenuto_storelocator .zone-cont {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #contenuto_storelocator .zone-cont .container {
    padding-right: 500px;
  }
}
#contenuto_storelocator .zone-cont .container aside {
  display: block;
  position: absolute;
  top: 0;
  right: 200px;
  width: 400px;
  box-shadow: 0px 1px 20px #e1e1e1;
  padding: 40px 30px;
}
@media screen and (max-width: 1023px) {
  #contenuto_storelocator .zone-cont .container aside {
    position: static;
    margin: 0 auto;
    width: 80%;
    min-width: 320px;
    padding: 40px 25px;
    margin-bottom: 50px;
  }
}
#contenuto_storelocator .zone-cont .container aside p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
}
#contenuto_storelocator .zone-cont .container aside p.intro {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
#contenuto_storelocator .zone-cont .container aside img {
  width: 30%;
}
#contenuto_storelocator .zone-cont .container aside h6 {
  font-size: 22px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}
#contenuto_storelocator .zone-cont .container aside a {
  color: #f36633;
}
#contenuto_storelocator .zone-cont .container aside a:hover, #contenuto_storelocator .zone-cont .container aside a:focus {
  color: #f36633;
}
#contenuto_storelocator .zone {
  margin-top: 40px;
}
#contenuto_storelocator .zone .zone-city, #contenuto_storelocator .zone .zone-name {
  text-transform: uppercase;
  font-weight: bold;
}
#contenuto_storelocator .zone .zone-name {
  color: #f36633;
  font-size: 2rem;
  line-height: 2.4;
}
#contenuto_storelocator .zone .zone-city {
  font-size: 1.6rem;
  padding-top: 15px;
}
#contenuto_storelocator .zone .zone-city .icon {
  margin-left: -5px;
  margin-right: 5px;
  font-size: 2rem;
  line-height: 1rem;
  color: #f36633;
}
#contenuto_storelocator .zone p, #contenuto_storelocator .zone ul {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  color: #212529;
}
#contenuto_storelocator .zone p img.icn, #contenuto_storelocator .zone ul img.icn {
  display: inline;
  height: 30px;
  margin-left: 5px;
}
#contenuto_storelocator p.big-desc {
  color: #f36633;
  font-size: 30px;
  font-weight: 500;
}

#contenuto_percorso .alert-box {
  background-color: #bc1077;
  padding: 15px 50px;
  margin-bottom: 50px;
}
#contenuto_percorso .alert-box img {
  float: left;
  clear: none;
  margin-right: 30px;
}
#contenuto_percorso .alert-box p {
  color: white;
  margin-bottom: 0;
  font-weight: 500;
}
#contenuto_percorso .timeline-custom {
  margin-top: 20px;
  margin-bottom: 40px;
}
#contenuto_percorso .timeline-custom .tc-row {
  display: flex;
  transition: all 1s ease;
}
#contenuto_percorso .timeline-custom .tc-row:hover .center-ill .tc-wrapper .circle-txt {
  background-color: #d70c6e;
  transition: all 1s ease;
}
#contenuto_percorso .timeline-custom .tc-row .sx-txt, #contenuto_percorso .timeline-custom .tc-row .dx-txt {
  flex-basis: 45%;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 50px;
  min-height: 100px;
}
@media screen and (max-width: 1023px) {
  #contenuto_percorso .timeline-custom .tc-row .sx-txt.empty, #contenuto_percorso .timeline-custom .tc-row .dx-txt.empty {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #contenuto_percorso .timeline-custom .tc-row .sx-txt:not(.empty), #contenuto_percorso .timeline-custom .tc-row .dx-txt:not(.empty) {
    order: 2;
    flex-basis: 80%;
  }
}
#contenuto_percorso .timeline-custom .tc-row .sx-txt {
  text-align: right;
  padding-right: 25px;
}
@media screen and (max-width: 1023px) {
  #contenuto_percorso .timeline-custom .tc-row .sx-txt {
    text-align: left;
    padding-right: 0;
    padding-left: 25px;
  }
}
#contenuto_percorso .timeline-custom .tc-row .dx-txt {
  padding-left: 25px;
}
#contenuto_percorso .timeline-custom .tc-row .center-ill {
  flex-basis: 10%;
}
@media screen and (max-width: 1023px) {
  #contenuto_percorso .timeline-custom .tc-row .center-ill {
    order: 1;
  }
}
#contenuto_percorso .timeline-custom .tc-row .center-ill .tc-wrapper {
  display: flex;
  min-height: 100%;
  transition: all 0.5s ease;
}
#contenuto_percorso .timeline-custom .tc-row .center-ill .tc-wrapper:hover .v-line {
  background-color: #bc1077;
  transition: all 0.5s ease;
}
#contenuto_percorso .timeline-custom .tc-row .center-ill .tc-wrapper .v-line {
  display: block;
  width: 2px;
  background-color: #d7d1cf;
  min-height: 100%;
  position: relative;
  left: 42px;
  z-index: -1;
  transition: all 0.5s ease;
  transform: translate(20px, 50%);
}
#contenuto_percorso .timeline-custom .tc-row .center-ill .tc-wrapper .circle-txt {
  font-size: 14px;
  line-height: 16px;
  background-color: #bc1077;
  border-radius: 50%;
  color: white;
  text-align: center;
  text-transform: uppercase;
  width: 83px;
  height: 83px;
  transition: all 1s ease;
  margin: auto;
  margin-top: 13px;
}
#contenuto_percorso .timeline-custom .tc-row .center-ill .tc-wrapper .circle-txt strong {
  position: relative;
  top: 20%;
}
#contenuto_percorso .timeline-custom .tc-row .center-ill .tc-wrapper .circle-txt .num {
  font-size: 29px;
  line-height: 32px;
}
#contenuto_percorso .vid-interview {
  margin-top: 90px;
  margin-bottom: 60px;
}
#contenuto_percorso .vid-interview .full-bg {
  background-color: rgba(188, 16, 119, 0.1);
}
#contenuto_percorso .vid-interview h2.huge {
  color: #bc1077;
}

@media screen and (min-width: 1024px) {
  #contenuto_prenditicura .leaflet-down {
    float: right;
    position: relative;
    margin-left: 40px;
    margin-bottom: 20px;
  }
}
#contenuto_prenditicura .leaflet-down img {
  max-width: 200px;
}
#contenuto_prenditicura .recipe-down {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
#contenuto_prenditicura .recipe-down .full-bg {
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
@media screen and (max-width: 1023px) {
  #contenuto_prenditicura .recipe-down .full-bg {
    width: 100%;
  }
}
#contenuto_prenditicura .recipe-down .row.d-flex {
  margin-top: 50px;
}
#contenuto_prenditicura .recipe-down .row.d-flex img {
  box-shadow: 0 12px 10px rgba(100, 100, 100, 0.5);
  border-radius: 8px;
}
#contenuto_prenditicura .recipe-down .xr-recipe {
  margin-bottom: 25px;
}
#contenuto_prenditicura .recipe-down .xr-recipe .col-md-6 {
  position: relative;
}
#contenuto_prenditicura h4 {
  text-align: left;
  color: #f36633;
  font-size: 2.2rem;
  margin: 25px 0 25px 0;
  width: 100%;
}
#contenuto_prenditicura p {
  font-size: 1.6rem;
}
#contenuto_prenditicura .men-at-work {
  background-color: #eaeaea;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #contenuto_prenditicura .men-at-work {
    margin-top: 40px;
  }
}
#contenuto_prenditicura .men-at-work p {
  font-size: 48px;
  text-align: center;
  width: 100%;
  color: #222637;
}
#contenuto_prenditicura .men-at-work p .upper {
  text-transform: uppercase;
}
#contenuto_prenditicura .men-at-work img {
  margin: 0 auto;
}

.card .card-body a {
  color: unset;
  text-decoration: unset;
}
.card .card-body .blog-quote {
  line-height: 1.4;
  display: block;
}

#contenuto_faq details {
  margin: 25px 0;
  position: relative;
}
#contenuto_faq details[open] summary {
  background-color: #f36633;
  color: white;
  transition: all 0.5s ease;
}
#contenuto_faq details[open] .state-icon .sx-el, #contenuto_faq details[open] .state-icon .dx-el {
  background-color: white;
  transition: all 0.5s ease;
}
#contenuto_faq details[open] .state-icon .sx-el {
  transform: rotate(-0.125turn);
}
#contenuto_faq details[open] .state-icon .dx-el {
  transform: rotate(0.125turn);
}
#contenuto_faq details summary {
  list-style: none;
  padding: 25px 30px;
  border: 1px solid #f36633;
  color: #70625B;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  #contenuto_faq details summary {
    padding: 25px 60px 25px 30px;
  }
}
#contenuto_faq details summary::marker {
  display: none;
}
#contenuto_faq details p {
  padding: 25px;
}
#contenuto_faq details .state-icon {
  width: 36px;
  height: 19px;
  position: absolute;
  top: 30px;
  right: 25px;
}
#contenuto_faq details .state-icon .dx-el, #contenuto_faq details .state-icon .sx-el {
  position: absolute;
  width: 21px;
  height: 1px;
  background-color: #f36633;
  transition: all 0.5s ease;
}
#contenuto_faq details .state-icon .sx-el {
  top: 50%;
  left: 0;
  transform: rotate(0.125turn);
}
#contenuto_faq details .state-icon .dx-el {
  top: 50%;
  right: 0;
  transform: rotate(-0.125turn);
}
#contenuto_faq h3 {
  color: #f36633;
  margin-top: 40px;
  margin-bottom: 0;
}
#contenuto_faq h3:first-of-type {
  margin-top: 0;
}

#contenuto_normative .tag-selection {
  margin: 60px auto 60px auto;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #contenuto_normative .tag-selection {
    flex-direction: column;
  }
}
#contenuto_normative .tag-selection .ts-item {
  border: 1px solid #b4b4b4;
  border-left: none;
  display: inline-block;
  padding: 12px 25px;
  min-width: 120px;
  font-size: 14px;
  text-align: center;
  margin: 0;
  letter-spacing: 0.1px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.5s all ease;
}
@media screen and (max-width: 767px) {
  #contenuto_normative .tag-selection .ts-item {
    border: 1px solid #b4b4b4;
    border-top: none;
  }
}
#contenuto_normative .tag-selection .ts-item.active, #contenuto_normative .tag-selection .ts-item:hover {
  background-color: #f36633;
  color: white;
  transition: 0.5s all ease;
}
#contenuto_normative .tag-selection .ts-item.active {
  cursor: default;
}
#contenuto_normative .tag-selection .ts-item.blocked {
  pointer-events: none;
  background-color: #dddddd;
  color: #444444;
}
#contenuto_normative .tag-selection .ts-item:first-child {
  border-left: 1px solid #b4b4b4;
  border-radius: 7px 0 0 7px;
}
@media screen and (max-width: 767px) {
  #contenuto_normative .tag-selection .ts-item:first-child {
    border-radius: 7px 7px 0 0;
    border-top: 1px solid #b4b4b4;
  }
}
#contenuto_normative .tag-selection .ts-item:last-child {
  border-radius: 0 7px 7px 0;
}
@media screen and (max-width: 767px) {
  #contenuto_normative .tag-selection .ts-item:last-child {
    border-radius: 0 0 7px 7px;
  }
}
#contenuto_normative .swipey {
  position: relative;
}
#contenuto_normative .swipey .swipey-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#contenuto_normative .swipey .swiper-next-slide, #contenuto_normative .swipey .swiper-prev-slide {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border-top: 3px solid #f36633;
  position: absolute;
  z-index: 5;
  transition: 0.5s opacity ease;
}
@media screen and (max-width: 767px) {
  #contenuto_normative .swipey .swiper-next-slide, #contenuto_normative .swipey .swiper-prev-slide {
    display: none;
  }
}
#contenuto_normative .swipey .swiper-prev-slide {
  border-left: 3px solid #f36633;
  transform: rotate(-45deg);
  background-color: transparent;
  top: calc(50% - 12px);
  left: -24px;
}
#contenuto_normative .swipey .swiper-next-slide {
  border-right: 3px solid #f36633;
  transform: rotate(45deg);
  background-color: transparent;
  top: calc(50% - 12px);
  left: 100%;
}
#contenuto_normative .swipey .swiper-slide-disabled {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity ease;
}
#contenuto_normative .swipey .blog-collection {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #contenuto_normative .swipey .blog-collection {
    flex-direction: column;
  }
}
#contenuto_normative .swipey .blog-collection .bc-item {
  /*width: calc( 50% - 18px );*/
  min-width: calc(50% - 18px);
  margin-bottom: 25px;
  height: 380px;
  position: relative;
  border: 1px solid #eaeaea;
  background-image: url("../assets/img/normative/esenzione048.jpg");
  background-size: cover;
  padding: 20px 30px;
  backdrop-filter: brightness(70%);
  transition: 1s all ease;
  border-radius: 5px;
  background-position: center center;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #contenuto_normative .swipey .blog-collection .bc-item {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
}
#contenuto_normative .swipey .blog-collection .bc-item:hover {
  backdrop-filter: brightness(60%);
  transition: 1s all ease;
}
#contenuto_normative .swipey .blog-collection .bc-item:last-child {
  margin-right: 0;
}
#contenuto_normative .swipey .blog-collection .bc-item .bc-inner-txt {
  height: 50%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-flow: space-between;
  flex-wrap: wrap;
  color: #ffffff;
  margin-right: 30px;
  user-select: none;
  -webkit-user-select: none;
}
#contenuto_normative .swipey .blog-collection .bc-item .bc-inner-txt * {
  user-select: none;
  -webkit-user-select: none;
}
#contenuto_normative .swipey .blog-collection .bc-item .bc-inner-txt .bc-tag-txt {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1px;
}
#contenuto_normative .swipey .blog-collection .bc-item .bc-inner-txt .bc-title-txt {
  font-weight: 700;
  font-size: 24px;
  min-width: 100%;
  line-height: 1.1;
}
#contenuto_normative .swipey .blog-collection .bc-item .bc-inner-txt .bc-title-txt a {
  text-decoration: none;
  color: white;
}
#contenuto_normative .swipey .blog-collection .bc-item .bc-inner-txt .bc-label-txt {
  flex-basis: 50%;
  font-size: 12px;
  font-weight: 700;
}
#contenuto_normative .swipey .blog-collection .bc-item .bc-inner-txt .bc-date-txt {
  flex-basis: 50%;
  font-size: 12px;
  letter-spacing: 0.1px;
}

#contenuto_hompage .bottom-share, #contenuto_normative_template .bottom-share {
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
}
#contenuto_hompage .bottom-share a, #contenuto_normative_template .bottom-share a {
  display: block;
}
#contenuto_hompage .bottom-share a i, #contenuto_normative_template .bottom-share a i {
  color: #f36633;
  font-size: 28px;
}
#contenuto_hompage .bottom-share a i:hover, #contenuto_normative_template .bottom-share a i:hover {
  color: #f36633;
}

#contenuto_normative_template h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  margin-top: 30px;
}
#contenuto_normative_template .intro-info .ii-date, #contenuto_normative_template .intro-info .ii-tag {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
#contenuto_normative_template .intro-info .ii-date p:first-of-type, #contenuto_normative_template .intro-info .ii-tag p:first-of-type {
  color: #999999;
  margin-right: 120px;
}
#contenuto_normative_template .intro-info .ii-date p:last-of-type, #contenuto_normative_template .intro-info .ii-tag p:last-of-type {
  font-weight: 700;
}
#contenuto_normative_template #normativaContent img {
  margin-bottom: 50px;
  border-radius: 12px;
}
#contenuto_normative_template #normativaContent p.intro {
  color: #f36633;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 40px;
}
#contenuto_normative_template #normativaContent h5 {
  color: #f36633;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 5px;
}
#contenuto_normative_template #normativaContent p, #contenuto_normative_template #normativaContent ul li {
  font-size: 16px;
  line-height: 24px;
  color: #70625B;
  margin-bottom: 20px;
}
#contenuto_normative_template #normativaContent ul {
  margin-left: 0;
}
#contenuto_normative_template #normativaContent ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  #contenuto_eventi {
    overflow: hidden;
  }
}
#contenuto_eventi .event-collection {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
}
#contenuto_eventi .event-collection .ec-item {
  flex-basis: calc(50% - 18px);
  padding: 15px;
  height: 225px;
  position: relative;
  border: 1px solid #eaeaea;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #contenuto_eventi .event-collection .ec-item {
    flex-basis: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  #contenuto_eventi .event-collection .ec-item {
    overflow: hidden;
  }
}
#contenuto_eventi .event-collection .ec-item:nth-child(2n+1) {
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  #contenuto_eventi .event-collection .ec-item:nth-child(2n+1) {
    margin-right: 0;
  }
}
#contenuto_eventi .event-collection .ec-item:nth-child(2n) {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  #contenuto_eventi .event-collection .ec-item:nth-child(2n) {
    margin-left: 0;
  }
}
#contenuto_eventi .event-collection .ec-item .card {
  height: 100%;
}
#contenuto_eventi .event-collection .ec-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  transition: 1s all ease;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #contenuto_eventi .event-collection .ec-item a {
    position: relative;
    padding: 0;
  }
}
#contenuto_eventi .event-collection .ec-item a:hover {
  transition: 1s all ease;
}
#contenuto_eventi .event-collection .ec-item a .ec-content {
  display: flex;
}
#contenuto_eventi .event-collection .ec-item a .ec-content .ec-img {
  width: 100%;
  height: calc(100% + 40px);
  position: relative;
  top: -20px;
  left: -25px;
  margin-right: -25px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #contenuto_eventi .event-collection .ec-item a .ec-content .ec-img {
    top: -10px;
    left: -20px;
  }
}
#contenuto_eventi .event-collection .ec-item a .ec-content .ec-img img {
  height: 100%;
  object-fit: cover;
}
#contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt {
  margin-left: -50px;
}
@media screen and (max-width: 1023px) {
  #contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt .ec-date {
  width: 100%;
  position: relative;
}
#contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt .ec-date .ec-date-txt {
  color: #f36633;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
#contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt .ec-date i.icon-calendar {
  display: inline-block;
  color: #f36633;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
#contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt .ec-date i.icon-calendar:hover {
  color: #f36633;
}
#contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt h6 {
  font-size: 24px;
  line-height: 32px;
  color: #70625B;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt h6 {
    font-size: 18px;
    line-height: 23px;
  }
}
#contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt p {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt p {
    font-size: 13px;
    line-height: 17px;
  }
}
#contenuto_eventi .event-collection .ec-item a .ec-content .ec-txt p.link {
  color: #f36633;
  font-weight: 700;
}

.event-collection .ec-item {
  padding: 15px;
}
.event-collection .ec-item .card, .event-collection .ec-item .card > .row {
  height: 100%;
}

#contenuto_hompage h1 {
  font-size: 52px;
  line-height: 63px;
  font-weight: 800;
  margin-top: 30px;
}
#contenuto_hompage .social-line-intro {
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
}
#contenuto_hompage .social-line-intro a {
  display: block;
}
#contenuto_hompage .social-line-intro a i {
  color: #f36633;
  font-size: 28px;
}
#contenuto_hompage .social-line-intro a i:hover {
  color: #f36633;
}
#contenuto_hompage .intro-info {
  margin-top: 50px;
}
#contenuto_hompage .intro-info .ii-date, #contenuto_hompage .intro-info .ii-tag {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
#contenuto_hompage .intro-info .ii-date p:first-of-type, #contenuto_hompage .intro-info .ii-tag p:first-of-type {
  margin-right: 120px;
}
#contenuto_hompage .intro-info .ii-date p:last-of-type, #contenuto_hompage .intro-info .ii-tag p:last-of-type {
  font-weight: 700;
}
#contenuto_hompage #content img {
  margin-bottom: 75px;
}
#contenuto_hompage #content p.intro {
  color: #f36633;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 40px;
}
#contenuto_hompage #content h5 {
  color: #f36633;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#contenuto_hompage #content p, #contenuto_hompage #content ul li, #contenuto_hompage #content ol li {
  font-size: 16px;
  line-height: 24px;
  color: #70625B;
  margin-bottom: 20px;
}
#contenuto_hompage #content ul, #contenuto_hompage #content ol {
  margin-left: 0;
}
#contenuto_hompage .share-on-bottom {
  margin-top: 10px;
  margin-bottom: 80px;
}
#contenuto_hompage .share-on-bottom p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
#contenuto_hompage .share-on-bottom .share-line {
  display: flex;
}
#contenuto_hompage .share-on-bottom .share-line a {
  display: inline-block;
  margin-right: 12px;
}
#contenuto_hompage .more-slider h6 {
  color: #f36633;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.1px;
}
#contenuto_hompage .more-slider .swiper-cont-events {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper {
  padding: 0;
  margin: 0;
  height: 100%;
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide {
  width: 545px;
  width: calc(50% - 18px);
  min-width: 545px;
  min-width: calc(50% - 18px);
  height: 225px;
  position: relative;
  border: 1px solid #eaeaea;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  transition: 1s all ease;
}
@media screen and (max-width: 767px) {
  #contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content {
    padding: 10px 20px;
  }
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-img {
  width: 100%;
  height: calc(100% + 40px);
  position: relative;
  top: -20px;
  left: -25px;
  margin-right: -25px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-img {
    top: -10px;
    left: -20px;
  }
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-img img {
  height: 100%;
  object-fit: cover;
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt {
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  #contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt {
    margin-left: 10px;
  }
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt .ec-date {
  width: 100%;
  position: relative;
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt .ec-date .ec-date-txt {
  color: #f36633;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt .ec-date i.icon-calendar {
  display: inline-block;
  color: #f36633;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt .ec-date i.icon-calendar:hover {
  color: #f36633;
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt h6 {
  font-size: 24px;
  line-height: 32px;
  color: #70625B;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt p, #contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt a {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt p, #contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt a {
    font-size: 14px;
    line-height: 18px;
  }
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-wrapper .swiper-slide .ec-content .ec-txt a {
  color: #f36633;
  font-weight: 700;
  text-decoration: none;
}
#contenuto_hompage .more-slider .swiper-cont-events .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 7px;
  height: 7px;
  background-color: red;
  margin: 4px;
}

#__tealiumGDPRcpPrefs #preferences_prompt_submit:not(xyz) {
  font-size: 0 !important;
  color: transparent;
  letter-spacing: -1.5px !important;
}
#__tealiumGDPRcpPrefs #preferences_prompt_submit:not(xyz)::before {
  content: "ACCETTA TUTTI I COOKIE";
  display: inline;
  font-size: 12px;
  color: #15717d;
  letter-spacing: 1.5px;
}
#__tealiumGDPRcpPrefs #preferences_prompt_submit:not(xyz):hover {
  font-size: 0 !important;
  color: transparent;
  text-decoration: none;
  letter-spacing: -1.5px !important;
}
#__tealiumGDPRcpPrefs #preferences_prompt_submit:not(xyz):hover::before {
  color: white;
  text-decoration: underline;
  letter-spacing: 1.5px;
}

.orange-page .starter .breadcrumbs {
  color: #be0c78;
}
.orange-page .starter .breadcrumbs.true-orange {
  color: #f36633;
}
.orange-page .starter .breadcrumbs.true-orange a {
  color: #f36633;
}
.orange-page .starter .breadcrumbs a {
  color: #be0c78;
}
.orange-page h1, .orange-page h2, .orange-page h3, .orange-page p.orange {
  color: #be0c78;
}
.orange-page h1.secondary, .orange-page h2.secondary, .orange-page h3.secondary, .orange-page p.orange.secondary {
  color: #be0c78;
}
.orange-page h1.true-orange, .orange-page h2.true-orange, .orange-page h3.true-orange, .orange-page p.orange.true-orange {
  color: #f36633;
}
.orange-page .bg-color-secondary {
  background-color: #f5ecf4;
}
.orange-page .huge-bottom-spacer {
  margin-bottom: 250px;
}
.orange-page .container.mb-3.d-mobile-none {
  margin-bottom: 70px !important;
}

body.no-scroll {
  max-height: 100vh;
  overflow: hidden;
}

#video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.8);
  backdrop-filter: blur(3px);
  z-index: 1010;
  overflow: hidden;
}
#video-overlay.opened {
  display: block;
}
#video-overlay video {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
#video-overlay video.visible {
  opacity: 1;
  pointer-events: initial;
}
#video-overlay .close {
  width: 1px;
  height: 1px;
  background-color: transparent;
  z-index: 1020;
  cursor: pointer;
}
#video-overlay .close::before {
  content: "×";
  font-weight: 300;
  color: white;
  font-size: 60px;
  position: relative;
  right: 50px;
  top: 10px;
}

p, h1, h2, h3, h4, h5, h6, a, li, b, div, span {
  font-family: Arial, Helvetica, sans-serif;
}

sup {
  font-weight: 0.8rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

li.nav-item a {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.f-2 {
  font-size: 1.8rem;
}

.light {
  font-weight: 300;
}

.strong, strong {
  font-weight: bold;
}

.small {
  font-size: 0.6rem;
}

.extra-small {
  font-size: 0.55rem;
}

.z-index99 {
  z-index: 99;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.pt-7 {
  padding-top: 7rem;
}

.py-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-7 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.px-6 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.pt-6 {
  padding-top: 4rem;
}

.pr-14 {
  padding-right: 11rem;
}

.pl-14 {
  padding-left: 9em;
}

.w-a {
  width: auto;
}

@media only screen and (max-width: 1199px) {
  #sub_header .colonna_numeri {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #sub_header .colonna_numeri .numero {
    font-weight: 900;
  }
  #contenuto_sintomi .container .row .py-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 5rem !important;
  }
  #contenuto_sintomi .container .row .py-9 .pt-5 {
    padding-top: 1rem !important;
  }
  #contenuto_sintomi .container .row .align-items-center img {
    right: 25%;
    top: 13%;
    width: 100%;
  }
  #contenuto_sintomi .container .row .py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem !important;
  }
}
@media only screen and (max-width: 992px) {
  .mmb-5 {
    margin-bottom: 3rem;
  }
  #sub_header .colonna_numeri {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  #sub_header .colonna_numeri .numero {
    font-weight: 900;
  }
  #contenuto_numeri .bg-grafici-numeri .container .row .pl-1 {
    padding-left: 0rem !important;
  }
  #contenuto_numeri .bg-grafici-numeri .container .row .pr-1 {
    padding-right: 0rem !important;
  }
}
@media only screen and (max-width: 767px) {
  #sub_header .colonna_numeri {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #sub_header .colonna_numeri .numero {
    font-weight: 900;
  }
  #contenuto_numeri .bg-grafici-numeri .container {
    padding: 1rem !important;
  }
  #contenuto_numeri .bg-grafici-numeri .container .p-5 {
    padding: 1rem !important;
  }
}
@media only screen and (max-width: 580px) {
  #contenuto_numeri .bg-grafici-numeri {
    background-size: 129%;
  }
  .modal-menu li a {
    max-width: calc(100% - 66px);
  }
}
.addIndicator {
  position: relative;
  border-bottom: 2px solid #545454;
}
.addIndicator .indicator {
  height: 2px;
  position: absolute;
  background-color: #212121;
  bottom: -2px;
  transition: all ease 0.35s;
}

.tabs-orange {
  background: #F36734 !important;
  color: #fff;
  border-radius: 0px !important;
}

.tabs-container {
  border-bottom: 2px solid #F36734 !important;
}

@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway-VariableFont_wght.ttf") format("truetype");
}
.frame-link {
  font-size: 0.8em;
  text-decoration: none;
  cursor: pointer !important;
}

.videoModal, .audioModal {
  width: 100% !important;
}

.frame-link::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 1px solid #fff;
  border-right: 0px solid transparent;
  border-bottom: 30px solid #ffffff;
  position: relative;
  left: 0.8em;
}

.frame-link-head::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 1px solid #fff;
  border-right: 0px solid transparent;
  border-bottom: 30px solid #ffffff;
  position: relative;
  left: -0.8em;
}

.bottom-shadow {
  box-shadow: 0px 5px 15px #e2e2e2;
}

.header-orange {
  color: #f36633;
  text-transform: uppercase;
}

.header-white {
  color: #fff !important;
}

.header-orange::after {
  display: inline-block;
  content: "";
  border-top: 0.3rem solid #f36633;
  width: 11rem;
  margin: -0.3rem 1rem;
  transform: translateY(-1rem);
}

.full-shadow {
  box-shadow: 0px 5px 15px #e2e2e2;
}

.bg-orange {
  background: #F36633 !important;
  font-size: 16px;
  text-transform: uppercase;
}
.bg-orange .img-artist {
  margin: 15px auto 8px auto;
  max-width: 650px;
  width: 100%;
}

.bg-lightprange {
  background: #FCF5F3 !important;
}

.bg-podcast-2st {
  background: #dfc9e5 !important;
}


/*.bg-podcast-2st {
    background: #c9cce5 !important;
}
*/

@media all and (max-width: 600px) {
  .bg-orange {
    font-size: 12px;
  }
}
@media all and (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  #mobileSearchExpand {
    display: none;
  }
}
.underline {
  border-bottom: 0.3rem solid #F36633;
  margin-bottom: 0rem !important;
}

.dropdown-menu {
  background: #EAEAEA;
  border: none;
  width: auto;
  border-radius: 0px;
}

.dropdown-menu li a {
  text-decoration: none !important;
  color: #70625B !important;
  text-transform: none !important;
  font-family: Arial, Helvetica, sans-serif;
}

.dropdown-menu li {
  margin: 0.8rem 2rem 1rem 2rem;
  white-space: nowrap;
}

.nav-item a {
  text-transform: none !important;
  font-size: 1.4rem !important;
  text-decoration: none !important;
  margin-bottom: 0.4rem;
}

.text-menu {
  color: #70625B !important;
}

.h-40 {
  height: 40rem;
}

.h-20 {
  height: 20rem;
}

@media (min-width: 1200px) {
  .head-spacer {
    height: 1rem;
  }
  #heroHomeMobile {
    display: none;
  }
  #sub-nav-mobile {
    display: none;
  }
}
.nav-link, .nav-link a {
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 1199px) {
  .head-spacer {
    height: 8rem;
  }
  .video-mobile {
    width: 100%;
    height: 100%;
  }
  .dropdown-menu li {
    padding: 2.8rem 2rem 1rem 2rem;
    white-space: normal;
  }
  .dropdown-menu li a {
    font-size: 16pt !important;
  }
  .dropdown-menu {
    background: #fff;
    border: none;
    width: auto;
    border-radius: 0px;
    overflow-y: unset;
  }
  #main-nav {
    position: fixed;
    top: 1rem;
    width: 100%;
    z-index: 300;
    overflow-y: unset;
    max-height: 100%;
  }
  #top-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  #heroHome {
    display: none;
  }
  .link-sticker {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 60% !important;
    margin-top: -105px;
  }
  .nav-item a {
    text-transform: none !important;
    font-size: 16pt !important;
    text-decoration: none !important;
    margin-bottom: 0.4rem;
  }
  .dropdown-toggle::after {
    display: table !important;
    margin-left: auto;
    margin-right: 3.5rem;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .tabs-home > a {
    font-size: 1.3rem !important;
  }
  .tabs-home {
    padding: 0.1rem !important;
    border-bottom: none;
  }
  #sub-nav-mobile {
    display: block;
  }
  .break-out {
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
    color: rgba(0, 0, 0, 0.6);
  }
  .adjust-mobile-left {
    padding-left: 2.5rem;
  }
}
@media (max-width: 1199px) and (max-width: 375px) {
  .adjust-mobile-left {
    padding: 1rem;
  }
}
@media (max-width: 1199px) and (max-width: 375px) {
  #main-nav #mobileSearchExpand.btn {
    padding: 1rem 0.1rem;
  }
}
@media (max-width: 1199px) {
  .adjust-mobile-right {
    padding-right: 2.5rem;
  }
}
@media (max-width: 1199px) and (max-width: 375px) {
  .adjust-mobile-right {
    padding-right: 0.1rem;
  }
}
@media (max-width: 1199px) {
  .bt-inner-cont {
    right: inherit !important;
  }
  .nav-link .icon {
    font-size: 4.5rem;
    color: #F36633;
    right: -2rem;
    bottom: -1rem;
    transition: rotate 0.2s;
    font-family: Arial, Helvetica, sans-serif;
  }
  .collapsed .icon {
    font-size: 4.5rem;
    color: #F36633;
    right: -2rem;
    bottom: -1rem;
    rotate: -90deg !important;
  }
}
.navbar-toggler {
  border: 0;
}

.show {
  transition: 0.5s;
}

.bg-grey {
  background: #EAEAEA;
}

.icon {
  display: inline !important;
}

.carousel-prev-outer {
  left: -12rem !important;
}

.carousel-next-outer {
  right: -12rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.indicators-outer {
  bottom: -5rem;
}

.border-right-white {
  border-right: 4px solid #fff;
}

.border-left-white {
  border-left: 4px solid #fff;
}

.border-bottom-white {
  border-bottom: 4px solid #fff;
}

.btn-hidden:not(.search) {
  background: none;
  border: none;
  color: #70625B;
  text-decoration: none;
}

.btn-hidden:hover {
  text-decoration: none;
}

.btn-bordered-white {
  border-color: #fff;
  color: #fff;
}

.btn-bordered-white:hover {
  text-decoration: none;
}

.bg-fade-dark {
  /*background: rgba(0,0,0,0.3);*/
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.blog-text, .blog-text p {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #70625B;
}

.raleway {
  font-family: Raleway;
}

.blog-title {
  font-size: 22px;
  color: #70625b;
}

.text-grey {
  color: #70625b !important;
}

.blog-quote {
  font-size: 11px !important;
  font-family: Arial !important;
}

#footer .footer-logo {
  margin-left: 0 !important;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

.post-button {
  height: 20rem;
}

#searchMobile {
  display: none;
  top: 8rem;
  background: rgba(112, 98, 91, 0.5);
}

.search-visible {
  display: block !important;
  transform: translateY(0);
  transition: all 0.6s ease-out;
}

.carousel-img {
  object-fit: cover;
  aspect-ratio: 551/371;
}

.icon-img {
  aspect-ratio: 51/51;
  object-fit: cover;
  width: 40px;
}

.button-box {
  text-align: center;
  margin-top: 20px;
}

.ms-head-2 {
  margin-left: 2rem;
}

.orange-underlined {
  color: #f36633;
  text-transform: uppercase;
  border-bottom: 2px solid #f36633;
  padding-bottom: 1rem;
  margin-left: 0;
  font-weight: bold;
}

.thumbnail-img {
  object-fit: cover;
  aspect-ratio: 85/85;
}

@media all and (max-width: 1199px) and (min-width: 768px) {
  .event-collection .thumbnail-img {
    aspect-ratio: 16/9;
  }
}
@media all and (max-width: 575px) {
  .event-collection .thumbnail-img {
    aspect-ratio: 16/9;
  }
}
.card-header-orange {
  background-color: transparent;
  border-bottom: none;
}

.card-title {
  font-size: 16px;
}

.btn-o > .btn, .twitter-share-button:visited {
  background-color: #1b95e0 !important;
  color: #fff;
  border-radius: 4px;
  height: 28px;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  padding: 8px 8px 8px 30px;
  text-decoration: none;
  background-image: url("/images/twitter.png") !important;
  background-repeat: no-repeat;
  background-size: 16px 13px;
  background-position: 8px 10px;
}

.btn-o > .btn > .label {
  display: none !important;
}

.twitter-share-button:hover {
  background-color: #0c7abf;
}

.result-link, .result-link:hover {
  text-transform: uppercase;
  color: #f36633;
  text-decoration: none;
}

.tag-section a {
  color: #70625B !important;
}

.wallBlockSubText {
  text-align: left;
  font: normal normal bold 13px/15px Arial;
  letter-spacing: 0px;
  color: #70625B;
  opacity: 1;
  padding-left: 15px;
}

.wall-shadow {
  box-shadow: inset 0px 0px 0px #dedede, 0px 0px 0px #dedede, 3px 3px 3px #dedede, 3px 3px 3px #dedede;
  overflow: hidden;
}

.wallBlockText {
  text-align: left;
  font: normal normal bold 10px/11px Arial;
  letter-spacing: 0px;
  color: #70625B;
  opacity: 1;
  padding-left: 15px;
  padding-bottom: 14px;
  text-transform: uppercase;
  padding-top: 10px;
}

.wallTitle {
  font: var(--font-20b);
  color: #F1663C !important;
  font-family: "Raleway", sans-serif;
  padding-top: 40px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.wallDoctor {
  text-align: left;
  font: normal normal bold 10px/11px Arial;
  letter-spacing: 0px;
  color: #70625B;
  opacity: 1;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.TopLabel {
  position: absolute;
  top: 0px;
  left: 1px;
  background-color: #F36633;
  padding: 6px;
  text-align: center;
  font: normal normal bold 9px/12px Arial;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  width: 123px;
}

.owl-dots {
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f36633;
}

@media (max-width: 1200px) {
  .home-prev-carousel {
    font-size: 4.2rem;
    color: #F1663C !important;
  }
  .home-next-carousel {
    font-size: 4.2rem;
    color: #F1663C !important;
  }
}
@media (min-width: 1200px) {
  .home-prev-carousel {
    font-size: 6rem;
    color: #F1663C !important;
  }
  /*.event-collection .ec-item:nth-child(2n+1) {
      margin-right: 47px;
  }*/
  .event-collection .ec-item {
    margin-bottom: 20px;
  }
  .home-next-carousel {
    font-size: 6rem;
    color: #F1663C !important;
  }
}
.no-link {
  text-decoration: none;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 23%;
  margin-left: -20px !important;
  display: block !important;
  border: none !important;
  font-size: 6rem !important;
  color: #F1663C !important;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 23%;
  right: -25px;
  display: block !important;
  border: none !important;
  font-size: 6rem !important;
  color: #F1663C !important;
  text-decoration: none;
}

.owl-next:hover, .owl-prev:hover {
  background: none !important;
  color: #70625B !important;
}

.owl-prev i, .owl-next i {
  transform: scale(1, 6);
  color: #ccc;
}

.btn-link-event {
  color: #F1663C !important;
  font-size: 18px;
}

.date-orange {
  color: #F1663C !important;
  font-size: 18px;
  text-transform: uppercase;
}

.text-light-grey {
  color: rgba(0, 0, 0, 0.16) !important;
  font-size: 14px;
}

.breadcrumbs-mod, .breadcrumbs-mod a {
  font-family: Raleway;
  font-size: 16px;
  color: #F1663C !important;
}

.interview-title {
  font-size: 22px !important;
  color: #70625B;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.interview-text {
  font-size: 18px !important;
  color: #70625B;
  font-family: Arial, Helvetica, sans-serif;
}

.home-title {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1;
}

.home-date {
  text-transform: uppercase;
}

.breadcrumbs a {
  text-decoration: none;
  font-size: 16px;
  font-family: Raleway !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-green {
  color: #007786;
}

.breadcrumbs-arial a, .breadcrumbs-arial {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #F1663C !important;
  text-decoration: none;
}

.social-icon {
  width: 35px;
}

@media (max-width: 1200px) {
  .header-orange::after {
    display: none;
  }
  .header-orange {
    font-size: 24pt !important;
  }
}
.blog-fix-h2 {
  color: #f36633 !important;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  padding: 25px 0;
}

.blog-fix-h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  padding: 10px 0;
}

.text-violet {
  color: #be0c78 !important;
}

.video-wall {
  object-fit: cover;
  aspect-ratio: 16/9;
}

.bg-fade-dark .blog-text {
  color: #fff;
}

.mansonry-conteiner {
  flex-flow: column wrap;
  align-content: space-between;
  height: 5200px;
}
.mansonry-conteiner::before, .mansonry-conteiner::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}
@media (max-width: 767.5px) {
  .mansonry-conteiner {
    display: block !important;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .mansonry-conteiner {
    min-height: 7750px;
  }
  .mansonry-conteiner .item:nth-child(2n+1) {
    order: 1;
  }
  .mansonry-conteiner .item:nth-child(2n) {
    order: 2;
  }
}
@media (min-width: 992px) {
  .mansonry-conteiner {
    min-height: 5270px;
  }
  .mansonry-conteiner .item:nth-child(3n+1) {
    order: 1;
  }
  .mansonry-conteiner .item:nth-child(3n+2) {
    order: 2;
  }
  .mansonry-conteiner .item:nth-child(3n) {
    order: 3;
  }
}
@media (min-width: 1400px) {
  .mansonry-conteiner {
    min-height: 5650px;
  }
}

/*# sourceMappingURL=style.css.map */

.text-antonbello {
    /*color: #007786;*/
    color: #860070;
    text-transform: uppercase;
}

.sub-point {
    margin-left: 2rem; /* regola la distanza a piacere */
    margin-bottom: 0.2rem; /* molto meno spazio sotto */
}

.btn-custom-contest {
    display: inline-block;
    background-color: #113063; /* blu base */
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0.60rem 4rem; /* spazio interno: su/in basso e sinistra/destra */
    border: 2px solid transparent;
    border-radius: 30px; /* arrotondato come nel tuo esempio */
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    vertical-align: middle;
}

    .btn-custom-contest:hover,
    .btn-custom-contest:focus {
        background-color: #417dd9; /* colore chiaro per hover */
        border-color: #0f2c55;
        color: #ffffff;
    }

    .btn-custom-contest:active {
        background-color: #0f2c55;
        border-color: #0c1f40;
        color: #ffffff;
    }

    .btn-custom-contest i {
        margin-left: 0.6rem; /* spazio tra testo e icona */
        font-size: 1.2rem; /* dimensione proporzionata */
        vertical-align: middle;
    }


.btn-contest-group {
    display: flex;
    justify-content: center; /* centra i pulsanti */
    gap: 5rem; /* spazio tra i pulsanti */
    margin-top: 5rem; /* spazio sopra */
    margin-bottom: 5rem; /* spazio sopra */
    flex-wrap: wrap; /* manda a capo su schermi piccoli */
}

/* stile per i sottotitoli */
.section-subtitle-contest {
    /*font-weight: 700;*/
    margin-bottom: 0.2rem; /* molto meno spazio sotto */
}

    /* i paragrafi subito dopo il sottotitolo */
    .section-subtitle-contest + p {
        margin-top: 0.2rem; /* elimina lo spazio in più sopra */
    }
