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


.bandiera img {
    height: 33px;
    border: 1px solid #999;
}

.bandiera a {
    margin-right: 0px !important;
}

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #fcfcfc;
    height: 100%;
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
	font-family: 'Open Sans'; 
	font-weight: normal; 
	font-style: normal;
	font-size: 18px;
    color: #3A3A3A;
    text-decoration: none;
}

#logo_CFE_top {
    position: absolute;
    margin-left: 1033px;
    margin-top: 10px;
}

#paragrafo_body {
    width: 1200px;
    background-color: white;
    margin-left: calc((100% - 1200px) / 2);
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 
    10px 0 15px -10px rgba(0,0,0,0.7),   
    -10px 0 15px -10px rgba(0,0,0,0.7);  
}

.p20 {
    padding: 20px;
}

.voce_menu {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}

.voce_menu a {
     text-decoration: none;
}

.titolo_menu, .titolo_menu a {
    color: #2b509b !important;    
}

.dx {
    text-align: right;
}

.msx30 {
    margin-left: 30px;
}

.mtop50 {
    margin-top: 50px;
}

.testo {
    text-align: justify;
    line-height: 2em;
    padding: 40px;
}

#menu_desktop {
    transition: opacity .25s ease;
    opacity: 0;
}

#menu_desktop_stretto {
    position: fixed;
    top: 0;
    left: 0;
    width: 1200px;
    margin-left: calc((100% - 1200px) / 2);
    height: 90px;
    background: rgba(255,255,255,0.85);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 9999;
}

#menu_desktop_stretto.visibile, #menu_desktop.visibile {
    opacity: 1;
    pointer-events: auto;
}

#foto_DottorDeSantis {
    float: right;
    width: 280px;          
    margin: 0 0 15px 20px; 
    border-radius: 10px;  
    border: 1px solid rgba(0,0,0,0.15);  
    box-shadow: 0 4px 12px rgba(0,0,0,0.12); 
}

.titolo {
    font-size: 24px;
    color: #2b509b;
    padding: 50px 0px 20px 0px;
    scroll-margin-top: 70px;
}

.puntatore {
    cursor: pointer;
}

#pie {
    background-color: #2b509b;
    padding: 10px;
    height: 85px;
}

#RP {
    text-decoration:none; 
    text-align: right;
    margin-top: 0px;
}

#RP a {
    font-size:10px; 
    color:#ededed;
    text-decoration: none;
}
#img_top {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.fineParagrafoAttivita {
    text-align: right;
}

.fineParagrafoAttivita a {
    background-color: #2b509b;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 8px;
}
#contatti {
    font-size: 12px;
    color: white;
    margin-left: 0px;
    margin-top: -30px;
    padding: 0px 150px;
    text-align: center;
}

#contatti b, #contatti a, #contatti span {
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

#contatti span {
    display: inline-block;
    margin-right: 5px;
}

@media only screen and (max-width: 1200px) {
    #paragrafo_body {
        width: 100%;
        margin: 0px;
        box-shadow: none;  
    }
    #menu_desktop_stretto, #img_top {
        width: 100%;
    }
    #menu_desktop_stretto {
        margin-left: 0px;
    }
    .titolo {
        padding: 20px 0px 10px 0px;
    }
    #logo_CFE_top {
        right: 10px;
    }
}


@media only screen and (max-width: 900px) {
    #contatti {
        margin-top: -45px;
    }
}

@media only screen and (max-width: 665px) {
    #RP {
        margin-top: -10px;
    }
    #contatti {
        margin-top: -54px;
    }
    .titolo {
        scroll-margin-top: 100px;
    }
}
@media only screen and (max-width: 640px) {
    .bandiera img {
        height: 20px !important;
    }
}

@media only screen and (max-width: 560px) {
    * {
        font-size: 15px;
    }
    .p20 {
        padding: 20px 0px;
    }
    .testo {
        padding: 20px;
    }
    .titolo {
        font-size: 15px;
    }
    #logo_pie {
        display: none;
    }
    #contatti {
        padding: 0px 45px;
        margin-top: -3px;
    }
    #logo_top {
        width: 200px;
        margin-left: 30px;
    }
    .p20 {
        padding: 10px 0px;
    }
    .fineParagrafoAttivita a {
        font-size: 10px;
        margin-top: 5px;
    }
    #foto_DottorDeSantis {
        width: 160px;
    }
    .voce_menu a {
        font-size: 12px;
        margin-right: 15px;
    }
    .voce_menu {
        margin-right: 0px;
    }
    #menu_desktop_stretto {
        height: 70px;
    }
    .mtop50 {
        margin-top: 20px;
    }
    #logo_CFE_top {
        width: 110px;
    }
}
