﻿
/* SERVIZI ELENCO */
  /* Intestazione */
    .Servizi_List_Int_Linea {width:38%; float:left; height:1px; background-color:#2e85ae; margin-top:10px;}
    .Servizi_List_Int_Intestazione {width:24%; float:left; text-transform:uppercase; text-align:center;}
    /* LIST */
      .Servizi_List_Div {width:280px; height:20em; float:left; position:relative; margin:0em 0em 2em 0em; padding:10px; overflow:hidden;}
      .Servizi_List_Div:Hover .Servizi_List_Img {}	
      .Servizi_List_Div:Hover .Servizi_List_Titolo {transition:1s; color:#f2443b;}
      /* Spazio */
        .Servizi_List_Spazio {width:3.1em; height:20em; float:left;}
      /* Titolo */  
        .Servizi_List_Titolo_Div {width:100%; height:3.2em; float:left; text-align:center; overflow:hidden;}
        .Servizi_List_Titolo_Div:hover .News_List_Titolo {}
        .Servizi_List_Titolo {text-decoration:none; font-weight:bold; font-size:0.8em; text-transform:uppercase; color:#2f295f; letter-spacing:2px;}
      /* Img */
        .Servizi_List_Img_Div {width:100%; float:left; text-align:center; margin-bottom:20px; overflow:hidden;}  
        .Servizi_List_Img {border-radius:50%; transition:1s;}
        .Servizi_List_Img:hover {transition:1s; opacity:0.8;}
      /* Testo */  
        .Servizi_List_Testo_Div {display:none; width:100%; height:6em; float:left; text-align:center; overflow:hidden;}
        .Servizi_List_Testo_Div:hover .News_List_Titolo {}
        .Servizi_List_Testo {text-decoration:none; color:#2f295f; font-size:0.75em;}