@charset "UTF-8";
/* CSS Document */

html {heigth: 100%;}
	body {background-color: #DEDCDB;background-image: url(https://www.cianiesirriassociati.it/img/back-2.png);background-position: right;background-repeat: no-repeat;background-size: contain;height: 100%;}
	.container {display: flex;width: 100%; height: 100%; flex-wrap: wrap;background-image: url(https://www.cianiesirriassociati.it/img/symbols.png); background-repeat: no-repeat; background-position:  right -200px;}
	.wrapper-left {display: flex; text-align: center; width: 50%; justify-content: center; flex-wrap: wrap; flex-direction: column;height: 100%}
	.intestazione {margin-bottom: 10%;}
	.wrapper-right {background-image: url(https://www.cianiesirriassociati.it/img/unicorno.png); width: 50%; height: 100%; background-repeat: no-repeat; background-position: center;}
	.messaggio {font-size: 30px; color: #464441;}
	
	
	@media only screen and (max-width: 1372px)
	{
	
	    
	    
	        body {background-image: none;background-color: #D7D5D3;}
    .container {display: flex;width: 100%;height: 100%;flex-wrap: wrap;background-image: url(https://www.cianiesirriassociati.it/img/symbols.png);background-repeat: no-repeat;background-position: right -200px;flex-direction: column;}
.wrapper-left {display: flex;text-align: center;width: 100%;justify-content: center;flex-wrap: wrap;flex-direction: column;height: auto;padding: 100px 0px;}
.wrapper-right {background-image: url(https://www.cianiesirriassociati.it/img/unicorno.png);width: 100%;height: 400px;background-repeat: no-repeat;background-position: center;   background-size: contain;}
    

    
    
	}
	
	
		@media only screen and (max-width: 638px)
	{
	
.box-logo {padding: 0px 20px;}
.logo {width: 100%;}
.messaggio {display: block;width: 100%;font-size: 20px;}
.container {display: block;}
.wrapper-left {padding: 40px 0px;}
.wrapper-right  {height: 300px;}   
    
	}
	
	
	
	