@font-face{
	src:url("/res/fonts/Poppins-Regular.ttf");
	font-family: 'Poppins';
} 
body{

	font-family: 'Poppins',sans-serif;
	letter-spacing: 0.05em;
}
.a-w{
	color: white;
	text-decoration: none;
}
.a-b{
	color: black;
	text-decoration: none;
}
.a-w:hover{
	color: #fff;
    text-decoration: none;
}
.a-h:hover{
	text-decoration: none;
}
.pb-6{
	padding-bottom: 5rem;
}
.pt-6{
	    padding-top: 5rem;
}
.pt-7{
	    padding-top: 6rem;
}
.mx-5-custom{
	margin-left: 3rem;
	margin-right: 3rem;
	
}
.mr-5-custom{
	margin-right: 3rem;
}
.mx-6-custom{
	margin-left: 4rem;
    margin-right: 4rem;
}
/*++++++ colori back ++++++*/
.back-color-1{
	background-color: #c18bbd;
}

.back-color-2{
	background-color: #199f86;
}
.back-color-3{
	background-color: #96c7bd;
}
.back-color-4{
	background-color: #DBEFEB;
}
.back-color-w{
	background-color: #fff;
}

.b-att{
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.container-dove-quando .b-att,.container-footer .b-att{
	background-position: center;
    background-repeat: no-repeat;
   	background-attachment: local;
    background-size: cover;
}
.container-footer .b-att{
	padding: 10px;
}
.back-f-3{
	background-image: url("/res/img/back-fiore/b-f3.png");
}
.back-f-2{
	background-image: url("/res/img/back-fiore/b-f2.png");
}
.back-f-1{
	background-image: url("/res/img/back-fiore/b-f1.png");
}
.back-turni{
	background-image: url("/res/img/back-fiore/b-t.png");
}
.b-but-vi{background-image: url("/res/img/back-fiore/b-v.png")}
.b-but-ve{background-image: url("/res/img/back-fiore/b-ve.png")}
.b-but-ve-c{background-image: url("/res/img/back-fiore/b-ve-c.png")}

.color-w{
	color: #fff;
}
.color-1{
	color: #C18CBD;
}
.color-2{
	color: #199F86;
}

/**--------------------**/

/* Header - navbar*/
.navbar-nav li.nav-item.active .nav-link {
    color: #c18bbd;
    background: none;
}
.dropdown-item.active ,.dropdown-item:active {
	background-color: #c18bbd;
}
.l-height{
	line-height: 35px;
	
}
.item-border{
	border-top: 1px solid #dbefeb;
    border-bottom: 1px solid #dbefeb;
}
.dropdown-item {
	font-weight: 600;
}
.line-h{
	line-height: 33px;
}
.navbar{
	padding: 0rem 1rem;
	/*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.navbar-brand {
    display: inline-block;
    margin-right: 0px; 
	padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
}
.navbar-toggler {
    padding: 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #199f86;
    border: 1px solid #199f86;
    border-radius: 0rem; 
}
.navbar-light .navbar-toggler-icon {
    background-image: url("/res/img/icons/hamburgher-menu-white.svg");
}
/*.h-img-nav{
	height: 110px;
}*/
.button-header,.button-header-viola,.button-header-verde,.button-header-verde-chiaro{
	background-color:#de6449;
	color: #fff;
	padding: 10px 15px;
	font-size: 14px;
}
.button-header-viola{
	background-color: #c18bbd;
}
.button-header-verde{
	background-color: #199f86;
}
.button-header-verde-chiaro{
	background-color: #96c7bd;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link a{
	padding: 0px 15px;
}
@media screen and (min-width:992px) and (max-width:1199px){
	.navbar-light .navbar-nav .nav-link {
		letter-spacing: 0px !important;
	}
}
@media screen and (max-width:372px){
	.h-img-nav{
		width: 68px;
	}
}

@media screen and (max-width:500px){
	.mx-5-custom{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.mr-5-custom{
		margin-right: 1rem;
	}
}
@media screen and (min-width:992px){
	.h-nav{
		height: 170px;
	}
		.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.8rem;
		padding-left: 0.8rem;
	}
	.navbar-light .navbar-nav .nav-link {
		letter-spacing: 0.07rem;
		border-left: 4px solid #dbefeb;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.h-50-custom {
		height: 50%;
	}
}
/***********************    FOOTER     ***************************************/

.container-footer{
	background-color: #00755f;color: #fff;font-size: 15px;
}
.container-footer ul{
	padding-left: 0px;
}
.container-footer li{
	list-style: none;
	margin-bottom: 15px;
}
.container-footer li a{
	text-decoration: none;
	color: #fff;
}

@media (min-width: 992px){
.container-footer	.col-lg-3 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.container-footer .col-lg-4 {
		flex: 0 0 32.333333%;
		max-width: 32.333333%;
	}
}
@media (min-width: 768px) and (max-width: 1199px){
	.container-footer .col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.container-footer .w-custom {
	width: 100%;
}

@media (min-width: 466px) and (max-width: 1199px){
	.container-footer .w-custom {
		width: 70%;
	}
}
/************************    INDEX     *************************************/
/*section 1 -  jumbo */
.jumbo{
	background-image: url('/res/img/jumbo.svg');
	background-size: cover;
	background-repeat: no-repeat;
	letter-spacing: 0.14em;
}

.jumbo h1{
	font-weight: 900;

}
.jumbo .p{
	font-weight: bold;
	
}
.border-custom{
	border-left: 2px solid #3F9D00;
	padding: 8px 10px
}
.line-g{
	color: #3F9D00;
}
.line-g .l{
	width: 60px;
	border-bottom: 3px solid #3F9D00;
	margin-left: 9px;
}
.bold-n{
	font-weight: bold;
}

@media screen and (max-width:343px){
	.dove-quando .bold-n{
		font-size:1.5rem;
	}
}

.padding-jumbo{
	padding-bottom: 200px;
}
@media screen and (max-width:341px){
	#slider-home .pt-7{
		padding-top: 3rem;
	}
}

/* SWIPER DEFAULT X TUTTI*/
.swiper-button-prev:after,.swiper-button-next:after{
			content: '';
		}
		.btn-arr img{
			width: 20px;
		}
		.btn-arrow{
			 background-color: #00599B;
			color: #fff;
			border-radius: 20px;
			width: 50px;
			height: 30px;
		}

/* section 2 - swiper farmacie */
		.farmacie{
			margin-top: -100px;
		}
		.farmacie .con{
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.farmacie .card{
			border-radius: 0px;
			display: flex;
   			flex-direction: column;
			padding: 20px 22px;
		}
		.farmacie .image-content,.farmacie .card-content{
			display: flex;
			flex-direction: column;
			align-items: center;
			color: #fff;
			
		}
		.farmacie .card-image{
			position: relative;
			height: 100%;
			width: 100%;
		}
		.farmacie .card-image .card-img{
			height: 100%;
			width: 100%;
			object-fit: cover;
		}
		.farmacie .slide-container{
			max-width: 1400px;
			width: 100%;
			padding: 40px 0px;
			
		}
		.farmacie .slide-content-farmacie{
			margin: 0 120px;
			overflow: hidden;
			border-radius: 0px;
		}
		.farmacie .name{
			
		}
		.farmacie .description{
			
		}
		.farmacie .p1{
			font-weight: bold;
			width: 100%;
			margin-bottom: 15px;
		}
		.farmacie.p2{

		}

		.farmacie .button-entra{
			margin-top: auto;
			border-radius: 0px;
			background-color: #FFF;
			color: black;
			padding: 12px;
			font-weight: bold;
    		text-align: center;
			padding:;
		}
		.farmacie .btn-arrow{
			position: absolute;
			top: 190px;
		}

@media screen and (max-width:429px){
	.farmacie .slide-content-farmacie {
			margin: 0 15px;
		}
	.farmacie .btn-arrow {
		top: 265px;
	}
	.padding-jumbo {
		padding-bottom: 130px;
	}
}

@media screen and (min-width:430px) and (max-width:800px){
	.farmacie .slide-content-farmacie {
			margin: 0 80px;
		}
}

/* section 3 - EVENTI */

		.eventi{
			
		}
		.eventi .con{
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.eventi .card{
			border-radius: 0px;
			background-color: #dbefeb;
		}
		.eventi .image-content,.eventi .card-content{
			display: flex;
			flex-direction: column;
			align-items: center;
			
		}
		.eventi .card-content{
			 display: flex;
			flex-direction: column;
			align-items: center;

		/*	border-radius: 20px;
			margin-top: -75px;
			z-index: 4;*/
		}
		.eventi .card-image{
			position: relative;
			height: 100%;
			width: 100%;
		}
		.eventi .card-image .card-i{
			height: 100%;
			width: 100%;
			object-fit: cover;
			aspect-ratio: 2 / 1;
		}
		.eventi .slide-container{
			max-width: 1400px;
			width: 100%;
			
			
		}
		.eventi .slide-content-eventi{
			margin: 0 120px;
			overflow: hidden;
			border-radius: 0px;
		}
		.eventi .name{
			
		}
		.eventi .description{
			
		}
		.eventi .h5-c{
			color: black;
			font-size: 1.18rem;
			line-height: 30px;
		}
		.eventi .p1{
			color: #3f9d00;
			font-weight: bold;
			width: 100%;
		}
		.eventi .p2{
			font-weight: bold;
			color: black;
			padding-top: 15px;
		}
		.eventi .button-entra{
			background-color: #199f86;
			color: #fff;
			padding: 12px;
    		text-align: center;
			font-weight: bold;
		}
/*		.eventi .button-entra:hover{
			background-color: #00599b;
			color: #fff;
		}*/
		.eventi .btn-arrow{
			position: absolute;
			top: 265px;
		}
	
@media screen and (max-width:325px){
		.eventi .btn-arrow {
		    top: 345px;
	}
}
@media screen and (min-width:326px) and (max-width:460px){
	.eventi .btn-arrow {
		top: 370px;
	}
}
@media screen and (min-width:461px) and (max-width:525px){
	.eventi .btn-arrow {
		top: 400px;
	}
}
@media screen and (min-width:526px) and (max-width:570px){
	.eventi .btn-arrow {
		top: 430px;
	}
}
@media screen and (min-width:571px) and (max-width:604px){
	.eventi .btn-arrow {
		top: 450px;
	}
}
@media screen and (min-width:605px) and (max-width:657px){
	.eventi .btn-arrow {
		top: 465px;
	}
}
@media screen and (min-width:658px) and (max-width:726px){
	.eventi .btn-arrow {
		top: 510px;
	}
}
@media screen and (max-width:726px){
	.eventi .slide-content-eventi {
			margin: 0 15px;
		}

}
/******************* section 5 - banner ***********************/
.container-banner{
 
	width: 100%;
	


}
.container-banner img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
/* section 5 - dove e quando */


.container-map{
	width: 100%;
	height: 360px;
}
.container-info{
	margin-top: -15px;
}

.container-orari{
	width: 100%;
	height: 360px;
}
.container-turni{
	margin-top: 15px;
}
.container-turni .position-absolute{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.parag p{
	margin-bottom: 0.6rem;
}
@media screen and (min-width:913px) and (max-width:1199px){
	.container-dove-quando p{
			font-size: 12px
		}
}
@media screen and (min-width:768px){

	.container-turni{
		margin-top: -40px;
	}
}

@media screen and (max-width:913px){
	.container-dove-quando .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
}
/* section 6 - form */



#servizi {
  	position: relative;
	color: black;
	
}
#servizi .d-flex.align-items-center.justify-content-around > div {
  flex-basis: 50%;
}

#servizi p {
  font-size: 13px;
}
#servizi .col-md-5 {
  position: relative;
}
/*#servizi .col-md-5::before {
  top: -5rem;
  bottom: 0;
  left: 0;
  right: -30%;
  z-index: 0;
  background: #6681A8;
	
}*/
/*#servizi.form-contatti > .container-lg::before {
  bottom: 60%;
}*/
#servizi img {
  
}
/*#servizi > .container-lg::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0%;
  right: 0;
  z-index: 0;
  background:#6681A8;
border-radius: 0px;
}*/
.input-custom .form-control{

    margin-bottom: 17px;
}
.form-privacy {
	font-size: 13px;
	
}
.btn-file{
	border-radius: 0px;
	margin-left: -3px;
}
.form-contatti .btn-primary{
	color: #fff;
	text-transform: uppercase;
	background-color: #199f86;
    border-color: #199f86;
	padding: 6px 20px;
	border-radius:0px;
}
@media screen and (max-width: 403px) {
	.calendar-custom .sceltagiorni .pager li {
		font-size: 15px;
		padding: 0 10px;
	}
	.calendar-custom .sceltagiorni .pager li a{
		padding: 5px 8px;
	}
}

