body {
  font-family: "Nunito";
  position: relative;
}
h3.txt-white {
  color: #fff!important
}
.site-header {
  background-color: #2e3a88;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 0 8px #273f5b47;
  z-index: 10;
  position: relative;
}
.site-header a {
  color: #fff;
  transition: color .15s ease-in-out;
  display: flex!important;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.cnt-arear-social a {
  text-transform: none;
  font-size: 14px;
}
.cnt-arear-social a i {
  font-size: 15px;
}
.site-header a:hover {
  color: #88c2c6;
  text-decoration: none;
}
.site-header a.active {
  font-weight: 800;
  color: #88c2c6;
}
.site-header .scritta-logo {
  width: 11rem;
  margin-left: 1rem;
}
.cnt-social {
  border-left: 1px solid #ffffff59;
  padding-left: 0.7rem;
}
.w-20 {
  width: 32%;
}
.w-60 {
  width: 53%;
}
.cnt-corso img {
  border-radius: 15px;
}
.nome-corso {
  bottom: 0;
  padding: 0px 10px;
  z-index: 4;
}
.nome-corso h2 {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.sticky-top {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.layer-img {
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-image: linear-gradient(0deg, rgba(5,12,60,1) 0%, rgba(255,255,255,0) 31%, rgba(255,255,255,0) 100%);
  z-index: 3;
  border-radius: 15px;
}
.cnt-corso a p, .cnt-corso a,
.corsoestetica a {
  color: #212529;
  text-decoration: none;
}
.cnt-corso a:hover button {
  background: #2e3a88;
}
.cnt-corso a p {
  font-size: 0.9em;
}
.cnt-corso a p b {
  color: #88c2c7;
}
.swiper-pagination {
  position: relative!important;
  bottom: 0!important;
}
.btn-master {
  background: #2e3a88;
  border: 0px;
  padding: 5px 15px;
  color: #fff!important;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
}
.btn-master:hover {
  background: #88c2c7;
}
.btn-master-estetico {
  background: #9F83C7;
  border: 0px;
  padding: 5px 15px;
  color: #fff!important;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
}
.btn-master-estetico:hover {
  background: #88c2c7;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2e3a88!important;
}
span.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
.cnt-corso button {
  background: #88c2c7;
  border: 0px;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
}
.sottomenu a {
  color: #fff;
  text-decoration: none;
}
.sottomenu a:hover,
.briciole a:hover {
  color: #88c2c7;
}
.share {
  top: 10px;
  right: 10px;
  z-index: 10;
}
.share a {
  font-size: 18px;
}
.popup {
  opacity: 0;
  z-index: -10;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: rgb(34 34 34 / 42%);
  inset: 0px;
}
.popup.active {
  opacity: 1;
  z-index: 100000;
}
.noscroll {
  overflow: hidden;
}
.box-cond {
  padding: 24px;
  flex: 1 1 auto;
  overflow-y: auto;
  outline: none;
  background: #fff;
  width: 100%;
  max-width: 568px;
  border-radius: 10px;
  position: relative;
}
.box-cond img {
  border-radius: 10px;
}
.box-cond button, .box-cond a {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: left;
  font-size: 18px;
  color: #212529;
  text-decoration: none;
  display: flex;
}
.box-cond button i,
.box-cond a i {
  font-size: 24px;
}
i.fa-solid.fa-xmark:hover {
  cursor: pointer;
}
.cnt-navbar {
  width: 53%;
}
.cnt-navbar .cnt-social {
  padding-left: 0px;
}
.navbar-nav li:nth-child(1),
.navbar-nav li:nth-child(2),
.navbar-nav li:nth-child(3) {
  border-bottom: 1px solid #2e3a884d;
  margin-bottom: 2px;
}
.navbar-nav li.active a {
  color: #88c2c7;
  font-weight: 800;
}
.briciole a {
  text-decoration: none;
  color: #273f5b7d;
}
.sezione-interna ul {
  padding-left: 1.1rem;
}
.sezione-interna ul li {
  position: relative;
}
.sezione-interna ul li:before {
  content: "";
  width: 1px;
  height: 0.8rem;
  background: #2e3a884d;
  position: absolute;
  left: -15px;
  top: 17px;
}
.sezione-interna ul li:nth-child(3):before {
  height: 2.3rem;
}
.sezione-interna ul li:nth-child(4):before,
.sezione-interna ul.numerazione li:before {
  content: none;
}
.sezione-interna ul.numerazione li {
  list-style-type: decimal;
}
.cnt-docente {
  padding-bottom: 2rem;
}
.cta-normal {
  font-weight: 700;
  color: #273f5b;
  text-decoration: underline;
}
.cta-normal:hover {
  color: #273f5b;
}
#map {
  height: 560px;
  width: 100%;
}
.menu-docenti {
  cursor: pointer;
  position: sticky;
  top: 80px;
}
.menu-docenti .bold {
  font-weight: 700;
}
.box-cat {
  display: none;
}
.box-cat.show {
  display: block;
}
.calendario .boxdovealloggiare {
  height: 100%;
}
.p-index .descrizione img {
  width: 250px;
}


.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

p.small {
  font-weight: 300;
}
.dovesiamo .bg-image {
  background-image: url("../img/iapem-scuola-di-medicina-estetica-accademia.jpg");
  background-position: center;
  height: 22rem;
}
.accademia .bg-image {
  background-image: url("../img/iapem-scuola-di-medicina-estetica-accademia.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 35rem;
}
.bg-image {
  background-image: url("../img/iapem-scuola-di-medicina-estetica-homepage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 35rem;
}
.overlay-black {
  width: 100%;
  bottom: 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: transparent linear-gradient(360deg, #000 -10%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%) 0%;
}
.pa-10 {
  padding: 8rem 0rem 8rem 5rem;
}
.bg-image .testo {
  z-index: 3;
}
.bg-image h1 {
  font-weight: 800;
}
.sezione-interna {
  padding: 4rem 0rem 0rem 0rem;
}
.sezione-interna h3 {
  font-weight: 800;
  color: #273f5b;
}
.cosa-imparerai i {
  color: #5ec7c2;
  font-size: 25px;
}
.tappe-percorso h5 {
  font-weight: 700;
}
.txt-azzurro {
  color: #5ec7c2;
}
.grigio {
  color: #5ec7c2;
}
.text-blu, a.text-blu {
  color: #273f5b!important;
}
.text-viola {
  color: #9F83C7;
}
.bg-bluchiaro {
  background: #2e3a8842;
}
.bg-blu {
  background: #2e3a88;
}
.bg-azzurro {
  background-color: #5ec7c2;
}
.bg-grigio {
  background-color: #efefef;  
}
.bg-viola {
  background-color: #5c214d;  
}
.cfinstitute {
  border-bottom: 2px solid #fff;
}
footer a {
  color: #6c757d!important;
}
footer {
  background: #f3f3f3;
}
.pre-footer p, .pre-footer p a {
  color: #273f5b;
}
.pre-footer img {
  width: 210px!important;
}
.collapse:not(.show) {
  display: none!important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
  box-shadow: none;
}
.descrizione h3 {
  font-weight: 500;
}
.descrizione h3 b {
  font-weight: 800;
}
.fcol-20 {
  width: 20%;
}
.fcol-80 {
  width: 80%;
}
.ruolo span {
  border: 1px solid #88c2c6;
  color: #88c2c6;
  padding: 0px 8px;
}
.ruolo span.important {
  background: #88c2c6;
  color: #2e3a88;
}
.cnt-img p {
  position: absolute;
  top: 10px;
  right: 12px;
  text-align: center;
}
.cnt-img p a i {
  color: #fff;
  text-shadow: #7b7b7b 1px 0 10px;
}
.cnt-img p a:hover i {
  color: #88c2c7;
}
.loghi-patrocinio {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-gap: 15px;
  margin-top: 1rem;
  display: grid;
}

.disabledBtn {
  opacity: 0.5;
}
.disabled.block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 6;
}
.cta-footer {
  display: none;
}
.cfinstitute a {
  text-decoration: none;
}
.cfinstitute .w-40 {
  width: 20%;
}
.cfinstitute .w-60 {
  width: 70%;
}
.corsoestetica img {
  border-radius: 15px;
}
.testimonianze h4 {
  font-size: 1.4em;
  line-height: 1.3em;
}
#cookiescript_badge {
  background: #2e3a88!important;
}
.cookiescriptlogo {
  fill: #5dc7c2!important;
}
.gestionelingua {
  cursor: pointer;
}
.gestionelingua .noActive {
  opacity: 0.3;
}
.gestionelingua .noActive:hover {
  opacity: 1;
}
.elenco-date p {
  position: relative;
}
.elenco-date p:after {
  content: "";
  height: 1px;
  width: 15px;
  background: #aeaeae;
  position: absolute;
  bottom: -19%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elenco-date p:nth-child(1):after,
.elenco-date p:last-child:after {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .testimonianze iframe {
    height: 160px;
  }
  .cta-corso {
    right: 3rem;
    width: 340px;
  }
  .ctn-desc-docente p {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .testimonianze iframe {
    height: 160px;
  }
  .cta-corso {
    right: 2rem;
    width: 270px;
  }
  .ctn-desc-docente p {
    height: 240px;
  }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  filter: invert(1);
}
.navbar-collapse {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 1024;
  padding: 6px 15px;
  box-shadow: 0 0 8px #273f5b47;
}
.navbar-toggler {
  padding-right: 0px;
}
.linkok i {
  color: #2eb027;
}
.linkok {
  -webkit-box-shadow: 5px 5px 10px 0px #d7d7d7;
  -moz-box-shadow: 5px 5px 10px 0px #d7d7d7;
  -o-box-shadow: 5px 5px 10px 0px #d7d7d7;
  box-shadow: 5px 5px 10px 0px #d7d7d7;
  opacity: 0;
  z-index: -20;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0rem;
  background: #fff;
  padding: 6px 13px;
  border: 1px solid #efefef;
  border-radius: 10px;
}
.linkok.active {
  opacity: 1;
  z-index: 30;
}
a:not([href]):not([class]) {
  cursor: pointer;
}
.nav-link, .navbar-collapse a {
  color: #2e3a88;
  text-decoration: none;
}
.nav-link, .navbar-collapse a.active {
  font-weight: 800;
  color: #88c2c6;
}
.dovealloggiare a {
  color: #212529;
  text-decoration: none;
}
.dovealloggiare img {
  border-radius: 10px;
}
.boxdovealloggiare {
  padding: 10px;
  background: #fff;
  border:1px solid #e7e7e7;
  border-radius: 10px;
}
.fw-500 {
  font-weight: 500!important;
}
/*Congresso*/
.ctacongresso {
  background: #fff;
  padding: 10px 20px;
  text-decoration: none;
  color: #049ce4;
  font-weight: 800;
  border-radius: 8px;
  border: 1px solid #fff;
}
.ctacongresso:hover {
  background: #049ce4;
  color: #fff;
}
.bg-congresso {
  background: #049ce4;
}
@media screen and (min-width: 576px) {
  .d-sm-contents {
    display: none!important;
  }
}
@media screen and (max-width: 1328px) {
  .voci-menu-desk a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1242px) {
  .voci-menu-desk a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1180px) {
  .cnt-hamburger, .navbar-expand-lg .navbar-toggler {
    display: block!important;
  }
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .d-none-pers {
    display: none!important;
  }
}
@media screen and (max-width: 576px) {
  .p-index .descrizione img {
    width: 200px;
  }
  .testimonianze iframe {
    height: 206px;
  }
  .gestionelingua a {
    padding-right: 2px;
  }
  .p-index div#cookiescript_badge {
    bottom: 10px!important;
  }
  div#cookiescript_badge {
    bottom: 70px!important;
  }
  .elenco-date p:after {
    bottom: -35%;
  }
  .elenco-date p:last-child {
    margin-bottom: 0px!important;
  }
  .boxdovealloggiare .w-50 {
    width: 100%!important;
  }
  .sezione-interna ul li:before {
    top: 19px;
    height: 2rem;
  }
  .sezione-interna ul li:nth-child(3):before {
    height: 3.5rem;
  }
  .docenti .sezione-interna {
    padding-top: 4rem!important;
  }
  .fcol-20.top0 {
    top: 0!important;
    box-shadow: 0 0 8px #273f5b47;
  }
  .cta-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 20;
  }
  .cta-footer {
    display: block;
  }
  .cta-footer a {
    text-decoration: none;
  }
  .cta-footer button {
    background: #88c2c6;
    border: 0px;
    padding: 5px 25px;
    color: #fff!important;
    font-size: 14px;
    border-radius: 8px;
  }
  /*.cnt-social a:nth-child(2) {
    border-right: 1px solid;
  }*/
  .menu-docenti {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-wrap: inherit;
    display: flex;
  }
  .menu-docenti p {
    margin-bottom: 0px!important;
    padding-top: 1rem;
    padding-right: 18px;
  }
  .fcol-20 {
    width: 100%;
    position: fixed;
    top: 83px;
    background: #fff;
    z-index: 20;
  }
  .fcol-80 {
    width: 100%;
  }
  body .pre-footer img {
    width: 82%!important;
    margin-top: 1.5rem;
  }
  .sticky-top {
    display: none;
  }
  .loghi-patrocinio {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-gap: 15px;
    margin-top: 1rem;
    display: grid;
  }
  .linkok {
  }
  .bg-image h1 {
    font-size: 24px;
  }
  .close {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 23px;
  }
  .close i {
    font-size: 18px;
  }
  .box-cond img {
    width: 60px;
  }
  .box-cond button, .box-cond a {
    justify-content: space-between;
    flex-direction: row-reverse;
    border-color: #e7e7e7;
  }
  .box-cond button {
    border-radius: 10px 10px 0px 0px;
  }
  .box-cond a {
    border-radius: 0px;
    border-top: 0px;
  }
  .box-cond .row div.col-12:last-child a {
    border-radius: 0px 0px 10px 10px;
  }
  .popup {
    align-items: flex-end;
  }
  .box-cond {
    border-radius: 10px 10px 0px 0px;
    background: #f9f9f9;
  }
  .accademia footer, .dovesiamo footer, .docenti footer {
    padding-bottom: 4rem;
  }
  .home .bg-image {
    background-position: top right;
  }
  .accademia .bg-image {
    background-position: top left;
  }
  .bg-image, .accademia .bg-image {
    height: 22rem;
  }
  .nome-corso h2 {
    font-size: 22px;
  }
  .nome-corso {
    padding: 7px 17px;
  }
  .cnt-corso a p {
    font-size: 16px;
  }
  .w-20 {
    width: 70%;
  }
  .sticky-top .container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-wrap: inherit;
    display: flex;
  }
  .sticky-top .container::-webkit-scrollbar {
    width: 8px;
    height: 4px;
  }
  /* Track */
  .sticky-top .container::-webkit-scrollbar-track {
    background: #ffffff; 
  }
  /* Handle */
  .sticky-top .container::-webkit-scrollbar-thumb {
    background: #bdc5cd; 
  }
  /* Handle on hover */
  .sticky-top .container::-webkit-scrollbar-thumb:hover {
    background: #bdc5cd; 
  }
  .ctn-desc-docente p {
    height: 134px;
  }
  .sezione-interna {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cta-corso {
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    top: auto;
  }
  .ctn-ctas-mob {
    display: flex;
    align-items: center;
  }
  .ctn-ctas-mob button {
    font-size: 0.8rem;
    padding: 10px 0px!important;
    margin-top: 0px;
  }
  .ctn-ctas-mob a {
    width: 50%;
  }
  .ctn-ctas-mob a:first-child {
    margin-right: 0.3rem;
  }
  .ctn-ctas-mob a:last-child {
    margin-left: 0.3rem;
  }
  .cta-corso .info {
    padding: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  }
  .info p {
    margin-bottom: 0.7rem;
  }
  .ctn-nome div, .form {
    width: auto;
    margin: 0 auto;
  }
}