/* Start - Google Materia Icons Style */

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* End - Google Materia Icons Style */

/* Start - Shadow transition effect */

.transition:hover {
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  /*transition: box-shadow 0.2s linear !important;*/
  -webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.5);
  -moz-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.5);
  box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.5) !important;
}

.secondary-shadow {
  /*border: solid grey 1px;*/
  /*border-left: solid var(--primary)4px!important;*/
  /*transition: border-left 0.1s linear;*/
  /*transition: background-color 0.1s linear;*/
  width: 80% !important;
  max-width: 80% !important;
  /*transition: box-shadow 0.2s linear !important;*/
  -webkit-box-shadow: 0px 0px 5px 5px #0091c647 !important;
  -moz-box-shadow: 0px 0px 5px 5px #0091c647 !important;
  box-shadow: 0px 0px 5px 5px #0091c647 !important;
  transition: 0.2s linear;
}

.border-bottom-secondary {
  border-color: #ffda73;
}

.transition {
  transition: box-shadow 0.5s linear;
}

/* End - Shadow transition effect */

.body-main {
  width: 100vw !important;
  height: 100vh !important;
}

.icon-menu {
  transform: rotate(180deg);
}

.decoration-none {
  text-decoration: none !important;
}

.nav-li {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  text-decoration: none !important;
  border-bottom: 0px solid rgba(255, 255, 255, 0) !important;
  transition: 0.3s;
}

.nav-li:hover {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  text-decoration: none !important;
  border-bottom: 3px solid rgba(255, 255, 255, 100) !important;
  transition: 0.3s;
}

.rounded-full {
  border-radius: 100% !important;
}

#mainheader {
  height: 224px;
  color: #fff;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#mainheader.ridotto {
  height: 56px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1071;
  margin-top: -56px;
  margin-bottom: 56px;
  transition: all .3s ease 0s;
}

.img-desktop {
  width: 100%;
  height: 50%;
}

.bg-nav-primary {
  background-color: #152C56 !important;
}

.bg-nav-secondary {
  background-color: #172F55!important;
}

.text-nav-secondary {
  color: #172F55!important;
}

.bg-nav-tortora {
  background-color: #d5be94!important;
}

@media (max-width: 767px) {
  .cta-home {
    margin-top: -3rem;
  }
}

@media (min-width: 768px) {
  .cta-home {
    margin-top: -6rem;
  }
}

.contact-div {
  border-radius: 8px;
  border-bottom: solid var(--primary) 4px!important;
  box-shadow: 0px 0px 5px 5px #0091c647 !important;
}

.logo-footer {
  border: none;
  width: 4.5em;
  height: 4.5em;
}

.div-btn-target {
  display: flex;
  justify-content: start;
}

.text-small {
  font-size: 14px;
}

/* START - MEDIA QUERY */

