@charset "UTF-8";
:root {
  --color-primary: #344b70;
  --color-secondary: #59ABCF;
  --color-third: #5A5A6E;
  --color-bg-grey: #f0f0f0;
  --color-red: #e3472a;
  --color-green: #04b388; }

.navbar-mobile-overlay {
  z-index: 6668; }

.navbar-mobile-wrapper {
  z-index: 6668; }

.navbar-cont {
  z-index: 667; }

.inner-site .navbar-wrapper {
  height: 57px; }

@media (min-width: 768px) {
  .page-dettaglio-guida .navbar-wrapper {
    height: 130px; } }
.header-fast-links-wrapper {
  transition: height 300ms; }

.mobile-search-form {
  position: fixed;
  left: 0;
  top: 45px;
  width: 100%;
  z-index: 666;
  display: none;
  margin-top: 0 !important; }
  .mobile-search-form .btn-small {
    font-size: 16px; }

body.show-nav .mobile-search-form {
  height: 73px;
  display: block; }
body.show-nav .header-fast-links-wrapper {
  display: none; }

@media(max-width: 991px) {
  body.primary-navbar:not(.navbar-fixed) .navbar-cont {
    background: #1b283a;
    padding-bottom: 15px; }
  body.primary-navbar:not(.navbar-fixed) .navbar-wrapper {
    height: 87px; }
  body.primary-navbar:not(.navbar-fixed) .navbar-row .toggle-nav path {
    stroke: white; } }
.mobile-search-form-text {
  color: white;
  font-size: 12px;
  font-weight: 400; }

.cerchi-avvocato-form .btn-block {
  padding: 9px 23px;
  margin-bottom: 10px; }

.breadcrumbs-cont {
  font-weight: 300;
  margin-bottom: 17px; }

.guida-categoria {
  color: #59ABCF;
  font-size: 20px; }

.guida-titolo {
  font-size: 44px;
  margin-top: 25px; }

.guida-data {
  font-weight: 300; }

.guida-excerpt {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  overflow: hidden;
  min-height: 56px; /*c'era height fix*/
  margin-bottom: 0px; /*c'era 55px*/ }

.guida-autore {
  display: flex;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 26px; }
  .guida-autore .guida-autore-avatar {
    margin-right: 15px; }
    .guida-autore .guida-autore-avatar img {
      width: 32px;
      height: 32px;
      box-shadow: 0 0 0 3px white, 0 0 0 6px #59ABCF;
      object-fit: cover;
      object-position: center;
      border-radius: 100%; }
  .guida-autore .is-author-logo {
    margin-right: 10px; }
  .guida-autore .guida-autore-link {
    color: #5A5A6E;
    text-decoration: underline;
    font-weight: 300; }
    .guida-autore .guida-autore-link:hover {
      opacity: 0.7; }

.guida-dettaglio-img {
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 100px;
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 41px;
  position: relative; }
@media(min-width: 1200px) {
  .guida-dettaglio-img:before {
    content: "";
    background-image: url("../img/arrow_bg_light.svg");
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc((100vw - 1140px)/2);
    transform: translateX(-106%); }
  .guida-dettaglio-img:after {
    content: "";
    background-image: url("../img/arrow_bg_light.svg");
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc((100vw - 730px));
    transform: translateX(103%); } }
.guida-corpo {
  padding-bottom: 75px;
  border-bottom: 1px solid white;
  margin-bottom: 28px; }
  .guida-corpo h1 {
    font-size: 44px; }
  .guida-corpo h2 {
    font-size: 39px; }
  .guida-corpo h3 {
    font-size: 34px; }
  .guida-corpo h4 {
    font-size: 29px; }
  .guida-corpo h5 {
    font-size: 25px;
    line-height: 30px; }
  .guida-corpo h6 {
    font-size: 22px;
    line-height: 30px; }

.guida-info-link {
  background: #D2D4D8;
  color: white;
  text-decoration: none;
  padding: 6px 12px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px; }
  .guida-info-link:hover { text-decoration: none; cursor: default; color: white }

.guida-corpo-titolo {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 23px; }
.guida-corpo div {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 28px;
}
.guida-corpo p {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 28px;
}

.news-color {
    color: #5A5A6E !important;
}

.guida-corpo blockquote p {
    font-size: 22px;
}
.guida-corpo p b, .guida-corpo p strong {
    font-weight: 900 !important;
}
.guida-corpo ul {
  padding-left: 3px; }
  .guida-corpo ul li {
    list-style: none;
    position: relative;
    font-size: 19px;
    padding-left: 24px;
    line-height: 35px; }
    .guida-corpo ul li:before {
        content: "";
        display: inline-block;
        width: 9px;
        height: 12px;
        background: url("/newlayout/assets/icons/arrow_wide_right_primary.svg");
        margin-right: 25px;
        position: absolute;
        left: 0;
        top: 12px;
    }
.guida-corpo ol {
  padding-left: 3px;
  counter-reset: item; }
  .guida-corpo ol > li {
    list-style: none;
    position: relative;
    padding-left: 24px;
    line-height: 35px;
    counter-increment: item; }
    .guida-corpo ol > li:before {
      font-weight: 900;
      content: counter(item) ".";
      display: inline-block;
      position: absolute;
      left: 0; }
.guida-corpo blockquote {
  text-align: center;
  font-size: 22px;
  font-family: "Barlow Condensed";
  font-style: italic;
  line-height: 32px;
  color: #5A5A6E;
  padding: 37px 47px; }
  .guida-corpo blockquote:before, .guida-corpo blockquote:after {
    content: "“";
    font-family: Roboto;
    font-size: 50px;
    color: var(--color-secondary);
    display: block; }
  .guida-corpo blockquote:after {
    padding-top: 36px;
    content: "“"; }
.guida-corpo .well {
  padding: 45px 65px 41px 65px;
  border-radius: 10px;
  color: #5A5A6E;
  margin-bottom: 80px; }
  .guida-corpo .well h5 {
    color: #344B70;
    margin-bottom: 18px; }
  .guida-corpo .well.well-blue {
    background: #BED9E5; }
  .guida-corpo .well.well-grey {
    background: #D2D4D8; }

.indice {
  padding: 24px 0;
  padding-left: 37px;
  padding-right: 37px;
  border-radius: 10px;
  background: linear-gradient(180deg, white 0%, rgba(0, 0, 0, 0) 80%);
  margin-top: 78px;
  margin-bottom: 55px; }
  @media (max-width: 570px) {
    .indice {
      background: linear-gradient(180deg, white 70%, rgba(0, 0, 0, 0) 100%); } }
  .indice.no-bg {
    background: transparent !important;
    padding-left: 0;
    padding-left: 0; }
  .indice .indice-titolo {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 19px; }
  .indice .indice-links ul {
    padding-left: 3px; }
    .indice .indice-links ul li {
      list-style: none;
      padding-left: 0; }
      .indice .indice-links ul li:before {
        display: none !important; }
      .indice .indice-links ul li a {
        display: block;
        color: #59ABCF;
        font-size: 20px;
        margin-bottom: 8px;
        font-weight: 300;
        position: relative;
        padding-left: 24px; }
        .indice .indice-links ul li a:before {
            content: "";
            display: inline-block;
            width: 9px;
            height: 12px;
            background: url("/newlayout/assets/icons/arrow_wide_right_secondary.svg");
            margin-right: 25px;
            position: absolute;
            left: 0;
            top: 10px;
        }
        .indice .indice-links ul li a:hover {
          opacity: 0.8; }

.leggi-anche {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px;
  margin: 44px 0; }
  .leggi-anche .icon-doc {
    width: 36px;
    margin-right: 17px; }
  .leggi-anche .leggi-anche-wrapper {
    display: flex; }
    @media (max-width: 767px) {
      .leggi-anche .leggi-anche-wrapper {
        flex-direction: column; } }
  .leggi-anche .leggi-anche-titolo {
    color: #E3472B;
    font-size: 20px;
    font-weight: 400;
    margin-right: 6px;
    white-space: nowrap; }
  .leggi-anche .leggi-anche-link {
    color: #59ABCF;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline; }
    .leggi-anche .leggi-anche-link:hover {
      opacity: 0.7; }

.guida-autore-scheda {
  margin-top: 153px;
  background: linear-gradient(180deg, white 0%, rgba(0, 0, 0, 0) 80%);
  padding-top: 19px; }
  @media (max-width: 570px) {
    .guida-autore-scheda {
      background: linear-gradient(180deg, white 70%, rgba(0, 0, 0, 0) 100%); } }
  @media (max-width: 991px) {
    .guida-autore-scheda {
      margin-bottom: 50px; } }
  .guida-autore-scheda .autore-avatar {
    position: relative;
    top: -70px; }
    .guida-autore-scheda .autore-avatar .avatar-img {
      width: 100px;
      height: 100px;
      border-radius: 100%;
      object-fit: cover;
      box-shadow: 0 0 0 5px white, 0 0 0 10px #59ABCF; }
    .guida-autore-scheda .autore-avatar .is-author-logo {
      position: absolute;
      width: 57px;
      left: 120px;
      top: -5px; }
  @media (max-width: 991px) {
    .guida-autore-scheda .guida-autore-scheda-info {
      margin-top: -50px; } }
  .guida-autore-scheda .autore-nome {
    font-size: 25px;
    font-family: "Barlow Condensed";
    font-weight: 500;
    text-decoration: underline;
    color: var(--color-primary); }
    .guida-autore-scheda .autore-nome:hover {
      opacity: 0.7; }
  .guida-autore-scheda .autore-categoria {
    font-size: 14px;
    font-weight: 300; }
  .guida-autore-scheda .autore-dsc {
    font-size: 16px;
    line-height: 22px;
    color: #5A5A6E;
    margin-top: 24px;
    font-weight: 300; }
  .guida-autore-scheda .guida-autore-scheda-cta {
    background: #59ABCF;
    padding: 19px 31px;
    padding-right: 27px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    position: relative; }
    @media (max-width: 575px) {
      .guida-autore-scheda .guida-autore-scheda-cta {
        margin-right: 15px;
        margin-left: 15px; } }
    @media (max-width: 991px) {
      .guida-autore-scheda .guida-autore-scheda-cta {
        margin-top: 20px; } }
    @media (min-width: 992px) {
      .guida-autore-scheda .guida-autore-scheda-cta {
        top: -81px; } }
    .guida-autore-scheda .guida-autore-scheda-cta .scheda-cta-titolo {
      color: white;
      font-size: 25px;
      font-family: "Barlow Condensed", sans-serif;
      line-height: 30px;
      font-weight: 500;
      margin-bottom: 24px;
      text-align: center; }
    .guida-autore-scheda .guida-autore-scheda-cta ul {
      padding-left: 0; }
      .guida-autore-scheda .guida-autore-scheda-cta ul li {
        color: white;
        font-size: 18px;
        line-height: 25px;
        list-style: none;
        display: flex;
        font-weight: 300;
        margin-bottom: 10px; }
        .guida-autore-scheda .guida-autore-scheda-cta ul li:before {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            background: url("/newlayout/assets/icons/icon_check_primary.svg");
            background-size: contain;
            background-repeat: no-repeat;
            margin-right: 7px;
            flex: 0 0 24px;
        }
    .guida-autore-scheda .guida-autore-scheda-cta .btn-cont {
      margin-bottom: -40px;
      margin-top: 25px; }
      .guida-autore-scheda .guida-autore-scheda-cta .btn-cont .icon-anim .icon {
        width: 17px; }

.guida-share-cont {
  font-size: 16px;
  font-weight: 600;
  color: #969BA7; }
  .guida-share-cont span {
    padding-right: 10px; }
  .guida-share-cont a:hover {
    opacity: 0.7; }
  .guida-share-cont a + a {
    display: inline-block; }
@media(min-width: 400px) {
  .guida-share-cont a + a {
    margin-left: 13px; } }
  .guida-share-cont img {
    width: 32px; }

.avvocato-form-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 666;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

.popup-req-container {
  background: white;
  padding: 12px 18px;
  border-radius: 10px;
  display: none; }

.cerchi-avvocato-form-cont {
  transition: all 350ms, width 0ms, top 0ms;
  margin-top: 30px; }
@media(max-width: 992px) {
  .cerchi-avvocato-form-cont .cerchi-avvocato-titolo {
    font-size: 12px !important; }
  .cerchi-avvocato-form-cont .btn-small {
    font-size: 16px; } }
  .cerchi-avvocato-form-cont.fixed-centered {
    position: fixed !important;
    left: 50%;
    top:0px;
    transform: translateX(-50%);
    width: 80% !important;
    max-width: 630px;
    margin-top: 0;
    bottom: auto !important;
    z-index: 666;
    transition: all 350ms; }
    .cerchi-avvocato-form-cont.fixed-centered .form-container {
      display: none; }
    .cerchi-avvocato-form-cont.fixed-centered .popup-req-container {
      display: block; }
    .cerchi-avvocato-form-cont.fixed-centered .non-richiedere-preve {
      display: block !important; }
  .cerchi-avvocato-form-cont.fixed-top {
    position: fixed !important;
    left: 0;
    top: 0% !important;
    width: 100% !important;
    max-width: 100%;
    margin-top: 0;
    background: #59ABCF;
    bottom: auto !important;
    z-index: 2;
    transition: all 350ms, width 0ms; }
    .cerchi-avvocato-form-cont.fixed-top .form-container {
      padding-top: 103px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 720px;
      margin: 0 auto;
      padding-left: 10px;
      padding-right: 10px; }
@media(max-width: 1199px) {
  .cerchi-avvocato-form-cont.fixed-top .form-container .cerchi-avvocato-titolo {
    font-size: 12px;
    line-height: 18px;
    align-self: flex-start;
    text-align: left;
    padding: 5px;
    padding-bottom: 0; }
  .cerchi-avvocato-form-cont.fixed-top .form-container .cerchi-avvocato-form {
    align-self: flex-end;
    padding: 0;
    margin-bottom: -21px; }
    .cerchi-avvocato-form-cont.fixed-top .form-container .cerchi-avvocato-form #richiedi-preve {
      font-size: 16px; } }
@media(min-width: 1200px) {
  .cerchi-avvocato-form-cont.fixed-top .form-container {
    max-width: 100%;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 90px; } }
    .cerchi-avvocato-form-cont.fixed-top .cerchi-avvocato-form {
      background: transparent;
      padding: 0;
      margin-bottom: -60px; }
      .cerchi-avvocato-form-cont.fixed-top .cerchi-avvocato-form .btn-block {
        margin-bottom: 0; }
    .cerchi-avvocato-form-cont.fixed-top .form-wrapper {
      display: none; }
  .cerchi-avvocato-form-cont .cerchi-avvocato-titolo {
    padding: 18px;
    text-align: center;
    background: #59ABCF;
    color: white;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }

.cerchi-avvocato-form {
  background: white;
  padding: 12px 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .cerchi-avvocato-form ::placeholder {
    color: #969BA7;
    opacity: 0.6; }
  .cerchi-avvocato-form ::-ms-input-placeholder {
    opacity: 0.6;
    color: #969BA7; }
  .cerchi-avvocato-form .form-control {
    border: 1px solid rgba(151, 155, 166, 0.34);
    /*color: rgba(151, 155, 166, 0.34);*/
    font-size: 16px;
    padding-left: 17px;
    height: 40px; }
  .cerchi-avvocato-form .check-privacy {
    color: #969BA7;
    font-size: 12px;
    font-weight: 300;
    display: flex;
    margin-bottom: 10px; }
    .cerchi-avvocato-form .check-privacy .k-checkbox {
      display: inline-block;
      position: relative;
      margin-right: 10px; }
      .cerchi-avvocato-form .check-privacy .k-checkbox label {
        margin-bottom: 0; }
    .cerchi-avvocato-form .check-privacy a {
      font-weight: 500;
      color: #969BA7;
      text-decoration: underline; }
      .cerchi-avvocato-form .check-privacy a:hover {
        font-weight: 500;
        color: #969BA7;
        text-decoration: underline; }

@media(min-width: 768px) {
  footer {
    margin-top: 4px; } }


.article-chapter-placeholder {
    position: relative;
    top: -110px;
    width: 1px;
    height: 1px;
}


.check-with-error{
    color: red;
}

.check-with-error a {
    color: red;
}

.navbar-logo-cont .main-logo.guide-logo-mobile {
    opacity: 0;
}

@media only screen and (max-width: 1024px) {
    .navbar-logo-cont .main-logo.guide-logo {
        opacity: 0;
    }

    .navbar-logo-cont .main-logo.guide-logo-mobile {
        opacity: 1;
    }
}