@import url('https://fonts.googleapis.com/css?family=Lato:400,900,900i');
body {
	font-family: 'Lato', sans-serif;
	background: #fff;
	color: black;
	overflow-x: hidden;
	padding-top: 90px;
}
body.home {
	padding-top: 0;
}
h1,h2,h3,h4 {
	font-weight: 900;
}

a.std-button {
	color: white;
	background: #52a6b2;
	display: inline-block;
	font-weight: 900;
	font-size: 1.4rem;
	padding: 0.4rem 4rem;
	border-radius: 5px;
}
.navbar {
    background: rgba(255,255,255,1);
    position: fixed;
    z-index: 9999;
    width: 100%;
    transition-property: background;
	transition-duration: .5s;
	top: 0;
}
body.home .navbar {
    background: rgba(255,255,255,0.8);
    position: fixed;
    z-index: 9999;
    width: 100%;
    transition-property: background;
	transition-duration: .5s;
	top: 0;
}

.pre-footer {
    font-size: 2.5rem;
}


@keyframes nav-anim {
  from {background: rgba(255,255,255,0.4);}
  to {background: rgba(255,255,255,1);}
}

body.home .navbar.solid {
	background: rgba(255,255,255,1);
	transition-property: background;
	transition-duration: .5s;
}

.navbar-nav {
	text-align: right;
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 50px;
}
.nav-link {
	text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 900;
}
.navbar-toggler {
	border: none;
}
.nav-link {
    padding: 0.7rem 1rem;
}
.navbar-light .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(82, 166, 178, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}
.wrapper .container {
	background: transparent;
}
.container-fluid.cap {
	max-width: 1920px;
}
.claim-home {
	text-align: center;
	background: url("../img/claim-bg.webp") center center;
	background-size: cover;
	width: 60%;
	margin: 0 auto;
	margin-top: -100px;
	border-radius: 10px;
	padding: 5rem 10rem;

}
.claim {
	background: url("../img/claim-bg.png") top right;
	background-repeat: no-repeat;
	background-size: 25%;
	text-align: center;
	/*padding: 5rem 0;*/
    padding: 6rem 0;
}
.home-gallery .container-fluid{
	padding: 0;
}
.home-gallery .row{
	
}
.home-gallery .column, .trattamenti .column{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	margin-bottom: 0.5rem;
}
.trattover {
	width: 100%;
	position: absolute;
	height: 25%;
	bottom: 0;
	text-align: center;
	margin: 2rem 0;
}
.trattover p {
	font-weight: 900;
	color: black;
	font-size: 1.9rem;
	margin-bottom: 15px;
}

.trattover p span {
    background-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px;
}

.trattover1 {
    width: 100%;
    position: absolute;
    height: 65%;
    bottom: 0;
    text-align: center;
    margin: 2rem 0;
    padding: 0 6rem;
}

.trattover1 p {
	font-weight: 900;
	color: #fff;
	font-size: 3.0rem;
    line-height: 3.0rem !important;
	margin-bottom: 0
}

.imgover1 {
    width: 100%;
    position: absolute;
    height: 70%;
    bottom: 0;
    text-align: center;
    padding: 0 6rem;
}

.imgover1 p {
	color: #fff;
    padding-top: 10px;
	font-size: 1.2rem;
    line-height: 1.4rem !important;
	margin-bottom: 0
}

.imgover1 h3 {
	font-weight: 900;
	color: #fff;
	font-size: 2.0rem;
    line-height: 2.0rem !important;
	margin-bottom: 0
}
.equipe .row {
	margin-bottom: 2rem;
}
.spacer {
	margin-top: 6rem;
	width: 100%;
	//float: left;
}
.doc-name {
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	background: rgba(255,255,255,0.6);
	padding: 1rem;
	text-align: center;
}
.doc-name h2 {
	font-size: 1.5rem;
}
.doc-name p {
	font-size: 1.2rem;
}
.doc-name a {
	font-size: 1.2rem;
	color: #52a6b2;
	font-weight: 900;
}
.inline{
	display: inline-block;
}
.app-bg {
	background: url(../imgs/prefooter-1.webp) center center;
	background-size: cover;
	float: left;
	width: 100%;
}
.appuntamento-bg {
	background: url(../imgs/prefooter-2.webp) center center;
	background-size: cover;
	float: left;
	width: 100%;
}
.app-home {
	text-align: center;
	width: 92%;
	background: rgba(255,255,255,0.6);
	height: 525px;
	padding: 4rem;
	margin:4%;
}
.call-home {
	text-align: center;
	width: 92%;
	//background: rgba(255,255,255,0.6);
	height: 525px;
	padding: 4rem;
	margin:4%;
}
.call-home a.std-button{
	width: 50%;
	padding: 0.7rem 2rem;
}

