/**
* Template Name: DOCENTI - v1.0
* Author: Thespacesm.com
*/

/* Aggiungiamo Google Fonts Montserrat, Open Sans, Nunito, Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*--------------------------------------------------------------
# Text
--------------------------------------------------------------*/
.txt-white { color: #ffffff !important; }
.txt-dark { color: #3f3b3b !important; }
@media (max-width: 480px) {
  .txt-dark-xs { color: #3f3b3b !important; }
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
header.fixed-top {
  background: #fff;
}
a {
  color: #374B5F;
  text-decoration: none;
}

a:hover {
  color: #B21E4B;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
}
button[type="submit"]:hover, 
input[type="submit"]:hover {
  background: #142029 !important;
}
a.button-inizia:hover {
  background: #142029 !important;
}
a.button-acquista:hover {
  background: #87173A !important;
}
a.button-concorso:hover {
  background: #87173A !important;
}
a.space-button {
  background: #b12854 !important;
  padding: 8px 50px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  position: relative;
  bottom: 0;
  margin: 0 auto;
/*   transition: 0.3s; */
  cursor: pointer;
}
a.space-button:hover {
  background: #87173A !important;
}

a.btn-read-more span {
  color: #344A5F;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 8px 8px 10px;
  position: relative;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
/*   transition: 0.3s; */
  transition: none;
  width: 100%;
  text-align: center;
}
a.btn-read-more span.w-auto {
  width: auto;
}
a.btn-read-more:hover span {
  background: #344A5F !important;
  border: 1px solid #344A5F !important;
  color: #fff;
  border: 1px solid #344A5F;
/*   transition: 0.3s; */
  transition: none;
}
a.btn-read-more .plus {
  padding: 8px 35px 8px 10px !important;
}
a.btn-read-more.cloned span.minus {
  width: 200px !important;
  padding: 10px 15px;
  background: #E3EBF2;
  top: 10px;
  position: relative;
  border-radius: 6px 6px 0px 0px;
  border: none;
}
a.btn-read-more.cloned {
  position: relative;
  z-index: 9;
  top: 0;
  opacity: 1;
  display: block !important;
  width: 130px;
  height: 50px;
  margin: 0 auto;
}
.title-form {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #344A5F;
}
.hide {
  display: none;
}
.padding-0-20 {
  padding: 0 20% !important;
}
.fs-1em {
  font-size: 1em !important;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #374B5F;
  text-transform: uppercase;
}

.section-header p {
  margin: 80px 0 20px 0;
  padding: 0;
  font-size: 60px;
  line-height: 42px;
  font-weight: 700;
  color: #213545;
  font-family: Montserrat, sans-serif;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}
/**** Space Headings ****/
.heading-container {
  background: linear-gradient(
          292.69deg
          , #374B5F 8.98%, #EE656F 96.31%, #DD0038 110.31%);
  margin: 5em 0 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
h1.entry-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 16px 0px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #213545;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #374B5F;
  width: 40px;
  height: 40px;
  border-radius: 4px;
/*   transition: all 0.4s; */
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
/*   transition: all 0.5s; */
  z-index: 997;
  padding: 20px 0;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #213545;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #013289;
  white-space: nowrap;
/*   transition: 0.3s; */
  transition: none;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a, .navbar a, .navbar a:focus {
  color: #5D6F88;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin: 0 4px;
}
.navbar a.blog-menu {
  color: #B31E4B;
}
.navbar .getstarted {
  background: #374B5F;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover {
  color: #fff;
  background: #617892;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
/*   transition: 0.3s; */
  transition: opacity 0.3s linear, transform 0.3s linear;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #374B5F;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
/*   top: 100%; */
  visibility: visible;
  transform: translate(0px, -30px);
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #213545;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  body:not(.acquisto) .navbar ul {
    display: none;
  }
  body:not(.acquisto) .navbar-mobile ul:first-child {
    display: block!important;}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #213545;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #374B5F;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #374B5F;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 800px;
/*   background: url(../img/docenti-slider.jpg) top center no-repeat; */
  background-size: cover;
  position: relative;
  top: 5em;
}
.webp .d-body .hero {
	background: url(../img/docenti-slider.webp) top center no-repeat;
	background-size: cover;
}
.no-webp .d-body .hero,
.t-body .hero {
	background: url(../img/docenti-slider.jpg) top center no-repeat;
}
.hero:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #487498;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #213545;
}
.hero h1.space-title span {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
  font-size: 60px;
  font-style: normal;
  letter-spacing: -0.7px;
}
.hero h3.space-title span {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
  letter-spacing: 1px;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #374B5F;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.hero a.space-button {
  background: #B21E4B;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  position: relative;
  margin: 30px auto;
/*   transition: 0.3s; */
  transition: none;
  text-align: center;
  width: auto;
}
.hero i.bi.bi-chevron-down {
  display: block;
  text-align: center;
  position: absolute;
  bottom: -160px;
  margin: 0 auto;
  width: 100%;
  font-size: 35px;
  color: #fff;
}
.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

.hero span {
  color: #fff;
  font-weight: 100;
}

span.first {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .img-container {
  max-width: 350px;
  height: 550px;
  position: relative;
  top: -60px;
  left: 130px;
  border-radius: 12px;
}
.about .about-image img {
  width: 350px;
  height: 550px;
  position: relative;
  /*top: -60px;
  left: 130px;*/
  border-radius: 12px;
}
.about .over-image {
  position: absolute;
  margin: 0 auto !important;
  width: 100%;
  bottom: 0px;
  display: block;
  background: linear-gradient(2.87deg, #344a5f 30.76%, rgba(255, 255, 255, 0) 97.07%);
  padding: 180px 10px 50px!important;
  text-align: center;
  border-radius: 12px;
}
.about .over-image p {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
.about .over-image h3 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  letter-spacing: -0.35px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.about .over-image article a {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.over-image i.bi.bi-envelope:before {
  font-size: 25px;
  position: absolute;
  top: 0;
  right: -30px;
}
.about .content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 48px;
  letter-spacing: -0.4px;
  color: #3F3B3B;
}

.about .content h3 strong {
  font-weight: 600;
}
.about .content p {
  color: #487498;
  font-family: Roboto, sans-serif;
  width: 60%;
}
.about .content p span{
  color: #B31E4B;
  font-family: Roboto, sans-serif;
}
.about a.btn-read-more i.bi.bi-plus {
  font-size: 24px;
  top: 1px;
  position: absolute;
  right: 8px;
}
.about a.btn-read-more .minus{
  background: #E3EBF2;
  padding: 8px 16px;
  border-radius: 6px 6px 0 0;
}
.about a.btn-read-more:hover .minus{
  color: #344A5F;
}
.about a.btn-read-more:not(.collapsed) .minus{
  display: none;
}
.about a.btn-read-more:not(.collapsed) .plus{
  display: block;
}
.about a.btn-read-more.collapsed .minus {
  display: none !important;
}
.about a.btn-read-more.collapsed .plus{
  display: block !important;
}
.infocattedra {
  background: #E3EBF2;
  top: -165px;
  position: relative;
  z-index: -1;
  padding: 140px 0 30px;
}
.infocattedra h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.35px;
  color: #344A5F;
}
.infocattedra h3 strong {
  color: #B31E4B;
}
.infocattedra ul {
  list-style: none;
  width: 60%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  color: #344A5F;
}
.infocattedra ul li {
  clear: both;
  margin: 40px 0;
  display: block;
  min-height: 120px;
}
.infocattedra p.sub-title {
  color: #487498;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 20px;
  line-height: 125%;
  width: 60%;
  margin: 30px auto;
}
.infocattedra .punti-forza-cattedra i {
  float: left;
  background: #5FDD97;
  border-radius: 25px;
  color: #fff;
  font-size: 1.6em;
  font-weight: lighter;
  width: 45px;
  height: 45px;
  margin: 20px 0 0;
}
.infocattedra .punti-forza-cattedra p {
  float: right;
  width: 90%;
  text-align: left;
}
.values.about.cattedra {
  padding: 0;
  top: -30px;
  position: relative;
}
.cattedra .counts .count-box {
  align-items: center;
  width: auto;
  background: #fff;
  box-shadow: 0px 2px 4px rgb(40 41 61 / 4%), 0px 8px 16px rgb(96 97 112 / 16%);
  border-radius: 12px;
  position: relative;
  padding: 24px;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  display: flex;
  top: 0;
  min-width: 380px;
}
.cattedra span.insegnanti {
  float: right;
}
.cattedra .counts .count-box span.num {
  margin: 0 10px;
  color: #fff;
  height: 45px;
  width: 45px;
  display: inline-block;
  padding: 6px 14px 8px;
  border-radius: 25px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
.cattedra .counts .count-box span.num.primo {
  background: #232E7B;
}
.cattedra .counts .count-box span.num.secondo {
  background: #27B264;
}
.cattedra .counts .count-box span.num.terzo {
  background: #F8B03E;
}
.cattedra .counts .count-box span.num.quarto {
  background: #FB5858;
}
.cattedra .counts {
  padding: 55px 0 60px;
}
/*--------------------------------------------------------------
# About Academy
--------------------------------------------------------------*/
.academy .about {
  padding: 150px 0 0;
}
.academy ul {
  width: auto;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.academy .about ul li {
  min-height: 60px;
}
.academy .about ul li:first-child {
  margin: 40px 0 0 0;
}
.academy .about ul li:not(:first-child) {
  margin: 0;
}
.academy .about ul {
  list-style: none;
  text-align: left;
}
.academy .about ul li{
  clear: both;
  display: inline-block;
  height: auto;
  margin-bottom: 30px;
}
.academy .content.title-light p span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #487498;
  font-family: Roboto, sans-serif;
}
.academy .content span.custom-span {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 125%;
  color: #487498;
  font-family: Roboto, sans-serif;
}
.academy .content p span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #344A5F;
  display: block;
  margin-bottom: 10px;
}
.academy.about p.small-black {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3F3B3B;
}
.academy b {
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #759DBD;
  border: 1px solid;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  padding: 5px 0;
}
.academy .punti-forza-cattedra-second i {
  float: left;
  background: #5FDD97;
  border-radius: 25px;
  color: #fff;
  font-size: 2em;
  font-weight: lighter;
  width: 45px;
  height: 45px;
  margin: 10px 0 0;
  padding: 0px 6px;
}
.academy .punti-forza-cattedra-second p {
  float: right;
  width: 90%;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #142029;
}
.academy .why .content p {
  color: #487498;
  font-family: Roboto, sans-serif;
  width: auto;
}
.academy .blocco-testo-half {
  background: linear-gradient(0.42deg, #344A5F 44.36%, rgba(255, 255, 255, 0) 99.55%);
  padding: 150px 15px 110px;
  border-radius: 0 0 15px 15px;
  position: relative;
  bottom: 0;
  height: 352px;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 1.3em;
}
.academy .half-height {
  background: url(../img/back-docenti.jpg) no-repeat scroll -2px -4px transparent;
  background-size: 100%;
  height: 340px !important;
  margin: 0 40px 35px 0;
  border-radius: 12px;
  max-width: 46%;
  padding: 0;
}
.academy .half-height:last-of-type {
  margin: 0 0 35px 0;
}
.academy .why .content.text-left {
  padding-top: 100px;
}
.academy .counts .count-box {
  top: 0;
  min-height: 180px;
}
.academy .counts .count-box p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #3F3B3B;
}
.academy .counts .count-box span.perche-text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px;
  color: #3F3B3B;
  margin: 8px 0px;
}
.academy .counts .count-box span:last-child.perche-text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px;
  color: #3F3B3B;
  margin: 8px 0px;
  max-width: 75%;
  display: inline-block;
}
.academy .perche-academy h3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.4px;
  font-weight: 300;
}
.academy .perche-academy h3 strong {
  color: #B31E4B;
}
.academy .counts .icon-docenti {
  margin-left: 100px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.academy .perche-academy .count-box img {
  width: 25px;
}
/*--------------------------------------------------------------
# Integrazioni FAQ
--------------------------------------------------------------*/
.faq-section .accordion-button {
  display: block;
}
.faq-section i.accordion-icon {
  float: right;
  font-size: 1.5em;
}
/*--------------------------------------------------------------
# Integrazioni chi siamo
--------------------------------------------------------------*/
.newsletter .block-white {
  border-radius: 15px !important;
}

/*--------------------------------------------------------------
# Piano Studi
--------------------------------------------------------------*/
.about.piano-studi {
  padding: 140px 0;
  text-align: center;
}
.about.piano-studi .content p {
  width: auto;
}
.about.piano-studi p.small-black {
  max-width: 45%;
  text-align: center;
  margin: 0 auto;
}
.about.piano-studi .content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 48px;
  letter-spacing: -0.4px;
  color: #344A5F;
}
.values.about.cattedra.piano-studi {
  background: linear-gradient(180deg, #FFFFFF 0%, #E9E9E9 100%);
}
.piano-studi .punti-forza-cattedra-second {
  list-style: none;
}
.piano-studi .about ul li:first-child {
  margin: 40px 0 0 0;
}
.piano-studi .about ul li {
  clear: both;
  display: inline-block;
  height: auto;
  margin-bottom: 30px;
  min-height: 60px;
}
.piano-studi .punti-forza-cattedra-second i {
  float: left;
  background: #B21E4B;
  border-radius: 25px;
  color: #fff;
  font-size: 2em;
  font-weight: lighter;
  width: 45px;
  height: 45px;
  margin: 0 0;
  padding: 0px 6px;
}
.piano-studi .punti-forza-cattedra-second p {
  float: right;
  width: 90% !important;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #142029;
}
.piano-studi .section-header {
  text-align: left;
}
.piano-studi .content p span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #344A5F;
  display: block;
  margin-bottom: 10px;
}
.piano-studi.about ul li {
  min-height: 140px !important;
}
.piano-studi .punti-forza-cattedra-second {
  padding: 0;
}
.values.piano-studi .box.half-height {
  height: 520px !important;
}
.values.piano-studi .blocco-testo-half {
  height: 520px !important;
}
.values.piano-studi .blocco-testo-half {
  padding: 160px 30px 110px;
}
.values.piano-studi .box.half-height .banner-studi h2 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.9px;
  color: #213545;
}
.values.piano-studi .box.half-height .banner-studi h3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  letter-spacing: -0.35px;
  color: #213545;
}
.values.piano-studi .box.half-height .banner-studi.second p {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #487498;
}
.values.about.cattedra.piano-studi {
  top: 0;
}
#classi-piano.piano-studi {
  background: #fff;
}
#classi-piano.values.piano-studi .blocco-testo-half {
  padding: 320px 30px 110px;
}
#classi-piano.piano-studi .section-header {
  padding-bottom: 0 !important;
}
#classi-piano .classi-p {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 125%;
  color: #487498;
  text-align: justify;
  width: 90%;
}
.newsletter.home.studi {
  background: #FAFAFB;
}
.newsletter.home.studi .counts {
  min-height: 330px;
}
.newsletter.home.studi .counts .count-box {
  top: 0;
  padding: 10px 20px;
}
.newsletter.home.studi .counts.one .count-box  {
  min-height: 200px;
}
.newsletter.home.studi .counts.two .count-box:first-child  {
  min-height: 110px;
  margin: 0 0 20px 0;
}
.newsletter.home.studi .counts.one .count-box div {
  position: relative;
  top: -10px;
}
/*--------------------------------------------------------------
# Classi di Concorso
--------------------------------------------------------------*/
.select2-container--default .select2-selection--single {
  width: 100% !important;
  padding: 12px 0 38px 10px !important;
  border: none !important;
  border-radius: 6px !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #213545 !important;
}
.select2-container {
  width: 100% !important;
}
.select2-container--open .select2-dropdown {
  left: 0;
  top: 3px;
  border-top: 1px solid #999 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
}
/*--------------------------------------------------------------
# Newsletter About
--------------------------------------------------------------*/
.check-prof {
  font-size: 12px;
  display: block;
  margin: 15px 0;
  width: 90%;
}
.newsletter.home {
  background-color: #E3EBF2;
  border-bottom: 3px solid #344A5F;
}
.newsletter .content {
  /*background-color: #f6f9ff;*/
  padding: 40px 0;
}
.newsletter input[type="text"], .newsletter input[type="email"] {
  width: 80%;
  border: none;
  height: 50px;
  border-radius: 6px;
  margin: 10px 0;
  padding: 12px 24px;
}
.newsletter label {
  padding-left: 24px;
}
.newsletter label.checkbox-label {
  display: inherit;
  padding-left: 10px;
}
.newsletter .blocco-banner {
  background: #344A5F;
  box-shadow: 0px 2px 8px rgb(40 41 61 / 4%), 0px 16px 24px rgb(96 97 112 / 16%);
  border-radius: 24px;
}
.newsletter .blocco-banner img {
  width: 100%;
  height: auto;
  border-radius: 24px 24px 0 0px;
}
.newsletter .blocco-banner h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  padding: 0 1.5em;
  display: block;
}
.newsletter .blocco-banner .banner-content {
  padding: 0 5em 0 1em;
}
.newsletter .blocco-banner p {
	color: #FAFAFB;
}
.newsletter h3 {
  font-size: 14px;
  font-weight: 700;
  color: #374B5F;
  text-transform: uppercase;
}

