.cover {
  background-image: url("../img/cover.jpg");
  background-color: #000;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover-index {
  background-image: url("../img/cover-index.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover-gnatologia {
  background-image: url("../img/gnatologia/cover.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover-implantologia {
  background-image: url("../img/implantologia/cover.jpg");
  background-position: 80% center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover-parodontologia {
  background-image: url("../img/parodontologia/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
}
.cover-faccette {
  background-image: url("../img/faccette-estetiche/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cover-protesi-mobile {
  background-image: url("../img/protesi-mobile/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cover-protesi-fissa {
  background-image: url("../img/protesi-fissa/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cover-igiene-orale {
  background-image: url("../img/igiene-orale/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cover-conservativa {
  background-image: url("../img/conservativa/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cover-ortodonzia {
  background-image: url("../img/ortodonzia/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cover-ortodonzia-invisibile {
  background-image: url("../img/ortodonzia-invisibile/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cover-pedodonzia {
  background-image: url("../img/pedodonzia/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.cover-chirurgia-orale {
  background-image: url("../img/chirurgia-orale/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cover-endodonzia {
  background-image: url("../img/endodonzia/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.cover-sbiancamento-dentale {
  background-image: url("../img/sbiancamento-dentale/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.cover-salute-e-benessere {
  background-image: url("../img/salute-e-benessere/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
.cover-dermatologia-ed-estetica {
  background-image: url("../img/dermatologia-ed-estetica/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.cover-radiofrequenza {
  background-image: url("../img/radiofrequenza/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.cover-pediatria {
  background-image: url("../img/pediatria/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cover-ortopedia {
  background-image: url("../img/ortopedia/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cover-otorinolaringoiatria {
  background-image: url("../img/otorinolaringoiatria/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.title {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 15px;
  font-weight: 300;
}
.cover-service {
  background-image: url("../img/cover-service.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 499px;
}
.padding-title {
  padding-top: 200px;
}
.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 3;
}
@media only screen and (max-width: 640px) {
  .cover {
    background-image: url("../img/cover-xs.jpg");
  }
  .cover-gnatologia {
    background-image: url("../img/gnatologia/cover-xs.jpg");
  }
  .cover-implantologia {
    background-image: url("../img/implantologia/cover-xs.jpg");
  }
  .cover-parodontologia {
    background-image: url("../img/parodontologia/cover-xs.jpg");
  }
  .cover-faccette {
    background-image: url("../img/faccette-estetiche/cover-xs.jpg");
  }
  .cover-sbiancamento-dentale {
    background-image: url("../img/sbiancamento-dentale/cover-xs.jpg");
  }
  .cover-index {
    background-image: url("../img/cover-index-xs.jpg");
  }
}
@media screen and (min-width: 641px) and (max-width: 1280px) {
  .cover {
    background-image: url("../img/cover-s.jpg");
  }
  .cover-gnatologia {
    background-image: url("../img/gnatologia/cover-s.jpg");
  }
  .cover-implantologia {
    background-image: url("../img/implantologia/cover-s.jpg");
  }
  .cover-parodontologia {
    background-image: url("../img/parodontologia/cover-s.jpg");
  }
  .cover-faccette {
    background-image: url("../img/faccette-estestiche/cover-s.jpg");
  }
  .cover-sbiancamento-dentale {
    background-image: url("../img/sbiancamento-dentale/cover-s.jpg");
  }
  .cover-index {
    background-image: url("../img/cover-index-s.jpg");
  }
}
.pi-border-base {
  border-bottom: 1px solid #6b899b;
}
.pi-header-transparent {
  background-color: rgba(255, 255, 255, 0.8)
}
.text-light {
  color: rgba(255, 255, 255, 0.7)
}
/*Box*/
.box-1 {
  background-color: #B3EBC9 !important;
  color: #4BD07F !important;
}
.box-2 {
  background-color: #F6BBCB !important;
  color: #BF5F79 !important;
}
.box-3 {
  background-color: #FFD69A !important;
  color: #E3992C !important;
}
.box-shadow-hover:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: transparent;
}
.img-border-1 {
  border-color: #B3EBC9 !important;
}
a .img-border-1:hover {
  border-color: #4BD07F !important;
}
.img-border-2 {
  border-color: #F6BBCB !important;
}
a .img-border-2:hover {
  border-color: #BF5F79 !important;
}
.img-border-3 {
  border-color: #FFD69A !important;
}
a .img-border-3:hover {
  border-color: #E3992C !important;
}
/*Section svg*/
.section-1 {
  background: url("../img/svg/section-1.svg") no-repeat;
  background-size: cover;
}
.section-2 {
  background: url("../img/svg/section-2.svg") no-repeat;
  background-size: cover;
}
.section-3 {
  background: url("../img/svg/section-3.svg") no-repeat;
  background-size: cover;
}
.section-4 {
  background: url("../img/svg/section-4.svg") no-repeat;
  background-size: cover;
}
.section-footer {
  background: url("../img/svg/section-footer.svg") no-repeat;
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
.section-breadcrumb {
  background: url("../img/svg/section-breadcrumb.svg") no-repeat;
  background-size: cover;
}
.section-contact {
  background: url("../img/svg/section-contact.svg") no-repeat;
  background-size: cover;
  background-color: #f9fafc;
}
.section-relative {
  position: relative;
  top: -150px;
  margin-top: -10px;
}
/*Parallax*/
.parallax-index {
  background-image: url("../img/parallax-1.jpg");
  height: 606px;
}
.parallax-index-2 {
  background-image: url("../img/parallax-2.jpg");
  height: 606px;
}
.pi-texture.parallax-texture {
  background-image: url("../img/parallax-texture-1.png");
  background-size: cover;
}
.parallax-svg {
  background-image: url("../img/svg/parallax-landing-1.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.parallax-svg-2 {
  background-image: url("../img/svg/parallax-landing-2.svg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.parallax-gnatologia-1 {
  background-image: url("../img/gnatologia/parallax-1.jpg");
}
.parallax-gnatologia-2 {
  background-image: url("../img/gnatologia/parallax-2.jpg");
}
.parallax-gnatologia-3 {
  background-image: url("../img/gnatologia/parallax-3.jpg");
}
.parallax-implantologia-1 {
  background-image: url("../img/implantologia/parallax-1.jpg");
}
.parallax-implantologia-2 {
  background-image: url("../img/implantologia/parallax-2.jpg");
}
.parallax-implantologia-3 {
  background-image: url("../img/implantologia/parallax-3.jpg");
}
.parallax-implantologia-4 {
  background-image: url("../img/implantologia/parallax-4.jpg");
}
.parallax-parodontologia-1 {
  background-image: url("../img/parodontologia/parallax-1.jpg");
}
.parallax-parodontologia-2 {
  background-image: url("../img/parodontologia/parallax-2.jpg");
  background-position: 25% bottom;
}
.parallax-parodontologia-3 {
  background-image: url("../img/parodontologia/parallax-3.jpg");
  background-position: 35% bottom;
}
.parallax-parodontologia-4 {
  background-image: url("../img/parodontologia/parallax-4.jpg");
  background-position: 40% bottom;
}
.parallax-faccette-estetiche-1 {
  background-image: url("../img/faccette-estetiche/parallax-1.jpg");
}
.parallax-faccette-estetiche-2 {
  background-image: url("../img/faccette-estetiche/parallax-2.jpg");
  background-position: right center;
}
.parallax-protesi-mobile-1 {
  background-image: url("../img/protesi-mobile/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-protesi-fissa-1 {
  background-image: url("../img/protesi-fissa/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-igiene-orale-1 {
  background-image: url("../img/igiene-orale/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-conservativa-1 {
  background-image: url("../img/conservativa/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-ortodonzia-1 {
  background-image: url("../img/ortodonzia/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-ortodonzia-invisibile-1 {
  background-image: url("../img/ortodonzia-invisibile/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-ortodonzia-invisibile-2 {
  background-image: url("../img/ortodonzia-invisibile/parallax-2.jpg");
  background-position: 80% bottom;
}
.parallax-pedodonzia-1 {
  background-image: url("../img/pedodonzia/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-chirurgia-orale-1 {
  background-image: url("../img/chirurgia-orale/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-endodonzia-1 {
  background-image: url("../img/endodonzia/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-sbiancamento-dentale-1 {
  background-image: url("../img/sbiancamento-dentale/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-salute-e-benessere-1 {
  background-image: url("../img/salute-e-benessere/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-dermatologia-ed-estetica-1 {
  background-image: url("../img/dermatologia-ed-estetica/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-radiofrequenza-1 {
  background-image: url("../img/radiofrequenza/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-pediatria-1 {
  background-image: url("../img/pediatria/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-ortopedia-1 {
  background-image: url("../img/ortopedia/parallax-1.jpg");
  background-position: 80% bottom;
}
.parallax-otorinolaringoiatria-1 {
  background-image: url("../img/otorinolaringoiatria/parallax-1.jpg");
  background-position: 80% bottom;
}
@media only screen and (max-width: 375px) {
  .padding-title {
    padding-top: 60px !important;
  }
  .title {
    font-size: 1.7em !important;
  }
}
@media only screen and (max-width: 480px) {
  .pi-row-lg .pi-row-block-logo img {
    max-height: 80px;
  }
  .pi-row-lg .pi-row-block-logo img {
    max-height: 75px;
    padding-top: 15px;
  }
  h1, .h1 {
    font-size: 2.4em;
  }
  .title-box {
    font-size: 2em !important;
    top: 30px !important;
    text-align: center !important;
  }
}
@media only screen and (min-width: 1024px) {
  .parallax-protesi-mobile-1 {
    min-height: 760px;
  }
}
/*Table*/
.tab {
  padding: 15px;
  border: 1px solid #6b899b;
}
.tab-box {
  padding: 20px;
}
.tabella td, .tabella th {
  border-bottom: 1px solid #434343;
  padding: 10px 0;
}
.tabella tr td:last-child {
  text-align: right;
}
.tabella {
  border-collapse: collapse;
  width: 100%;
}
/*Footer*/
.footer-style {
  background-color: #edf0f7 !important;
  font-size: 14px !important;
}
.copy-style {
  background-color: #e1e6f0 !important;
}
.whatsapp-chat {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1003;
}
/*Landing*/
.text-parallax {
  text-align: right;
}
.title-box {
  color: #dfdfdf !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4em;
  position: relative;
  top: 46px;
}
.cit {
  border-left: 1px solid #133b80;
}
.cit-content {
  position: relative;
  padding: 25px 65px 5px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
  border: 1px solid transparent;
}
.cit-content::after {
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  position: absolute;
  left: 20px;
  bottom: -16px;
}
.cit-content.cit-quote::before {
  display: block;
  font-family: fontello;
  content: "\e882";
  font-size: 50px;
  position: absolute;
  top: 35px;
  font-style: normal;
  left: 18px;
  color: rgba(102, 110, 112, 0.3);
}
/*Pop-up*/
.pop-up {
  position: fixed;
  z-index: 1002;
  margin: 1% auto;
  left: 0;
  right: 0;
  top: 10%;
}
.close-button {
  transition: all 0.5s ease;
  position: absolute;
  background-color: #c8d8e2;
  padding: 1.5px 7px;
  right: 0;
  margin-left: -10px;
  margin-top: -40px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: white;
  -webkit-box-shadow: -4px -2px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px -2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 767px) and (max-width: 1080px) {
  .title {
    padding-top: 180px;
    font-size: 2em;
  }
}
@media screen and (max-width: 1120px) {
  /*Parallax*/
  .text-parallax {
    text-align: left;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex * {
  flex: 1 0 280px;
}
.align-items-center {
  align-items: center !important;
}
.align-items-top {
  align-items: start !important;
}
.align-items-md-stretch {
  align-items: stretch !important;
}
.flexitem {
  flex: 1 0 30%
}
.flex50 {
  flex: 1 0 50%
}
.flexdiv {
  flex: 1 0 80px;
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-bottom {
  justify-content: end !important;
}
.pi-img-overlay {
  background: rgb(219, 239, 241, 0.85);
  color: rgba(250, 250, 250, 0.8);
}
.pi-overlay-slide {
  background: rgba(19, 21, 25, 0.1);
  background: -moz-linear-gradient(top, rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.7) 40%, rgba(19, 21, 25, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(19, 21, 25, 0)), color-stop(40%, rgba(19, 21, 25, 0.7)), color-stop(100%, rgba(19, 21, 25, 0.9)));
  background: -webkit-linear-gradient(top, rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.7) 40%, rgba(19, 21, 25, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.7) 40%, rgba(19, 21, 25, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.7) 40%, rgba(19, 21, 25, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.7) 40%, rgba(19, 21, 25, 0.9) 100%);
}