.chisiamo-bg {
	background: #f3f3f3;
	padding: 3rem;
}
.footer {
	background: black;
	color: white;
	text-align: center;
	padding: 1rem 0;
	font-size: 0.9rem;
	margin-top: 3rem;
}

.footer p {
	font-size: 1rem !important;
}
.bg-scheda-form {
	background: #f3f3f3;
	margin-bottom: 1rem;
	padding: 2rem 1rem;
}
.bg-scheda-form h3{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.bg-scheda-form a.tel {
	color: white;
	background: #52a6b2;
	display: inline-block;
	font-weight: 900;
	font-size: 1.4rem;
	padding: 0.4rem 4rem;
	border-radius: 5px;
	width: 60%;
}
.form-control {

    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 1rem;
}
.cform-submit{
	color: white;
	background: #52a6b2;
	display: inline-block;
	font-weight: 900;
	font-size: 1rem;
	padding: 0.4rem 4rem;
	border-radius: 5px;
	width: 60%;
	margin-top: 1rem;
}
.logo-contatti {
	float: left;
	margin-left: 3rem;
}
.logo-contatti p{
	padding: 1rem;
}
.d {
	margin-top: 5rem;
}
.img-full {
	width: 100%;
	height: auto;
}
.prefooter:nth-child(1){
	padding-right: 0;
}

/* INTERNE */
.interna .page-title h1 {
	font-size: 3em;
}
.interna .page-title p {
	font-size: 1.4em;
	margin-bottom: 3rem;
	line-height: 1.3em;
}
.trattamenti.interna .trattover {
	width: 70%;
	left: 15%;
	position: absolute;
	height: 55%;
	bottom: 0;
	text-align: center;
	margin: 0;
	background: rgba(82,166,178,0.7);
	/*padding: 2rem;*/
    padding: 1rem;
	padding-top: 4rem;
	transition-property: padding-top;
	transition-duration: .5s;
}
.trattamenti.interna .trattover h3 {
	font-weight: 900;
	color: white;
	font-size: 1.5rem;
	margin-bottom: 0
}
.trattamenti.interna .trattover p {
	font-weight: 400;
	color: white;
	font-size: 1.2rem;
    /*font-size: 1.5rem;*/
	border-bottom: 1px solid white;
	padding-top: 0.5rem;
	padding-bottom: 0.4rem;
	margin-bottom: 0.5rem;
	width: 80%;
	display: inline-block;
}
.trattamenti.interna .trattover p.micro {
	font-weight: 900;
	font-style: italic;
	color: white;
	font-size: 1rem;
	border-bottom: none;
	opacity: 0;
	margin-top: 0px;
	transition-property: margin, opacity;
	transition-duration: .6s, .5s;
}
.trattamenti.interna .trattover:hover p.micro {
	opacity: 1;
	transition-property: margin, opacity;
	transition-duration: .6s, .5s;
}
.trattamenti.interna .trattover:hover {
	padding-top: 1.5rem;
	transition-property: padding-top;
	transition-duration: .5s;
}
.equipe.interna .row {
	margin-bottom: 2rem;
}
.equipe.interna .grey {
	background: #f3f3f3;
	padding: 2rem 2rem;
	min-height: 447px;
}
.equipe.interna .grey p{
	font-size: 1.1rem;
    line-height: 1.8rem !important;
}
.equipe-name-sx {
	background: #52a6b2;
	padding: 1rem 1rem;
	position: absolute;
	bottom: 2rem;
	left: -6rem;
	text-align: center;
	color: white;
	width: 350px;
	z-index: 2;
}
.equipe-name-sx h3 {
	font-size: 1.6rem;
}
.equipe-name-sx p {
	font-size: 1rem;
	font-style: italic;
    font-weight: 700;
    line-height: 1.5rem !important;
}
.equipe-name-dx {
	background: #52a6b2;
	padding: 1rem 1rem;
	position: absolute;
	bottom: 2rem;
	right: -6rem;
	text-align: center;
	color: white;
	width: 350px;
	z-index: 2;
}
.equipe-name-dx h3 {
	font-size: 1.6rem;
}
.equipe-name-dx p {
	font-size: 1rem;
	font-style: italic;
    font-weight: 700;
    line-height: 1.5rem !important;
}

.single-hero {
	background: rgba(255,255,255,0.4);
	padding: 2rem 6rem;
	position: absolute;
	/*top: 25%;
	width: 80%;
	margin-left: 10%;*/
    top: 30%;
    width: 60%;
    margin-left: 20%;
	height: fit-content;
	text-align: center;
}

.single-hero-fra {
	background: rgba(255,255,255,0.4);
	padding: 2rem 6rem;
	position: absolute;
	/*top: 25%;
	width: 80%;
	margin-left: 10%;*/
    top: 47%;
    width: 60%;
    margin-left: 20%;
	height: fit-content;
	text-align: center;
    
}

.single.interna {
	/*background: url(../imgs/dente.png) no-repeat center left;*/
    background: url(../imgs/dente.png) no-repeat;
    background-position: left 600px;
}
.single.interna p {
	font-size: 1.2rem;
}
.single.interna .column {
	padding: 0;
}
.single.interna .grey {
	background: #f3f3f3;
	padding: 3rem 3rem;
}
.single.interna .grey p{
	font-size: 1.1rem;
}



.hero-desktop {
	padding: 0;
	background-image: url('../imgs/hero-homepage-desk.webp');
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/*min-height: 800px;*/
    min-height: 900px;
	text-align: center;
    background-size: cover;
    background-position: center;
}

.hero-mobile {
	padding: 0;
	background-image: url('../imgs/hero-homepage-mobile.webp');
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: 550px;
	text-align: center;
	/*padding-top: 85%; */
	padding-top: 95%; 
	position: relative;
}

.hero-desktop-new{
	background-image: url('../img/hero-desk-new.jpg');
}

.hero-mobile-new {
	background-image: url('../img/hero-mob-new.jpg');
}
.hero-mobile h1 {
	/*color: #000;*/
	color: #fff;
	margin-bottom: 1rem;
    /*font-size: 28px;*/
    font-size: 4em;
}

@media all and (max-width: 1199px){
	.claim-home {
	    padding: 3rem 5rem;
	}
}
@media all and (min-width: 1199px){
	.chisiamo-bg {
		min-height: 368px;
	}
}
@media all and (min-width: 992px){
.chisiamo-right {
	padding-left: 0;
}
.chisiamo-left {
	padding-right: 0;
}
.prefooter-right {
	padding-left: 0.5rem;
}
.prefooter-left {
	padding-right: 0.5rem;
}
p{
	font-size: 1.4rem;
	line-height: 1.9rem;
}
}

@media (min-width: 768px){
	.claim p {
	font-size: 1.4rem !important;
	line-height: 1.9rem !important;
}
    .subtitle p {
	font-size: 1.4rem !important;
	line-height: 1.9rem !important;
}

p{
	font-size: 1.4rem;
	line-height: 1.9rem !important;
}
}

@media all and (max-width: 992px){
	.equipe-name-sx {

	    background: #52a6b2;
	    padding: 1rem 1rem;
	    position: absolute;
	    text-align: center;
	    color: white;
	    z-index: 2;
	    width: 80%;
	    left: 10%;
	    top: -6rem;
	    height: 8rem;
	}
}
@media all and (min-width: 768px) and (max-width: 1199px){
	.single-hero {

    background: rgba(255,255,255,0.4);
    padding: 1rem;
    position: absolute;
    /*top: 42%;*/
    top: 20%;
    width: 80%;
    margin-left: 10%;
    /*height: 50%;*/
    height: fit-content%;
    text-align: center;

}
}

@media all and (max-width: 767px){
	body {
		padding-top: 50px;
	}

	.navbar-light .navbar-brand {
    width: 60%;
    margin: 0 !important;
}
	html {
		font-size: 13px;
	}
	p{
		font-size: 1.5rem;
	}

	.navbar-toggler {
    margin-top: -1rem;
    padding: 0;

}
	
.pre-footer {
    font-size: 2rem;
}
    
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}
    
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}
    