.newsletter h2 {
  font-size: 24px;
  font-weight: 700;
  color: #213545;
}

.newsletter p {
  margin: -10px 0 30px 0;
  line-height: 24px;
}

.newsletter .blocco-banner .banner-content a.space-button {
	margin-bottom: 30px;
}

.newsletter .btn-read-more {
  padding: 8px 16px;
  border-radius: 4px;
/*   transition: 0.5s; */
  color: #fff;
  background: #374B5F;
  /*box-shadow: 0px 5px 25px rgb(65 84 241 / 30%);*/
  border: none;
}

.newsletter .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.newsletter .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
/*   transition: 0.3s; */
}

.newsletter .btn-read-more:hover i {
  transform: translateX(5px);
}
.newsletter {
  background: #F5F5F5;
  border-bottom: 3px solid #344A5F;
}
.newsletter h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.35px;
  margin: 24px 0px;
  text-transform: none;
}
.newsletter .check-prof strong {
  color: #3F3B3B !important;
  border-bottom: 1px solid #cdcdcd;
}
.newsletter strong {
  font-weight: bold;
  color: #B21E4B !important;
}
.newsletter img.space-icon {
  height: 100%;
  width: auto;
  padding: 1.5em 2em;
  text-align: right;
  float: right;
}
/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box.full-height {
  background: url(../img/back-docenti.jpg) no-repeat scroll -2px -4px transparent;
  background-size: 102%;
  height: 730px;
}
.values .box.half-height {
  background: url(../img/back-cdc.jpg) no-repeat scroll -2px -4px transparent;
  background-size: 102%;
  height: 350px !important;
  margin: 0 0 24px 0;
}
.values .box.full-height img {
  height: 70%;
}
.values .box {
  /*padding: 25px;*/
  position: relative;
  text-align: center;
/*   transition: 0.3s; */
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 2px 8px rgb(40 41 61 / 4%), 0px 2px 8px rgb(96 97 112 / 16%);
}
.values .blocco-testo {
  background: linear-gradient(2.87deg, #ECF1F8 30.76%, rgba(255, 255, 255, 0) 97.07%);
  padding: 320px 0 110px;
  border-radius: 0 0 15px 15px;
  position: absolute;
  bottom: 0;
  height: 600px;
  width: 100%;
  color: #344A5F;
}
.values .blocco-testo-half {
  background: linear-gradient(2.87deg, #ECF1F8 30.76%, rgba(255, 255, 255, 0) 97.07%);
  padding: 70px 0 110px;
  border-radius: 0 0 15px 15px;
  position: relative;
  bottom: 0;
  height: 352px;
  width: 100%;
  color: #344A5F;
}

.values .box img {
  padding: 30px 50px;
/*   transition: 0.5s; */
  transform: scale(1.1);
}

.values .box.full-height h3 {
  color: #213545;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  letter-spacing: -0.35px;
}
.values .box.half-height h3 {
  color: #213545;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  letter-spacing: -0.35px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}
.values .box.full-height a.space-button {
  background: #B21E4B;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  position: absolute;
  bottom: 70px;
  margin: 0 -23%;
/*   transition: 0.3s; */
}
.values .box.full-height:hover a.space-button {
  background: #b12854 !important;
  cursor: pointer;
}
.values .box.half-height a.space-button {
  background: #344A5F;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  position: absolute;
  bottom: 70px;
  margin: 0 -23%;
/*   transition: 0.3s; */
}
.values .box.half-height:hover a.space-button:hover {
  cursor: pointer !important;
}
.values .box a.call-action {
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  color: #344A5F;
  position: absolute;
  text-align: center;
  display: inline-block;
  margin: 0 -12%;
  bottom: 28px;
/*   transition: 0.3s; */
}
.values .box a.call-action:hover {
  text-decoration: underline;
}
/*--------------------------------------------------------------
# Page MAD
--------------------------------------------------------------*/
.mad #info-mad {
  position: relative;
  padding: 100px 0;
  background: #fff;
  margin: 0px 0 -50px;
  z-index: 3;
  top: 0;
}
.mad .infocattedra.mad .container-fluid {
  top: 0;
  padding: 0;
  background: #E3EBF2;
}
.mad .infocattedra.mad .container-fluid .row{
  padding: 45px 16%;
}
.mad .infocattedra.mad img {
  position: absolute;
  top: -75px;
  width: 80%;
  border-radius: 12px;
  box-shadow: 3px 2px 8px #cdcdcd;
}
.mad .infocattedra.mad p.sub-title {
  color: #487498;
  font-family: Roboto, sans-serif;
  text-align: left;
  font-size: 20px;
  line-height: 125%;
  margin: 0;
}
.mad .infocattedra.mad ul {
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.mad .infocattedra.mad ul li {
  min-height: 60px;
}
.mad .infocattedra.mad ul li:first-child {
  margin: 40px 0 0 0;
}
.mad .infocattedra.mad ul li:not(:first-child) {
  margin: 0;
}
.mad .infocattedra.mad .content p {
  width: 90%;
}
.mad .about .blocco-testo-half h3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #344A5F;
}
.mad .about .child-absolute {
  position: relative;
}
.mad .about .child-absolute .content {
  position: absolute;
  top: 0;
}
.mad .infocattedra.mad .punti-forza-cattedra i {
  float: left;
  background: #5FDD97;
  border-radius: 25px;
  color: #fff;
  font-size: 1.6em;
  font-weight: lighter;
  width: 45px;
  height: 45px;
  margin: 10px 0 0;
  padding: 0px 6px;
}
.mad .infocattedra.mad .over-image {
  position: absolute;
  margin: 0 auto !important;
  width: 80%;
  bottom: -40px;
  display: block;
  text-align: center;
}
.mad .infocattedra.mad .over-image p {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
.mad .infocattedra.mad .over-image h3 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  letter-spacing: -0.35px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.mad .infocattedra.mad article a {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.mad .blocco-testo-half {
  background: linear-gradient(2.87deg, #ECF1F8 30.76%, rgba(255, 255, 255, 0) 97.07%);
  padding: 180px 50px 110px;
  border-radius: 0 0 15px 15px;
  position: relative;
  bottom: 0;
  height: 352px;
  width: 100%;
  color: #344A5F;
  text-align: center;
}


.mad .half-height {
  background: url(../img/back-docenti.jpg) no-repeat scroll -2px -4px transparent;
  background-size: 110%;
  height: 340px !important;
  margin: 0 20px 35px 0;
  border-radius: 12px;
}
.mad .content p {
  width: 80%;
}
.mad .madbox .section-header .very-strong strong {
  font-weight: 700;
}
.mad .madbox .section-header {
  width: 90%;
}
.mad section.partners {
  margin: 0;
}
/*--------------------------------------------------------------
# Why Section
--------------------------------------------------------------*/
.infocattedra.why {
  background: #fff;
  margin: 50px 0 0;
  position: relative;
  top: 0;
  padding: 50px 0;
  z-index: 3;
}
.infocattedra.why h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.35px;
  color: #344A5F;
}
.infocattedra.why ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  font-size: 20px;
  font-weight: normal;
  color: #344A5F;
}
.infocattedra.why ul li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #344A5F;
  min-height: 100px;
  margin: 20px 0 0;
}
.infocattedra.why ul li:not(:first-child) {
  clear: both;
  margin: 10px 0;
  display: block;
  min-height: 100px;
}
.infocattedra.why .punti-forza-cattedra i {
  float: left;
  background: #487498;
  border-radius: 25px;
  color: #fff;
  font-size: 1.6em;
  font-weight: lighter;
  width: 45px;
  height: 45px;
  margin: 10px 0 0;
  padding: 7px 7px;
}
.infocattedra.why .punti-forza-cattedra p{
  width: 85% !important;
  padding: 12px 30px;
  float: left;
}
.infocattedra.why .first-block {
  background: linear-gradient(
          151.24deg
          , #213545 2.08%, #487498 69.46%);
  height: 200px;
  box-shadow: 0px 0px 1px rgb(40 41 61 / 4%), 0px 2px 4px rgb(96 97 112 / 16%);
  border-radius: 12px;
  position: relative;
}
.infocattedra.why .second-block {
  background: linear-gradient(178.84deg, #374B5F 0.33%, #EE656F 98.32%, #DD0038 103.82%);
  height: 300px;
  box-shadow: 0px 0px 1px rgb(40 41 61 / 4%), 0px 2px 4px rgb(96 97 112 / 16%);
  border-radius: 12px;
  position: relative;
}
.infocattedra.why .second-block article {
  position: absolute;
  bottom: 65px;
  width: 100%;
}
.infocattedra.why article h3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  letter-spacing: -0.7px;
  color: #fff;
  position: relative;
  top: 40px;
}
.infocattedra.why article p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  top: 40px;
}
.infocattedra.why .about-image.why .container {
  position: absolute;
  bottom: 30px;
}
/*--------------------------------------------------------------
# Plans Section
--------------------------------------------------------------*/
.pricing.plans {
  background: #fff;
}
.pricing.plans .section-header h3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.4px;
  color: #344A5F;
}
.pricing.plans .section-header h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
.pricing.plans .col-lg-3 {
  padding: 0 40px;
}
.pricing.plans img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  padding: 0;
}
.pricing.plans .col-lg-3 .section-header {
  padding-bottom: 0;
  min-height: auto;
}
.pricing.plans .box-prezzo.pay ul li, .pricing.plans .box-prezzo.gratis ul li {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px;
  text-align: center;
  color: #3F3B3B;
}
.pricing.plans .small-text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #344A5F;
}
.pricing.plans h2 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  letter-spacing: -0.7px;
  color: #344A5F;
}
.pricing.plans .box-prezzo.pay h2 {
  position: absolute;
  bottom: 0;
  width: 90%;
}

