body, html {
  min-height: 100%; }

body {
  background: url("../img/signup_bg.png");
  background-size: cover;
  background-position: center; }
  body.bg-glasses {
    background: #F0F0F0; }

ul.check-list-white {
  padding-left: 0;
  margin-bottom: 25px; }
  ul.check-list-white li {
    position: relative;
    padding-left: 26px;
    line-height: 18px;
    list-style: none;
    color: white;
    margin-bottom: 10px;
    font-weight: 300; }
    ul.check-list-white li:before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      background-image: url(../icons/icon_check_white.svg);
      background-size: 12px;
      background-repeat: no-repeat;
      top: 3px;
      left: 0; }

@media(max-width: 1199px) {
  .navbar-cont .main-nav ul:first-child li > a {
    font-size: 15px !important; } }
.navbar-cont .main-nav ul li > a {
  font-size: 18px; }
@media(min-width: 1200px) {
  .navbar-cont .main-nav ul li > a {
    font-size: 22px; } }
@media(min-width: 992px) {
  .navbar-logo-cont .main-logo-fix {
    width: 230px;
    position: relative;
    left: 57px; } }
body.no-navbar-height .navbar-wrapper {
  height: 0; }
@media(min-width: 768px) {
  body.no-navbar-height .main-conatiner {
    padding-top: 50px; }

}
@media(min-width: 992px) {
  body.no-navbar-height .main-conatiner {
    padding-top: 100px; } }
.page-corso-dettaglio:not(.navbar-fixed) .toggle-nav path {
  stroke: white !important; }

.page-blog .home-hero:not(.no-bg):before {
  left: -20px; }