.imgover1 {
    width: 100%;
    position: absolute;
    height: 100%;
    text-align: center;
    padding: 3rem 3rem 3rem 1rem;
    overflow: hidden;
}
	.navbar-brand.m-auto {
    width: 70%;
    margin: 0 !important;
}

.hero-text p {
	font-size: 1.5rem;
    padding: 0px 15px;
    line-height: 2rem;
}

.app-home h1, .call-home h1 {
	font-size: 2rem;
}
.logo-contatti {
	margin-left: 0;
}
.logo-contatti p {
	width: 70%;
	float: left;
	display: block;
}
.logo-contatti .d{
	width: 30%;
	float: left;
	display: block;
	margin-top: 0;
}
.bg-scheda-form a.tel, .cform-submit {
    width: 80%;
}

.app-home {
	text-align: center;
	width: 92%;
	background: rgba(255,255,255,0.6);
	height: 400px;
	padding: 4rem 1rem;
	margin:4%;
}
.app-home img {
	width: 50%;
}
.call-home {
	text-align: center;
	width: 96%;
	//background: rgba(255,255,255,0.6);
	height: 400px;
	padding: 4rem 1rem;
	margin:2%;
    min-height: 460px;
}

.claim {
    background: url("../img/claim-bg.png") top right;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 5rem 0;
}
.claim p {
	font-size: 1.5rem;
}
a.std-button {

    color: white;
    background: #52a6b2;
    display: inline-block;
    font-weight: 900;
    font-size: 1.6rem;
    padding: 0.4rem 4rem;
    border-radius: 5px;

}
.trattamenti.interna .trattover p.micro {
	font-weight: 900;
	font-style: italic;
	color: white;
	font-size: 1.4rem;
	border-bottom: none;
	opacity: 1;
	margin-top: 0px;
	transition-property: margin, opacity;
	transition-duration: .6s, .5s;
	font-style: italic;
}
.trattamenti.interna .trattover {

    width: 80%;
    left: 10%;
    position: absolute;
    height: 60%;
    bottom: 0;
    text-align: center;
    margin: 0;
    background: rgba(82,166,178,0.7);
    padding: 0rem;
    padding-top: 2rem;

}
.trattamenti.interna .trattover h3 {

    font-weight: 900;
    color: white;
    font-size: 2rem;
    margin-bottom: 0;
    padding: 0 10px;

}
.trattamenti.interna .trattover p {

    font-weight: 400;
    color: white;
    font-size: 1.4rem;
    border-bottom: 1px solid white;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.5rem;
    width: 80%;
    display: inline-block;

}

