﻿/* CSS per pagina Social */

/* Desktop */
@media (min-width: 992px){
	.imgBackGroundSocial{
		background-image: url('/GruppoIccrea_Immagini/Newsroom/Social/BackgroundSocial_1920x360.png');
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 360px;
		padding-top: 14.1rem;
	}
	.box-social{
		background: #fff ;
		min-height: 12rem;
		padding: 25px 20px;
	}
	.m-bottom{
		margin-bottom: 25px;
	}
}

@media (min-width: 992px) and (max-width: 1140px) {
    .logo-mobile img {
        height: 30px;
    }    
    .box-social.h-box-social {
        min-height: 12.75rem;
    }
	.box-social {
		_min-height: 12.75rem;
	}
}
@media (min-width: 1420px){
	.margin-box-social {
		margin: auto 12.5rem;
	}	
}
/* Mobile */
@media (max-width: 991px){
	.imgBackGroundSocial{
		background-image: url('/GruppoIccrea_Immagini/Newsroom/Social/BackgroundSocialMobile_430x719.png');
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 719px;
		padding-top: 22.1rem;
	}
	.box-social{
		background: #fff ;
		min-height: 16.2rem;
		margin: 15px 0;
		_padding: 15px 10px;
		padding: 25px 20px 30px 20px;

	}
	.m-bottom{
		margin-bottom: 20px;
	}
	.logo-mobile img {
		height: 30px;
	}	
}
