/* === GENERALE === */

.tileNoBottom .uk-tile{
	padding-bottom:0px;
}

.uk-button{
	padding-top:11px;
	padding-bottom:11px;
}

.uk-button-small {
  padding-top: 4px;
  padding-bottom: 5px;
}

.uk-button.uk-button-text:hover {
  text-decoration: underline;
}

div[data-yooessentials-form-field="allegati"] .uk-form-width-medium {
  width: auto !important;
  background: none;
  line-height: 40px !important;
  height: 40px;
  border-radius: 0px;
  border: 0px;
  margin-right: 10px;
  border-bottom: 1px solid;
}

@media(max-width:768px){
	div[data-yooessentials-form-field="allegati"] .uk-form-width-medium {
		margin-bottom:10px;
	}
}

.panelHeaderPage{
	border-radius:0px;
	justify-content: end;
  display: flex;
  flex-direction: column;
}

.whatsappButton .uk-button-primary{
	background: #075E54;
}

.uk-text-lead.uk-text-muted strong{
	color:#000000;
}

.parallaxText .uk-text-lead{
	color:#6E6E73;
}

.parallaxText .uk-text-lead strong{
	color:#000000;
}

.uk-card-hover {
  background: #f5f5f7;
}

.margin-small-menu{
	margin-top:10px !important;
}

.dropbarNavbar{
	padding-left:10px;
	padding-right:10px;
}

.footerMenu{
	margin-top:10px !important;
}

.footerMenu .uk-nav-default{
	color:rgba(0, 0, 0, 0.72);
	font-size:12px;
	font-weight:400;
}


.uk-dotnav {
  background-color: rgba(66, 66, 69, 0.7);
  border-radius: 32px;
  box-shadow: inset 0 0 1px rgba(232,232,237,11%);
  height: 56px;
  padding: 0 30px 0 15px;
  align-items: center;
	margin-left: 0px;
}

.sliderServizi > div.uk-margin-top {
  display: inline-block;
}

/* === SERVIZI === */

.introService {
  background: linear-gradient(180deg,#D9D9D9,#f5f5f7 75%,#FFF);
}

.service-payoff .uk-text-background{
	background-image: linear-gradient(90deg,#004C94 45%,#297BC4 90%);
	padding-bottom:3px;
}

.sliderServizi {
  overflow: visible;
}

.sliderServizi .el-content {
  max-width: 620px;
}

/* === HOMEPAGE === */

.sectionPaddingBottom .uk-tile {
	padding-bottom: 22%;
}

@media(max-width:768px){
	.uk-h1, h1 {
	  font-size: 30px;
	}
	
	.uk-h2, h2 {
		font-size: 27px;
	}
	
	.uk-h3, h3 {
		font-size: 24px;
	}
	
	.uk-text-large {
	  font-size: 20px;
	}
	
  .sectionPaddingBottom .uk-tile {
	padding-bottom: 35%;
	background-size: 170%;
	background-position: 30% 100%;
  }
}

@media(max-width:500px){
  .sectionPaddingBottom .uk-tile {
	padding-bottom: 43%;
	background-size: 200%;
	background-position: 40% 100%;
  }
}
/* === CONTATTI === */

#allegatiWrapper .uk-form-custom {
  display: flex;
  gap: 20px;
}

#allegatiWrapper .uk-form-custom > input.uk-form-width-medium {
  box-sizing: border-box;
  max-width: 100%;
  flex: 1;
  min-width: 1px;
}

@media(max-width:768px){
	.calltoaction .uk-background-norepeat{
		background-position-x: 200%; 
	}
}

@media(max-width:450px){
	.calltoaction .uk-background-norepeat{
		background-image:none !important;
	}
}