/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 dic 2020, 15:59:06
    Author     : bened
*/



body{
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 400;
    background-color: #1569AB;
}

.container-fluid{
    background-image: url("/assets/img/background.jpg");
    background-size: cover;
}

.container-fluid .row.content{
    height:100%;
}

.nome-divisione{
    margin-bottom: 20px;
}

.nome-divisione h2{
    font-weight: 600;
    text-transform:  uppercase;
}

.container-fluid .row.content .badge{
    text-transform: uppercase;
    padding:10px 15px;
    background-color: #ffffff;
    color: #1569AB;
    font-weight: 600;
    font-size: 15px;
}

.container-fluid .row.content .badge.idro a{
    color: #5BC2E8;
}

.container-fluid .row.content .badge.plastiche a{
    color: #1569AB;
}

.container-fluid .row.content .badge a:hover{
    text-decoration: none;
}

.copyrights{
    font-size:14px;
}

.copyrights strong{
    font-weight: 600;
}

.lang-header img{
    height:40px;
    margin-right: 20px;
}

.lang-header span.lang img{
    height:20px;
}


.content-en,#lang-it{
    display:none;
}

.logo-header img{
    width:100%;
    max-width: 400px;
}

.copyrights a{
    color: #ffffff
}

@media ( max-width: 768px){
    .p-bot-mobile{
        padding-bottom:60px;
    }
    
    .p-top-mobile{
         padding-top:60px;
    }
    
    .logo-header, .copyrights{
        padding-bottom:35px;
        padding-top:35px;
    }
    
    .lang-header{
        padding-bottom:35px;
    }
    
    .plastiche-content{
        background-image: url("/splash/assets/img/sfondo-plastiche.jpg");
        background-size: cover;
    }
    
    .idro-content{
        background-image: url("/splash/assets/img/sfondo-idro.jpg");
        background-size: cover;
    }
    
    .container-fluid{
        background-image: unset;
        background-color: #5BC2E8;
    }
    
}

@media (max-width: 1003px) and (min-width: 769px){
    .lang-header, .logo-header{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 769px){
    .lang-header, .logo-header{
		padding: 20px;
    }
	.lang-header img{
		height: 20px;
	}
	.p-top-mobile{
		padding: 150px 20px!important;
	}
	.copyrights{
	padding-top: 0px;
	}
	body{
		background-color: #5BC2E8;
	}
	.col-md-8 {
		flex: 0 0 50%!important;
	}
	.col-sm-8{
		width: 70%;
	}
	.col-sm-4{
		width: 30%;
	}
	.lang-header img{
		margin: 0px 5px;
	}
}
.container-fluid{
	background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 426px){
    .lang-header, .logo-header{
		padding: 20px 0px;
    }
	.lang-header img{
		height: 20px;
	}
	.p-top-mobile{
		padding: 80px 30px!important;
	}
	.copyrights{
	padding-top: 20px;
	}
	.col-sm-8{
		width: 60%;
	}
	.col-sm-4{
		width: 30%;
	}
	.lang-header .lang img{
		width: 30px;
		height: auto!important;
	}
.logo-header{
		margin-left: 20px;
	}
}
