@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap");
.text-white {
  color: #ffffff !important; }

.text-blue-100 {
  color: #7b8594 !important; }

.text-blue-200 {
  color: #657182 !important; }

.text-blue-300 {
  color: #4f5d70 !important; }

.text-blue-400 {
  color: #39495e !important; }

.text-blue-500 {
  color: #24354D !important; }

.text-blue-600 {
  color: #202f45 !important; }

.text-blue-700 {
  color: #1c2a3d !important; }

.text-blue-800 {
  color: #192535 !important; }

.text-blue-900 {
  color: #151f2e !important; }

.text-gray-100 {
  color: #E6E9F0 !important; }

.text-gray-200 {
  color: #d3d6db !important; }

.text-gray-300 {
  color: #bdc2c9 !important; }

.text-gray-400 {
  color: #a7aeb7 !important; }

.text-gray-500 {
  color: #919aa6 !important; }

.text-gray-600 {
  color: #828a95 !important; }

.text-gray-700 {
  color: #747b84 !important; }

.text-gray-800 {
  color: #2b2e31 !important; }

.text-gray-900 {
  color: #1d1e21 !important; }

.text-green-100 {
  color: #ecf8e5 !important; }

.text-green-200 {
  color: #c7ecb3 !important; }

.text-green-300 {
  color: #a2e081 !important; }

.text-green-400 {
  color: #7cd44e !important; }

.text-green-500 {
  color: #45c203 !important; }

.text-green-600 {
  color: #3eae02 !important; }

.text-green-700 {
  color: #379b02 !important; }

.text-green-800 {
  color: #308702 !important; }

.text-green-900 {
  color: #297401 !important; }

.text-lifestyle-100 {
  color: #E2EFFD !important; }

.text-lifestyle-500 {
  color: #42A0F1 !important; }

.text-greenEconomy-100 {
  color: #E9F5DC !important; }

.text-greenEconomy-500 {
  color: #7CCF20 !important; }

.text-greenEconomy-600 {
  color: #79C416 !important; }

.text-fintech-100 {
  color: #E6E1ED !important; }

.text-fintech-300 {
  color: #ba81ff !important; }

.text-fintech-500 {
  color: #673B90 !important; }

.bg-white {
  background: #ffffff; }

.bg-blue-100 {
  background: #7b8594; }

.bg-blue-200 {
  background: #657182; }

.bg-blue-300 {
  background: #4f5d70; }

.bg-blue-400 {
  background: #39495e; }

.bg-blue-500 {
  background: #24354D; }

.bg-blue-600 {
  background: #202f45; }

.bg-blue-700 {
  background: #1c2a3d; }

.bg-blue-800 {
  background: #192535; }

.bg-blue-900 {
  background: #151f2e; }

.bg-gray-100 {
  background: #E6E9F0; }

.bg-gray-200 {
  background: #d3d6db; }

.bg-gray-300 {
  background: #bdc2c9; }

.bg-gray-400 {
  background: #a7aeb7; }

.bg-gray-500 {
  background: #919aa6; }

.bg-gray-600 {
  background: #828a95; }

.bg-gray-700 {
  background: #747b84; }

.bg-gray-800 {
  background: #2b2e31; }

.bg-gray-900 {
  background: #1d1e21; }

.bg-green-100 {
  background: #ecf8e5; }

.bg-green-200 {
  background: #c7ecb3; }

.bg-green-300 {
  background: #a2e081; }

.bg-green-400 {
  background: #7cd44e; }

.bg-green-500 {
  background: #45c203; }

.bg-green-600 {
  background: #3eae02; }

.bg-green-700 {
  background: #379b02; }

.bg-green-800 {
  background: #308702; }

.bg-green-900 {
  background: #297401; }

.bg-lifestyle-100 {
  background: #E2EFFD; }

.bg-lifestyle-500 {
  background: #42A0F1; }

.bg-greenEconomy-100 {
  background: #E9F5DC; }

.bg-greenEconomy-500 {
  background: #7CCF20; }

.bg-greenEconomy-600 {
  background: #79C416; }

.bg-fintech-100 {
  background: #E6E1ED; }

.bg-fintech-300 {
  background: #ba81ff; }

.bg-fintech-500 {
  background: #673B90; }

.flex {
  display: flex; }

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

.flex-col {
  flex-direction: column; }

.items-center {
  align-items: center; }

.items-start {
  align-items: flex-start; }

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.justify-center {
  justify-content: center; }

.w-full {
  width: 100%; }

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.inset-0 {
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem; }

.rounded-full {
  border-radius: 9999rem; }

.opacity-100 {
  opacity: 1; }

.opacity-0 {
  opacity: 0; }

.duration-300 {
  transition-duration: 300ms; }

.duration-700 {
  transition-duration: 700ms; }

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; }

.transition-all {
  transition-property: all; }

.w-0 {
  width: 0; }

.-left-2\/3 {
  left: -66.666667%; }

.left-0 {
  left: 0; }

.overflow-hidden {
  overflow: hidden; }

.visible-flex-xs {
  display: none; }

.w-2\/3 {
  width: 66.666667%; }

.w-2\/5 {
  width: 40%; }

.w-1\/4 {
  width: 25%; }

.h-0 {
  height: 0; }

.mt-6 {
  margin-top: 1.5rem; }

.mt-10 {
  margin-top: 2.5rem; }

.mb-0 {
  margin-bottom: 0; }

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem; }

[x-cloak] {
  display: none; }

@media (max-width: 991px) {
  .visible-flex-xs {
    display: flex; }
  .sm-w-2\/3 {
    width: 66.666667%; } }

@media (max-width: 767px) {
  .xs-w-full {
    width: 100%; } }

@media (min-width: 768px) {
  .sm-order-1 {
    order: 1; }
  .sm-order-0 {
    order: 0; }
  .sm-flex {
    display: flex; } }

/*header*/
header {
  font-family: "Mulish", sans-serif !important; }
  header .navbar-info {
    background: #ffffff;
    font-family: "Mulish", sans-serif !important; }
    header .navbar-info .social a {
      width: 2.75rem;
      display: inline-block;
      text-align: left; }
    header .navbar-info .social img {
      max-height: 1.5rem; }
    header .navbar-info .social .play {
      margin-right: 1rem; }
  header .logo img {
    height: 65px;
    width: auto; }
  header .navbar-info .btnSearch {
    background: #E6E9F0;
    text-align: center;
    padding: 0.5rem 0;
    border-radius: 9999px;
    height: 2.75rem;
    width: 2.75rem;
    display: inline-block;
    margin-right: 1rem; }
    header .navbar-info .btnSearch img {
      height: 1.75rem;
      color: #919aa6;
      margin: auto;
      display: block; }

a {
  transition: all .3s ease-in-out; }
  a:hover {
    transition: all .3s ease-in-out;
    cursor: pointer; }

header .navbar-nav a:hover {
  opacity: 0.7; }

header .navbar-info .btnLogin {
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  margin-left: 1rem; }
  header .navbar-info .btnLogin:hover {
    background: rgba(230, 233, 240, 0.5);
    border-radius: 9999px; }

header .navbar-info .btnSignin {
  padding: 0.5rem 1rem;
  border: 1px solid #45c203;
  color: #45c203;
  border-radius: 9999px; }
  header .navbar-info .btnSignin:hover {
    background: rgba(69, 194, 3, 0.1); }

header .navbar-nav .nav-links {
  margin-right: auto; }
  header .navbar-nav .nav-links a {
    padding: 0.8rem 0.5rem;
    color: #E6E9F0;
    font-size: 1.4rem;
    text-align: left;
    margin-right: 1.5rem;
    font-weight: 500; }
    header .navbar-nav .nav-links a i {
      font-size: 1rem;
      margin-left: 0.25rem; }

header .navbar-nav .nav-section-links {
  margin-left: auto; }
  header .navbar-nav .nav-section-links a {
    padding: 1.25rem 0.5rem;
    color: #E6E9F0;
    font-size: 1.4rem;
    text-align: left;
    margin-left: 1.5rem;
    font-weight: 500; }
    header .navbar-nav .nav-section-links a.lifestyle {
      color: #42A5F6; }
    header .navbar-nav .nav-section-links a.greenEconomy {
      color: #7CD420; }
    header .navbar-nav .nav-section-links a.motori {
      color: #FFBD08; }

header .navbar-nav .nav-img-links a {
  padding: 1.25rem 0.5rem;
  display: block;
  margin: 0 0.5rem; }

header #ricerca {
  padding: 0 1rem; }
  header #ricerca input {
    border: none;
    padding: 1.75rem;
    font-size: 2rem;
    color: #a7aeb7; }
  header #ricerca button, header #ricerca i {
    border: none;
    background: none;
    font-size: 2rem;
    color: #a7aeb7; }
  header #ricerca .times, header #ricerca .lens {
    height: 3rem;
    width: 3rem; }
  header #ricerca input:focus {
    outline: none; }

header .navMenu, header .nav-show {
  background: #24354D; }

header .navMenu .submenu .col-menu a {
  display: block; }

header .navMenu .ico-money {
  font-size: 2.2rem;
  color: #E6E9F0; }

header .ico-money.money-guide {
  font-size: 2.6rem; }

header .ico-money.money-menu {
  font-size: 2.6rem;
  margin-right: 1rem; }

header ::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

header ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

header ::-webkit-scrollbar-thumb {
  background: #E6E9F0;
  border: 0px none #ffffff;
  border-radius: 50px; }
  header ::-webkit-scrollbar-thumb:hover {
    background: #ffffff; }
  header ::-webkit-scrollbar-thumb:active {
    background: #24354D; }

header ::-webkit-scrollbar-track {
  background: #747b84;
  border: 0px none #ffffff;
  border-radius: 50px; }
  header ::-webkit-scrollbar-track:hover, header ::-webkit-scrollbar-track:active {
    background: #bdc2c9; }

header ::-webkit-scrollbar-corner {
  background: transparent; }

header .navSidebar-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  background: #24354D; }

header .navSidebar {
  padding: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50; }
  header .navSidebar .nav.navbar-nav {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-right: auto;
    margin-left: 0; }
  header .navSidebar .navbar-nav .nav-links, header .navSidebar .navbar-nav .nav-img-links {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-right: auto;
    margin-left: 0; }
  header .navSidebar .navbar-nav .nav-section-links {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-right: auto;
    margin-left: 0; }
    header .navSidebar .navbar-nav .nav-section-links a {
      margin-left: 0; }

header .menu-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 20; }

header .navSidebar .submenu > .flex {
  display: block; }

header .menuSidebar-close {
  color: #ffffff;
  font-size: 2.5rem;
  cursor: pointer; }

header .navSidebar .section .title-area {
  color: #E6E9F0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.3rem;
  opacity: 0.8; }
  header .navSidebar .section .title-area a {
    color: #E6E9F0; }
  header .navSidebar .section .title-area p {
    margin-bottom: 0; }
  header .navSidebar .section .title-area .ico-money {
    font-size: 2.5rem;
    margin-right: 1rem;
    display: inline-block; }
  header .navSidebar .section .title-area > .ico-money {
    font-size: 1.5rem;
    margin-left: auto; }

header .navSidebar .section .submenu {
  margin-top: 1rem;
  margin-top: 3rem; }
  header .navSidebar .section .submenu a {
    color: #E6E9F0;
    font-weight: 300;
    font-size: 1.5rem;
    padding: 1rem 1.5rem 1rem 3.7rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    opacity: 0.65; }
    header .navSidebar .section .submenu a > .ico-money {
      margin-left: auto;
      opacity: 0;
      transition: all .3s; }
    header .navSidebar .section .submenu a.active > .ico-money {
      opacity: 1;
      transition: all .3s; }
    header .navSidebar .section .submenu a:hover {
      background: rgba(0, 0, 0, 0.1); }
      header .navSidebar .section .submenu a:hover > .ico-money {
        opacity: 1;
        transition: all .3s; }
  header .navSidebar .section .submenu.active {
    background: #151f2e; }

header .area-profile {
  padding: 3.5rem;
  margin-left: -3.5rem;
  margin-right: -3.5rem;
  background: #39495e; }

header .navSidebar .area-profile a.btnLoginSidebar {
  border: 1px solid #45c203;
  color: #45c203;
  opacity: 1;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  margin-left: auto; }

header .navSidebar .area-profile a.btnLogoutSidebar {
  border: 1px solid #E6E9F0;
  color: #E6E9F0;
  opacity: 1;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  margin-left: auto; }

header .navSidebar .social div {
  flex: 1 1 0%; }

.navSidebar .section .social {
  margin-bottom: 3rem; }
  .navSidebar .section .social a {
    opacity: 1;
    background: #ffffff;
    padding: 0.5rem 0.2rem 0.8rem;
    text-align: center;
    height: 35px;
    width: 35px;
    border-radius: 9999px;
    display: block; }
    .navSidebar .section .social a img {
      height: 15px; }

@media (max-width: 767px) {
  header .navbar-info .logo {
    margin-right: auto; }
  .navSidebar {
    overflow-x: hidden;
    padding: 2.5rem; }
    .navSidebar .area-profile {
      padding: 2.5rem; } }

@media (max-width: 991px) {
  header .nav-show {
    display: none; }
  .headerUtility a:not(.btnSearch) .ico-money {
    font-size: 2rem; }
  header .btnMobile-icon {
    display: block;
    margin-right: 0.75rem;
    text-align: center; }
    header .btnMobile-icon.active {
      color: #45c203; }
    header .btnMobile-icon img {
      height: 2.5rem;
      width: 2.5rem; }
  header .logo img {
    height: 45px;
    width: auto; }
  header .hambMenu {
    padding-right: 1.5rem;
    padding-top: 0rem;
    cursor: pointer; }
  header .btnMobile-icon span {
    font-size: 1rem; }
  header #ricerca input {
    padding: 0.75rem; } }

@media (min-width: 992px) {
  header .navMenu {
    position: relative; }
    header .navMenu .submenu {
      position: absolute;
      top: 98%;
      left: 0;
      width: 100%;
      background: #24354D; }
      header .navMenu .submenu .col-menu {
        flex: 1 1 0%;
        padding: 1rem; } }

/* Quot carousel*/
#quotCarousel {
  font-family: "Mulish", sans-serif !important;
  color: #919aa6;
  position: relative;
  z-index: 1000;
  padding: 0.5rem 0 0.5rem;
  margin-top: 1rem; }
  #quotCarousel .header-eToro {
    padding: 0 1rem; }
  #quotCarousel .owl-stage {
    margin-top: 1.5rem; }
  #quotCarousel .titolo a {
    text-transform: uppercase;
    font-weight: 600;
    color: #919aa6;
    font-size: 1.25rem; }
  #quotCarousel .bid {
    color: #919aa6;
    font-size: 2rem; }
  #quotCarousel .changepct.up .pct {
    color: #45c203; }
  #quotCarousel .changepct.down .pct {
    color: #da5831; }
  #quotCarousel .itemQuotazione {
    padding: 0 1rem;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: -1rem; }
  #quotCarousel .changepct {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0.5rem; }
  #quotCarousel .pct {
    margin-top: auto;
    font-size: 1.25rem;
    margin-bottom: 0.25rem; }
  #quotCarousel .changepct.up .iconBid {
    background: url("../../money2017/assets/icon/quot_up.svg") no-repeat;
    height: 10px;
    width: 21px;
    background-size: contain;
    margin-left: auto; }
  #quotCarousel .changepct.down .iconBid {
    background: url("../../money2017/assets/icon/quot_down.svg") no-repeat;
    height: 10px;
    width: 20px;
    background-size: contain;
    margin-left: auto; }

@media (max-width: 1200px) {
  #quotCarousel {
    overflow-x: hidden; } }

@media (min-width: 1200px) {
  #quotCarousel {
    position: relative;
    width: 860px; }
    #quotCarousel .owl-carousel {
      padding-right: 130px;
      position: static; }
    #quotCarousel .owl-nav {
      position: absolute;
      top: -9px;
      left: 0;
      right: 0; }
    #quotCarousel .owl-theme .owl-nav .owl-next, #quotCarousel .owl-theme .owl-nav .owl-prev {
      display: block !important; }
    #quotCarousel .owl-nav [class*=owl-] {
      background: #E6E9F0;
      color: #919aa6;
      border-radius: 9999px;
      height: 3.5rem;
      width: 3.5rem;
      padding-top: 8px;
      padding-left: 8px;
      position: absolute; }
    #quotCarousel .owl-nav .owl-prev {
      left: -45px; }
    #quotCarousel .owl-nav .owl-next {
      right: -45px; } }

/*menu quotazioni */
.menuQuotazioni {
  background: #E6E9F0;
  padding: 0.5rem;
  overflow-x: auto;
  margin: 1rem 1.5rem;
  border-radius: 9999px; }
  .menuQuotazioni a {
    padding: 0.5rem 0.5rem;
    color: #24354D;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 9999px;
    white-space: nowrap;
    margin-right: 0.25rem; }
    .menuQuotazioni a.active, .menuQuotazioni a:hover {
      background: rgba(0, 0, 0, 0.05); }
  .menuQuotazioni .btnTrading {
    background: #c7ecb3;
    color: #45c203;
    font-size: 1.25rem;
    border-radius: 9999px;
    padding-left: 1rem;
    padding-right: 1.5rem;
    text-transform: uppercase; }
    .menuQuotazioni .btnTrading:hover {
      background: #a2e081; }
    .menuQuotazioni .btnTrading img {
      margin-right: 0.5rem; }

.specialeSezione {
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 15px 0; }
  .specialeSezione .footerSpeciale {
    margin-top: 1.5rem;
    clear: both;
    padding: 1rem; }
    .specialeSezione .footerSpeciale p {
      font-weight: 700; }

#specialenen .specialeSezione {
  border: 4px solid #122efa; }
  #specialenen .specialeSezione .footerSpeciale {
    background: #122efa; }
    #specialenen .specialeSezione .footerSpeciale p {
      color: #fff; }

.sondaggioSingolo {
  font-family: 'Mulish', sans-serif !important; }
  .sondaggioSingolo h1 {
    font-family: 'Mulish', sans-serif !important;
    font-weight: 800; }
  .sondaggioSingolo > p {
    font-size: 1.8rem; }
  .sondaggioSingolo .item {
    margin-top: 2.5rem;
    border-radius: 9999px;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    background: #E6E9F0;
    position: relative;
    overflow: hidden;
    z-index: 0; }
    .sondaggioSingolo .item span {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background: #d3d6db;
      z-index: -1; }
      .sondaggioSingolo .item span.successVote {
        background: #c7ecb3; }
    .sondaggioSingolo .item img {
      margin-right: 15px;
      border-radius: 9999px; }
    .sondaggioSingolo .item p {
      margin-bottom: 0; }

.blockControlSession {
  display: flex;
  align-items: center; }
  .blockControlSession .ico-money {
    font-size: 5rem;
    padding: 2rem 2rem;
    color: #d3d6db;
    border: 3px solid #d3d6db;
    border-radius: 9999px;
    margin-right: 2rem; }
  .blockControlSession p {
    font-size: 2.5rem;
    line-height: 1.3;
    color: #2b2e31; }
  .blockControlSession .btn {
    margin-top: 1.5rem;
    display: inline-block;
    border-radius: 9999px;
    padding: 0.8rem 2.5rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
    .blockControlSession .btn:hover {
      color: #ffffff; }

@media (max-width: 768px) {
  .sondaggioSingolo h1 {
    font-size: 3rem;
    line-height: 1.2; }
  .blockControlSession .ico-money {
    font-size: 4rem;
    padding: 1.5rem 1.5rem;
    margin-right: 1.5rem; }
  .blockControlSession p {
    font-size: 1.8rem; } }

.nuoveSezioni {
  font-family: "Mulish", sans-serif !important; }
  .nuoveSezioni .logoSezione {
    margin: 1rem 0; }
    .nuoveSezioni .logoSezione img {
      height: 45px;
      margin: auto; }
  .nuoveSezioni .menuSezione {
    position: relative;
    margin: 1rem 1.5rem; }
    .nuoveSezioni .menuSezione::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1px;
      width: 15px;
      border-left: 20px solid #ffffff;
      border-bottom: 45px solid transparent; }
    .nuoveSezioni .menuSezione::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 15px;
      right: -1px;
      border-left: 20px solid transparent;
      border-bottom: 45px solid #ffffff; }
    .nuoveSezioni .menuSezione > div {
      padding: 0 0.8rem;
      overflow-x: auto; }
    .nuoveSezioni .menuSezione a {
      padding: 1.3rem 2rem;
      font-size: 1.25rem;
      font-weight: 500;
      border-radius: 9999px;
      white-space: nowrap;
      margin-right: 0.25rem;
      color: #ffffff;
      text-transform: uppercase;
      position: relative;
      z-index: 1; }
      .nuoveSezioni .menuSezione a::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        transform: skew(-23deg);
        transition: all ease-in-out 0.3s; }
      .nuoveSezioni .menuSezione a.active::before, .nuoveSezioni .menuSezione a:hover::before {
        background: rgba(255, 255, 255, 0.15);
        transition: all ease-in-out 0.3s; }
  .nuoveSezioni .newsPattern {
    position: relative; }
    .nuoveSezioni .newsPattern::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      height: 100%; }
  .nuoveSezioni #newsEvidenza {
    margin-top: 1.5rem; }
    .nuoveSezioni #newsEvidenza .owl-stage-outer {
      padding: 2rem 0; }
    .nuoveSezioni #newsEvidenza .owl-item:not(.center) {
      transform: scale(0.8, 0.8) !important;
      transition: all .3s ease-in; }
      .nuoveSezioni #newsEvidenza .owl-item:not(.center) a .titolo {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .nuoveSezioni #newsEvidenza .owl-item {
      transition: all .3s ease-in;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
      max-width: 650px; }
      .nuoveSezioni #newsEvidenza .owl-item.active {
        margin-top: 0 !important; }
    .nuoveSezioni #newsEvidenza .relative {
      overflow: hidden; }
      .nuoveSezioni #newsEvidenza .relative::before {
        content: "";
        position: absolute;
        bottom: -28px;
        left: 0;
        right: 0;
        height: 50px;
        background: #ffffff;
        transform: skewY(3deg); }
    .nuoveSezioni #newsEvidenza .titoloCarosello {
      background: #ffffff;
      margin-bottom: 0;
      padding: 0 2rem 3rem 4rem; }
      .nuoveSezioni #newsEvidenza .titoloCarosello a {
        color: #24354D;
        padding-left: 1.5rem;
        display: block; }
        .nuoveSezioni #newsEvidenza .titoloCarosello a .tagSezione {
          text-transform: uppercase;
          font-weight: 700; }
        .nuoveSezioni #newsEvidenza .titoloCarosello a .titolo {
          font-size: 3rem;
          font-weight: 700;
          display: block; }
        .nuoveSezioni #newsEvidenza .titoloCarosello a:hover {
          text-decoration: none; }
  .nuoveSezioni #videoCarousel {
    margin-top: 1.5rem; }
    .nuoveSezioni #videoCarousel.owl-theme .owl-nav [class*=owl-]:hover {
      background: none !important; }
    .nuoveSezioni #videoCarousel .owl-nav {
      position: absolute;
      top: 70%;
      left: 33%;
      right: 33%;
      font-size: 5rem;
      color: #ffffff; }
    .nuoveSezioni #videoCarousel .owl-stage-outer {
      padding: 2rem 0;
      max-height: 350px; }
    .nuoveSezioni #videoCarousel .owl-item:not(.center) {
      transform: scale(0.8, 0.8) !important;
      transition: all .3s ease-in; }
    .nuoveSezioni #videoCarousel .owl-item {
      max-width: 400px;
      text-align: center; }
      .nuoveSezioni #videoCarousel .owl-item img {
        margin-bottom: 1.5rem; }
      .nuoveSezioni #videoCarousel .owl-item .titolo {
        font-weight: 700;
        color: #24354D;
        margin-bottom: 1rem; }
      .nuoveSezioni #videoCarousel .owl-item .news-data {
        display: none;
        color: #ffffff; }
      .nuoveSezioni #videoCarousel .owl-item.center {
        margin-top: 0;
        position: relative;
        z-index: 1; }
        .nuoveSezioni #videoCarousel .owl-item.center::before {
          content: "";
          width: 110%;
          height: 100%;
          position: absolute;
          bottom: -15px;
          left: -15px;
          right: -15px;
          z-index: -1; }
        .nuoveSezioni #videoCarousel .owl-item.center img {
          border: 4px solid #ffffff;
          max-width: 350px;
          margin-right: auto;
          margin-left: auto; }
        .nuoveSezioni #videoCarousel .owl-item.center .titolo {
          color: #ffffff; }
        .nuoveSezioni #videoCarousel .owl-item.center .news-data {
          display: block; }
  .nuoveSezioni .titoloSezione-divider {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.4rem;
    position: relative; }
    .nuoveSezioni .titoloSezione-divider.small {
      font-size: 1.8rem; }
    .nuoveSezioni .titoloSezione-divider .titolo-divider {
      margin-bottom: 0;
      padding: 0 1.5rem 0 0;
      background: #ffffff;
      position: relative;
      z-index: 1;
      display: inline-block; }
    .nuoveSezioni .titoloSezione-divider::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 8px;
      width: 100%;
      height: 39%;
      z-index: -1; }
  .nuoveSezioni .newsMedium {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; }
    .nuoveSezioni .newsMedium::before {
      content: "";
      height: 4px;
      width: 30%;
      position: absolute;
      bottom: 0;
      left: 35%; }
    .nuoveSezioni .newsMedium img {
      margin: auto; }
    .nuoveSezioni .newsMedium .titolo {
      font-weight: 700;
      text-align: center;
      font-size: 1.5rem; }
      .nuoveSezioni .newsMedium .titolo a {
        color: #24354D; }
  .nuoveSezioni .newsBig {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; }
    .nuoveSezioni .newsBig::before {
      content: "";
      height: 4px;
      width: 30%;
      position: absolute;
      bottom: 0;
      left: 35%; }
    .nuoveSezioni .newsBig .titolo {
      font-weight: 700;
      text-align: center;
      font-size: 2.2rem; }
      .nuoveSezioni .newsBig .titolo a {
        color: #24354D; }
  .nuoveSezioni .news-data {
    text-align: center;
    color: #919aa6;
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem; }
  .nuoveSezioni .patternVideo .imagePattern {
    width: 100%;
    max-width: 450px;
    height: 300px;
    margin: auto; }
  .nuoveSezioni .newsHorizontal-medium {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem; }
    .nuoveSezioni .newsHorizontal-medium .logoArticolo {
      max-width: 200px;
      height: auto;
      margin-right: 1rem; }
    .nuoveSezioni .newsHorizontal-medium .titolo {
      font-size: 2rem;
      font-weight: 700; }
      .nuoveSezioni .newsHorizontal-medium .titolo a {
        color: #24354D; }
    .nuoveSezioni .newsHorizontal-medium > div p {
      color: #39495e; }
    .nuoveSezioni .newsHorizontal-medium .img-circle {
      margin-right: 1.5rem; }
    .nuoveSezioni .newsHorizontal-medium .nomeAutore {
      font-weight: 700;
      color: #24354D;
      margin-bottom: 0; }
    .nuoveSezioni .newsHorizontal-medium .news-data {
      margin: 0;
      text-align: left; }
  .nuoveSezioni .sezioneParent ul {
    padding: 0; }
    .nuoveSezioni .sezioneParent ul li {
      display: inline-block;
      margin-right: 0; }
      .nuoveSezioni .sezioneParent ul li.currentSection {
        text-transform: uppercase;
        position: relative;
        padding: 0.3rem 1.8rem 0.3rem 2.5rem; }
        .nuoveSezioni .sezioneParent ul li.currentSection::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: -1px;
          width: 15px;
          border-left: 20px solid #ffffff;
          border-bottom: 45px solid transparent; }
        .nuoveSezioni .sezioneParent ul li.currentSection::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          width: 15px;
          right: -1px;
          border-left: 20px solid transparent;
          border-bottom: 45px solid #ffffff; }
        .nuoveSezioni .sezioneParent ul li.currentSection a {
          color: #ffffff; }
  .nuoveSezioni .sezioneParent img {
    height: 30px;
    width: auto; }
  .nuoveSezioni .subSection a:first-child {
    margin-top: 1rem; }
  .nuoveSezioni .subSection a {
    color: #24354D;
    font-weight: 700;
    padding: 1rem; }
  .nuoveSezioni .subSection span {
    margin-left: auto;
    font-weight: 300; }
  .nuoveSezioni.articoloSezione .texte a {
    font-weight: bold;
    text-decoration: none !important; }
  .nuoveSezioni.articoloSezione h1 {
    font-weight: 800;
    font-family: "Mulish", sans-serif !important;
    margin-bottom: 2.5rem;
    font-size: 3.5rem;
    line-height: 1.3; }
  .nuoveSezioni.articoloSezione h2 {
    font-family: "Mulish", sans-serif !important;
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    line-height: 1.6; }
  .nuoveSezioni.articoloSezione h3.spip {
    font-family: "Mulish", sans-serif !important;
    position: relative;
    padding-left: 1.7rem;
    overflow: hidden; }
    .nuoveSezioni.articoloSezione h3.spip::before {
      content: "";
      width: 4px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 5px;
      transform: skew(-15deg); }
  .nuoveSezioni.articoloSezione .utilityInfo {
    font-size: 1.3rem;
    text-align: left; }
    .nuoveSezioni.articoloSezione .utilityInfo .ico-money {
      font-size: 1.6rem; }
    .nuoveSezioni.articoloSezione .utilityInfo div {
      margin-right: 0.5rem;
      margin-bottom: 0.5rem; }
      .nuoveSezioni.articoloSezione .utilityInfo div img {
        margin-right: 0.5rem;
        height: 30px;
        width: 30px; }
      .nuoveSezioni.articoloSezione .utilityInfo div .nomeAutore {
        font-weight: 700;
        color: #24354D;
        display: block;
        margin-right: 0.5rem; }

.evo-adv-skin .nuoveSezioni #videoCarousel .owl-nav {
  left: 30%;
  right: 34%; }

@media (max-width: 767px) {
  .nuoveSezioni #newsEvidenza .owl-item {
    max-width: 300px; }
  .nuoveSezioni #newsEvidenza .titoloCarosello {
    padding: 0 1rem 2rem 3rem; }
    .nuoveSezioni #newsEvidenza .titoloCarosello a .tagSezione {
      font-size: 1.2rem; }
    .nuoveSezioni #newsEvidenza .titoloCarosello a .titolo {
      font-size: 1.8rem; }
  .nuoveSezioni .newsBig .titolo, .nuoveSezioni .newsMedium .titolo {
    font-size: 2.2rem; }
  .nuoveSezioni .newsHorizontal-medium .logoArticolo {
    margin-bottom: 1.5rem;
    max-width: 100%;
    height: auto; }
  .nuoveSezioni.articoloSezione h1 {
    font-size: 2.5rem; }
  .nuoveSezioni.articoloSezione h2 {
    font-size: 1.6rem; }
  .nuoveSezioni.articoloSezione .utilityInfo > div:first-child {
    flex: 1 1 0; } }

.sezione-269 .menuSezione > div {
  background: #42A0F1; }

.sezione-269 .titoloCarosello a {
  border-left: 4px solid #42A0F1; }
  .sezione-269 .titoloCarosello a .tagSezione {
    color: #42A0F1; }

.sezione-269 .titoloSezione-divider::before {
  background-image: repeating-linear-gradient(-60deg, #fff, #fff 5px, #42A0F1 3px, #42A0F1 7px); }

.sezione-269 .newsMedium::before, .sezione-269 .newsBig::before {
  border-bottom: 4px solid #42A0F1; }

.sezione-269 .bg-primary-section {
  background: #42A0F1; }

.sezione-269 .newsPattern::before {
  content: "";
  background: url("../assets/pattern/banda-lifestyle-90.png") no-repeat;
  background-size: cover; }

.sezione-269 #videoCarousel .owl-item.center::before {
  background: url("../assets/pattern/video-lifestyle.png") no-repeat;
  background-size: contain;
  background-position: bottom; }

.sezione-269 .newsHorizontal-medium {
  border-bottom: 4px solid #42A0F1; }

.sezione-269 .sezioneParent ul li.currentSection {
  background: #42A0F1; }

.sezione-269 .sezioneParent ul .sezioneParent ul li.currentSection {
  background: #7CCF20; }

.sezione-269 .subSection a {
  transition: all ease-in-out .3s; }
  .sezione-269 .subSection a.active, .sezione-269 .subSection a:hover {
    background: #E2EFFD;
    transition: all ease-in-out .3s; }

.sezione-269.articoloSezione .texte a:not(.btn) {
  color: #42A0F1; }

.sezione-269.articoloSezione h3.spip::before {
  background: #42A0F1; }

.sezione-277 .menuSezione > div {
  background: #7CCF20; }

.sezione-277 .titoloCarosello a {
  border-left: 4px solid #7CCF20; }
  .sezione-277 .titoloCarosello a .tagSezione {
    color: #7CCF20; }

.sezione-277 .titoloSezione-divider::before {
  background-image: repeating-linear-gradient(-60deg, #fff, #fff 5px, #7CCF20 3px, #7CCF20 7px); }

.sezione-277 .newsMedium::before, .sezione-277 .newsBig::before {
  border-bottom: 4px solid #7CCF20; }

.sezione-277 .bg-primary-section {
  background: #7CCF20; }

.sezione-277 .newsPattern::before {
  content: "";
  background: url("../assets/pattern/banda-green-90.png") no-repeat;
  background-size: cover; }

.sezione-277 #videoCarousel .owl-item.center::before {
  background: url("../assets/pattern/video-green.png") no-repeat;
  background-size: contain;
  background-position: bottom; }

.sezione-277 .newsHorizontal-medium {
  border-bottom: 4px solid #7CCF20; }

.sezione-277 .sezioneParent ul li.currentSection {
  background: #7CCF20; }

.sezione-277 .subSection a {
  transition: all ease-in-out .3s; }
  .sezione-277 .subSection a.active, .sezione-277 .subSection a:hover {
    background: #E9F5DC;
    transition: all ease-in-out .3s; }

.sezione-277.articoloSezione .texte a:not(.btn) {
  color: #7CCF20; }

.sezione-277.articoloSezione h3.spip::before {
  background: #7CCF20; }

.sezione-212 .menuSezione > div {
  background: #673B90; }

.sezione-212 .titoloCarosello a {
  border-left: 4px solid #673B90; }
  .sezione-212 .titoloCarosello a .tagSezione {
    color: #673B90; }

.sezione-212 .titoloSezione-divider::before {
  background-image: repeating-linear-gradient(-60deg, #fff, #fff 5px, #673B90 3px, #673B90 7px); }

.sezione-212 .newsMedium::before, .sezione-212 .newsBig::before {
  border-bottom: 4px solid #673B90; }

.sezione-212 .bg-primary-section {
  background: #673B90; }

.sezione-212 .newsPattern::before {
  content: "";
  background: url("../assets/pattern/banda-fintech-90.png") no-repeat;
  background-size: cover; }

.sezione-212 #videoCarousel .owl-item.center::before {
  background: url("../assets/pattern/video-fintech.png") no-repeat;
  background-size: contain;
  background-position: bottom; }

.sezione-212 .newsHorizontal-medium {
  border-bottom: 4px solid #673B90; }

.sezione-212 .sezioneParent ul li.currentSection {
  background: #673B90; }

.sezione-212 .sezioneParent ul .sezioneParent ul li.currentSection {
  background: #673B90; }

.sezione-212 .subSection a {
  transition: all ease-in-out .3s; }
  .sezione-212 .subSection a.active, .sezione-212 .subSection a:hover {
    background: #E6E1ED;
    transition: all ease-in-out .3s; }

.sezione-212.articoloSezione .texte a:not(.btn) {
  color: #673B90; }

.sezione-212.articoloSezione h3.spip::before {
  background: #673B90; }

main {
  margin-top: 120px; }