.navbar-fixed-content {
  position: fixed;
  width: 100%;
  padding-top: 44px;
  background: #59ABCF;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: opacity 350ms; }
@media(min-width: 1200px) {
 }
  .navbar-fixed-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 105px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #1B293A 0%, rgba(100, 112, 124, 0) 100%); }
  .navbar-fixed-content .text {
    color: white;
    font-size: 15px;
    font-weight: bold;
    transition: all 350ms;
    transform: translateY(40px);
    padding: 0 10px;
    padding-top: 9px;
    text-align: center; }
@media(min-width: 768px) {
  .navbar-fixed-content .text {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 30px; } }
@media(min-width: 992px) {
    .navbar-fixed-content {
        padding-top: 91px;
    }
  .navbar-fixed-content .text {
    font-size: 20px; } }
  .navbar-fixed-content button {
    padding: 5px 30px !important;
    position: relative;
    top: 5px;
    transition: all 350ms !important;
    transition-delay: 350ms;
    opacity: 0 !important;
    transform: translateY(40px) !important;
    margin-bottom: -11px; }
@media(min-width: 768px) {
  .navbar-fixed-content button {
    top: 16px;
    margin-bottom: 0; } }
.navbar-fixed-content.navbar-corso-dettaglio {
  background: #384B6D; }

body.navbar-fixed .navbar-fixed-content {
    opacity: 1;
    visibility: visible;
}

    body.navbar-fixed .navbar-fixed-content .text {
        opacity: 1;
        transform: translateY(0);
    }

    body.navbar-fixed .navbar-fixed-content button {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }


.main-container-wrapper {
  min-height:370px; 
  background: url("../img/bg_404.png");
  background-size: cover;
  background-position: center top; }
  .main-container-wrapper.home-arrow-bg {
    background-image: url("../img/hero_bg_home_mobile.jpg") !important;
    background-position: center center; }
    .main-container-wrapper.siti-web-bg-arrow {
        background-image: url("../img/hero_bg_home_mobile.jpg") !important;
        background-position: center center;
    }
@media(min-width: 1200px) {
  .main-container-wrapper.home-arrow-bg {
    background-image: url("../img/hero_bg_home.jpg") !important; } }

@media(min-width: 1200px) {
    .main-container-wrapper.siti-web-bg-arrow {
        background-image: url("../img/hero_bg_home.jpg") !important;
    } }
  .main-container-wrapper.marketing-bg-arrows {
    background-image: url("../img/hero_bg_marketing_mobile.jpg") !important;
    background-position: center center; }
@media(min-width: 1200px) {
  .main-container-wrapper.marketing-bg-arrows {
    background-image: url("../img/hero_bg_marketing.jpg") !important; } }
  .main-container-wrapper.formazione-bg-arrow {
    background-image: url("../img/hero_bg_formazione_mobile.jpg") !important;
    background-position: center center; }
@media(min-width: 1200px) {
  .main-container-wrapper.formazione-bg-arrow {
    background-image: url("../img/hero_bg_formazione.jpg") !important; } }
  .main-container-wrapper.strumenti-bg-arrow {
    background-image: url("../img/hero_bg_strumenti_mobile.jpg") !important;
    background-position: center center; }
@media(min-width: 1200px) {
  .main-container-wrapper.strumenti-bg-arrow {
    background-image: url("../img/hero_bg_strumenti.jpg") !important; } }
@media(min-width: 992px) {
  .main-nav ul:last-child {
    margin-top: 6px; } }
#main-nav-top a {
  font-size: 18px; }

.signin-link {
  color: #969BA7 !important;
  font-size: 18px; }
  .signin-link img {
    position: relative;
    top: -2px; }

.attestati-link {
  color: #969BA7 !important;
  font-size: 18px; }
  .attestati-link img {
    position: relative;
    top: -2px;
    left: 6px; }

.signup-link {
  color: var(--color-secondary) !important;
  font-size: 18px; }
  .signup-link img {
    position: relative;
    top: -2px;
    margin-right: 5px; }

@media (min-width: 992px) {
  .navbar-cont .main-nav {
    height: 90px; }

  .navbar-row:after {
    left: 260px;
    height: 90px; } }
@media (min-width: 1200px) {
  .navbar-row:after {
    left: 300px; } }
label {
  color: #5A5A6E;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px; }

.form-control {
  border: 1px solid rgba(151, 155, 166, 0.39);
  height: 51px;
  padding-left: 31px;
  font-size: 16px;
  border: none;
  color: var(--color-primary); }
  .form-control::-webkit-input-placeholder {
    color: #B9CDD3; }
  .form-control:-ms-input-placeholder {
    color: #B9CDD3; }
  .form-control::placeholder {
    color: #B9CDD3; }

@media (min-width: 576px) {
  #modalLogin .modal-dialog {
    max-width: 350px; } }
@media (min-width: 992px) {
  #modalSignup .modal-dialog {
    max-width: 790px; } }
.modal {
  /* interferisce con bootstrap */
  /*position: relative;*/
  margin-bottom: 30px; }

.modal-backdrop {
  background: #21324E; }
  .modal-backdrop.show {
    opacity: 0.8; }

.signup-cont {
  background: #F0F0F0;
  color: #5A5A6E; }
  .signup-cont .modal-body {
    padding-top: 15px;
    padding-bottom: 20px;
    font-weight: 300; }
    .signup-cont .modal-body .form-control {
      border: none; }
    .signup-cont .modal-body .btn-outline-white {
      border-color: #B3B9C5;
      color: #B3B9C5; }

.gradient-footer {
  position: relative;
  background: #1B293A;
  background: linear-gradient(180deg, #1B293A 0%, #384B6D 100%); }
  .gradient-footer a {
    position: relative;
    top: -25px; }
  .gradient-footer .gradient-footer-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .gradient-footer .gradient-footer-bg:before {
      content: "";
      opacity: 0.5;
      position: absolute;
      left: 0;
      top: 50px;
      width: 100%;
      height: 100%;
      background-image: url("../img/arrow_bg_light.svg");
      background-position-y: 50px; }

.page-formazione h1 {
  font-size: 44px;
  line-height: 55px;
  font-weight: 500; }
.page-formazione h2 {
  font-size: 41px;
  font-weight: 500;
  line-height: 44px; }
.page-formazione h5 {
  font-size: 18px;
  font-family: Roboto; }
.page-formazione .text-secondary {
  color: #59ABCF !important; }

.formazione-bg-arrow {
  position: relative; }
  .formazione-bg-arrow:before {
    content: "";
    opacity: 0.5;
    position: absolute;
    left: -25px;
    top: 50px;
    width: calc((100vw - 1140px)/2);
    height: 100%;
    background-image: url("../img/arrow_bg_grey.svg");
    background-position-y: 50px; }

.formazione-filter-check ul {
    padding-left: 27px;
}

.formazione-filter-check ul li {
    list-style: none;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    cursor:pointer;
    margin-top: 8px;
    font-size: 22px;
}

.formazione-filter-check ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -27px;
    height: 21px;
    width: 21px;
    background: url("../icons/icon_check_grigio.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.formazione-filter-check.select-item ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -27px;
    height: 21px;
    width: 21px;
    background: url("../icons/icon_check_azzurro.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.formazione-plans-cards {
    margin-top: 49px;
}

.formazione-plans-cards .formazione-plan-card {
    color: var(--color-primary);
    border-radius: 80px 0 80px 0;
    padding: 38px 25px;
    padding-bottom: 24px;
    margin-bottom: 85px;
    background: white;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 257px;
}

.formazione-plans-cards .formazione-plan-card.bg-primary {
    box-shadow: none;
    background: var(--color-primary) !important;
    color: white;
}

.formazione-plans-cards .formazione-plan-card.bg-secondary {
    box-shadow: none;
    background: var(--color-secondary) !important;
    color: white;
}

    .formazione-plans-cards .formazione-plan-card h2 {
        text-transform: uppercase;
        font-size: 50px;
        text-align: center;
        font-weight: 500;
    }

.formazione-plans-cards .formazione-plan-card h4 {
    text-align: center;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0px;
}

.formazione-plans-cards .formazione-plan-card:not(.bg-primary):not(.bg-secondary) ul li:before {
    background-image: url("../icons/icon_check_azzurro.svg");
}

.formazione-plans-cards .formazione-plan-card ul {
    padding-left: 27px;
    margin-top: 28px;
    min-height: 100px;
}

.formazione-plans-cards .formazione-plan-card ul li {
    list-style: none;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 8px;
}

    .formazione-plans-cards .formazione-plan-card ul li:before {
        content: "";
        position: absolute;
        top: 4px;
        left: -27px;
        height: 16px;
        width: 16px;
        background: url("../icons/icon_check_azzurro.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .formazione-plans-cards .formazione-plan-card.bg-secondary ul li:before {
        content: "";
        position: absolute;
        top: 4px;
        left: -27px;
        height: 16px;
        width: 16px;
        background: url("../icons/icon_check_blu.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .formazione-plans-cards .formazione-plan-card .plan-card-price.free-plan{
        margin-top: 20px;
        margin-bottom: 160px;
    }

    .formazione-plans-cards .formazione-plan-card .plan-card-price.free-plan.annual {
        margin-bottom: 140px;
    }

    .formazione-plans-cards .formazione-plan-card .plan-card-price.base-plan {
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .formazione-plans-cards .formazione-plan-card .base-incluse-plan {
        margin-top: 20px;
        margin-bottom: 94px;
    }

.formazione-plans-cards .formazione-plan-card .plan-card-price.plus-plan {
    margin-top: 20px;
    margin-bottom: 35px;
}

.formazione-plans-cards .formazione-plan-card .features-free {
    min-height: 330px;
}

    .formazione-plans-cards .formazione-plan-card .features-base {
        min-height: 305px;
    }

    @media only screen and (max-width: 460px) {
    .formazione-plans-cards .formazione-plan-card .plan-card-price.free-plan.annual {
        margin-bottom: 10px;
    }

    .formazione-plans-cards .formazione-plan-card .features-free {
        min-height: 130px;
    }

    .formazione-plans-cards .formazione-plan-card .plan-card-price.free-plan {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .formazione-plans-cards .formazione-plan-card .plan-card-price.base-plan {
        margin-top: 20px;
    }

    .formazione-plans-cards .formazione-plan-card .base-incluse-plan {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .formazione-plans-cards .formazione-plan-card .plan-card-price.plus-plan {
        margin-top: 20px;
    }
}

    .formazione-plans-cards .formazione-plan-card .plan-card-price h5 {
        text-transform: uppercase;
        font-size: 18px;
        text-align: center;
    }

    .formazione-plans-cards .formazione-plan-card .plan-card-price h3 {
        text-transform: uppercase;
        font-size: 55px;
        text-align: center;
        font-weight: 500;
    }

    .formazione-plans-cards .formazione-plan-card .btn {
        padding: 9px 16px;
        margin-bottom: -27px;
        position: relative;
        top: 22px;
    }

    .formazione-hero-cards {
        margin-top: 49px;
    }
  .formazione-hero-cards .formazione-hero-card {
    color: var(--color-primary);
    border-radius: 80px 0 80px 0;
    padding: 38px 25px;
    padding-bottom: 24px;
    margin-bottom: 85px;
    background: white;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 257px; }
    .formazione-hero-cards .formazione-hero-card:not(.bg-primary):not(.bg-secondary) ul li:before {
        background-image: url("../icons/icon_check_opacity_grey.svg");
    }

    .formazione-hero-cards .formazione-hero-card.bg-primary {
      box-shadow: none;
      background: var(--color-primary) !important;
      color: white; }

    .formazione-hero-cards .formazione-hero-card.bg-secondary {
        box-shadow: none;
        background: var(--color-secondary) !important;
        color: white;
    }

    .formazione-hero-cards .formazione-hero-card h2 {
        text-transform: uppercase;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
    }

    .formazione-hero-cards .formazione-hero-card h4 {
      text-align: center;
      font-family: Roboto;
      font-size: 19px; 
      font-weight: 400;
    }
    .formazione-hero-cards .formazione-hero-card ul {
      padding-left: 27px;
      margin-top: 28px;
      min-height: 100px; }
      .formazione-hero-cards .formazione-hero-card ul li {
        list-style: none;
        position: relative;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px; }
        .formazione-hero-cards .formazione-hero-card ul li:before {
          content: "";
          position: absolute;
          top: 4px;
          left: -27px;
          height: 14px;
          width: 14px;
          background: url("../icons/icon_check_opacity.svg");
          background-size: contain;
          background-repeat: no-repeat; }
    .formazione-hero-cards .formazione-hero-card a {
      font-size: 15px;
      font-weight: 400;
      text-decoration: underline;
      color: var(--color-secondary); }
      .formazione-hero-cards .formazione-hero-card a:hover {
        opacity: 0.6; }
    .formazione-hero-cards .formazione-hero-card .btn {
      padding: 9px 16px;
      margin-bottom: -27px;
      position: relative;
      top: 22px; }
@media(max-width: 400px) {
  .formazione-hero-cards .formazione-hero-card .btn {
    font-size: 15px; } }
      .formazione-hero-cards .formazione-hero-card .btn .icon {
        width: 13px;
        margin-left: 4px; }

.prossimi-corsi {
  position: relative; }
  .prossimi-corsi.bg-arrows:before {
    content: "";
    background-image: url(../img/arrow_bg_secondary_alt.svg);
    position: absolute;
    bottom: 0;
    left: -20px;
    height: calc(100% - 171px);
    width: calc((100vw - 1140px)/2);
    opacity: 0.6; }
  .prossimi-corsi.bg-arrows:after {
    content: "";
    background-image: url(../img/arrow_bg_secondary_alt.svg);
    position: absolute;
    bottom: 0;
    right: -20px;
    height: calc(100% - 171px);
    width: calc((100vw - 1140px)/2);
    opacity: 0.6; }
  .prossimi-corsi.bg-arrows-white:before {
    background-image: url(../img/arrow_bg_white.svg);
    height: calc(100% - 51px);
    opacity: 1; }
  .prossimi-corsi.bg-arrows-white:after {
    background-image: url(../img/arrow_bg_white.svg);
    height: calc(100% - 51px);
    opacity: 1; }

.prossimo-corso-scheda {
  background: white;
  border-radius: 50px 0;
  margin-bottom: 85px; }
    .prossimo-corso-scheda .prossimo-corso-scheda-body {
        padding: 0 32px;
        /*min-height: 234px;*/
        cursor: pointer;
        /*margin-bottom: 75px;*/
    }
    .prossimo-corso-scheda .free-label {
        background: #00874b;
        color: white;
        font-family: Roboto;
        font-size: 14px;
        line-height: 28px;
        padding: 6px 27px;
        border-bottom-left-radius: 15px;
    }
    .prossimo-corso-scheda .premium-subscription-label {
        background: #E96C55;
        color: white;
        font-family: Roboto;
        font-size: 14px;
        line-height: 28px;
        padding: 6px 27px;
        border-bottom-left-radius: 15px;
    }

  .prossimo-corso-scheda .advanced-label {
    background: var(--color-primary);
    color: white;
    font-family: Roboto;
    font-size: 14px;
    line-height: 28px;
    padding: 4px 23px;
    border-bottom-left-radius: 15px; }
  .prossimo-corso-scheda .webinar-label {
    background: var(--color-primary);
    padding: 4px 23px;
    border-bottom-left-radius: 15px; }
  .prossimo-corso-scheda .legalday-label {
    background: var(--color-green);
    padding: 4px 23px;
    border-bottom-left-radius: 15px; }
    .prossimo-corso-scheda .legalday-label img {
      height: 20px !important; }
  .prossimo-corso-scheda .formazione-label {
    background: var(--color-secondary);
    color: white;
    font-family: Roboto;
    font-size: 14px;
    line-height: 28px;
    padding: 6px 27px;
    border-bottom-left-radius: 15px; }
  .prossimo-corso-scheda .free-conference-label {
    background: var(--color-green);
    color: white;
    font-family: Roboto;
    font-size: 14px;
    line-height: 28px;
    padding: 6px 27px;
    border-bottom-left-radius: 15px; }
  .prossimo-corso-scheda .img-label img {
    height: 15px; }
  .prossimo-corso-scheda .corso-categoria {
    font-size: 18px;
    font-family: "Barlow Condensed";
    font-weight: 500;
    line-height: 30px;
    color: var(--color-secondary);
    padding-bottom: 10px; }
    .prossimo-corso-scheda .corso-categoria img {
      height: 25px; }
  .prossimo-corso-scheda .corso-titolo {
    font-size: 25px;
    font-family: "Barlow Condensed";
    line-height: 30px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 33px; }

    .prossimo-corso-scheda .corso-costo {
        font-size: 25px;
        font-family: "Barlow Condensed";
        line-height: 30px;
        font-weight: 600;
        color: var(--color-secondary);
        padding-bottom: 20px;
        padding-top: 10px;
    }

  .prossimo-corso-scheda .corso-info-wrapper {
    margin-bottom: 10px; }
  .prossimo-corso-scheda .corso-info {
    font-size: 16px;
    color: var(--color-secondary);
    font-weight: 300; 
  }

    .prossimo-corso-scheda .corso-info.corso-info-min-h {
        min-height: 76px;
    }
    .prossimo-corso-scheda .corso-info span {
      display: inline-block;
      margin-bottom: 10px; }
    
    .prossimo-corso-scheda .corso-info span:first-child {
            margin-right: 20px;
            max-width: 50%;
            white-space: nowrap;
        }

    .prossimo-corso-scheda .corso-info .corso-info-img {
      display: inline-block;
      width: 24px;
      text-align: center;
      margin-right: 5px; }
    .prossimo-corso-scheda .corso-info img {
      position: relative;
      top: -2px; }
  .prossimo-corso-scheda .corso-descrizione {
    font-weight: 300; }
    .prossimo-corso-scheda .corso-descrizione a {
      color: var(--color-secondary);
      text-decoration: underline; }
      .prossimo-corso-scheda .corso-descrizione a:hover {
        opacity: 0.6; }
  .prossimo-corso-scheda .corso-docenti b {
    font-weight: 600; }
  .prossimo-corso-scheda .corso-docenti > div:first-child {
    margin-top: 5px;
    font-weight: 300;
    color: var(--color-secondary); }
  .prossimo-corso-scheda .corso-docenti div:not(:last-child) {
    margin-bottom: 10px; }
    .prossimo-corso-scheda .corso-docenti img {
        object-fit: cover;
        object-position: top;
        width: 50px;
        border-radius: 50px;
        box-shadow: 0 0 0 2px white, 0 0 0 5px var(--color-secondary);
    }
  .prossimo-corso-scheda .corso-btn {
    position: relative;
    top: 25px; }
  .prossimo-corso-scheda .guarda-ora {
    font-family: "Barlow Condensed";
    font-size: 20px;
    font-weight: 500;
    color: var(--color-red); }
    .prossimo-corso-scheda .guarda-ora:hover {
      opacity: 0.6;
      text-decoration: none; }
  .prossimo-corso-scheda .corso-scheda-bg {
    height: 70px;
    border-bottom-right-radius: 50px;
    margin-top: 10px;
    position: relative;
    overflow: hidden; }
    .prossimo-corso-scheda .corso-scheda-bg .corso-scheda-bg-filtro {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #344B70;
      opacity: 0.25;
      border-bottom-right-radius: 50px; }

.corso-scheda-bg-filtro-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    background: #344B70;
    opacity: 0.25;
    border-bottom-right-radius: 50px;
}

.loadmore {
  padding-bottom: 74px; }
  .loadmore a {
    color: white;
    font-size: 16px; }
    .loadmore a:hover {
      text-decoration: none;
      opacity: 0.7; }

.loadmore-tutti-i-corsi a {
  color: var(--color-primary);
  font-size: 16px; }
  .loadmore-tutti-i-corsi a:hover {
    text-decoration: none;
    opacity: 0.7; }

.tutti-i-corsi-cards.prova-gratis .prossimo-corso-scheda {
  width: 350px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2); }
.tutti-i-corsi-cards .prossimo-corso-scheda {
  margin-bottom: 35px; }

@media(max-width: 499px) {
  .non-hai-tempo-btn {
    font-size: 16px !important; }
    .non-hai-tempo-btn img {
      margin-left: 16px !important;
      width: 15px !important; } }
.scegli-corsi-wrapper {
  background: #F0F0F0; }
  .scegli-corsi-wrapper .scegli-corsi-titolo {
    padding-top: 70px; }
    .scegli-corsi-wrapper .scegli-corsi-titolo h1 {
      font-size: 41px;
      line-height: 44px; }
@media(min-width: 768px) {
  .scegli-corsi-wrapper .scegli-corsi-titolo {
    padding-top: 25px; } }
@media(min-width: 1200px) {
  .scegli-corsi-wrapper .scegli-corsi-titolo {
    padding-top: 70px; } }
    .scegli-corsi-wrapper .scegli-corsi-titolo.tutti-i-corsi {
      color: white; }
      .scegli-corsi-wrapper .scegli-corsi-titolo.tutti-i-corsi span span {
        color: var(--color-primary); }
    .scegli-corsi-wrapper .scegli-corsi-titolo span span {
      font-family: Roboto;
      font-weight: 300;
      display: block;
      font-size: 18px;
      line-height: 28px; }
  .scegli-corsi-wrapper .tag-corso-wrapper {
    margin-top: 55px; }
    .scegli-corsi-wrapper .tag-corso-wrapper a {
      color: #5A5A6E;
      text-decoration: underline; }
      .scegli-corsi-wrapper .tag-corso-wrapper a img {
        transform: rotate(-90deg);
        width: 10px;
        position: relative;
        top: -1px;
        margin-left: 4px; }
      .scegli-corsi-wrapper .tag-corso-wrapper a.shown img {
        transform: rotate(0); }
      .scegli-corsi-wrapper .tag-corso-wrapper a:hover {
        color: #5A5A6E;
        opacity: 0.7; }
  .scegli-corsi-wrapper .tag-corso {
    display: inline-block;
    padding: 8px 19px 10px 19px;
    border-radius: 0 15px;
    background: #AFC3CA;
    color: white;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer; }
    .scegli-corsi-wrapper .tag-corso.current {
      background: #5A5A6E; }

.corsi-list-wrapper {
  margin-top: 100px; }
  .corsi-list-wrapper:last-child {
    margin-bottom: 100px; }
  .corsi-list-wrapper .corso-titolo {
    margin-bottom: 40px; }
    .corsi-list-wrapper .corso-titolo p {
      color: var(--color-third);
      font-weight: 300; }
  .corsi-list-wrapper .load-more b {
    color: var(--color-primary) !important;
    text-decoration: underline; }

.pacchetto-formazione-btns {
  padding-top: 23px;
  position: relative;
  bottom: -25px; }

.navbar-formazione .d-flex .btn.btn-small {
    margin-left: 10px;
}


@media(max-width: 575px) {
  .pacchetto-formazione-btns .btn.btn-red-gradient {
    padding: 9px 18px;
    font-size: 15px; }
    .pacchetto-formazione-btns .btn.btn-red-gradient img {
      width: 14px;
      margin-left: 9px; }


    .navbar-formazione .d-flex {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-direction: row !important;
        flex-wrap: wrap;
        border-bottom: solid 2px var(--color-primary)
    }

        .navbar-formazione .d-flex .btn.btn-small {
            font-size: 17px;
            margin-left: 10px;
        }

        .navbar-formazione .d-flex .btn.btn-small img{
            display: none;
        }

    .navbar-fixed-content.navbar-formazione button {
        margin-bottom: 11px;
    }
}
@media(max-width: 991px) {
  .pacchetto-formazione-btns button {
    display: block;
    width: 100%; }
    .pacchetto-formazione-btns button:first-child {
      margin-bottom: 10px; } }
@media(min-width: 992px) {
  .pacchetto-formazione-btns button:first-child {
    margin-right: 40px; } }
.corso-dettaglio-info {
  padding-top: 15px; }
  .corso-dettaglio-info .corso-info {
    font-size: 18px;
    color: var(--color-secondary);
    font-weight: 300; }
    .corso-dettaglio-info .corso-info span {
      display: inline-block;
      margin-bottom: 10px; }
      .corso-dettaglio-info .corso-info span:not(:last-child) {
        margin-right: 40px; }
    .corso-dettaglio-info .corso-info img {
      position: relative;
      margin-right: 5px;
      top: -2px; }
  .corso-dettaglio-info .label-primary {
    color: white;
    background: var(--color-primary);
    border-radius: 10px;
    font-size: 14px;
    padding: 9px 18px;
    position: relative;
    top: 18px; }
  .corso-dettaglio-info .label-incluso-con {
    padding-right: 28px;
    display: inline-block; }
  .corso-dettaglio-info .label-secondary {
    color: white;
    background: var(--color-secondary);
    border-radius: 10px;
    font-size: 14px;
    padding: 9px 18px;
    position: relative;
    top: 18px; }

.corso-dettaglio-info.corso-alt .corso-info {
  display: flex;
  gap: 0 40px;
  flex-wrap: wrap; }
@media(min-width: 992px) {
  .corso-dettaglio-info.corso-alt .corso-info {
    justify-content: center; } }
  .corso-dettaglio-info.corso-alt .corso-info span {
    margin-right: 0; }

.corso-video-wrapper {
  position: relative;
  width: 360px;
  height: 200px; }
  .corso-video-wrapper .btn {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }
  .corso-video-wrapper .corso-video-thumbnail {
    background-size: cover;
    width: 360px;
    height: 200px; }

.abbonati-e-guarda {
  padding-top: 69px;
  padding-bottom: 78px; }
  .abbonati-e-guarda.bg-arrows {
    position: relative; }
    .abbonati-e-guarda.bg-arrows:before {
      content: "";
      background-image: url(../img/arrow_bg_white.svg);
      position: absolute;
      top: 30px;
      left: 0;
      height: calc(100% - 69px);
      width: calc((100vw - 1140px)/2); }
    .abbonati-e-guarda.bg-arrows:after {
      content: "";
      background-image: url(../img/arrow_bg_white.svg);
      position: absolute;
      top: 30px;
      right: 0;
      height: calc(100% - 69px);
      width: calc((100vw - 1140px)/2); }
  .abbonati-e-guarda p {
    font-weight: 300; }

.corso-dettaglio-docenti .corso-docente {
  margin-bottom: 97px; }
    .corso-dettaglio-docenti .corso-docente img {
        object-fit: cover;
        object-position: top;
        width: 120px;
        margin-bottom: 20px;
    }
  .corso-dettaglio-docenti .corso-docente h5 {
    font-family: Roboto;
    font-size: 22px;
    margin-bottom: 8px; }
  .corso-dettaglio-docenti .corso-docente h6 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-secondary);
    margin-bottom: 25px; }
  .corso-dettaglio-docenti .corso-docente p {
    font-size: 16px;
    font-weight: 400; }

.corso-dettaglio-webinar {
  padding-top: 45px;
  padding-bottom: 93px;
  background: #1B293A;
  background: linear-gradient(0deg, #1B293A 0%, #384B6D 100%);
  color: white;
  position: relative; }
  .corso-dettaglio-webinar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/corso_dettaglio_webinar.png");
    background-position: center top;
    background-size: cover; }
  .corso-dettaglio-webinar .form-control {
    height: 35px; }
  .corso-dettaglio-webinar label {
    color: white; }
@media(max-width: 499px) {
  .corso-dettaglio-webinar .btn {
    font-size: 15px; }
    .corso-dettaglio-webinar .btn img {
      width: 14px;
      margin-left: 13px; } }
.siti-web-bg-arrow {
  position: relative; }
  .siti-web-bg-arrow:before {
    content: "";
    background-image: url(../img/arrow_bg_sitiweb.svg);
    position: absolute;
    top: 30px;
    left: -20px;
    height: 100%;
    width: calc((100vw - 1140px)/2); }
  .siti-web-bg-arrow:after {
    content: "";
    background-image: url(../img/arrow_bg_sitiweb.svg);
    position: absolute;
    top: 30px;
    right: -20px;
    height: 100%;
    width: calc((100vw - 1140px)/2); }

.sitiweb-hero-guy {
  position: absolute;
  bottom: -5px;
  width: 90%; }

.sitiweb-hero-element {
  font-weight: 400;
  padding-bottom: 23px; }
  .sitiweb-hero-element img {
    margin-bottom: 13px; }
  .sitiweb-hero-element h5 {
    font-size: 23px;
    line-height: 29px;
    font-family: "Barlow Condensed";
    margin-bottom: 8px; }

.perche-oggi {
  background: linear-gradient(0deg, #1B293A 0%, #384B6D 100%);
  color: white; }
  .perche-oggi .perche-punto {
    font-weight: 300; }
    .perche-oggi .perche-punto h5 {
      font-size: 23px;
      font-family: Roboto;
      font-weight: bold;
      margin-bottom: 11px;
      margin-top: 22px; }
    .perche-oggi .perche-punto p {
      margin-bottom: 76px; }

.altro-servizio-element {
  margin-bottom: 79px; }
  .altro-servizio-element .altro-serivizio-img {
    position: relative;
    display: inline-block; }
    .altro-servizio-element .altro-serivizio-img:before {
      content: "";
      position: absolute;
      background-image: url(../icons/servizio-arrow-top-right.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 45px;
      height: 45px;
      transition: all 400ms;
      right: 0;
      top: 0; }
    .altro-servizio-element .altro-serivizio-img:after {
      content: "";
      position: absolute;
      background-image: url(../img/bg_arrow_sitiweb.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 55px;
      height: 74px;
      transition: all 400ms;
      left: 20px;
      bottom: -61px; }
  .altro-servizio-element h3 {
    color: var(--color-secondary);
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    font-family: Roboto;
    margin-top: 20px;
    margin-bottom: 11px;
    padding-left: 78px; }
  .altro-servizio-element p {
    padding-left: 78px; }

.marketing-bg-arrows {
  position: relative; }
  .marketing-bg-arrows:before {
    content: "";
    background-image: url(../img/arrow_bg_sitiweb.svg);
    background-size: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: calc((100vw - 1140px)/2);
    opacity: 0.6; }

.altri-servizi.marketing .altro-servizio-element {
  margin-bottom: 48px; }
  .altri-servizi.marketing .altro-servizio-element .altro-serivizio-img {
    position: relative;
    display: inline-block; }
    .altri-servizi.marketing .altro-servizio-element .altro-serivizio-img:after {
      content: "";
      position: absolute;
      background-image: url(../img/bg_arrow_marketing.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 63px;
      height: 63px;
      transition: all 400ms;
      left: -6px;
      bottom: -18px; }
  .altri-servizi.marketing .altro-servizio-element p {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding-left: 0;
    max-width: 110px;
    display: block;
    margin: 0 auto;
    font-weight: 500;
    padding-top: 25px;
    color: var(--color-primary) !important; }

.entra-in-avvocato {
  color: white;
  padding-top: 37px;
  background: linear-gradient(270deg, #1B293A 0%, #384B6D 100%); }
  .entra-in-avvocato .entra-in-avvocato-punti-row {
    justify-content: center; }
  .entra-in-avvocato .entra-in-avvocato-punto {
    margin-bottom: 20px; }
    .entra-in-avvocato .entra-in-avvocato-punto h4 {
      font-size: 23px;
      color: var(--color-secondary);
      line-height: 22px;
      position: relative;
      padding-left: 33px; }
      .entra-in-avvocato .entra-in-avvocato-punto h4:before {
        content: "";
        position: absolute;
        width: 23px;
        height: 23px;
        background-image: url("../icons/icon_check_secondary.svg");
        background-size: 23px;
        background-repeat: no-repeat;
        top: 0;
        left: 0; }
      .entra-in-avvocato .entra-in-avvocato-punto h4 span {
        display: block;
        font-size: 14px; }
  .entra-in-avvocato .occasione-unica {
    padding-bottom: 28px;
    font-weight: 400; }

.marketing-schede {
  padding-top: 138px; }
  .marketing-schede .marketing-scheda {
    position: relative;
    background: white;
    border-radius: 50px 0;
    padding: 63px 42px;
    padding-bottom: 55px;
    padding-right: 34px;
    margin-right: 20px;
    margin-bottom: 88px; }
    .marketing-schede .marketing-scheda h3 {
      font-size: 35px;
      line-height: 40px;
      color: var(--color-secondary);
      margin-bottom: 28px; }
    .marketing-schede .marketing-scheda img {
      position: absolute;
      width: 182px;
      height: 182px;
      top: -35px;
      right: -24px;
      border-radius: 0 40px;
      overflow: hidden;
      box-shadow: -13px 13px 0 0 #F0F0F0;
      object-fit: cover;
      object-position: center; }
      @media (max-width: 499px) {
        .marketing-schede .marketing-scheda img {
          width: 122px;
          height: 122px;
          top: -45px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .marketing-schede .marketing-scheda img {
          width: 122px;
          height: 122px;
          top: -45px; } }
    .marketing-schede .marketing-scheda p {
      margin-bottom: 0; }

.schede-carousel {
  padding: 65px 0;
  padding-bottom: 10px; }
  .schede-carousel .owl-stage-outer {
    z-index: 5; }
  .schede-carousel .slide {
    padding: 9px;
    background: linear-gradient(180deg, #F0F0F0 0%, white 70%);
    border-top-left-radius: 47px; }
    .schede-carousel .slide .slide-img {
      max-width: 85px;
      margin-right: 27px; }
        .schede-carousel .slide .slide-img img {
            width: 85px;
            border-top-left-radius: 40px;
            height: 85px;
            object-fit: cover;
            object-position: top;
        }
    .schede-carousel .slide h5 {
      font-size: 18px;
      font-family: Roboto; }
      .schede-carousel .slide h5 span {
        font-size: 16px;
        font-weight: 400; }
    .schede-carousel .slide .slide-info h5 span {
      font-weight: 300; }
    .schede-carousel .slide .slide-rating {
      margin-bottom: 11px; }
      .schede-carousel .slide .slide-rating img {
        width: 18px;
        display: inline-block; }
  .schede-carousel .owl-nav {
    position: absolute;
    z-index: 1;
    width: 114%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .schede-carousel .owl-nav .owl-next {
      float: right; }
@media(max-width: 574px) {
  .schede-carousel .owl-nav .owl-next {
    position: relative;
    right: -10px; } }
.home-arrow-bg {
  position: relative;
  background-image: url("../img/bg_sitiweb_hero_mobile.jpg") !important;
  background-position: right; }
@media(min-width: 800px) {
  .home-arrow-bg {
    background-position: center top;
    background-image: url("../img/bg_sitiwe_hero.png") !important; } }
  .home-arrow-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc((100vw - 1140px)/2);
    height: 100%;
    background-image: url("../img/arrow_bg_grey.svg"); }
  .home-arrow-bg:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc((100vw - 1140px)/2);
    height: 100%;
    background-image: url("../img/arrow_bg_grey.svg"); }

.page-home .formazione-hero {
  margin-top: 170px; }
@media(min-width: 768px) {
  .page-home .formazione-hero {
    margin-top: 98px; } }
@media(min-width: 1199px) {
  .page-home .formazione-hero {
    margin-top: 18px; } }
  .page-home .formazione-hero h1 {
    margin-bottom: 15px; }
  .page-home .formazione-hero p {
    font-size: 18px;
    font-weight: 600; }
.page-home .home-servizio-element {
  text-align: center;
  margin-bottom: 45px; }
  .page-home .home-servizio-element .icon-vivus {
    height: 69px;
    position: relative;
    opacity: 0;
    transition: opacity 350ms; }
    .page-home .home-servizio-element .icon-vivus > * {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 0;
      transform: translateX(-50%); }
  .page-home .home-servizio-element > img {
    height: 69px; }
  .page-home .home-servizio-element h5 {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: 26px;
    margin-bottom: 14px;
    font-family: Roboto;
    opacity: 0;
    transform: translateY(40px);
    transition: all 800ms; }
  .page-home .home-servizio-element p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 800ms; }
  .page-home .home-servizio-element a {
    font-size: 22px;
    font-family: "Barlow Condensed";
    color: var(--color-secondary);
    font-weight: 500;
    opacity: 0;
    transform: translateY(40px);
    transition: all 800ms; }
    .page-home .home-servizio-element a:hover {
      opacity: 0.6;
      text-decoration: none; }
    .page-home .home-servizio-element a img {
      position: relative;
      width: 9px;
      margin-left: 5px;
      top: -1px; }

.page-home .inizia-ora {
  background: linear-gradient(270deg, #1B293A 0%, #384B6D 100%);
  color: white;
  padding-top: 22px; }
@media(min-width: 1200px) {
  .page-home .inizia-ora {
    height: 136px; } }
  .page-home .inizia-ora .inizia-ora-row {
    justify-content: center; }
@media(max-width: 1199px) {


    .navbar-formazione .d-flex button img {
        display: none;
    }

    .navbar-formazione .d-flex .text {
        display: none;
    }
    

    .page-home .inizia-ora a {
        margin-bottom: -23px;
    } }
@media(min-width: 1200px) {
  .page-home .inizia-ora a {
    margin-top: -26px;
    margin-left: 10px; } }
  .page-home .inizia-ora a .icon {
    width: 14px; }
  .page-home .inizia-ora h2 {
    font-size: 40px; }
  .page-home .inizia-ora ul {
    padding-left: 0; }
@media(max-width: 1199px) {
  .page-home .inizia-ora ul {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px; } }
    .page-home .inizia-ora ul li {
      position: relative;
      padding-left: 26px;
      line-height: 18px;
      list-style: none; }
      .page-home .inizia-ora ul li:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background-image: url("../icons/icon_check_white.svg");
        background-size: 16px;
        background-repeat: no-repeat;
        top: 3px;
        left: 0; }
      .page-home .inizia-ora ul li + li {
        margin-top: 10px; }

.home-carousel > div p {
  font-weight: 300; }
  .home-carousel > div p img {
    position: relative;
    top: -2px;
    margin-right: 3px; }
.home-carousel .owl-carousel {
  margin-top: 45px; }
.home-carousel .slide {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 70%); }

.crescere-lo-studio {
  position: relative; }
  .crescere-lo-studio:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: calc((100vw - 1140px)/2);
    height: 100%;
    background-image: url("../img/arrow_bg_grey.svg"); }
  .crescere-lo-studio:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 356px;
    background: linear-gradient(0, #F0F0F0 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1; }
  .crescere-lo-studio > .container {
    position: relative;
    z-index: 5; }
  .crescere-lo-studio .servizio {
    margin-bottom: 88px; }
@media(min-width: 768px) and (max-width: 991px) {
  .crescere-lo-studio .servizio {
    flex-direction: column; }
    .crescere-lo-studio .servizio .servizio-img {
      margin-bottom: 10px;
      text-align: center; } }
    .crescere-lo-studio .servizio .servizio-img {
      position: relative;
      display: inline-block;
      margin-right: 21px; }
      .crescere-lo-studio .servizio .servizio-img img {
        width: 96px; }
@media(min-width: 575px) {
  .crescere-lo-studio .servizio .servizio-img img {
    width: 136px; } }
      .crescere-lo-studio .servizio .servizio-img:before {
        content: "";
        position: absolute;
        background-image: url(../icons/servizio-arrow-top-right.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 45px;
        height: 45px;
        transition: all 400ms;
        right: 0;
        top: 0; }
      .crescere-lo-studio .servizio .servizio-img:after {
        content: "";
        position: absolute;
        background-image: url(../img/bg_arrow_marketing.png);
        background-size: 62px;
        background-repeat: no-repeat;
        width: 63px;
        height: 63px;
        transition: all 400ms;
        right: 6px;
        bottom: -38px; }
      .crescere-lo-studio .servizio .servizio-img .overlay {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 100%;
        background: #1B293A;
        opacity: 0.15; }
@media(min-width: 992px) {
  .crescere-lo-studio .servizio .servizio-txt {
    margin-top: -6px; } }
    .crescere-lo-studio .servizio h5 {
      font-family: Roboto;
      color: var(--color-secondary);
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 18px; }
@media(min-width: 768px) and (max-width: 991px) {
  .crescere-lo-studio .servizio h5 {
    margin-top: 30px; } }
    .crescere-lo-studio .servizio ul {
      padding-left: 0;
      margin-bottom: 25px; }
      .crescere-lo-studio .servizio ul li {
        position: relative;
        padding-left: 26px;
        line-height: 18px;
        list-style: none;
        font-weight: bold;
        color: var(--color-primary); }
        .crescere-lo-studio .servizio ul li:before {
          content: "";
          position: absolute;
          width: 12px;
          height: 12px;
          background-image: url("../icons/icon_check_secondary.svg");
          background-size: 12px;
          background-repeat: no-repeat;
          top: 3px;
          left: 0; }
        .crescere-lo-studio .servizio ul li + li {
          margin-top: 10px; }
    .crescere-lo-studio .servizio p {
      font-weight: 300;
      margin-bottom: 10px; }
@media(min-width: 768px) {
  .crescere-lo-studio .servizio p {
    min-height: 192px; } }
    .crescere-lo-studio .servizio button {
      font-size: 19px;
      padding: 8px 26px; }
    .crescere-lo-studio .servizio a {
      font-family: "Barlow Condensed";
      font-size: 22px;
      color: var(--color-primary);
      font-weight: 500; }
      .crescere-lo-studio .servizio a:hover {
        text-decoration: none;
        opacity: 0.5; }

.futuro-della-tua-professione {
  background: linear-gradient(270deg, #1B293A 0%, #384B6D 100%);
  color: white;
  padding-top: 28px;
  text-align: center; }
  .futuro-della-tua-professione h3 {
    font-size: 35px;
    margin-bottom: 20px; }
  .futuro-della-tua-professione p {
    font-weight: 300;
    margin-bottom: 20px; }
  .futuro-della-tua-professione button {
    margin-bottom: -24px;
    padding: 9px 22px !important; }
    .futuro-della-tua-professione button img {
      margin-left: 5px !important; }

.strumenti-bg-arrow {
  position: relative; }
  .strumenti-bg-arrow:before {
    content: "";
    background-image: url(../img/arrow_bg_sitiweb.svg);
    position: absolute;
    top: 30px;
    left: -20px;
    height: 100%;
    width: calc((100vw - 1140px)/2); }
  .strumenti-bg-arrow:after {
    content: "";
    background-image: url(../img/arrow_bg_sitiweb.svg);
    position: absolute;
    top: 30px;
    right: -30px;
    height: 100%;
    width: calc((100vw - 1140px)/2); }

.strumenti-elements .altro-servizio-element {
  text-align: center;
  margin-bottom: 52px; }
  .strumenti-elements .altro-servizio-element .altro-serivizio-img:after {
    display: none; }
  .strumenti-elements .altro-servizio-element h3 {
    font-size: 25px;
    max-width: 190px;
    margin: 0 auto;
    margin-top: 10px;
    padding-left: 0; }

.strumenti-dettaglio-elements .altro-servizio-element {
  text-align: center;
  margin-bottom: 52px; }
@media(min-width: 1200px) {
  .strumenti-dettaglio-elements .altro-servizio-element {
    margin-bottom: 30px; } }
  .strumenti-dettaglio-elements .altro-servizio-element .altro-serivizio-img:before {
    left: 47%;
    top: 50%; }
  .strumenti-dettaglio-elements .altro-servizio-element .altro-serivizio-img img {
    width: 118px; }
  .strumenti-dettaglio-elements .altro-servizio-element .altro-serivizio-img:after {
    display: none; }
  .strumenti-dettaglio-elements .altro-servizio-element h3 {
    font-size: 25px;
    max-width: 184px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 10px;
    padding-left: 0; }

.p-text-light {
  font-weight: 300;
  color: #5A5A6E; }

.strumenti-card {
  background: #F0F0F0;
  border-radius: 0 20px;
  margin-bottom: 56px; }
  .strumenti-card .card-body {
    padding: 21px 15px;
    padding-bottom: 0; }
@media(min-width: 576px) {
  .strumenti-card .card-body {
    padding: 21px 65px; } }
.strumenti-form .form-control {
  border: 1px solid rgba(151, 155, 166, 0.34); }
.strumenti-form .k-checkbox {
  display: flex;
  align-items: center;
  font-weight: 300; }
  .strumenti-form .k-checkbox label {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: white;
    margin-right: 20px !important; }

.table th, .table td {
  border: 1px solid #d3d5d9;
  padding: 4px 14px; }
.table th {
  border-bottom: 1px solid #d3d5d9 !important; }
.table thead tr th {
  background: white;
  color: var(--color-primary);
  font-weight: 500;
  text-align: center; }
.table tbody tr td {
  color: #5A5A6E;
  font-weight: 300; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F0F0F0; }

.table-striped tbody tr:nth-of-type(even) {
  background-color: white; }

.altri-strumenti-links h5 {
  color: var(--color-secondary);
  font-size: 30px;
  font-family: Roboto; }
.altri-strumenti-links ul {
  margin-bottom: 73px;
  padding-left: 0; }
  .altri-strumenti-links ul li {
    position: relative;
    list-style: none;
    padding-left: 28px; }
    .altri-strumenti-links ul li:before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url("../icons/arrow-down-secondary.svg");
      background-repeat: no-repeat;
      background-size: contain;
      transform: rotate(-90deg);
      position: absolute;
      top: 9px;
      left: 3px; }
    .altri-strumenti-links ul li a {
      font-size: 18px;
      color: #5A5A6E; }
      .altri-strumenti-links ul li a:hover {
        text-decoration: none;
        opacity: 0.6; }

.strumenti-dettaglio-share a:hover {
  opacity: 0.6;
  text-decoration: none; }

a.altro-servizio-element {
  color: inherit; }
  a.altro-servizio-element .altro-serivizio-img:before {
    background-size: 45px;
    background-position: top right;
    background-repeat: no-repeat;
    width: 120%;
    height: 120%;
    left: 37%;
    top: 44%;
    margin-top: -68px;
    margin-left: -68px; }
  a.altro-servizio-element .altro-serivizio-img img {
    transition: transform 400ms cubic-bezier(0.68, -0.6, 0.32, 1.6); }
  a.altro-servizio-element:hover {
    text-decoration: none; }
    a.altro-servizio-element:hover .altro-serivizio-img:before {
      animation: rotate 400ms cubic-bezier(0.33, 1, 0.68, 1);
      background-image: url("../icons/servizio-arrow-top-right-primary.svg"); }
    a.altro-servizio-element:hover .altro-serivizio-img img {
      transform: scale(1.05); }

.footer-wrapper {
  padding-top: 134px; }

.page-corso-dettaglio .footer-wrapper {
  padding-top: 0; }

.page-home .footer-wrapper {
  padding-top: 74px; }

.page-sitiweb .footer-wrapper {
  padding-top: 104px; }

.page-marketing .footer-wrapper {
  padding-top: 30px;
  background-size: cover;
  background-position: top; }
  .page-marketing .footer-wrapper h2 {
    color: white;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 18px; }
  .page-marketing .footer-wrapper h2 + p {
    color: white;
    font-weight: 400; }

.btn.icon-small:hover span {
  transform: translateX(6px); }
.btn.icon-small .icon {
  width: 14px; }

.prova-gratis-360academy-wrapper svg {
  position: relative;
  top: -30px;
  margin-right: 10px;
  width: 80px; }
@media(min-width: 576px) {
  .prova-gratis-360academy-wrapper svg {
    margin-left: 0;
    margin-right: 30px; } }
.form-group.crediti-field select {
  width: 91px; }

.form-group.tipologia-field select {
  width: 229px; }

.status-attestato {
  padding: 50px 0;
  color: var(--color-third);
  font-weight: 300; }
  .status-attestato + .status-attestato {
    border-top: 1px solid #b2b5bc; }
  .status-attestato .btn-xsmall + .btn-xsmall {
    margin-top: 20px; }

.status-attestato-titolo h5 {
  font-weight: 600;
  color: var(--color-primary); }
.status-attestato-titolo p {
  margin-top: 25px; }

@media(min-width: 768px) {
  .status-attestato-status-cont {
    text-align: right; } }
.status-attestato-stato {
  font-size: 80%;
  margin-bottom: 20px; }

.status-attestato-post {
  margin-top: 20px;
  font-size: 80%; }

.annuncio-requisiti-wrapper {
  background: var(--color-secondary);
  color: white;
  padding: 25px 30px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -81px;
  top: 106px;
  position: sticky; }
  .annuncio-requisiti-wrapper ul {
    font-weight: 200; }
    .annuncio-requisiti-wrapper ul li {
      margin-top: 20px; }

.corso-lezione-info-di {
  margin-bottom: 20px; }
  .corso-lezione-info-di a {
    color: var(--color-secondary);
    text-decoration: underline;
    transition: all 250ms;
    padding-left: 10px; }
    .corso-lezione-info-di a:hover {
      color: var(--color-secondary);
      opacity: 0.7; }
    .corso-lezione-info-di a img {
      width: 20px;
      position: relative;
      top: -3px; }

.corso-right-card-info {
  background: #59ABCF;
  padding: 19px 31px;
  padding-right: 27px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  margin-bottom: 60px;
  font-size: 15px; }
  @media (max-width: 991px) {
    .corso-right-card-info {
      margin-top: 20px; } }
  @media (min-width: 992px) {
    .corso-right-card-info {
      margin-top: -100px; } }
  .corso-right-card-info .card-titolo {
    color: white;
    font-size: 25px;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 24px;
    text-align: center; }
  .corso-right-card-info ul {
    padding-left: 0;
    margin-bottom: -25px; }
    .corso-right-card-info ul li {
      color: white;
      font-size: 15px;
      line-height: 25px;
      list-style: none;
      display: flex;
      font-weight: 300;
      margin-bottom: 10px; }
      .corso-right-card-info ul li:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url("../icons/icon_check_primary.svg");
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 7px;
        flex: 0 0 24px; }
      .corso-right-card-info ul li .vai-al-corso-link {
        color: white;
        text-decoration: underline;
        white-space: nowrap;
        transition: all 250ms; }
        .corso-right-card-info ul li .vai-al-corso-link:hover {
          color: white;
          text-decoration: underline;
          opacity: 0.7; }
        .corso-right-card-info ul li .vai-al-corso-link img {
          width: 20px;
          position: relative;
          top: -3px; }
  .corso-right-card-info .signin-info {
    color: white;
    font-weight: 300; }
    .corso-right-card-info .signin-info a {
      font-weight: bold;
      border-radius: 5px;
      font-size: 12px;
      padding: 3px 6px;
      background: white;
      color: var(--color-primary);
      transition: all 250ms; }
      .corso-right-card-info .signin-info a:hover {
        text-decoration: none;
        opacity: 1;
        color: white;
        background: var(--color-primary); }

.corso-right-card-risorse {
  background: var(--color-primary);
  padding: 19px 31px;
  padding-right: 27px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  color: white;
  font-size: 15px; }
  .corso-right-card-risorse .card-titolo {
    color: white;
    font-size: 25px;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 24px;
    text-align: center; }
  .corso-right-card-risorse ul {
    padding-left: 0; }
    .corso-right-card-risorse ul li {
      color: white;
      font-size: 15px;
      line-height: 25px;
      list-style: none;
      display: flex;
      font-weight: 300;
      margin-bottom: 10px; }
      .corso-right-card-risorse ul li:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url("../icons/download.svg");
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 7px;
        flex: 0 0 24px;
        position: relative;
        top: -2px; }
  .corso-right-card-risorse a {
    color: white;
    text-decoration: underline;
    font-weight: 500; }
    .corso-right-card-risorse a:hover {
      opacity: 0.7; }

.contenuti-corso {
  color: white;
  background: linear-gradient(90deg, #1B293A 0%, #384B6D 100%);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 20px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: normal;
  margin-bottom: 40px; 
  cursor: pointer;
}

.contenuti-corso-item {
    color: #8892a3;
    background: #F0F0F0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 20px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: normal;
    margin-bottom: 40px;
    cursor: pointer;
}

.contenuti-corso-item .contenuti-corso-header {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.contenuti-corso-item .contenuti-corso-header:before {
    position: relative;
    content: "";
    opacity: 0.6;
    background-image: url("../icons/arrow_logo_grey.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.contenuti-corso-item h4 {
    font-size: 25px;
}

.contenuti-corso-item .lezione-num {
    font-size: 16px;
    font-weight: 500;
}

.contenuti-corso-item .guarda-ora {
    font-size: 16px;
    font-weight: 500;
    color: #c43f20;
}

.contenuti-corso-item .guarda-ora img {
    transition: all 500ms, right 50ms;
    position: relative;
}

.contenuti-corso-item .guarda-ora:hover {
    opacity: 1;
    text-decoration: none;
}

.contenuti-corso-item .guarda-ora:hover img {
    transform: rotate(360deg);
    left: 10px;
}

.contenuti-corso-item .contenuti-corso-footer {
    justify-content: space-between;
    display: flex;
    padding-right: 20px;
}

    .contenuti-corso-item .color-disabled {
        color: #344B70;
        font-weight: bold;
    }

.lesson-body {
    max-height: 96px;
    min-height: 96px;
    word-wrap: break-word;
    overflow: hidden;
}

.lesson-credit-text{
    font-weight: normal;
}

.contenuti-corso .contenuti-corso-header {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}
    .contenuti-corso .contenuti-corso-header:before {
      position: relative;
      content: "";
      background-image: url("../icons/arrow_logo_grey.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 25px;
      height: 25px;
      display: inline-block; }
  .contenuti-corso h4 {
    font-size: 25px; }
  .contenuti-corso .lezione-num {
    font-size: 16px;
    font-weight: 500; }
  .contenuti-corso .guarda-ora {
    font-size: 16px;
    font-weight: 500;
    color: #c43f20; }
    .contenuti-corso .guarda-ora img {
      transition: all 500ms, right 50ms;
      position: relative; }
    .contenuti-corso .guarda-ora:hover {
      opacity: 1;
      text-decoration: none; }
      .contenuti-corso .guarda-ora:hover img {
        transform: rotate(360deg);
        left: 10px; }
  .contenuti-corso .contenuti-corso-footer {
    justify-content: space-between;
    display: flex;
    padding-right: 20px; }
  .contenuti-corso .color-disabled {
    color: #8892a3; }

.guida-info-link-wrapper a {
  margin-bottom: 10px;
  transition: all 250ms; }

.label-incluso-con {
  color: white;
  background: var(--color-primary);
  border-radius: 10px;
  font-size: 14px;
  padding: 9px 18px;
  position: relative;
  padding-right: 28px;
  display: inline-block;
  top: 35px; }

.countdown-wrapper {
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
  gap: 18px;
  font-weight: 300; }
  .countdown-wrapper small {
    display: block;
    font-weight: 300; }

.badge-white-border {
  border: 4px solid white; }

.badge-custom {
  border-radius: 10px;
  font-size: 12px;
  padding: 5px 18px; 
  text-transform: uppercase;
}

.badge-primary {
  color: white;
  background: var(--color-primary); }

.badge-secondary {
  color: white;
  background: var(--color-secondary); }

.badge-green {
  color: white;
  background: var(--color-green); }

.sending-panel-info {
    font-size: 24px;
    margin-top: 140px
}

.sending-panel-info.icon-anim .icon {
    animation: float-down-left 1.2s linear infinite;
}

.section-academy-custom {
    margin-left: auto;
    margin-right: auto;
}

.section-main-title-academy-custom {
    padding-top: 170px;
    padding-bottom: 20px;
    text-align: center;
}

.section-contact-main-title-academy-custom {
    padding-top: 100px;
    padding-bottom: 20px;
}

.main-title-academy-custom {
    font-family: Barlow Condensed;
    font-size: 44px;
}

.main-image-academy-custom{
    width: 200px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.main-subtitle-academy-custom {
    font-family: Barlow Condensed;
    font-size: 22px;
    padding-bottom: 0px;
}

.section-live-course-academy-custom {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}

.live-course-main-title-academy-custom {
    font-family: Barlow Condensed;
    font-size: 44px;
    color: #fff;
}

.live-course-main-subtitle-academy-custom {
    font-family: Barlow Condensed;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 45px;
    color: #fff;
}

.section-ondemand-course-academy-custom {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}

.ondemand-course-main-title-academy-custom {
    font-family: Barlow Condensed;
    font-size: 44px;
}

.ondemand-course-main-subtitle-academy-custom {
    font-family: Barlow Condensed;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 0px;
}


.videopills-course-main-title-academy-custom {
    font-family: Barlow Condensed;
    font-size: 44px;
}

.videopills-course-main-subtitle-academy-custom {
    font-family: Barlow Condensed;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.videopills-catalogo-academy-custom {
    padding-left: 0px;
    padding-right: 0px;
}