/*--------------------------------------------------------------
# Packege Section
--------------------------------------------------------------*/
.package .section-header {
  text-align: left;
  padding-bottom: 0;
}
.package h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.35px;
  color: #344A5F;
}
.package h4 strong {
  font-weight: 700;
}
.package p.sub-title {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 125%;
  color: #5D6F88;
  text-align: left;
  width: 85%;
  margin: 0;
}
.package ul li {
  min-height: 70px !important;
}
.package h6 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #759DBD;
}
.infocattedra.package article {
  position: relative;
  bottom: 0;
}
.infocattedra.package .col-lg-4 {
  position: relative;
  min-height: 250px;
}
.infocattedra.package .light-text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #959393;
}
.first-package, .second-package, .third-package {
  position: absolute;
  bottom: 0;
  width: 85%;
}
.first-package article {
  height: 130px;
  background: #FAFAFB;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  border-radius: 12px;
}
.second-package article {
  height: 150px;
  background: #E3EBF2;
  box-shadow: 0px 3px 0px rgba(52, 74, 95, 0.05), 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  border-radius: 12px;
}
.third-package article {
  height: 170px;
  background: #FCEEF2;
  box-shadow: 0px 3px 0px rgba(202, 0, 61, 0.05), 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
  border-radius: 12px;
}
.infocattedra.package article h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 14.8065px;
  line-height: 21px;
  text-align: center;
  color: #344A5F;
  top: 20px;
}
.infocattedra.package article p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #959393;
  top: 18px;
}
.infocattedra.package article span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #487498;
  position: absolute;
  bottom:20px;
  width: 100%;
}

/*--------------------------------------------------------------
# Counts Chi Siamo
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.chisiamo {
  background: url(../img/back-home-chisiamo.jpg) no-repeat 0 180px;
  background-size: contain;
  height: 950px;
  background-position: center;
}
.chisiamo.cattedra {
  background: transparent;
  height: auto;
}
.chisiamo.cattedra h4 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.4px;
  color: #344A5F;
  text-align: left;
}
.chisiamo.cattedra ul {
  list-style: none;
  text-align: left;
}
.chisiamo.cattedra ul li{
  clear: both;
  display: inline-block;
  height: auto;
  margin-bottom: 30px;
}
.chisiamo.cattedra .content.title-light p span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #487498;
  font-family: Roboto, sans-serif;
}
.chisiamo.cattedra .content span.custom-span {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 125%;
  color: #487498;
  font-family: Roboto, sans-serif;
}
.chisiamo.cattedra .content p span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #344A5F;
  display: block;
  margin-bottom: 10px;
  margin-top: 6px;
}
.about p.small-black {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3F3B3B;
}
.chisiamo.cattedra b {
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #759DBD;
  border: 1px solid;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  padding: 5px 0;
}
.chisiamo.cattedra .content .punti-forza-cattedra-second p {
  float: right;
  width: 90%;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #142029;
}
.chisiamo .section-header p {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
}
.chisiamo .chisiamo-desc span {
  text-align: left;
  display: inline-block;
}
.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 4px rgb(40 41 61 / 4%), 0px 8px 16px rgb(96 97 112 / 16%);
  border-radius: 12px;
  top: 7em;
  position: relative;
}
.counts .icon-docenti {
  margin-left: 100px;
}
.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #374B5F;
}

.counts .count-box span {
  font-size: 24px;
  display: inline;
  font-weight: 600;
  color: #344A5F;
  padding-right: 10px;
}
.counts .count-box span:last-child {
  font-size: 24px;
  display: inline;
  font-weight: normal;
  color: #344A5F;
  padding-right: 10px;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #759DBD;
  font-weight: normal;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
/*   transition: 0.3s; */
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #213545;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
/*   transition: 0.3s; */
}

.features .feature-box:hover i {
  background: #374B5F;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #213545;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #213545;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #374B5F;
  border-bottom: 3px solid #374B5F;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #213545;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #374B5F;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #213545;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #213545;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
/*   transition: 0.3s; */
  border-radius: 5px;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
/*   transition: 0.3s; */
}

.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #08da4e;
}

.services .service-box.green:hover {
  background: #08da4e;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
  background: #FAFAFB;
}
.box-prezzo h4 {
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.35px;
  color: #344A5F;
}
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
/*   transition: 0.3s; */
}
.pricing .section-header {
  min-height: 150px;
}
.pricing .section-header h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #344A5F;
}
.pricing .section-header h3 span {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}
.pricing .section-header .old-price {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration-line: line-through;
  color: #344A5F;
  margin-top: -15px;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3F3B3B;
  text-align: left;
}

.pricing ul li {
  padding: 10px 0;
  border-bottom: 1px solid #C4C4C4;
  line-height: 24px;
}
.pricing .box-prezzo.gratis ul li {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  padding: 10px 0;
}
.pricing .box-prezzo.pay ul li {
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  padding: 10px 0;
}
/* .pricing .box-prezzo.pay ul li:first-child { */
/*   font-size: 12px; */
/* } */
.pricing span.plus, .pricing a.space-button {
  width: 100%;
  text-align: center;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #374B5F;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #374B5F;
}

.pricing .btn-buy:hover {
  background: #374B5F;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #374B5F;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #374B5F;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 15px 15px 25px 15px;
  border: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #212121;
}
#map-section-faq .select2-container--default .select2-selection--single {
  width: 100% !important;
  padding: 10px 0 40px 10px !important;
  border: 2px solid #E5E5E5 !important;
  border-radius: 6px !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #959393 !important;
}
.faq .select2-dropdown {
  background-color: white;
  border: 2px solid #cdcdcd;
  border-radius: 6px !important;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.faq .select2-results__option {
  padding: 10px 16px;
  user-select: none;
  -webkit-user-select: none;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #3F3B3B;
  position: relative;
}
.faq .select2-results__option:first-child {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #759DBD;
  background: #fff;
}
.faq .select2-results__option:nth-child(n+2):after {
  content: "4";
  width: 20px;
  height: 20px;
  background: #344A5F;
  position: absolute;
  right: 10px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
}
/*--------------------------------------------------------------
# Acquisto Steps
--------------------------------------------------------------*/
.acquisto .header {
  background: #fff;
}
a.annulla-acquisto {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #959393;
}
a.annulla-acquisto i.accordion-icon:before {
  font-size: 25px;
  color: #3F3B3B;
}
.content.box-step1 {
  background: #F5F5F5;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 4%), 0px 16px 24px rgb(0 0 0 / 32%);
  border-radius: 12px;
  position: relative;
  padding: 2em;
}
.content.box-step1  label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #605F5F;
  padding-left: 0.3em;
}
.acquisto.step2 .content.box-step1  label.p-0 {
  width: 100%;
  text-align: left;
}

.content.box-step1  .form-div {
	margin-bottom: 2em;
}
	
.content.box-step1  input[type="text"], .content.box-step1  input[type="email"], .content.box-step1  input[type="number"], .content.box-step1  select, .primo-step .select2-selection__rendered{
  padding: 10px 10px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
/*   margin-bottom: 2em; */
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #959393;
}
.acquisto .sottotitolo {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #053061;
}
.acquisto .indietro {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #000000;
}
.acquisto .indietro i.bi:before {
  font-size: 16px;
  background: #fff;
  padding: 4px;
  border: 1px solid #344A5F;
  border-radius: 15px;
  margin-right: 10px;
  color: #344A5F;
}
.acquisto span.importo {
  position: absolute;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #344A5F;
  top: 4px;
  right: 45px;
}
.acquisto .form-acquisto .primo-step .select2-container--default .select2-selection--single {
  padding: 8px 0 25px 0px !important;
  background: #EAEAEA;
  margin: 0 0 30px 0;
}
.acquisto .form-acquisto .primo-step .select2-container--default .select2-selection--single span {
  color: #959393;
}
.acquisto .form-acquisto .select2-container--default .select2-selection--single {
  padding: 8px 0 33px 10px !important;
  background: #EAEAEA;
}
.acquisto .form-acquisto .doc-select-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -4px !important;
}
.content.box-step1  input::placeholder {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #959393;
}
.content.box-step1  select {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #959393;
}
.content.box-step1 button[type="submit"], 
.content.box-step1 input[type="submit"], 
.content.box-step1 a.submit-command {
  background: #ACC4D8;
  border-radius: 6px;
  width: 100%;
  padding: 10px;
  color: #fff;
  border: none;
  margin: 20px 0 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
}
.val-2 .content.box-step1 button[type="submit"], 
.val-2 .content.box-step1 input[type="submit"] {
  background: #374B5F;
  border-radius: 6px;
  width: 100%;
  padding: 10px;
  color: #fff;
  border: none;
  margin: 20px 0 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
}
.acquisto .footer {
  padding: 60px 0 30px 0;
}
/** Step2  **/
.step2 {
  background: #F5F5F5;
  margin-top: 90px;
}
.content.box-step1.box-step2 {
  box-shadow: none;
  border-radius: 12px;
  position: relative;
  padding: 0 2em 2em 2em;
  background: transparent;
}
.content.box-step1.box-step2 .form-content {
  box-shadow: none;
  border-radius: 12px;
  position: relative;
  padding: 2em;
  background: #EAEAEA;
}
.content.box-step1.box-step2 .button-container {
  box-shadow: none;
  border-radius: 12px;
  position: relative;
  padding: 10px 30px 30px 30px;
  background: #fff;
  margin: 20px 0;
}
.content.box-step1.bk-azzurro {
  background: #E3EBF2;
}
.step2 h3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.4px;
  color: #344A5F;
}
.step2 h3 strong {
   font-weight: 700;
}
.step2 h3.title-form {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #344A5F;
}
.step2 h3.title-form-left {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #344A5F;
}
.step2 p.testo-form {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #605F5F;
  padding: 0 4em;
}
.step2 p.testo-form.left {
  padding: 0;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #605F5F;
  margin: 0;
}
.step2 p.testo-form-azzurro {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #344A5F;
  padding: 10px 5em;
  background: #ACC4D8;
  border-radius: 6px;
}

.step2 .total-price {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: -0.4px;
  color: #344A5F;
}

.steps-numbers {
  margin: 30px 0;
  position: relative;
  z-index: 3;
}