.hero-text{
    position: absolute;
    width: 100%;
    top: 10%;
}
.home-gallery .column, .trattamenti .column{
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1rem;
	max-width: 330px;
}
.interna {
	margin-top: 1rem;
}
	
.bg-mob {
	background: #52a6b2;
	padding: 10px 0px 10px 20px;
	color: #fff;
}
.equipe.interna .grey {

    background: #f3f3f3;
    padding: 2rem;
    min-height: 200px;
    margin-top: 3rem;

}
.equipe-name-sx h3 {
    font-size: 1.6rem;
}
    
.sidebar-box .read-more { 
    background-image: -moz-linear-gradient(top, transparent, black);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white));
}

.single.interna .grey {
    background: #f3f3f3;
    padding: 3rem 3rem;
    margin: 1rem;
        margin-top: 1rem;
    margin-top: -3rem;
}

.single.interna {

    background: none;

}
.int-mob-bg {

    background: url(../imgs/dente.png) no-repeat center left;
    background-size: contain;
    padding: 4rem 2rem;
}
	
.call-home a.std-button{
	width: 70%;
}


}/*chiusura media query*/

.carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li {
    background-color: rgba(181,181,181,.9);
}
.carousel-indicators li.active {
    
    background-color: rgba(82,166,178,1);
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 5px;
    margin-left: 5px;
}
.c-hero-flex {
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

@media (max-width: 767px) {
  .c-hero-flex {
    flex-flow: column nowrap;
  }
  .c-hero-flex__item {
    width: 100%;
  }
	
	.hero-mobile  {
   padding-top: 90%;
  }
  .trattover {
	width: 100%;
	position: relative;
	height: 55%;
	bottom: 0;
	text-align: center;
	margin: 0;
	margin-bottom: -7rem;
	}
	.trattover p {
		font-weight: 900;
		color: black;
		font-size: 1.9rem;
		margin-bottom: 0.5rem;
	}
	.trattover a:hover {
		text-decoration: none;
	}
}
.c-hero-flex__item {
  flex-grow: 1;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  //box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, 0.5);
  transition: .2s all;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-hero-flex__item {
    height: 100%;
  }
}
.c-hero-flex__item:hover {
  flex-grow: 1;
  //box-shadow: inset 0 0 0 100vmax rgba(175, 0, 100, 0.7);
}

.c-hero-flex__item:nth-child(1) {
  background: #222 url(../imgs/tratt1-mobile.webp) no-repeat center center;
}
.c-hero-flex__item:nth-child(2) {
  background: #222 url(../imgs/tratt2-mobile.webp) no-repeat center center;
}
.c-hero-flex__item:nth-child(3) {
  background: #222 url(../imgs/tratt3-mobile.webp) no-repeat center center;
}
.c-hero-flex__item:nth-child(4) {
  background: #222 url(../imgs/tratt4-mobile.webp) no-repeat center center;
}
.c-hero-flex__item:nth-child(5) {
  background: #222 url(../imgs/tratt5-mobile.webp) no-repeat center center;
}
.c-hero-flex__title {
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #fff;
  transition: .2s all;
}
.c-hero-flex__item {
    background-size: cover !important;
    overflow: hidden;
    opacity: 0.5;
  }
 .c-hero-flex__item:nth-child(1) {
 	flex-grow: 2;
    opacity: 1;
  }
  .ekko-lightbox.modal {
  	z-index: 9999;
  }
  .ekko-lightbox-nav-overlay{
  	display: none;
  }
/*
SFONDO #eef6f7
SFONDO CHIARO #f3f3f3
ACCENTS #52a6b2*/

.fancybox-lock .fancybox-overlay {
    z-index: 9999;
}
.trattamenti {
	margin-top: 1.5rem;
}

.equipe {
	margin-top: 1.5rem;
}

.equipe p {
    font-size: 18px;
    padding: 0 10px;
}


/*.hero-desk h1 {
	margin-top: 80%;
    color: #000;
    font-size: 60px;
    line-height: 62px;
}*/


.hero-desk h1 {
	margin-top: 80%;
    color: #fff;
    font-size: 80px;
    line-height: 80px;
}

.sidebar-box {
    max-height: 120px;
    position: relative;
    padding: 20px;
    overflow: hidden;
}
.sidebar-box .read-more { 
    position: absolute; 
    bottom: 0; left: 0;
    width: 100%; 
    text-align: center; 
    margin: 0; 
    min-height: 150px;

    /* "transparent" only works here because == rgba(0,0,0,0) */ 
   /* background-image: -moz-linear-gradient(top, transparent, black);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white));*/
}

.carousel-control-prev-icon {
    background-image: url(../img/prev.webp);
}

.carousel-control-next-icon {
    background-image: url(../img/next.webp);
}

@media (min-width: 1800px) { 
.hero-desktop {
    min-height: 1000px;
}
	
}

@media (min-width: 2000px) {
 
.hero-desktop {
    min-height: 1200px;
}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.trattover1{
		padding:0 2rem;
	}

	.trt .imgover1 {
	  width: 100%;
	  position: absolute;
	  height: 100%;
	  bottom: 0;
	  text-align: center;
	  padding: 0 2rem;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	}
}

.bgwhite {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 10px 15px;
  display: inline-block;
  color: #000;
}

.hero-mobile h1 .bgwhite {
  padding: 5px 15px;
}

.hero-mobile{
	position: relative;
}

.hero-desktop:before,
.hero-mobile:before {

    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;

}
.hero-mobile .page-scroll,
.hero-desktop .page-scroll,
.hero-mobile h1,
.hero-desktop h1 {
	z-index: 9;
	position: relative;
}
.hero-mobile h1{
	padding: 0 20px;
	font-size: 3.6em;
}
.hero-mobile .page-scroll img{
	width: 40px;
	height: 40px;
}

.footer a{
	color: #52a6b2!important;
}