/*@media screen and (min-width: 992px) {
  #servizi > .container-lg {
    position: relative;
  }
  #servizi > .container-lg::before {
    right: 50%;
    bottom: 20%;
  }
}*/
/*
@media screen and (min-width: 1400px) {
  #servizi > .container-lg {
    position: relative;
  }
  #servizi > .container-lg::before {
    bottom: 25%;
  }
}
*/





/****************************     PAGINE FARMACIE     *************************************************/

.farmacie-pag{
	
}

.farmacie-pag .jumbo{
	background-image: url("/res/img/jumbo-1.png");
}
.farmacie-pag .padding-jumbo{
	padding-bottom: 90px;
}
.farmacie-pag .paddind-jumbo{
	padding-bottom: 130px;
}

.farmacie-page-container .card-f{
	border-radius: 20px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.farmacie-page-container .button-entra{
	color: black;

}
.farmacie-page-container .button-entra:hover{
	color: #4A93C5;

}
.farmacie-page-container{
	margin-top: -40px;
	margin-bottom: 70px;
}
.farmacie-page-container .p1{
	border-bottom: 2px solid #3F9D00;
    color: #00599b;
    font-weight: bold;
    width: 100%;
	padding-bottom: 15px;
}
.farmacie-page-container .b {
font-size: 15px;
}

@media screen and (min-width:767px) and (max-width:875px){
	.farmacie-page-container .col-cus{
		flex: 0 0 100%;
    	max-width: 100%;
		padding-right: 60px;
    	padding-left: 60px;
	}
}
@media screen and (min-width:326px) and (max-width:389px){
	.farmacie-page-container .b a{
		font-size: 12px;
	}
}
@media screen and (max-width:325px){
	.farmacie-page-container .b {
		font-size: 11px;
	}
}
/*    pagina - dove e quando      */
.dove-quando{
	margin:80px 0px;
}
.servizi-offerti{
	background-color: #f2e7f1;
}
.cabina-estetica{
	background-color: #bae2da;
}

.servizi-offerti .line-g{
	color: #00599b;
}
.servizi-offerti .line-g .l{
	    border-bottom: 3px solid #00599b;
}
.servizi-offerti .border-custom{ 
	    border-left: 2px solid #00599b;
}
.servizi-offerti .card-con{
	border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    height: 90%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	
}
.servizi-offerti .row{
	row-gap:20px;
}
.servizi-offerti .button-entra{
	color: #00599b;
}

/***************************    JUMBO PAGINE    *******************************************/

/*.pagina-servizi .jumbo{
	background-image: url('/res/img/jumbo/servizi.png');
}*/

.contattaci-pagina .jumbo{
	background-image: url('/res/img/jumbo/contattaci.png');
}

.title-link {
	color: #212529;
}