.steps-numbers:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  color: #C4C4C4;
}
.steps-numbers i {
  text-align: center;
  margin: 0 4em;
  background: #ACC4D8;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 18px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #487498;
}
.steps-numbers i.bi-check {
  background: #487498;
  color: #fff;
}
.steps-numbers i.active {
  background: #344A5F;
  color: #fff;
}
.acquisto form .separatore {
  text-align: center;
  padding: 30px 0;
  vertical-align: middle;
  display: block;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
  margin-right: -25px;
  margin-left: -25px;
}
.acquisto  span.voto-check {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #5D6F88;
  position: relative;
  font-size: 1.0rem;
}
.box-step1 .bi-plus::before {
  font-size: 2em;
  position: absolute;
  left: 25%;
  top: 5px;
}
.box-step1 .card.card-body textarea {
  border: none;
}
.step2 .cfu24 span {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  position: relative;
  width: 95%;
  top: -22px;
  left: 20px;
  text-align: left !important;
  display: inherit;
}
.form-acquisto .abilitazione label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #605F5F;
  padding-left: 0.8em;
}
.form-acquisto .abilitazione input {
  padding: 10px 10px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 2em;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #959393;
}
.form-acquisto label.lab-mt-30 {
  margin-top: 30px;
}
/******* Step 3 *******/
.content.box-step1.box-step2.accordion-doc {
  box-shadow: none;
  border-radius: 12px;
  position: relative;
  padding: 0;
  background: transparent;
}
.content.box-step1.box-step2.accordion-doc .form-content {
  position: relative;
  padding: 0;
  background: transparent;
}
.content.box-step1.box-step2.accordion-doc .accordion-button::after {
  display: none;
}
.accordion-doc i.accordion-icon {
  position: absolute;
  right: 15px;
  font-size: 25px;
  color: #344A5F;
}
.acquisto .accordion-button {
  border-radius: 12px !important;
}
.acquisto .accordion-item {
  border-radius: 12px !important;
  background-color: #fff;
  border: none;
  margin: 25px 0;
}
.acquisto .accordion-item:last-of-type .accordion-collapse {
  border-radius: 12px !important;
}
.acquisto .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
  color: #344A5F;
  box-shadow: none !important;
}
.acquisto .accordion-body {
  padding: 1rem 1.25rem 1rem 1.25rem;
}
.acquisto .accordion-item .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}
.content.box-step1.box-step2.accordion-doc .button-container {
  padding: 10px 20px 10px 20px;
}
/* Select2 Tags */
.acquisto .accordion .select2-container .select2-selection--multiple {
  height: 40px;
  border: none !important;
  background-color: #EAEAEA !important;
}
.acquisto .accordion .select2-container .select2-selection--multiple .select2-selection__rendered {
  position: relative;
}
.acquisto .accordion .select2-selection__choice {
  background-color: #fff !important;
  border: none !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  margin-left: 0 !important;
  margin-top: 10px !important;
  padding: 2px !important;
  padding-left: 15px !important;
  position: relative !important;
  max-width: 100% !important;
  top: 40px;
  clear: both;
  float: none;
  box-shadow: 0px 3px 0px rgb(0 0 0 / 4%), 0px 2px 4px rgb(40 41 61 / 4%), 0px 8px 16px rgb(96 97 112 / 16%);
  border-radius: 40px !important;
  height: 30px;
  width: 100%;
}
.acquisto .accordion .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: none;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 8px;
  position: absolute;
  left: inherit !important;
  right: 8px !important;
  top: 3px !important;
  background: #B21E4B;
}
.acquisto .mt-dinamico-2 {
  top: 20px;
  position: relative;
}
.acquisto .values .blocco-testo-half {
  margin: 25px 0 0;
}
.acquisto .values .box.half-height {
  background: url(../img/back-docenti.jpg) no-repeat scroll -2px -12px transparent;
  background-size: 102%;
  height: 440px !important;
  margin: 0 0 24px 0;
}
.acquisto .values .blocco-testo-half {
  height: 422px;
  padding: 140px 0 30px;
}
.acquisto .button-concorso {
  background-color: #B21E4B;
  width: 60%;
  padding: 10px;
  display: block;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  margin: 30px auto 0;
}
.acquisto .call-act-step3 {
  margin: 30px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #344A5F;
}
.acquisto .title-call-action-box {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #344A5F;
  text-align: center;
  margin: 20px 0 0;
}
.acquisto .elimina-richiesta {
  padding: 20px 0 0;
  border-top: 1px solid #efefef;
}
.acquisto .elimina-testo {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #344A5F;
}
.acquisto span.importo-bottom {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #344A5F;
  top: 10px;
  right: 0;
}
.acquisto i.bi.bi-info {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  background: #487498;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  width: 26px;
  height: 26px;
  padding: 0 3px;
  display: block;
}
.acquisto.step4 .content.box-step1 {
  box-shadow: none;
}
.acquisto.step4 .testo-form {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #344A5F;
  padding: 0;
  margin: 0;
}
.acquisto.step4 .title-form {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #344A5F;
  padding: 0;
}
.acquisto.step4 p.testo-form-azzurro {
  padding: 10px 1em;
}
/* Notifica */
.acquisto.step4 .notifica-green {
  position: fixed;
  right: 1%;
  top: 40%;
  background: #27B264;
  color: #fff;
  box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
  padding: 0.5em 0.1em 0.5em 1.1em;
  min-width: 400px;
}
.acquisto.step4 .notifica-green .notify-light, .acquisto.step4 .notifica-green .notify-bold {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 125%;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
.acquisto .notifica-green .col-sm-10 {
  padding: 0 10px;
}
.acquisto.step4 i.bi.bi-check.green {
  position: relative;
  top: 5px;
  right: 5px;
  background: #1F9050;
  border-radius: 15px;
  padding: 4px 8px;
}
/*** Step 4 ***/
.acquisto.step5  .accordion-body span {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}
.acquisto.step5 .accordion-item i.bi-circle {
  font-size: 20px !important;
}
.acquisto.step5 .form-acquisto button[type="submit"], 
.acquisto.step5 .form-acquisto input[type="submit"], 
.acquisto.step5 .form-acquisto a.submit-command {
  background: #374B5F;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
}
/** Thankyou page **/
.thankyou .thx-first {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #3F3B3B;
}
.thankyou span.up-normal  {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #3F3B3B;
  position: relative;
  top: 5px;
}
.thankyou span.up-light {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #959393;
  display: block;
  top: -20px;
  position: relative;
}
.thankyou span.up-light {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #959393;
  display: block;
  top: -20px;
  position: relative;
}
.thankyou .progress {
  height: 0.5rem;
  background: transparent;
}
.thankyou .progress .bg-blue {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #344A5F;
  border-radius: 6.5px;
}
.thankyou .progress .bg-green {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #5FDD97;
  border-radius: 6.5px;
}
.thankyou .uploader i.bi-x {
  font-size: 1.2em;
  position: relative;
  top: 15px;
  border: 1px solid #959393;
  border-radius: 25px;
  width: 28px;
  height: 28px;
  padding: 0px 3px;
  color: #959393;
}
.thankyou .uploader i.bi-check {
  font-size: 1.2em;
  position: relative;
  top: 15px;
  background: #2ED477;
  border-radius: 25px;
  width: 28px;
  height: 28px;
  padding: 0px 3px;
  color: #fff;
}
.thankyou p.testo-form-azzurro {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #344A5F;
  padding: 15px 3em;
  background: #ACC4D8;
  border-radius: 6px;
  text-align: left;
}
.thankyou .uploader-inline-content {
  text-align: center;
  background: #fff;
  padding: 2em 0 0.5em 0;
  margin: 0 0 40px 0;
  border-radius: 12px;
  border: 2px dashed #cdcdcd;
}
.thankyou .uploader i {
  font-size: 2.5em;
  margin-bottom: 20px;
  display: block;
}
.thankyou .uploader p.drag {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #3F3B3B;
}
.thankyou .uploader p.browse {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #344A5F;
}
.thankyou .title-call-action-box {
  text-align: left;
}
.thankyou .button-acquista {
  background: #B21E4B;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
}
.thankyou .button-inizia {
  background: #374B5F;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
}
.thankyou .values .blocco-testo-half{
  padding: 200px 0 30px;
}

/*--------------------------------------------------------------
# Valutazione piano studi
--------------------------------------------------------------*/
.text-valutazione {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #374B5F;
  border-color: #374B5F;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #213545;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #213545;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #374B5F;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #374B5F;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #374B5F;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials Partners
--------------------------------------------------------------*/
section.partners {
  padding: 10px 0;
  margin: -100px 0 80px;
}
.partners .section-header p {
  margin: 0;
  font-size: 30px;
}
.testimonials .testimonial-item {
  background: #FAFAFB;
  border: 1px solid #E3EBF2;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
  border-radius: 12px;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
	min-width: 60%;
	max-width: 100%;
/*   width: 100%; */
  border-radius: 12px;
  /*border: 4px solid #fff;*/
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 60px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #cdcdcd;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #374B5F;
}

.testimonials .swiper-slide {
  opacity: .3;
}

.testimonials .testimonial-item .profile {
	height: 300px;
	background-color: #ffffff;
}

.testimonials .testimonial-item .profile img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .padding-0-15 {
    padding: 0 15%;
  }
  .pt-80-desk {
    padding-top: 80px;
  }
  .pt-140-desk {
    padding-top: 140px;
  }
  .testimonials .swiper-slide-next {
    opacity: 1;
    /*transform: scale(1.12);*/
  }
  .cattedra .timeline {
    background: url(../img/timeline.jpg) no-repeat scroll -140px 140px transparent;
    background-size: inherit;
  }
  .cattedra.piano-studi .timeline {
    background: url(../img/timeline-piano-studi.jpg) no-repeat scroll -140px 140px transparent;
    background-size: inherit;
  }
  .cattedra .counts.pdleft-60 {
    padding-left: 160px !important;
  }
  .cattedra.piano-studi .counts.pdleft-60 {
    padding-left: 350px !important;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #213545;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #374B5F;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #374B5F;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #213545;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #374B5F;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #374B5F;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #213545;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #374B5F;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #374B5F;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
/*   max-height: 440px; */
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-img img {
	width: 100%;
	height: inherit;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #213545;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #374B5F;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #374B5F;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #213545;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #374B5F;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #213545;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #374B5F;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #213545;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #213545;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}

.blog .blog-pagination {
  color: #024ed5;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #213545;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #374B5F;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #213545;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #374B5F;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #213545;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #374B5F;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #213545;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #374B5F;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #374B5F;
  background: #374B5F;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #fff;
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #213545;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #374B5F;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  /*background: white url(../img/footer-bg.png) no-repeat right top;*/
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #213545;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #344A5F;
  margin: 74px 0 0;
  width: 50%;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #B21E4B;
}

.social-links {
  text-align: right;
}
.social-links a {
  margin-right: 20px;
  color: #959393;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #213545;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #344A5F;
/*   transition: 0.3s; */
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px !important;
}

.footer .footer-top .footer-links:last-child ul li:last-child a {
  color: #B21E4B;
  font-weight: bold;
}

.footer .footer-top .footer-links ul a:hover {
  color: #374B5F;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: left;
  padding-top: 30px;
  color: #213545;
  font-family: 'Roboto', sans-serif;
}

.footer .credits {
  padding-top: 10px;
  text-align: left;
  font-size: 13px;
  color: #213545;
}
.footer .foot-link {
  margin-left: 20px;
}

/*** Pagina contatti ***/
section.map-section {
  margin: 1em 0;
}
.contact-maps .count-box {
  margin: 0 0 25px;
  border-radius: 12px;
  box-shadow: 0px 2px 4px rgb(40 41 61 / 4%), 0px 8px 16px rgb(96 97 112 / 16%);
  padding: 20px 20px 15px;
  background: #FAFAFB;
  position: relative;
}
.contact-maps .count-box img {
  width: auto;
  right: 0;
  position: absolute;
  height: 3em;
}
.contact-maps .count-box p.title {
  margin: 5px 0;
}
.contact-maps .count-box a {
  color: #213545;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  align-self: center;
  margin: 0;
}
.contact-maps .title {
  position: relative;
}

.contact-maps .map-container {
  position: relative;
}
.contact-maps .map-container img {
  width: 100%;
  height: 330px;
}
.contact-maps .map-container .call-action img {
  width: auto;
  height: auto;
}

.contact-maps .map-overlay {
  position: absolute;
  left: 5%;
  top: 5em;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgb(40 41 61 / 4%), 0px 2px 4px rgb(96 97 112 / 16%);
  border-radius: 12px;
  padding: 24px;
  width: 50%;
}
.contact-maps .map-overlay .call-action-map img {
  position: relative;
  right: -20px;
}
.contact-maps .map-overlay a {
  display: block;
  width: 60%;
  align-items: center;
  padding: 8px 24px;
  height: 40px;
  right: 0px;
  top: calc(50% - 40px/2);
  background: #27B264;
  border-radius: 3px;
  margin: 1em 0 0;
  color: #fff;
  border: none;
/*   transition: 0.3s; */
}

.contact-maps .directions .map-overlay a {
  width: 90%!important;
}

.contact-maps .map-overlay a:hover {
  background: #18CB66FF;
}
.contact-maps .map-container .title {
  top: calc(50% - 24px/2 - 30px);
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #5D6F88;
}
.contact-maps .map-container .map-heading {
  height: 60px;
  left: 0px;
  top: calc(50% - 60px/2 + 12px);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  line-height: 30px;
  color: #3F3B3B;
  align-self: center;
  margin: 0;
}

/************************ Space Media Query ***********************/
/** Media smartphone **/
@media only screen and (max-width: 480px) {
  .header {
    z-index: 9;
    max-height: 75px;
  }
  .header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: none;
    height: auto;
  }
  nav {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .header .logo img {
    max-width: 130px;
  }
  .acquisto a.btn-read-more span {
    font-size: 0.85em;
    margin-bottom: 15px;
  }
  /** ACQUISTO **/
  .mobile-p-0-m-0 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .steps-numbers:after {
    top: 25px;
  }
  .steps-numbers {
    margin: 0;
  }
  .steps-numbers i {
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 8px 0;
  }
  .step2 {
    margin-top: 15px;
  }
  .step2 p.testo-form {
    padding: 0 1em;
  }
  .step2 h3 {
    font-size: 1.3em !important;
    margin-top: 25px !important;
  }
  .content.box-step1.box-step2 .form-content {
    background: transparent;
    padding: 4%;
    text-align: left;
  }
  .content.box-step1 input[type="date"] {
    padding: 10px 10px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 2em;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #959393;
  }
  .acquisto .form-acquisto .primo-step .select2-container--default .select2-selection--single {
    padding: 8px 0 25px 0px !important;
    background: transparent;
    margin: 0 0 30px 0;
  }
  .acquisto.step2 button[type="submit"], 
  .acquisto.step2 input[type="submit"] {
    background: #ACC4D8;
    border-radius: 6px;
    width: 100%;
    padding: 10px;
    color: #fff;
    border: none;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .acquisto.step3 button[type="submit"], 
  .acquisto.step3 input[type="submit"] {
    background: #ACC4D8;
    border-radius: 6px;
    padding: 20px 40px;
    color: #fff;
    border: none;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .acquisto.step4 button[type="submit"], 
  .acquisto.step4 input[type="submit"] {
    padding: 25px;
    margin: 5px 5px;
  }
  .acquisto.step5 .form-acquisto button[type="submit"], 
  .acquisto.step5 .form-acquisto input[type="submit"] {
    background: #ACC4D8;
    padding: 20px 20px;
    border-radius: 4px;
    color: #fff;
    margin: 10px 0;
  }
  .acquisto .box-step1 .bi-plus::before {
    left: 12%;
  }

  .content.box-step1 {
    border-radius: 0;
    box-shadow: none;
    padding: 4%;
  }
  .step2 p.testo-form-azzurro {
    padding: 10px 3em;
  }
  .text-center.text-lg-start {
    text-align: left !important;
  }
  .check-prof {
    margin: 15px 2%;
  }
  .row.form-acquisto {
    padding: 10px;
    margin: 0;
  }
  .row.form-acquisto > div {
    padding: 2% 0 !important;

  }
  .step3 .row.form-acquisto > div, .step4 .row.form-acquisto > div, .step5 .row.form-acquisto > div,
  .step3 .row.form-acquisto .mob-button-container, 
  .step4 .row.form-acquisto .mob-button-container, 
  .step5 .row.form-acquisto .mob-button-container {
    padding: 2% !important;
    position: relative;
  }
  .acquisto .indietro {
    padding: 0 !important;
  }
  .acquisto .sottotitolo {
    padding: 5px 0 !important;
  }
  .acquisto .button-container {
    background: white;
    padding: 20px 10px;
    margin-bottom: 0;
    position: absolute;
    bottom: -60px;
    width: 100%;
    left: 0;
    transition: all 1s;
  }
  .acquisto.step3 .button-container, .acquisto.step4 .button-container, .acquisto.step4 .button-container, .acquisto.step5 .button-container {
    position: fixed !important;
    bottom: 0 !important;
    box-shadow: 0px -2px 8px rgb(40 41 61 / 4%), 0px -16px 24px rgb(96 97 112 / 16%) !important;
    border-radius: 0 !important;
    z-index: 3;
  }
  .acquisto.step5 .content.box-step1.box-step2 .button-container {
    margin: 0;
  }
  .acquisto .values .box.half-height {
    margin: 0 0 70px 0;
  }
  .acquisto .back-to-top {
    display: none !important;
  }
  .acquisto div#accordiondoc {
    margin-bottom: 50px;
  }
  .acquisto.step3 .check-prof, .acquisto.step4 .check-prof {
    margin: 15px 0;
  }
  .acquisto.step3 .step2 .cfu24 span, .acquisto.step4 .step2 .cfu24 span {
    width: 95%;
    font-size: 1em;
    line-height: 18px;
  }
  .acquisto.step3 .last-block {
    margin-bottom: 30px;
  }
  .acquisto .call-act-step3 {
    margin: 15px 0;
  }
  .acquisto.thankyou .step2 h3 strong {
    font-size: 2.2em;
  }
  .acquisto.thankyou .thx-first {
    text-align: center;
    padding: 0 12%;
  }
  .acquisto.thankyou .step2 p.testo-form-azzurro {
    padding: 10px 3em;
    margin: 20px 4%;
  }
  .acquisto.thankyou .text-center.text-lg-start {
    padding: 0 4%;
  }
  .acquisto.thankyou a.annulla-acquisto {
    font-size: 0.65em;
  }
  .acquisto .accordion-item h3  {
    font-size: 1em !important;
    margin-top: 5px !important;
    padding: 0;
  }
  .acquisto.thankyou .title-call-action-box {
    padding: 0 10%;
    text-align: center;
  }
  .acquisto.thankyou .title-call-action-box:last-of-type {
    padding: 0 6%;
    text-align: center;
  }
  .acquisto.thankyou p.title-call-action-box + div {
    padding: 0 4%;
  }
  .acquisto.thankyou .step2 {
    padding-bottom: 30px;
  }
  .acquisto.thankyou a.btn-read-more span {
    font-size: 16px !important;
    padding: 15px 8px 15px 10px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .acquisto.thankyou .values .box.half-height {
    margin: 0 0 40px 0;
  }
  /** Valutazione **/
  .acquisto.valutazione .step2 h3.text-center {
    line-height: 30px;
    padding: 0 15%;
  }
  .acquisto.valutazione .steps-numbers {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0 15%;
  }
  .acquisto.valutazione .content.box-step1.box-step2 {
    padding: 0;
  }
  .acquisto.valutazione .content.box-step1.box-step2 {
    padding: 0;
  }
  .acquisto.valutazione .carica-piano {
    padding: 0 4% !important;
  }
  .acquisto.valutazione .banner-ateneo {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #344A5F;
    background: #C4C4C4;
    box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    border-radius: 6px;
    padding: 10px 0;
  }
  .acquisto.valutazione .button-container {
    border-radius: 0 !important;
    padding: 0px 20px 20px 20px !important;
    margin: 0 0 -10px 0 !important;
  }
  .acquisto.valutazione.val-2 .row.form-acquisto {
    padding: 0 4% 50px !important;
  }
  .acquisto.valutazione .row.elimina-richiesta a {
    padding: 10px 0;
  }
  .acquisto.valutazione .text-valutazione {
    font-size: 0.8em !important;
  }

  .acquisto.valutazione .text-valutazione + ul {
    font-size: 0.8em !important;
  }
  .acquisto.valutazione.val-2 .button-container {
    padding: 5px 30px 10px 30px !important;
    margin: 0px!important;
    box-shadow: 0px -7px 27px #0000003b!important;
    border-radius: 0px!important;
    position: fixed;
    bottom: 0;
    z-index: 10!important;
  }
  .acquisto.valutazione.val-2 button[type="submit"], 
  .acquisto.valutazione.val-2 input[type="submit"] {
    background: #344A5F!important;
  }
  .acquisto.valutazione.val-2 button[type="submit"], 
  .acquisto.valutazione.val-2 input[type="submit"] {
    padding: 25px !important;
    margin: 15px 10px;
  }
  .mad .about .child-absolute .content {
    position: relative;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .acquisto .steps-numbers i {
    margin: 0 2em!important;}
  .acquisto .box-step1 .text-center label {text-align: left!important;}
  .acquisto.valutazione.val-2 .row.form-acquisto {
    padding: 0 4% 50px !important;
  }
  /** Input date **/
  .content.box-step1 input[type="date"] {
    padding: 10px 10px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 2em;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #959393;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .header {
    z-index: 9;
    max-height: 75px;
  }
  .header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: none;
    height: auto;
  }
  .acquisto.step2 .form-acquisto .col-lg-5  ,  .acquisto.step3 .form-acquisto .col-lg-5
  , .acquisto.step5 .form-acquisto .col-lg-5 {
    padding-top: 0px !important;
  }
  .acquisto.step2 .ipad-padding {
    padding: 0 !important;
  }
  .acquisto .steps-numbers i {
    margin: 0 1em!important;}
  .acquisto .box-step1 .text-center form , .acquisto .box-step1 .form-content  {text-align: left!important;}
  .acquisto.step2:not(.valutazione) .button-container {
    background: white;
    padding: 20px 10px;
    margin-bottom: 0;
    position: absolute;
    bottom: -87em;
    width: 100%;
    left: 0;}
  .acquisto.step2 button[type="submit"], 
  .acquisto.step2 input[type="submit"] {
    background: #ACC4D8;
    border-radius: 6px;
    width: 100%;
    padding: 10px;
    color: #fff;
    border: none;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;}
  .acquisto.step4 .button-container , .acquisto.step3 .button-container ,.acquisto.step5 .button-container {
    position: fixed !important;
    bottom: 0 !important;
    box-shadow: 0px -2px 8px rgb(40 41 61 / 4%), 0px -16px 24px rgb(96 97 112 / 16%)!important;
    z-index: 10!important;}
  .acquisto.step4 .content.box-step1.box-step2 .button-container {
    margin: 0px!important;
    box-shadow: 0px -7px 27px #0000003b!important;
    border-radius: 0px!important;
    z-index: 10!important;}
  .content.box-step1.box-step2 .button-container {
    background: #fff;}
  .content.box-step1.box-step2.accordion-doc .button-container {
    padding: 10px 100px 10px 100px;
    width: 100%!important;
    left: 0!important;}
    
  .content.box-step1 button[type="submit"], 
  .content.box-step1 input[type="submit"] {
    padding: 20px!important;
    margin: 10px 0 0!important;}
    
  .acquisto .button-container {
    margin-bottom: 0!important;}
  .content.box-step1.box-step2 .button-container {
    border-radius: 0px!important;}
    
  /** Input date **/
  .content.box-step1 input[type="date"] {
    padding: 10px 10px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 2em;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #959393;
  }
  .acquisto.valutazione.val-2 .row.form-acquisto {
    padding: 0 4% 50px !important;
  }
}

@media only screen and (max-width: 360px) {
  .acquisto .steps-numbers i.numero-step1 {
    margin: 8px!important;
  }
  .content.box-step1 input[type="date"] {
    padding: 10px 10px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 2em;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #959393;
  }
}

/***** Media Tablet Portrait ****/
@media only screen and (max-width: 768px) {
  .about-image.why .container {
    position: relative !important;
    bottom: 0 !important;
  }
  .infocattedra.why .first-block {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .infocattedra.why .first-block {
    top: 100px;
  }
}

/*******************  Style   ***********************/
/**
* Template Name: DOCENTI - v1.0
* Author: Thespacesm.com
*/

.timeline-scroll {
  display: inline-flex;
  align-items: flex-end;}
.storia-scroll {
  width: 1920px;
  overflow-x: scroll;}
.timeline-storia-img {
  width: 1440px;
  float: left;}
.container-fluid.storia {background-color: #F5F5F5;}
.cattedra .counts.p-first.counts-storia {padding-left: 10%!important;}
.cattedra .counts.counts-storia {
  padding: 55px 0 0px;}
.cattedra .counts .count-box span.avatar {
  padding-right: 20px;
  display: inline-block;
  width: 23%;}
.cattedra .counts .count-box span.avatar img {
  border-radius: 50px;
  width: 100%;}
.cattedra .counts .count-box span .text-sezione {
  font-size: 14px;
  line-height: 21px;
  color: #3F3B3B;}
.cattedra .counts .count-box .insegnanti.storia-title {width: 77%;}
.storia .nostra-storia h3 {
  font-family: Montserrat;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.4px;
  color: #B31E4B;}
.infocattedra .marilena {
  background: url(../img/marilena.jpeg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
.infocattedra .valentina {
  background: url(../img/valentina.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
.infocattedra .giuseppe {
  background: url(../img/giuseppe.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  background-position-y: -46px;
  border-radius: 30px;
  position: relative;}
.infocattedra .matteo {
  background: url(../img/matteo.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  background-position-y: -81px;
  border-radius: 30px;
  position: relative;}
.infocattedra .federica {
  background: url(../img/federica.jpeg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
.infocattedra .gioia {
  background: url(../img/gioia.jpeg) no-repeat center ;
  background-size: cover;
  height: 440px;
  background-position-y: -81px;
  border-radius: 30px;
  position: relative;}
.infocattedra .valeria {
  background: url(../img/valeria.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  background-position-y: -39px;
  position: relative;}
.infocattedra .eugenia {
  background: url(../img/eugenia.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
.infocattedra .simone {
  background: url(../img/simone.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
.infocattedra .david {
  background: url(../img/david.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  background-position-y: -127px;
  position: relative;}
.infocattedra .romina {
  background: url(../img/romina.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
.infocattedra .alex {
  background: url(../img/alex.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
 .infocattedra .mattia {
  background: url(../img/mattia.jpg) no-repeat center ;
  background-size: cover;
   height: 440px;
  border-radius: 30px;
  position: relative;}
.infocattedra .eleonora {
  background: url(../img/eleonora.jpeg) center ;
  background-size: 90%;
  height: 440px;
  border-radius: 30px;
  background-position-y: -15px;
  position: relative;
}
.infocattedra .alessia {
  background: url(../img/alessia.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
.infocattedra .veronica {
  background: url(../img/veronica.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
.infocattedra .maria-teresa {
  background: url(../img/maria-teresa.jpg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
.infocattedra .alice {
  background: url(../img/alice.jpeg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
.infocattedra .martina {
  background: url(../img/martina.jpeg) no-repeat center ;
  background-size: cover;
  height: 440px;
  border-radius: 30px;
  position: relative;}
.mad .membro {
  background: linear-gradient(
          2.87deg
          , #142029 30.76%, rgba(255, 255, 255, 0) 97.07%);
  height: 100%;
  padding-top: 40%;
  text-align: center;
  border-radius: 24px;}
.social-membro {
  color: #000;
  background-color: #fff;
  padding: 7px 11px;
  margin: 6px;
  border-radius: 20px;}
.mad .membro .position {
  position: absolute;
  width: 100%;
  bottom: 45px;}
.contact-maps .map-container.col-12 img.bg {
  width: 100%;
  height: 440px;}
.contact-maps .col-12 .map-overlay {
  width: 35%;}
.infocattedra.why h3.title-siamo ,.infocattedra.why h3.dove-siamo {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.4px;
  color: #344A5F;}
.infocattedra h3 strong.strong-siamo ,.infocattedra h3 strong.strong-dovesiamo {
  font-weight: 700;
  color: #344A5F;}
.infocattedra h3 strong.strong-siamo.red {
  color: #B31E4B;}
.infocattedra.why.siamo {
  margin: 0px;}
.infocattedra.why.dove-siamo {
  margin: 0px;
  padding: 50px 0 0;}
.newsletter .block-white {
  background-color: #fff;
  padding: 2px 20px;
  border-radius: 20px;}
.newsletter .block-white h3{
  font-size: 20px;
  font-weight: 600;
  color: #3F3B3B;
  margin: 10px 0px;  }
.newsletter .block-white.primary-bw {
  display:block;
  overflow:auto;
  height: 100%;  }
.newsletter .block-white.last-img {display: inline-flex;
  width: 100%;}
.newsletter .block-white .featured-img {
  height: 23px;
  margin: 16px;}

/* FAQ */

.heading-container-y {
  background-color: #FED385;
  margin: 5em 0 0;
  border-top: 2px solid;
  border-bottom: 2px solid;}
.heading-container-y h1 {color: #213545;}
.selected-d {
  padding: 1rem 2.25rem 1rem 1rem;
  border-radius: .70rem;}
.faq-section {padding-top: 10px;}
.faq-section .accordion-button:not(.collapsed) {
  color: #344A5F;
  background-color: #E3EBF2;}
.faq-section .accordion {
  border: 2px solid #759DBD;
  border-radius: 1.1rem;  }
.faq-section .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;}
.faq-section .accordion-item:first-of-type {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;}
.faq-section .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1rem;}
.faq-section .accordion-item:last-of-type {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;}
.faq-section .accordion-button {padding: 1.25rem 1.25rem;}
footer.bt-faq {border-top: 4px solid #344A5F;}
.values.about.cattedra.classi-concorso {
  background-color: #fff;}
.values.about.cattedra.classi-concorso .container-fluid {
  padding: 8vh 0;}
.classi-concorso .bg-grey-concorso {
  padding: 8vh 0;
  background: linear-gradient(
          180deg
          , #E9E9E9 0% , #FFFFFF 100%);}
.values.about.cattedra {
  top: 0px;}
.classi-concorso h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #959393;
  margin-top: 10px;}
.classi-concorso .nav-link {
  background-color: #fff;
  border: 1px solid #E9E9E8;
  border-bottom: 0px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 15px;
  margin: 0 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #344A5F;}
.classi-concorso .nav-link.active {
  background-color: #E9E9E8;
  border: 1px solid #E9E9E8;
  border-bottom: 0px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #487498;}
.classi-concorso .nav-tabs {
  border-bottom: 0px;}
.classi-concorso .button-concorso {
  background-color: #B21E4B;
  width: 100%;
  padding: 10px;
  display: block;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  margin-top: 30px;}
.values.piano-studi.classi-concorso .box.half-height .banner-studi h3 {
  font-size: 20px;
  line-height: 30px;}
.values.classi-concorso .box.half-height , .values.piano-studi.classi-concorso .blocco-testo-half {
  height: 350px !important;}
#classi-piano.values.piano-studi.classi-concorso .blocco-testo-half {
  padding: 150px 30px 0;}
.classi-concorso .red-strong {color: #B21E4B}
.concorso-point h4 strong {font-weight: 600;}
.concorso-point a.space-button {
  border: 1px solid #344A5F;
  background: #fff!important;
  color: #344A5F;
  margin-top: 20px;  }
.concorso-point .section-header {
  padding-bottom: 0px;}
.contenitor-concorso {background-color: #fff;
  padding: 30px;
  box-shadow: 0px 6px 30px #344a5f2e;
  border-radius: 6px;}
select.js-example-basic-single {
  width: 100%;
  padding: 7px;
  border: none;
  border-radius: 6px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #213545;}

section.pricing .prezzo-boxm {
  width: 300px;
  margin-right: 20px;}
section.pricing {
  overflow-x: scroll!important;}
section.pricing .storia-scroll {
  width: 960px!important;}
section.pricing .timeline-scroll {
  align-items: unset!important;}
section.pricing .timeline-scroll h4 , section.pricing .timeline-scroll .section-header h3 {
  margin-bottom: 0px;}
section.pricing.d-lg-none {
  padding-top: 60px!important;}
section.breadcumb-section {padding: 30px 0 0!important;}
section.breadcumb-section p {
  color: #344A5F!important;
  font-size: 14px;
  line-height: 24px;}
section.breadcumb-section p span {
  color: #6C757D!important;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;}
section.breadcumb-section p active {
  color: #6C757D!important;
  font-size: 14px;
  line-height: 24px;}
.heading-container-y.tgone-title {
  background-color: #ACC4D8;}
.heading-container-y.tgtwo-title {
  background-image: linear-gradient(to right, #BC5980 , #EE656F , #FF6A6E);}
.heading-container-y.tgthree-title {
  background-image: linear-gradient(to right, #344A5F , #759DBD);
}
  
.heading-container-y.tgtwo-title h1 {color: #fff!important;}
.heading-container-y.tgthree-title h1, 
.heading-container-y.tgthree-title h2, 
.heading-container-y.tgthree-title h3, 
.heading-container-y.tgthree-title h4, 
.heading-container-y.tgthree-title h5, 
.heading-container-y.tgthree-title h6, 
.heading-container-y.tgthree-title p { 
	color: #fff !important; 
}

body:not(.acquisto) .navbar > ul > li:last-child {
  margin-right: 15em;
  margin-left: 0;}
.mobile-nav-toggle.bi-list {
  background-color: #E3EBF2;
  padding: 6px;
  border-radius: 10px;  }
header .tua-none {padding: 0 4px !important;;}

.acquisto.step1 .hero {
  height: 100vh !important;}
.acquisto.step1 .hero .col-lg-12:first-child {
  z-index: 100 !important;}
section.index-services.values {padding-top: 120px;}
br.block-mobile {display: none !important;}

.mad.who-mad .blocco-testo-half {
  background: linear-gradient(2.87deg, #344a5f 30.76%, rgba(255, 255, 255, 0) 97.07%);
  padding: 180px 10px 110px !important;}

.mad .infocattedra.mad.who-mad .over-image {
  bottom: -92px !important}

.logo-color-svg {width: 150px; height: 19px;}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e3ebf2 !important;
  color: #3F3B3B !important;
  border-left: 5px solid #3F3B3B !important;}
.gerarchy a.space-button {
  background: #344A5F !important;}
.round.counts .count-box {
  width: 80%;
  margin: 0 auto;}
.round a.space-button {
  padding: 8px 22px !important;}

.faq .select2-selection__rendered:before {
  position: absolute;
  content: "\f1a2";
  width: 30px;
  height: 30px;
  left: 0;
  font-family: 'bootstrap-icons';
  padding: 0 0 0 13px;}
.faq  .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;}
.faq .select2-selection__arrow:after {
  position: absolute;
  content: "\f282";
  line-height: 50px;
  width: 30px;
  height: 50px;
  left: 0;
  top: 0;
  right: 0;
  font-family: 'bootstrap-icons';
  font-size: 16px;}
.faq .select2-container--default .select2-selection--single .select2-selection__arrow b {display: none!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px!important;}

.pricing.pricing-mobile .line .col-6 {
  padding: 10px 0;
  border-bottom: 1px solid #C4C4C4;
  width: 45%;
  margin: 0 auto;}
.pricing.pricing-mobile ul li {
  border-bottom: none!important;}
.pricing.pricing-mobile ul {margin-bottom: 0px;}
.pricing.pricing-mobile .col-12 .text-center span {color: #959393!important;}
.pricing .plan-detail .section-header {
  min-height: 0px!important;
  padding-bottom: 0px!important;}

.val-studi .content.box-step1.box-step2 {
  padding: 0px!important;}

.navbar a.annulla-acquisto:hover {
  color: #959393;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.acquisto .check-prof.cfu24 {
  width: 83%!important;}

/* Step 4 */
.step4 .riepilogo-provincia {
  margin-left: 0 !important;
  margin-top: 10px !important;
  padding: 2px !important;
  padding-left: 15px !important;
  max-width: 100% !important;
  box-shadow: 0px 3px 0px rgb(0 0 0 / 4%), 0px 2px 4px rgb(40 41 61 / 4%), 0px 8px 16px rgb(96 97 112 / 16%);
  border-radius: 40px !important;
  height: 30px;
  width: 100%;}
.step4 .riepilogo-provincia span{
  float: right;
  margin-right: 4px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #344A5F;  }
.step4 .riepilogo-provincia a::after{
  content: "\f659";
  font-family: 'bootstrap-icons';
  margin-left: 6px;
  font-size: 8px;
  background-color: #b21f4b;
  color: #fff;
  padding: 4px;
  border-radius: 20px;}
.step4 .riepilogo-provincia.last-btn {
  background-color: #F5F5F5;
  padding: 16px 10px!important;
  height: 62px!important;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold!important;
  font-size: 18px!important;
  line-height: 30px!important;
  color: #5D6F88!important;
  border-radius: 12px!important;}
.step4 .riepilogo-provincia.last-btn span {
  line-height: 30px!important;}
.step4 .rec-estivo .title-form {
  padding: 0 25px;
  text-align: left!important;}
.step4 .rec-estivo {margin-top: 0px!important;}

/* Select arrow */
.select2-selection__arrow:after {
  position: absolute;
  content: "\f229";
  line-height: 45px;
  top: 9px;
  width: 30px;
  height: 50px;
  right: -13px;
  font-family: 'bootstrap-icons';
  font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none!important;
}
select , .content.box-step1 select {
  background: url(../img/arrow-secet.jpg) no-repeat #fff;
  background-position:
          calc(100% - 13px) 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* MEDIA QUERY */

@media only screen and (min-width: 1025px) {
  .js-nav-toggle {
    display: none!important;  }
}

@media only screen and (min-width: 1210px) and (max-width: 1400px) {
  .box-step1 .bi-plus::before {
    left: 19%!important;}
  .pricing.d-none.d-xl-block li:first-child {height: 80px!important;}
}

@media only screen and (min-width: 1025px) and (max-width: 1350px) {
  .mad .infocattedra.mad.who-mad .over-image {
    top: 0!important;}
  .box-step1 .bi-plus::before {
    left: 10%!important;}
  .pricing.d-none.d-xl-block li {height: 80px!important;}

}




@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .about .img-container {
    left: 30px;
  }
  p br {display: none!important;}
  .hero h1.space-title span {
    font-size: 50px!important;}
  .values .box.full-height a.space-button , .values .box.half-height a.space-button {margin: 0 -33%!important;}
  .values .box a.call-action {margin: 0 -18%!important;}
  .values .box.full-height {
    background-size: cover!important;
    background-position: center!important;}
  .chisiamo {height: 550px!important;}
  .newsletter label {
    padding-left: 0!important;
    padding-right: 24px;}
  .navbar > ul > li:last-child {
    margin-left: 0!important;}
  .about .about-image img {
    position: static!important;}
  .about .over-image {
    width: 350px!important;}
  .cattedra .counts {
    padding: 25px 0 40px!important;}
  section.values.about.cattedra {
    padding-bottom: 60px!important;}
  .cattedra .counts .count-box {margin: 0 auto;}
  section.chisiamo.counts {
    height: auto!important;}
  .pricing .section-header {
    min-height: 50px!important;
    margin-top: 20px!important;}
  section.pricing .prezzo-boxm {
    width: 500px!important;}
  .pricing h3 br {display: none!important;}
  .values.valutazione .box.full-height a.space-button , .values.valutazione .box.half-height a.space-button {
    margin: 0 -25%!important;}
  section.tool-online .section-header h3 br {display: none!important;}
  .classi-concorso .nav-link {width: 47%!important;}
  #classi-piano h3 br {display: none!important;}
  .about.piano-studi.classi-concorso.cfu  .content h3 {
    font-size: 2em!important;
    line-height: 40px!important;}
  .values.about.cattedra.classi-concorso .container-fluid {
    padding: 8vh 0 0;}
  section.storia-space-second.cattedra .counts .count-box {
    margin: 10px 10px 0!important;}
  .contact-maps .col-12 .map-overlay {
    width: 60%!important;}
  header .tua-none {display: none!important;}
  .navbar .getstarted {
    margin-left: 0px!important;
    padding: 6px 10px!important;
    margin-left: 0px!important;
    border-radius: 10px!important;
    margin-right: 6px!important;
    font-size: 12px!important;}
  .navbar > ul > li:last-child {
    margin-right: 10em!important;}
  section.chisiamo.counts.insegnanti {
    padding-top: 0px!important;
    height: 500px!important;}
  .mad .who-mad.infocattedra.mad img {
    position: inherit!important;
    top: 0!important;
    width: 80%!important;}
  .mad .who-mad.infocattedra.mad .over-image h3 {
    font-size: 30px!important;
    margin-bottom: 13px!important;}
  .mad .who-mad.infocattedra.mad .over-image {
    position: absolute!important;
    width: 75% !important;
    bottom: 0px!important;}
  .mad .who-mad.infocattedra.mad .col-xl-8 {padding: 0!important;}
  .mad .who-mad.infocattedra.mad .content p {
    width: 80%!important;}
  .mad .who-mad#info-mad {
    padding: 100px 0!important;
    margin: 0!important;}
  .mad #info-mad {
    padding: 0px 0 50px!important;}
  .box-step1 .bi-plus::before {
    left: 10%!important;}
  .academy .counts .icon-docenti {
    right: 10px!important;
    top: 10px!important;
    width: 20px!important;}
  .newsletter .blocco-banner p {
    padding: 0 1em 0 1em!important;}
  .newsletter img.space-icon {
    padding: 1.5em 1em!important;}
  .academy .half-height {
    margin: 0 25px 35px 0;
  }
  .btn-mobile-cattedra a.btn-read-more .plus {
    padding: 8px 10px 8px 10px !important;
    margin-top: 30px;}
  .btn-mobile-cattedra a.space-button {
    padding: 8px 10px!important;
    margin-top: 30px;}

  .thankyou .values .blocco-testo-half {
    padding: 43px 0 30px!important;}
  .thankyou.acquisto .values .blocco-testo-half {
    height: 230px!important;}
  .thankyou.acquisto .values .box.half-height {
    height: 230px !important;}
  .js-nav-toggle {
  display: none!important;  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .about .img-container {
    left: 20px;
    top: -10px;
  }
  section.chisiamo.counts  br {display: none!important;}
  .hero h1.space-title span {font-size: 40px!important;}
  .values .box.full-height {height: 430px!important;}
  .values .blocco-testo {
    padding: 150px 0 110px!important;
    height: 430px!important;}
  .values .box.full-height a.space-button , .values .box.half-height a.space-button {margin: 0 -14%!important;}
  .values .box a.call-action {margin: 0 -8%!important;}
  .section-header p {margin-top: 20px!important;}
  .counts .count-box {top: 0!important;}
  .chisiamo {height: 450px!important;}
  .testimonials-slider .swiper-wrapper {margin-bottom: 40px;}
  .newsletter .text-center {text-align: left!important;}
  .footer .footer-top .footer-links.col-6 ul a {line-height: 18px!important;}
  .footer .footer-top .footer-info p {
    margin: 40px 0 0!important;
    width: 65%!important;}
  /*body:not(.acquisto) section {padding: 120px 0 60px!important;}*/
  section.partners {margin-bottom: 0px!important;}
  section.newsletter {padding-top: 10px!important;}
  section.chisiamo.counts.insegnanti {
    padding-top: 0px!important;
    height: 500px!important;}
  .counts .icon-docenti {
    margin-left: 350px!important;}
  .navbar > ul > li:last-child {margin-left: 0px!important;}
  .navbar .getstarted {width: max-content!important;}
  .about .about-image img {
    width: 300px!important;
    height: 450px!important;
    position: static!important;}
  .about .content p {width: 100%!important;}
  section.infocattedra {
    top: -105px!important;
    padding-top: 100px!important;}
  section.infocattedra.rivolge {
    top: 0px!important;}
  .infocattedra p.sub-title {width: 100%!important;}
  .infocattedra ul {width: 100%!important;}
  section.values.about.cattedra {padding-top: 0px!important;}
  .cattedra .counts {padding: 15px 0 30px!important;}
  .cattedra .counts .count-box {margin: 0 auto;}
  .timeline-direction {
    display: flex;
    flex-direction: row;}
  .timeline-direction :nth-child(1) {order: 1;}
  .timeline-direction :nth-child(2) {order: 3;}
  .timeline-direction :nth-child(3) {order: 2;}
  .timeline-direction :nth-child(4) {order: 4;}
  section.chisiamo.counts {
    height: auto!important;
    padding-top: 60px!important;}
  section.counts .text-center {
    text-align: left!important;}
  section.counts ul {
    padding-left: 0px;}
  section.cose-mad {
    padding: 0px 0 60px!important;}
  section.cose-mad .text-mad {height: 300px;}
  section.plans {
    padding-top: 0px!important;}
  section.why {
    padding: 30px 0 0!important;}
  .first-package, .second-package, .third-package {
    width: 100%;}
  section.why#info-package {
    padding-bottom: 20px!important;}
  section.chisiamo.counts.madbox {
    padding-top: 0px!important;
    padding-bottom: 0px!important;}
  section.testimonials.partners {
    padding: 0px 0 60px!important;}
  .academy .why .content.text-left {
    padding-top: 0px;
    padding-bottom: 20px;}
  section.perche-academy {
    padding-top: 60px!important;}
  section.perche-academy .col-md-4 {
    margin-bottom: 20px;}
  .values.valutazione .box.full-height a.space-button , .values.valutazione .box.half-height a.space-button {
    margin: 0 -33%!important;}
  .values.valutazione .box.half-height a.space-button {
    bottom: 50px!important;}

  .values.about.cattedra.classi-concorso.search {
    top: 80px;}
  .hero br {display: none!important;}
  .classi-concorso .nav-link {width: 45%!important;}
  #classi-piano h3 br {display: none!important;}
  .about.piano-studi.classi-concorso.cfu  .content h3 {
    font-size: 2em!important;
    line-height: 40px!important;}
  #classi-piano.values.piano-studi.classi-concorso.cfu .blocco-testo-half {
    padding: 110px 30px 0;}
  .values.about.cattedra.classi-concorso .container-fluid {
    padding: 8vh 0 0;}
  section.storia-space-first {padding-top: 60px!important;}
  section.storia-space-second.cattedra .counts .count-box {
    margin: 10px 10px 0!important;}
  .siamo .marcello , .siamo .antonio , .siamo .moreno , .siamo .giuseppe , .siamo .giada , .siamo .giulia {margin-bottom: 20px!important;}
  .mad .membro {
    padding-top: 20%!important;}
  section.map-section {
    padding-top: 0px!important;}
  .contact-maps .col-12 .map-overlay {
    width: 60%!important;}
  .contact-maps .map-container.col-12 img.bg {
    height: auto!important;}
  .contact-maps .map-overlay {
    top: 2em!important;}
  section.faq-title {padding-top: 60px!important;}
  section.map-section.faq-category {padding-top: 40px!important; padding-bottom: 20px!important;}
  section.faq-section {
    padding: 20px 0 20px!important;}
  .faq-section .accordion-button {
    padding: 1.5rem 1.5rem 1rem;}
  .hero-contatti {padding-top: 60px!important;}
  .contact-maps .map-container img {
    height: auto!important;}
  .hero-contatti .img-contatti img {width: 100%!important;}
  header .tua-none {display: none!important;}
  .navbar .getstarted {
    margin-left: 0px!important;
    padding: 6px 10px!important;
    margin-left: 0px!important;
    border-radius: 10px!important;
    margin-right: 70px!important;
    font-size: 12px!important;}
  .pricing.pricing-mad .section-header {
    min-height: 0px!important;}
  /*Step pagamenti*/
  .acquisto.step4 .notifica-green {
    top: inherit!important;
    bottom: 130px!important;}
  .acquisto.step4 .form-acquisto .col-lg-5 {padding-top: 0px!important;}
  .classi-concorso.search .tab-content.bg-grey-concorso .tab-pane .col-lg-6:last-child {margin-top: 20px!important;}
  .mad .who-mad.infocattedra.mad img {
    position: inherit!important;
    top: 0!important;
    width: 50%!important;}
  .mad .who-mad.infocattedra.mad .over-image h3 {
    font-size: 21px!important;
    margin-bottom: 13px!important;}
  .mad .who-mad.infocattedra.mad .over-image {
    position: absolute!important;
    width: 48% !important;
    bottom: 0px!important;}
  .mad .who-mad.infocattedra.mad .col-xl-8 {padding: 40px 0 0 0!important;}
  .box-step1 .bi-plus::before {
    left: 13%!important;}
  .infocattedra .marcello , .infocattedra .antonio , .infocattedra .giuseppe , .infocattedra .moreno , .infocattedra .giada , .infocattedra .giulia {height: 700px;}
  .academy .counts .icon-docenti {
    right: 10px!important;
    top: 10px!important;
    width: 20px!important;}
  .val-p3 .content.box-step1.box-step2 .button-container {
    width: 100%;
    left: 0;  }
  .val-studi.p-5 {
    padding-bottom: 0px!important;}
  .btn-mobile-cattedra a.btn-read-more .plus {
    padding: 8px 10px 8px 10px !important;
    margin-top: 30px;}
  .btn-mobile-cattedra a.space-button {
    padding: 8px 10px!important;
    margin-top: 30px;}

}

@media only screen and (max-width: 480px) {
  .faq header .justify-content-between {
    justify-content: end !important;
  }


  .about .img-container {
    left: 0;
    top: -10px;
  }
  br {display: none!important;}
  br.block-mobile {display: block!important;}
  .hero h3.space-title span {
    font-size: 20px!important;
    line-height: 30px!important;}
  .navbar > ul > li:last-child {margin-left: 0px!important;}
  .navbar .getstarted {width: max-content!important;}
  .hero h1.space-title span {font-size: 32px!important;}
  .hero h1.space-title {
    line-height: 38px!important;
    margin-bottom: 20px;}
  .values .box.full-height {height: 430px!important;}
  .values .blocco-testo-half {padding: 70px 15px 110px!important;}
  .counts {padding: 0px 0 0px!important;}
  .counts .count-box {top: 0!important;}
  section.chisiamo.counts.insegnanti {height: 500px!important;}
  .chisiamo .section-header p {font-size: 2.5em!important;}
  .section-header p {margin: 10px 0 20px 0!important;}
  /*body:not(.acquisto) section {padding: 120px 0 60px!important;}*/
  .values .blocco-testo {
    padding: 150px 0 110px!important;
    height: 430px!important;}
  .section-header {text-align: left!important;}
  .counts .icon-docenti {margin-left: 30px!important;}
  .testimonials-slider .swiper-wrapper {margin-bottom: 40px;}
  section.partners {margin-bottom: 0px!important;}
  .newsletter .content {
    padding: 15px 0!important;
    padding-bottom: 60px!important;}
  section.newsletter {padding-top: 40px!important;}
  .newsletter .text-center {text-align: left!important;}
  .footer .footer-top .footer-info p {
    margin: 30px 0 0!important;
    width: 100%!important;}
  .footer .footer-top .footer-links.col-6 ul a {line-height: 20px!important;}
  .footer .copyright , .footer .credits , .social-links{text-align: center!important;}
  .social-links a {margin: 0 10px!important;}
  .footer .footer-top {padding-bottom: 10px!important;}
  .about .about-image img {
    height: 450px!important;
    top: 0!important;
    left: 0!important;
    margin-bottom: 20px;}
  .about .content h3 {font-size: 2em!important;}
  .about .content p {width: 100%!important;}
  .infocattedra {top: -60px!important;}
  section.infocattedra.rivolge {
    top: 0px!important;}
  section.infocattedra.collapse {
    padding: 60px 0 60px!important;}
  .infocattedra p.sub-title {
    width: 100%!important;}
  .infocattedra ul {
    width: 100%!important;
    padding-left: 0px!important;}
  section.values.about.cattedra {
    padding: 60px 0 60px!important;}
  section.values.about.cattedra.mobile-cattedra {
    padding: 0px 0 60px!important;}
  .cattedra .counts .count-box{
    margin: 0 30px 30px;
    width: 90%;
    max-width: 90%;
    min-width: 90%!important;}
  .cattedra.mobile-cattedra .counts .count-box {margin: 0 30px 30px;}
  .error-incattedra.counts {
    padding: 60px 0 0px!important;}
  section#hero {
    padding-top: 80px!important;}
  section.cose-mad {
    padding: 0px 0 60px!important;}
  section.cose-mad .text-mad {min-height: 300px;}
  section.why {
    padding: 0px!important;}
  section.plans {
    padding-top: 0px!important;}
  .plans .plan-detail {margin: 40px 0 20px;}
  .pricing.plans .plan-detail .box-prezzo.pay h2 {
    position: static;}
  section.why#info-package {
    padding-bottom: 20px!important;}
  section.chisiamo.counts {
    height: auto!important;}
  section.counts .text-center {
    text-align: left!important;}
  section.counts ul {
    padding-left: 0px;}
  section.testimonials.partners {
    padding: 0px 0 60px!important;}
  .timeline-direction {
    display: flex;
    flex-direction: row;}
  .timeline-direction :nth-child(1) {order: 1;}
  .timeline-direction :nth-child(2) {order: 3;}
  .timeline-direction :nth-child(3) {order: 2;}
  .timeline-direction :nth-child(4) {order: 4;}

  .academy .why .content.text-left {
    padding-top: 0px!important;
    padding-bottom: 20px!important;}
  .academy .half-height {
    margin: 0 auto!important;
    margin-bottom: 40px!important;
    max-width: 90%!important;}
  .perche-academy.counts {
    padding: 60px 0 60px!important;}
  .perche-academy .count-box {margin-bottom: 20px;}
  section.pricing .storia-scroll {
    overflow: hidden!important;}
  .about.piano-studi p.small-black {
    max-width: 100%!important;}
  section.piano-studi {
    padding-bottom: 0px!important;}
  section.values.about.cattedra.valutazione.piano-studi {padding-bottom: 0px!important;}
  section.values.about.cattedra.tool-online {padding: 0px!important;}
  .values.piano-studi.tool-online .blocco-testo-half , .values.piano-studi.tool-online .box.half-height {
    height: 320px !important;}
  .newsletter.home.studi .counts.two .count-box:first-child {
    margin: 0 auto 7px!important;}
  .newsletter.home.studi .counts .count-box {
    width: 85%!important;
    margin: 0 auto!important;}
  .values.about.cattedra.classi-concorso.search {
    top: 80px;}
  section.values.about.cattedra.classi-concorso {
    padding-top: 0px!important;}
  .classi-concorso .nav-link {width: 45%!important;}
  .concorso-point.solution ul.punti-forza-cattedra-second {
    margin-top: 0;}
  .cattedra .counts.p-first.counts-storia {
    padding-left: 0%!important;}
  section.cattedra.values {
    padding: 70px 0!important;
    overflow: scroll!important;}
  .cattedra .counts .count-box .insegnanti.storia-title {
    width: 100%!important;}
  .cattedra .counts .count-box span.avatar {
    display: block!important;
    width: 35%!important;
    margin-bottom: 10px!important;}
  section.cattedra.values.storia-space-first {padding-bottom: 0px!important;}
  section.cattedra.values.storia-space-second {padding-top: 0px!important;}
  .cattedra .counts .count-box {
    padding: 15px!important;}
  .cattedra .counts .count-box {
    margin: 0 10px 10px!important;}
  .storia-space-second .counts .count-box span:last-child {
    font-size: 18px!important;}
  .storia-space-second .container-fluid {padding: 30px 0 60px;}
  section.why.siamo {
    padding: 60px 0 0!important;}
  .siamo .marcello , .siamo .antonio , .siamo .moreno , .siamo .giuseppe , .siamo .giada , .siamo .giulia {margin-bottom: 20px!important;}
  .infocattedra.why.dove-siamo.san-marino {padding-top: 60px!important;}
  section.map-section {
    padding-top: 0px!important;}
  .contact-maps .map-container.col-12 img.bg {
    height: auto!important;}
  .contact-maps .col-12 .map-overlay {
    position: unset!important;
    width: 100%!important;}
  .contact-maps .map-overlay a {
    width: 100%!important;}
  section.faq-title {padding: 30px 0!important;}
  section.map-section.faq-category {padding-top: 40px!important; padding-bottom: 20px!important;}
  section.faq-section {
    padding: 20px 0 20px!important;}
  .faq-section .accordion-button {
    padding: 1rem 1rem 0.5rem;}
  .hero-contatti .img-contatti img {width: 100%!important;}
  .hero-contatti {padding-top: 40px!important;}
  .contact-maps .map-container img {
    height: auto!important;}
  .faq-title h1.entry-title {
    font-size: 30px!important;
    line-height: 40px!important;}
  .header .logo img {
    max-width: 130px;}
  header .tua-none {display: none!important;}
  .navbar .getstarted {
    padding: 8px 10px!important;
    border-radius: 10px!important;
    margin-right: 55px!important;
    font-size: 12px!important;
  }
  .faq .navbar .getstarted {
    padding: 6px 10px!important;
    border-radius: 10px!important;
    margin-left: 40px!important;
    font-size: 12px!important;
  }

  .values .box a.call-action {
    margin: 0 -15%!important;}
  .values .box.full-height a.space-button , .values .box.half-height a.space-button {
    margin: 0 -26%!important;}
  .cattedra .counts .count-box {
    margin: 0 30px 30px!important;}
  .chisiamo.cattedra h4 {
    font-size: 30px!important;
    line-height: 36px!important;}
  .pricing.pricing-mad .section-header {
    min-height: 0px!important;}
  .values.piano-studi .box.half-height a.space-button {margin: 0 -30%!important;}
  section.breadcumb-section p , section.breadcumb-section p active {
    font-size: 12px!important;}
  section.breadcumb-section p span {
    padding: 0px 4px!important;
    font-size: 12px!important;}
  .mad .who-mad.infocattedra.mad img {
    position: inherit!important;
    top: 0!important;
    width: 100%!important;}
  .mad .who-mad.infocattedra.mad .over-image h3 {
    font-size: 21px!important;
    margin-bottom: 13px!important;}
  .mad .who-mad.infocattedra.mad .over-image {
    position: absolute!important;
    width: 92% !important;
    bottom: 0px!important;}
  .mad .who-mad.infocattedra.mad .col-xl-8 {padding: 40px 0 0 0!important;}
  .mad .who-mad.infocattedra.mad .col-xl-8 .content p {
    width: 77%!important;
    font-size: 18px!important;}


  /*Step pagamenti*/
  .step-uno.hero h1.space-title span  {
    font-size: 30px!important;
    line-height: 37px!important;}
  .step-uno.hero h1.space-title , .step-uno.hero h3.space-title {
    text-align: left!important;
    transform: inherit!important;
    opacity: 1!important;}
  .step-uno.hero {
    padding: 40px 0 0 0!important;}
  section#hero.step-uno {
    padding-top: 40px!important;}
  .step-uno br {display: unset!important;}
  .step-uno.hero {
    background-image: inherit!important;}
  .step-uno.hero:before {
    background: #f5f5f5!important;}
  .step-uno.hero h1 span , .step-uno.hero h1 span.first {
    color: #344A5F;}
  .step-uno.hero h3.space-title span {
    font-size: 16px!important;
    line-height: 24px!important;
    font-weight: 400!important;
    letter-spacing: 0px!important;
    color: #3F3B3B!important;}
  .step-uno.hero h3.space-title {
    margin-top: 0px!important;}
  .step-uno.hero .content.box-step1 {
    box-shadow: 0px 2px 8px rgb(0 0 0 / 0%), 0px 16px 24px rgb(0 0 0 / 0%)!important;
    padding: 0!important;}
  .step-uno.hero .p-5 {
    padding: 1rem!important;}
  .step-uno.hero .content.box-step1 form {text-align: left!important;}
  .step-uno.hero .content.box-step1.white {
    background: #ffffff!important;
    padding: 0 15px 20px!important;}
  .step-uno.hero .d-lg-none {padding: 0px!important;}
  .acquisto.step1 .step-uno.hero .button-container {
    position: inherit!important;
    bottom: 0px!important;}
  .acquisto.step4 .content.box-step1.box-step2 .button-container {
    margin: 0px!important;
    box-shadow: 0px -7px 27px #0000003b!important;
    border-radius: 0px!important;
    z-index: 10!important;}
  .acquisto.step4 .notifica-green {
    top: inherit!important;
    z-index: 11!important;
    bottom: 18%!important;
    min-width: 90%!important;
    right: 5%!important;}
  .acquisto .box-step1 .bi-plus::before {
    left: 17%!important;
    top: 6px!important;}
  .step4 .row.form-acquisto > div.control-step4 {
    padding: 0 0 60px!important;}
  .step4 .row.form-acquisto > div.control-step4 .values {
    padding: 15px!important;}
    
  .step4 .content.box-step1 button[type="submit"], 
  .step4 .content.box-step1 input[type="submit"] {
    background: #344A5F!important;}
    
  .acquisto.step1 .hero {
    height: auto!important;}
  .footer .footer-top .footer-links ul li a {width: 100%;}
  .footer .footer-top {text-align: center!important;}
  .footer .footer-top .footer-info .logo img {
    margin: 0 auto!important;}
  .footer .foot-link {
    margin: 20px 0 0!important;
    display: block!important;}
  .infocattedra.tre-point ul li {
    min-height: 130px!important;}
  .infocattedra.tre-point .punti-forza-cattedra p {
    width: 80%!important;
    font-size: 16px!important;}
  .counts .count-box span:last-child {
    width: 75%!important;
    padding: 0px!important;
    font-size: 20px!important;
    line-height: 28px!important;}
  .about.point-check .content p {
    margin-top: 20px!important;}
  .infocattedra {
    top: 0px!important;}
  .classi-concorso.search .tab-content.bg-grey-concorso .tab-pane .col-lg-6:last-child {margin-top: 20px!important;}
  .infocattedra .marcello , .infocattedra .antonio , .infocattedra .giuseppe , .infocattedra .moreno , .infocattedra .giada , .infocattedra .giulia {height: 440px;}
  .val-studi .content.box-step1.box-step2 {
    padding: 0px!important;}
  .acquisto .val-studi div#accordiondoc {
    margin-bottom: 0px!important;}
  .val-p3 .content.box-step1.box-step2 .button-container { padding: 10px 30px 0px 30px!important;}
  .acquisto.valutazione .box-step1 .bi-plus::before {
    left: 4%!important;
    top: 10px!important;}
  .acquisto.thankyou.valutazione .step2 h3 strong {
    font-size: 1.2em!important;}
  .acquisto.valutazione .button-container {
    bottom: 0px!important;}
  .acquisto.thankyou.valutazione .step2 {
    padding-bottom: 0px;}
  .acquisto.step1 .hero .col-lg-12:first-child {
    z-index: 0!important;}
  .btn-mobile-cattedra a.btn-read-more .plus {
    padding: 8px 10px 8px 10px !important;
    margin-top: 30px;}
  .btn-mobile-cattedra a.space-button {
    padding: 8px 10px!important;
    margin-top: 30px;}
  .js-nav-toggle {
    margin: 18px 0 0 15px!important;}
  .acquisto .back-acquisto .indietro i.bi:before {
    font-size: 12px!important;
    margin-right: 5px!important;}
  .back-acquisto {
    padding: 0 10px!important;
    --bs-gutter-x: 0rem!important;}
  .back-acquisto .sottotitolo {
    text-align: center!important;
    margin-top: -25px!important;
    width: 50%;
    margin: 0 auto;}
  .acquisto .check-prof.cfu24 {
    width: 65%!important;}

}

@media only screen and (max-width: 400px) {

  .values .box.full-height a.space-button, .values .box.half-height a.space-button {
    margin: 0 -29%!important;}
  .values .box a.call-action {
    margin: 0 -17%!important;}
  .values.piano-studi .box.half-height a.space-button {margin: 0 -33%!important;}
  .navbar .getstarted {
    padding: 7px 10px!important;
    margin: 3px 55px 0 0!important;}

}

@media only screen and (max-width: 360px) {
  .about .img-container {
    left: -7px;
    top: -10px;
  }
  br {display: none!important;}
  .hero h1.space-title span {font-size: 24px!important;}
  .values .box.full-height a.space-button , .values .box.half-height a.space-button {margin: 0 -33%!important;}
  .values.piano-studi .box.half-height a.space-button {margin: 0 -39%!important;}
  .values .box a.call-action {margin: 0 -18%!important;}
  .counts .icon-docenti {margin-left: 0px!important;}
  .chisiamo .section-header p {font-size: 2em!important;}
  .partners .section-header p {font-size: 26px!important;}
  section.map-section {
    padding-top: 40px!important;}
  .header .logo img {
    max-width: 110px;}
  .navbar .getstarted {
    font-size: 10px!important;}
  .acquisto.step4 .notifica-green {
    bottom: 21%!important;
    right: 3%!important;}
  .counts .count-box span:last-child {
    width: 70%!important;
    font-size: 18px!important;
    line-height: 24px!important;}
  .navbar .getstarted {
    margin: 0px 55px 0 0!important;}
  .acquisto .box-step1 .bi-plus::before {
    left: 11%!important;
    top: 4px!important;}

}

.CbxSizer {
  zoom: 1;
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}


.CbxSizer {
  zoom: 1;
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}


.CbxSizer {
  zoom: 1;
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}


.CbxSizer {
  zoom: 1;
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}

/*
 * 1.5 - Font color
 */
.color-white { color: #ffffff !important; }
.color-black { color: #000000 !important; }
.color-grey { color: #959393 !important; }
.color-grey-dark { color: #605f5f !important }
.color-blu-dark { color: #344a5f !important; }
.color-blu {color: #487498 !important; }
.color-blu-light {color: #487498 !important; }
.color-azure { color: #759dbd !important; }
.color-red { color: #cc0e40 !important; }
.color-red-dark { color: #b21e4b !important }

/* 
 * 1.6 - Font weight
 */
.ftw-100 { font-weight: 100 !important }
.ftw-200 { font-weight: 200 !important }
.ftw-300 { font-weight: 300 !important }
.ftw-400 { font-weight: 400 !important }
.ftw-500 { font-weight: 500 !important }
.ftw-600 { font-weight: 600 !important }
.ftw-700 { font-weight: 700 !important }
.ftw-800 { font-weight: 800 !important }
.ftw-900 { font-weight: 900 !important }
.ftw-1000 { font-weight: 1000 !important }


/* 2.1 - Background color */
.bg-transparent { background-color: transparent !important; }
.bg-white { background-color: #ffffff !important; }
.bg-gray { background-color: #f5f5f5 !important; }
.bg-grey { background-color: #e9e9e8 !important; }
.bg-azure { background-color: #e3ebf2 !important; }
.bg-azure-dark { background-color: #acc4d8 !important; }
.bg-blu {background-color: #344a5f !important; }
.bg-pink { background-color: #fceef2 !important; }
.bg-red-dark { background-color: #b21e4b !important }

