/*!
 * css di base pagina certificazioni sito fonte
 
 Common styles
 * --------------------------------------- */

body .main 
{
    text-align: center;
    overflow: hidden;
}

body #section0 .main 
{
    background-image: url("../jpg/ImgSettoreWhistleblowing.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    height	: 550px;
}

body #section0,
body #section1,
body #section2,
body #section3,
body #section4,
body #section5
{
	height: auto !important;
}

body .section .slide
{
	text-align: center;
}

body .sezione
{
	width: 960px;
	display: inline-block;
	margin-top: 140px;
	margin-bottom: 150px;
	text-align: center;
}

body .sezione-text
{
	text-align: left;
}

body .sezione .sezione-interna
{
	display: inline-block;
	width: 670px;
	text-align: left;
}

body .section .sezione .item-container .item .image
{
	width: 60px;
	height: 72px;
	
}

body .section .sezione .item-container .item h3
{
	font-weight: 600;
	font-size: 20px;
	text-transform: lowercase;
}

body .section .sezione .item-container .item > * 
{
    margin: 10px 15px;
}

body .section .sezione .item-container .item .body-text
{
	margin-left: 45px;
	line-height: 1.1;
}
body .section .sezione .item-container .item .counter.tabelle h1 
{
    font-size: 40px;
    text-transform: uppercase;
	width: 11rem;
}

body .item-container li.body-text,
body .section .sezione .item-container .item .body-text-right h3,
body .section .sezione .item-container .item .body-text-right
{
    color: #393b3d;
}

body .section .sezione .item-container .item .body-text-right h3:hover
{
    color: rgb(0,118,221);
}



/*
Sezione2
*/


body #section2 .sezione
{
	margin-top: 100px;
}
body #section2 .sezione-text > *
{
	text-align: center !important;
}

body #section2 .sezione-colonne
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	margin-left: 75px;
}

body #section2 .sezione-colonne .col
{
	min-width: 20px;
	min-height: 20px;
}

body #section2 .sezione-colonne .col.col1
{
	margin-top: -75px;
	margin-right: -100px;
}

body #section2 .sezione-colonne .col.col1 .cartellino
{
	width: 393px;
}

body #section2 .sezione-colonne .col.col2
{
	margin-right: 50px;
}

body #section2 .sezione-colonne .col.col2,
body #section2 .sezione-colonne .col.col3
{
	max-width: 500px;
}

/*
Sezione3-4-5-6
*/


body .section
{
	background: linear-gradient(180deg, rgba(232,237,242,1) 30%, rgba(255,255,255,1) 100%);
}

#section1
{
	background: none;
}

body .sezione
{
	margin-top: 100px;
}

body .sezione-text.variant,
body .sezione-text.variant > *
{
	text-align: center;
}


/*
Sezione1
*/


body #section1 h2,
body #section3 h2
{
	margin-top: 50px;
	
}



/*
DefinitionList
*/

dl
{
	text-transform:uppercase;
	font-weight: 500;
	font-size: 16px;
}

dt
{
	text-transform:uppercase;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 8px;
	font-size: 16px;
}

.dttitle
{
	margin-top: 18px;
	font-size: 24px;
}

.anchor-speciale-pazzesco
{
	
}

.anchor-speciale-pazzesco:hover
{
	
}



.page-button
{
	height: 3rem;
	margin: 5rem 1rem 0rem 1rem;
}




/*
Section3
*/

body #section3 .main
{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start; /* center in mobile */
	flex-wrap: wrap;

	padding: 40px;
}

body #section3 .main img#img-sector3
{
	width: 400px;
	margin: 40px;
	margin-bottom: 0;
}

body #section3 .main .sezione
{
	margin: 40px;
	margin-top: 80px;
}

body #section3 .main .sezione .sezione-interna
{
	width: unset;
}

.section03-unordered-list
{
    font-size: 20px;
    text-transform: uppercase;
    background-color: rgba(232,237,242,1.00);
    padding: 40px;
    border-width: 4px;
    border-color: rgba(149,170,191,1.00);
    border-radius: 30px;
    border-style: solid;
}

.section03-unordered-list li
{
	line-height: 1.4;
	color: rgb( 57, 59, 61);
}

.sezione .sezione-interna li
{
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
Section4
*/

body #section4 .main
{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start; /* center in mobile */
	flex-wrap: wrap;

	padding: 40px;
}

body #section4 .main img#img-sector4
{
	width: 400px;
	margin: 40px;
	margin-bottom: 0;
}

body #section4 .main .sezione
{
	margin: 40px;
	margin-top: 80px;
}

body #section4 .main .sezione .sezione-interna
{
	width: unset;
}

.section04-unordered-list
{
    font-size: 20px;
    text-transform: uppercase;
    background-color: rgba(0,0,0,1.00);
    margin: 10px 0px 30px 0px;
    padding: 40px;
    border-width: 4px;
    border-color: rgba(149,170,191,1.00);
    border-radius: 30px;
    border-style: solid;
}

.section04-unordered-list li
{
	line-height: 1.4;
	color: #fff;
}

.margin-top-aggiuntivo-1
{
	margin-top: 100px;
}
.margin-top-aggiuntivo-2
{
	margin-top: 40px;
}

a.a-formattato
{
	color:rgba(24,121,218,1.00);	
}

@media screen and (min-width: 740px) and (max-width: 1440px)
{

    body #section0 .main {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 170% !important;
      	height: 400px;
    }

	body #section3 .main
	{
		justify-content: center;
	}
	

}



@media screen and (min-width: 740px) and (max-width: 1440px)
{

    body #section0 .main {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 170% !important;
      	height: 400px;
    }

	body #section3 .main
	{
		justify-content: center;
	}
	

}




@media all and (max-width: 960px)
{
	body .sezione
	{
		margin-left: 40px;
	    margin-right: 40px;
	    margin-bottom: 40px;
	    width: auto;
	}	
	
	
	body .section .sezione .item-container .item .right
	{
		position: relative;
	    top		: auto;
	    bottom	: auto;
	    right	: auto;
	    margin-right: 0px;	
	}
	body .sezione-text
	{
		width: auto;
		text-align: left;
	}	
		
}

@media all and (max-width: 740px)
{
	body .section .sezione .item-container .item .body-text 
	{
    	margin-left: 15px;
	}
	
}