/*new*/
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main_slider {
  position: relative;
}
.main_slider .slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.main_slider .slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.content-visore {
  position: relative;
  width: 96%;
  bottom: auto;
  color: #fff;
  margin: 0 2%;
  top: 0 !important;
}
.breadcrumb {
  position: absolute;
  width: 96%;
  top: 20px;
  color: #fff;
  margin: 0 2%;
  font-weight: bold;
  font-size: 12px;
}
.breadcrumb ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 4px;
}
.breadcrumb ul li {
  display: inline-block;
  margin-left: -4px;
  position: relative;
}
.breadcrumb ul li a {
  color: #fff;
  font-weight: 600;
  margin: 0 6px 0 0;
  font-size: 14px;
  text-decoration: underline;
}
.breadcrumb ul li {
  font-size: 14px;
}
.breadcrumb ul li a:hover {
  font-weight: 700;
}
.content-visore h1 {
  font-size: 34px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 600;
}
.content-visore h2 {
  font-weight: 600;
  font-size: 24px;
}
.content-visore small {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.btn-ico {
  width: 30px;
  height: 30px;
  float: left;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.btn-ico img {
  width: 30px;
  height: 30px;
  display: block;
}

.btn-ico .btn-ico-hover {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-isp53 a {
  font-size: 14px;
  width: 100% !important;
  height: 53px !important;
  line-height: 53px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 25px;
  word-wrap: normal;
  word-break: normal;
  color: #ffffff;
}
.btn-isp53 .video-modale {
  font-size: 14px;
  width: 100% !important;
  height: 53px !important;
  line-height: 53px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 25px;
  word-wrap: normal;
  word-break: normal;
  color: #ffffff;
  background-color: transparent;
  border: 0;
}

.btn-isp-green {
  background: #2b8804;
  border: 1px solid #2b8804;
}
.btn-isp53 {
  display: inline-block;
  height: 53px;
  margin: 0 10px 5px 0;
}
.block-titleText .block__button.col-2link .block__link {
  margin: 0 2%;
  width: 46%;
  float: left;
  display: inline;
}
.block-titleText .block__button .block__link .btn-isp53 .btn-text {
  height: auto !important;
  text-align: center !important;
  line-height: 15px !important;
  display: inline-block !important;
  color: #fff;
}
.text p {
  font-size: 16px;
}
.text-center {
  text-align: center;
}
.p-20 {
  padding: 20px;
}
.p-40 {
  padding: 40px;
}

.he-130 {
  height: 130px;
}

.sic-bg-agg {
  background-image: url(../img/people-cybersecurity-navigare-in-sicurezza-desktop.jpg);
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
.sic-bg-agg-white {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 4% 26%;
  padding: 1% 5%;
}

.bg-box-frode {
  background: url(../img/box-frode-telefono.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 493px;
  padding-top: 240px !important;
}
.bg-box-truffa-online {
  background: url(../img/box-truffa-online.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 493px;
  padding-top: 240px !important;
}
.bg-box-truffe-sentimentali {
  background: url(../img/box-truffe-sentimentali.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 493px;
  padding-top: 240px !important;
}
.card-sicurezza {
  display: flex;
  justify-content: center;
}
.visual-sicurezza {
  background: url(../img/Hero-minisito-mela-1440x484.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  .visual-sicurezza {
    background: url(../img/Hero-minisito-mela-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 690px) {
  .card-sicurezza {
    flex-direction: column;
  }
  .bg-box-frode {
    background: url(../img/box-frode-telefono-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-box-truffa-online {
    background: url(../img/box-truffa-online-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-box-truffe-sentimentali {
    background: url(../img/box-truffe-sentimentali-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .sic-bg-agg-white {
    margin: 4%;
  }
  .sic-bg-agg {
    background-position: right;
  }
}
.bg-slide-grey {
  background: #f8f8f8;
  padding: 20px 0 40px;
}
.bg-slide-lightblue {
  background: #f0f0f0;
  padding: 20px 20px 40px;
}
.bg-slide-grey h2,
.bg-slide-grey h3 {
  color: #2b8804;
  font-size: 28px;
  text-align: center;
}
.slide-content-block {
  padding: 0 20px;
}
.img-slide {
  margin: 20px auto;
  text-align: center;
}
.slick-slide .img-slide img {
  display: inline-block;
  padding: 25px;
  border-radius: 50%;
  /* width: 40px; */
  border: 1px solid #2b8804;
}
.slick-prev {
  left: 0 !important;
  width: 52px !important;
  height: 104px !important;
  background: url(../img/arrow-slide-prev.png) no-repeat !important;
  margin-left: 0;
}
.slick-next {
  right: 0 !important;
  width: 52px !important;
  height: 104px !important;
  background: url(../img/arrow-slide-next.png) no-repeat !important;
  margin-right: 0;
}
.slick-prev:before,
.slick-next:before {
  content: '' !important;
}
.slick-dots li button {
  color: transparent;
  opacity: 1;
}

.slick-dots li button:before {
  border: 0;
  width: 20px;
  height: 20px;
  background: url(../img/carousel-item.png) no-repeat 0 0;
  opacity: 1 !important;
  color: transparent !important;
}
.slick-dots li.slick-active button:before {
  border: 0;
  width: 20px;
  height: 20px;
  background: url(../img/carousel-active.png) no-repeat 0 0;
}

.page_title28 {
  font-size: 28px !important;
  line-height: 34px !important;
}
.page_title24 {
  font-size: 24px;
  line-height: 28px;
}
.page_title20 {
  font-size: 20px;
  line-height: 26px;
}
.page_text18 {
  font-size: 18px;
  line-height: 24px;
}
.page_text16 {
  font-size: 16px;
  line-height: 24px;
}
.page_text14 {
  font-size: 14px;
  line-height: 22px;
}
.page_text12 {
  font-size: 12px;
  line-height: 18px;
}
.page_text10 {
  font-size: 10px;
  line-height: 18px;
}
.page_green {
  color: #2b8804;
}
.page_gray {
  color: #4d4d4d;
}
.page_white {
  color: #ffffff;
}
.page_2boxgray {
  background-color: #f8f8f8;
  padding: 36px 35px 20px 35px;
  max-width: 44%;
  min-height: 240px;
  margin: 2% 3%;
}
.page_2boxgray h3 {
  font-weight: 600;
}
.page_2boxwhite {
  background-color: #ffffff;
  padding: 36px 35px 20px 35px;
  max-width: 44%;
  min-height: 240px;
  margin: 2% 3%;
}
.page_1boxwhite {
  background-color: #ffffff;
  padding: 36px 35px 20px 35px;
  width: 100%;
  max-width: 400px;
  float: none;
  min-height: 240px;
  margin: 2% auto;
}
.page_boxsingle {
  padding: 36px 35px 20px 35px;
  width: 100%;
  max-width: 800px;
  float: none;
  margin: 2% auto;
}
.page_1boxgray {
  background-color: #f8f8f8;
  padding: 36px 35px 20px 35px;
  width: 100%;
  max-width: 400px;
  float: none;
  margin: 2% auto;
}

.page_boxfullgray {
  background-color: #f8f8f8;
  padding: 36px 35px 20px 35px;
  min-height: 280px;
  margin: 2% 0;
}

.security-page_3boxwhite {
  max-width: 32%;
  min-height: 235px;
  margin: 10px 10px 10px 0;
  padding: 20px 0;
  background-color: #ffffff;
}

.bordo-destro {
  border-right: 1px solid #cccccc;
}
.bordo-sinistro {
  border-left: 1px solid #cccccc;
}

.page_pad20 {
  padding: 20px 10px;
}
.page_padbot20 {
  padding-bottom: 20px;
}
.page_cta_green {
  background-color: #2b8804;
  color: #ffffff !important;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  padding: 14px 10px;
  width: 170px;
  display: block;
  margin: 0px auto;
  text-decoration: none;
  border: 0;
}
.page_cta_green_inline {
  display: inline-block;
  width: auto;
  text-decoration: none !important;
  padding: 14px 30px;
  margin: 10px 0 0;
}
.page_cta_green:hover,
.btn-isp-green:hover {
  background-color: #323232;
  cursor: pointer;
}
.page_cta_freccia {
  color: #2b8804;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 10px;
  width: 170px;
  display: block;
  margin: 0px auto;
}
.page_cta_freccia:hover,
a.page_cta_freccia {
  color: #2b8804;
  cursor: pointer;
}
.bg-slide-grey small {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .page_2boxgray {
    background-color: #f8f8f8;
    padding: 36px 35px 20px 35px;
    width: 100%;
    max-width: 400px;
    float: none;
    min-height: 240px;
    margin: 2% auto;
  }
  .page_2boxwhite {
    background-color: #ffffff;
    padding: 36px 35px 20px 35px;
    width: 100%;
    max-width: 400px;
    float: none;
    min-height: 240px;
    margin: 2% auto;
  }

  .security-page_3boxwhite {
    max-width: 100%;
    padding: 20px;
  }

  .bordo-destro {
    border-right: 0px;
  }
  .bordo-sinistro {
    border-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .page_2boxgray {
    background-color: #f8f8f8;
    padding: 36px 35px 20px 35px;
    width: 100%;
    max-width: 400px;
    float: none;
    min-height: 240px;
    margin: 2% auto;
  }
  .page_2boxwhite {
    background-color: #ffffff;
    padding: 36px 35px 20px 35px;
    width: 100%;
    max-width: 400px;
    float: none;
    min-height: 240px;
    margin: 2% auto;
  }

  .bordo-destro {
    border-right: 0px;
  }
  .bordo-sinistro {
    border-left: 0px;
  }
}

.modal-backdrop.in {
  z-index: 0;
}

/* Limita la larghezza massima del dialogo al 90% della viewport */
.modal-dialog {
  max-width: 90%;
  margin: 1.75rem auto; /* mantiene il margin verticale */
}

/* Limita l’altezza massima e abilita lo scroll interno */
.modal-content {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

/* Il body scorre se il contenuto eccede */
.modal-body {
  overflow-y: auto;
  flex: 1 1 auto;
  padding: 1rem;
}
/*video*/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe,
.videoWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.title {
  color: #2b8804;
  font-size: 28px;
  text-align: center;
  text-transform: inherit;
  letter-spacing: 0;
}

.ul-custom-check {
  list-style-position: inside;
}
.ul-custom-check li {
  background: url('../img/ico-ul.png') no-repeat 0 0;
  padding-left: 30px;
  margin-bottom: 20px;
  min-height: 20px;
  list-style-type: none;
  font-size: 16px;
}
.ul-custom-check li strong {
  color: #2b8804;
  display: block;
}

.imagefull {
  width: 100%;
}

/*loris*/
/*PAGINA HUB SICUREZZA*/

a.site-btn:hover {
  background-color: #323232;
  text-decoration: none;
}
.site-btn:hover {
  background-color: #323232;
  text-decoration: none;
}

.sic_titolo {
  font-size: 26px;
  text-align: center;
  padding: 40px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  line-height: 33px;
  position: relative;
  top: 90px;
  margin: 0 0 10px;
}
.sic_sub {
  font-size: 14px;
  text-align: center;
  padding: 20px;
  display: block;
  color: #ffffff;
  position: relative;
  color: #ffffff;
  bottom: -50px;
  min-height: 120px;
  font-weight: 600;
}
.sic_cta {
  text-align: center;
  padding: 50px;
  display: block;
  position: relative;
  bottom: -10px;
}
.sic_icon {
  text-align: center;
  display: block;
  margin: 0px auto;
  padding-top: 20px;
}
.sic_bg_1 {
  background: url('../img/schedina-frodi-online.jpg') no-repeat 0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.sic_bg_2 {
  background: url('../img/schedina-difendersi-dal-phishing-bancario.jpg')
    no-repeat 0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.sic_bg_3 {
  background: url('../img/schedina-difendersi-dalle-frodi-online.jpg') no-repeat
    0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.sic_bg_4 {
  background: url('../img/schedina-malware.jpg') no-repeat 0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.sic_bg_5 {
  background: url('../img/schedina-muling.jpg') no-repeat 0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.sic_bg_6 {
  background: url('../img/schedina-truffe-sentimentali.jpg') no-repeat 0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.sic_bg_7 {
  background: url('../img/schedina-truffe-aziende.jpg') no-repeat 0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.sic_bg_8 {
  background: url('../img/schedina-truffa-investimento.jpg') no-repeat 0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.sic_bg_9 {
  background: url('../img/schedina-truffe-acquisti-online.jpg') no-repeat 0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.sic_bg_10 {
  background: url('../img/schedina-cookies.jpg') no-repeat 0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.sic_bg_11 {
  background: url('../img/schedina-social-network.jpg') no-repeat 0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.sic_bg_12 {
  background: url('../img/schedina-entropia-password.jpg') no-repeat 0 0;
  background-size: cover;
  margin-bottom: 10px;
}
.minheight {
  min-height: 530px;
  padding-top: 90px;
}

/*PAGINA FAQ*/
.faq_titolo {
  font-size: 44px;
  text-align: center;
  padding: 50px;
  display: block;
}
.faq_link {
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  font-size: 14px;
}
a.faq_link {
  text-decoration: none;
  color: #000000;
}
.faq_conainer {
  border-bottom: 1px solid #b2b2b2;
  padding: 50px 0;
}
.faq_conainer h2 {
  font-size: 24px;
  line-height: 28px;
}
.faq_boxsx {
  padding: 0px 50px 0px 40px;
}
.faq_boxdx {
  border-left: 1px solid #e7e7e7;
  padding: 0px 0px 55px 20px;
}

/*PAGINA phishing-bancario*/
ul.phisban {
  margin: 0px;
}
ul.phisban li {
  background: url(../img/check.png) no-repeat 0 0;
  list-style-type: none;
  padding-left: 12px;
  margin-bottom: 20px;
  min-height: 20px;
  line-height: 24px;
}
.page_3boxwhite_phi {
  background-color: #ffffff;
  padding: 36px 15px 20px 15px;
  min-height: 200px;
  margin: 2% 1%;
}

.page_3boxwhite {
  background-color: #ffffff;
  padding: 36px;
  max-width: 33%;
  min-height: 380px;
  margin: 2% 0;
}
.page_border {
  border-right: 1px solid #e7e7e7;
}

/*PAGINA strumenti aumentare sicurezza */
.page_3boxgray {
  background-color: #f8f8f8;
  padding: 20px 10px;
  width: 31%;
  min-height: 260px;
  margin: 2% 1%;
}

.page_3boxgray_bottom {
  background-color: #f8f8f8;
  padding: 60px 10px;
  width: 31%;
  min-height: 260px;
  margin: 2% 1%;
}

.ul-listgenerico {
  list-style-position: inside;
}
.ul-listgenerico li {
  background: url('../img/tratto.jpg') no-repeat 0 0;
  background-position-y: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
  min-height: 20px;
  list-style-type: none;
}

.ul-listnumerico {
  list-style-type: decimal;
}
.ul-listnumerico li {
  padding-left: 5px;
  margin-bottom: 20px;
  min-height: 20px;
  list-style-type: decimal;
}

/*PAGINA frodi online*/
.card-link {
  padding: 0px 40px;
  width: 100%;
  display: block;
  text-align: left;
  border: 0;
}

.card-link {
  color: #333333;
  text-decoration: none;
}
a.card-link:hover,
a.card-link:visited {
  color: #333333;
  text-decoration: none;
}
a.card-link:linked,
a.card-link:active {
  color: #333333;
  text-decoration: none;
}
.card-link-cont {
  font-size: 24px;
  text-decoration: none;
  padding: 20px;
  background-color: #f8f8f8;
  border-top: 1px solid #d9d9d9;
  display: block;
}
.card-link.collapsed {
  min-height: 40px;
  width: 100%;
  text-decoration: none;
  background: url(../img/ico_tab_giu.png) right no-repeat !important;
}
.card-link:not(.collapsed) {
  min-height: 40px;
  text-decoration: none;
  background: url(../img/ico_tab_su.png) right no-repeat !important;
}

@media screen and (max-width: 992px) {
  .page_2boxgray {
    background-color: #f8f8f8;
    padding: 36px 35px 20px 35px;
    width: 100%;
    max-width: 400px;
    float: none;
    min-height: 240px;
    margin: 2% auto;
  }
  .page_2boxwhite {
    background-color: #ffffff;
    padding: 36px 35px 20px 35px;
    width: 100%;
    max-width: 400px;
    float: none;
    min-height: 240px;
    margin: 2% auto;
  }
  /*PAGINA strumenti aumentare sicurezza */
  .page_3boxgray {
    background-color: #f8f8f8;
    padding: 20px 10px;
    width: 31%;
    min-height: 260px;
    margin: 2% 1%;
    display: inline-table;
  }

  /*PAGINA FAQ*/
  .faq_boxsx {
    padding: 0px 50px 0px 50px;
  }
  .faq_boxdx {
    padding: 0px 50px 55px 50px;
    border: 0px;
  }
  /*PAGINA phishing-bancario*/
  .page_3boxwhite {
    background-color: #ffffff;
    padding: 36px 15px 20px 15px;
    width: 98%;
    height: auto;
    display: block;
  }
  .page_3boxwhite_phi {
    background-color: #ffffff;
    padding: 36px 15px 36px 15px;
    width: 98%;
    min-height: auto;
    margin: 2% 1%;
  }
  /*PAGINA come-comunichiamo*/
  .page_3boxwhite {
    background-color: #ffffff;
    padding: 36px;
    width: 100%;
    min-height: auto;
    margin: 0px;
  }
  .page_border {
    border-bottom: 1px solid #e7e7e7;
    border-right: 0px;
  }
  .page_3boxgray_bottom {
    background-color: #f8f8f8;
    width: 100%;
    min-height: 120px;
    margin: 2% auto;
  }
  .nomob {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page_2boxgray {
    background-color: #f8f8f8;
    padding: 36px 35px 20px 35px;
    width: 100%;
    max-width: 400px;
    float: none;
    min-height: 240px;
    margin: 2% auto;
  }
  .page_2boxwhite {
    background-color: #ffffff;
    padding: 36px 35px 20px 35px;
    width: 100%;
    max-width: 400px;
    float: none;
    min-height: 240px;
    margin: 2% auto;
  }
  /*PAGINA strumenti aumentare sicurezza */
  .page_3boxgray {
    background-color: #f8f8f8;
    padding: 20px 10px;
    width: 100%;
    min-height: auto;
    margin: 2% auto;
  }
  .page_3boxgray_bottom {
    background-color: #f8f8f8;
    width: 100%;
    min-height: 120px;
    margin: 2% auto;
  }
}

.footer .main-links .menu-link .title {
  text-align: left;
  color: #000000;
}

.sanpaolo-body .logo {
  width: 28%;
  max-width: 280px;
}
.sanpaolo-body .footer .intro .logo {
  width: 220px;
}

.menu-primo {
  background: #2b8804;
}

.menu-primo .links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu-primo .links ul li {
  text-align: center;
  border-left: 1px solid #95c482;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.menu-primo .links ul li.first {
  border-left: none;
}

.menu-primo .links a {
  width: 100%;
  display: block;
  font-size: 12px;
  padding: 10px 12px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.menu-primo .links a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

.menu-primo .links .active a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 900px) {
  .menu-primo .links ul li {
    padding: 0 15px;
  }
}

@media (min-width: 1100px) {
  .menu-primo .links ul li {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .menu-primo .links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-primo .links ul li {
    flex: 1 1 48%;
    border-left: none;
    margin-bottom: 10px;
  }
  .menu-primo .links ul li:last-child {
    margin-bottom: 0;
  }

  .menu-primo .links a {
    font-size: 14px;
    padding: 12px;
    background: #2b8804;
    border-radius: 4px;
  }
}
