/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}

.lingua {
  position: relative;
  z-index: 111;
  width: 160px;
}

.sp-menu-item.sp-has-child {
  color: #020480;
}
.mt-5 {
  margin-top: 3rem !important;
}
.indirizzi-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  width: 100%;
  margin: 0 auto;
}
.card-indirizzo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.scientifico-text {
  color: #020480;
  font-size: 1rem !important;
}
.card-liceo {
  background-image: -webkit-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/liceo-classico.jpg);
  background-image: -moz-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/liceo-classico.jpg);
  background-image: -ms-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/liceo-classico.jpg);
  background-image: -o-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/liceo-classico.jpg);
  background-image: linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/liceo-classico.jpg);
  background-size: cover;
  background-position: center;
}  

.card-liceo::before {
  background: rgba(0, 0, 0, 0.8);
}


.card-infanzia {
  background-image: -webkit-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/infanzia.jpg);
  background-image: -moz-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/infanzia.jpg);
  background-image: -ms-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/infanzia.jpg);
  background-image: -o-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/infanzia.jpg);
  background-image: linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/infanzia.jpg);
  background-size: cover;
  background-position: center;
}
.card-primaria {
  background-image: -webkit-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/primaria.jpg);
  background-image: -moz-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/primaria.jpg);
  background-image: -ms-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/primaria.jpg);
  background-image: -o-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/primaria.jpg);
  background-image: linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/primaria.jpg);
  background-size: cover;
  background-position: center;
}
.card-secondaria {
  background-image: -webkit-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/secondaria.jpg);
  background-image: -moz-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/secondaria.jpg);
  background-image: -ms-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/secondaria.jpg);
  background-image: -o-linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/secondaria.jpg);
  background-image: linear-gradient(top left, rgba(0,0,0, 0.3), rgba(0, 0, 0, 0.4)), url(/images/secondaria.jpg);
  background-size: cover;
  background-position: center;
}
.card-indirizzo {
  aspect-ratio: 1/1;
  width: 255px;
  background-color: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 30px;
  color: white;
  padding: 10px 10px 15px 10px;
}
.btn-indirizzo p {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}
.btn-indirizzo {
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.btn-indirizzo:hover {
  background-color: #bdbdbd;
  transition: all 0.3s ease;
}
.text-center {
  text-align: center !important;
  font-size: 1.1rem ;
}
.card-indirizzo p {
  margin: 0;
}
.indirizzo-text {
  font-size: 0.8rem;
  margin: 0;
}

/*** Header Area ***/
/* Top Header */
#sp-top-bar {
    padding: 20px 0;
}

#mod-custom159 {
  position: relative;
  z-index: 999;
  max-width: 450px;
  min-width: 450px;
 
}

#mod-custom149 {
  position: relative;
  z-index: 111;
}

.scuola {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: -5px 0 0 0;
  height: auto;
}

.decreto-wrapper {
  border-radius: var(--fd-border-radius-small);
  box-shadow: 0px 4px 15px 0px #00000020;
  display: inline-block;
  padding: 0.75rem 1rem;
  width: auto;
}

.decreto {
  background: url(https://sisinternational.net/images/logo.avif) top left no-repeat;
  background-size: 60px 60px;
  float: left;
  font-size: 10px;
  line-height: 13px;
  height: 50px;
  margin: 3px 0 0 0;
  padding: 3px 0 0 60px;
  text-transform: uppercase;
  width: 250px;
}

.decreto {
  float: none;
  margin: 0;
  width: auto;
  height: auto;
}

.decreto span {
  color: #8c0000;
}

.decreto {
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
}

.topbar-contatti {
  margin-top: 10px;
  Font-size: 16px;
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-self: center;
}

.btn.btn-default {
  background: #020480;
  color: #fff;
  border-radius: 8px;
  margin-top: 25px;
  font-weight:600;
}

.btn.btn-pargol {
  border: 2px solid #020480;
  border-radius: 8px;
  margin-top: 25px;
  font-weight:600;
}

.topbar-contatti .glyphicon-earphone, .topbar-contatti .glyphicon-envelope {
  font-size: 15px;
  margin-bottom: 2px;
}

.social-icons img {
  border-radius: 8px;
}

.social-icons a {
  padding-right: 6px;
}

.social-icons {
  display: flex;
  margin-top:-4px;

}

#mod-custom152 {
  position: relative;

  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-left: -180px;
  z-index: 111;
  width: 450px;
}
  
}

#sp-position3 {
  position: relative;
  z-index: 999;
  height: 90px;
}

#sp-top {
  margin-top: -115px !important;
}

#mod-custom150 {
  margin-top: -6px;
}

#sp-title {
  display: flex;
  justify-content: center;
  height: 54px;
  background: #020480;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  margin-top: 15px;
  font-weight: 600;
}

#sp-top-2 {
  display: flex;
  justify-content: center;
  height: 54px;
  background: #020480;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}

.sp-megamenu-parent {
  font-weight: 600;
  font-size: 16px;
}

/* Header Menu */
#sp-header {
    max-width: 1280px;
    margin: 0 auto;
	background: transparent;
	margin-top: 2px;
 

}

.sp-megamenu-wrapper.d-flex {
  margin-top: 80px;
}


.article-details .article-ratings-social-share {
	padding: 0;
  }

#sp-header-topbar {
  background: #053f81;
	opacity: 0.6;
  color: #ffffff;

}

#sp-header.lg-header .logo {
  display: none !important;
}

#sp-header.header-sticky {
    position: fixed;
  	max-width: 100%;
    margin: 0 auto;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: #020480;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #000;
}

/* Title */
#sp-title .sp-page-title {
    padding-top: 70px!important;
}

/* About */
.about .sppb-row > div:nth-child(2n) {
 	background-image: linear-gradient(0deg,#0a233b 0%,#1a3550 50%,#0a233b 100%);
}
.about-item .sppb-addon-text {
	color: #fff;
}


#sp-top-bar {
	position: relative;
	background: transparent;
	color: #fff;

  }



  .sp-contact-info li {
	font-size: 120%;
	color: #fff;
  }
  .blur-up {
	margin-left: 15px;
  }
  .didattica	{
	min-height: 200px;
  }
  .nostra	{
	border-top: solid 2px #fff;
  }
  .nuovo-approccio	{
	height: 50%;
  }
  #sp-left .sp-module, #sp-right .sp-module {
	margin-top: 80px !important;
	margin-left: 100px;
	font-weight: 400;
	font-size: 18px;
  }
 
.styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(2,4,128);
  background-image: linear-gradient(
    to top left,
    rgb(0 0 0 / 0.2),
    rgb(0 0 0 / 0.2) 30%,
    rgb(0 0 0 / 0)
  );
  box-shadow:
    inset 2px 2px 3px rgb(255 255 255 / 0.6),
    inset -2px -2px 3px rgb(0 0 0 / 0.6);
}

.styled:hover {
  background-color: red;
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgb(255 255 255 / 0.6),
    inset 2px 2px 3px rgb(0 0 0 / 0.6);
}