@media (max-width: 767px) {
  .md-resp {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .div-btn-target {
    display: flex;
    justify-content: start;
  }
}

@media (min-width: 992px) {
  .md-resp {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .visible-mobile {
    display: none!important;
  }
}

@media (min-width: 991px) {
  .invisible-mobile {
    display: none!important;
  }
}

@media (min-width: 991px) {
  .social-share-sidebar {
    display: none!important;
  }
}

/* @media (max-width: 991px) {
  #main-nav {
    display: none!important;
  }
} */

@media (max-width: 991px) {
  .text-rights {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .logo-imc {
    width: 56px !important;
    height: 56px !important;
  }
}

@media (max-width: 991px) {
  #menu-nav-imc {
    display: flex;
    justify-content: end;
  }
}

@media (min-width: 992px) {
  .text-rights {
    display: none;
  }
}

/* @media (min-width: 992px) {
  .menu-nav {
    align-items: center;
  }
}

@media (max-width: 991px) {
  .menu-nav {
    margin-bottom: 4rem;
  }
  .toggler-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
} */

@media (min-width: 300px) and (max-width: 575px) {
  .text-resp {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .text-resp {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .text-resp {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .text-resp {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .visible-mobile {
    display: flex;
    color: #152C56;
  }
}

@media (max-width: 991px) {
  .container-btn-menu {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

@media (max-width: 991px) {
  .div-btn-target {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .md-resp {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .target-div {
    border: solid #0091c6 2px;
    background-color: white;
    color: #152C56;
    border-radius: 8px;
    width: 80% !important;
    max-width: 80% !important;
    transition: 0.1s linear;
  }
}

@media (max-width: 991px) {
  .target-div:hover {
    border: solid #ffda73 4px!important;
    background-color: #152C56;
    color: #ffda73;
    border-radius: 8px;
    width: 90% !important;
    max-width: 90% !important;
    -webkit-box-shadow: 0px 0px 5px 5px #0091c647 !important;
    -moz-box-shadow: 0px 0px 5px 5px #0091c647 !important;
    box-shadow: 0px 0px 5px 5px #0091c647 !important;
    transition: 0.2s linear;
  }
}

@media (max-width: 991px) {
  .target-div-active {
    border: solid #0091c647 2px;
    border: solid #ffda73 4px!important;
    background-color: #152C56;
    color: #ffda73;
    border-radius: 8px;
    width: 90% !important;
    max-width: 90% !important;
    -webkit-box-shadow: 0px 0px 5px 5px #0091c647 !important;
    -moz-box-shadow: 0px 0px 5px 5px #0091c647 !important;
    box-shadow: 0px 0px 5px 5px #0091c647 !important;
    transition: 0.2s linear;
  }
}

@media (max-width: 991px) {
  .div-target-text {
    border-radius: 8px;
    border: solid #0091c6 2px;
  }
}

@media (min-width: 992px) {
  .target-div {
    border: solid grey 1px;
    border-left: solid grey 1px!important;
    background-color: white;
    color: #152C56;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 75% !important;
    max-width: 75% !important;
    transition: 0.1s linear;
  }
}

@media (min-width: 992px) {
  .div-target-text {
    border-radius: 0px;
    border: solid grey 1px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

@media (min-width: 992px) {
  .border-left-primary {
    border-left: solid var(--primary) 4px !important;
  }
}

@media (min-width: 992px) {
  .target-div:hover {
    border: solid grey 1px;
    border-left: solid #ffda73 4px !important;
    background-color: #152C56;
    color: #ffda73;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 80% !important;
    max-width: 80% !important;
    max-width: 80% !important;
    -webkit-box-shadow: 0px 0px 5px 5px #0091c647 !important;
    -moz-box-shadow: 0px 0px 5px 5px #0091c647 !important;
    box-shadow: 0px 0px 5px 5px #0091c647 !important;
    transition: 0.2s linear;
  }
}

@media (min-width: 992px) {
  .target-div-active {
    border: solid grey 1px;
    border-left: solid #ffda73 4px!important;
    background-color: #152C56;
    color: #ffda73;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 80% !important;
    max-width: 80% !important;
    -webkit-box-shadow: 0px 0px 5px 5px #0091c647 !important;
    -moz-box-shadow: 0px 0px 5px 5px #0091c647 !important;
    box-shadow: 0px 0px 5px 5px #0091c647 !important;
    transition: 0.2s linear;
  }
}

@media (min-width: 768px) {
  .md-resp {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .margin-menu-nav {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .header-menu-mobile {
    display: none!important;
  }
}

@media (min-width: 992px) {
  .margin-menu-nav {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

@media (max-width: 991px) {
  .nav-li {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    border-radius: 4px !important;
    text-decoration: none !important;
    border-bottom: 0px solid rgba(255, 255, 255, 0) !important;
    transition: 0.3s;
  }
}

@media (max-width: 991px) {
  .nav-li:hover {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    border-radius: 4px !important;
    text-decoration: none !important;
    border-bottom: 3px solid #ffda73 !important;
    background-color: var(--light);
    transition: 0.3s linear;
  }
}

.contact-text-sidebar {
  font-size: 14px !important;
  text-decoration: underline;
}

/* END - MEDIA QUERY */

.d-none {
  display: none!;
}

.social-share-icons:hover {
  opacity: 1;
  transition: 0.1s linear;
  max-width: 24px!important;
  margin: 0.6rem;
  min-width: 12px!important;
}

.social-share-icons {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.1s linear;
  max-width: 24px!important;
  margin: 0.6rem;
  min-width: 12px!important;
}

.social-share-sidebar:hover {
  opacity: 1;
  transition: 0.1s linear;
  margin: 0.6rem;
}

.social-share-sidebar {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.1s linear;
  margin: 0.6rem;
}

.text-rights {
  text-align: center !important;
  font-size: 12px;
}

.main-view {
  width: 100vw!important;
  height: 100vh!important;
}

@media (max-width: 575px) {
  .img-wip {
    width: 72px!important;
    height: 72px!important;
  }
}

@media (max-width: 575px) {
  .social-text {
    font-size: 0.7rem;
  }
}

.btn-close {
  display: none!important;
}

