@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

body {
	font-size: 20px;
}

.btn:not(:disabled):not(.disabled) {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 25px;
}

.counter{
	font-size: 2em;
}

.h2, h2 {
    position: relative;
}

.menu-principale{
	text-transform: uppercase;
	font-size: 18px;
}

.deco h2:before {
    content: '';
    position: absolute;
    width: 500px;
    left: -469px;
    bottom: -168px;
    height: 1px;
    border-top: 2px solid var(--secondary);
    transform: rotate(-45deg);
	box-shadow: -500px 0 var(--secondary);
}

.text-white.deco h2:before,
.deco h2.text-white :before{
	border-top: 2px solid #fff;
}

.text-primary.deco h2:before,
.deco h2.text-primary :before{
	border-top: 2px solid var(--primary);
}

.header h1{
	text-transform: uppercase;
	text-shadow: 0 0 20px #000;
}

.portfolio-wrapper a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 80px solid transparent;
    border-right: 80px solid #fff;
    width: 0;
	z-index: 1;
}

.portfolio .label-text {
    position: absolute;
    z-index: 2;
    padding: 0;
    bottom: 1em;
    left: 1.5em;
}

.portfolio .label {
    height: 50%;
}

.labelVisibile.portfolio .text-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    max-width: 80%;
}

.labelVisibile.portfolio .label-bg{
	background: #C99B33;
	background: linear-gradient(0deg, rgba(201, 155, 51, 0.65) 0%, rgba(201, 155, 51, 0) 75%);
}

.labelVisibile.portfolio:hover .label-bg{
	background: #C99B33;
	background: linear-gradient(0deg, rgba(201, 155, 51, 0.5) 0%, rgba(201, 155, 51, 0) 75%);
}

.profili .card-img-top {
	background-size: cover;
    background-position: center;
}

#hero h2{
	font-size: 2em;
	line-height: 1em;
    color: var(--secondary);
    text-shadow: 0 0 20px #000;
}

#hero h2:before {
	box-shadow: -500px 0 #FFF;
}



#numeri-rilevanti h6{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
}

#numeri-rilevanti > div > div > div:nth-child(2) > div > div > div > div:nth-child(1){
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.side-slider .owl-theme .owl-nav.disabled + .owl-dots {
    text-align: left;
}


footer {
	font-size: 17px;
}

.portfolioCustom .bg-light{
	background: #f1f1f1;
}

.portfolioCustom .card{
	min-width: 40vw;
	z-index: 1;
}

.affix .navbar-brand img {
    transform: scale(0.85) translateX(-19px);
}

@media (min-width:576px){
	#numeri-rilevanti > div > div > div:nth-child(2) > div > div > div > div:nth-child(1){
		margin-bottom: 3em;
	}
}

@media (min-width:768px){
		
	#hero .col {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	#hero h2{
		font-size: 4em;
	}
	
	#hero p {
		font-size: 24px
	}
}

@media (min-width:992px){
	
	#nuove-costruzioni .slider-new {
		margin-right: 2em;
	}
	
	.portfolioCustom .card{
		transform: translateX(150px);
	}
	
}

@media (min-width:1200px){
	
	#hero .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	#chi-siamo{
		margin-bottom: -3em;
	}
	
	#chi-siamo img{
		transform: translateY(-6em);
	}
}

@media (min-width:1600px){
	
	#hero h2{
		font-size: 5em;
	}
	
	#chi-siamo{
		margin-bottom: -12em;
	}
		
	#chi-siamo img{
		transform: translateY(-10em);
	}
}