/* 
    Document   : servizi.css
    Created on : 19-lug-2016, 12.15.52
    Author     : Marcello Verona
*/

.tabella-servizi{
    
}


.tabella-servizi thead tr th{
    text-align: center;
}

.tabella-servizi tr th:first-child,
.tabella-servizi tr td:first-child{
    width: 25%;
}

.tabella-servizi .c1,
.tabella-servizi .c3 {
  background: #dbe8e8;
  color: #333;
  border: 1px solid #a2d0d2;
  width: 25%;
}


.tabella-servizi .c2 {
  background: #edf6f7;
  color: #333;
  border: 1px solid #a2d0d2;
}

.tabella-servizi tr:nth-child(odd) {
    
}

.tabella-servizi tr td,
.tabella-servizi>tbody>tr>th,
.tabella-servizi>tbody>tr>td {
    vertical-align:middle;
}

.tabella-servizi thead tr th {
    font-size: 1.3em;
}

.table.tabella-servizi>thead:first-child>tr:first-child>td, 
.table.tabella-servizi>thead:first-child>tr:first-child>th {
    border-top: 1px solid #a2d0d2;
}

.table.tabella-servizi>thead:first-child>tr:first-child>td:first-child, 
.table.tabella-servizi>thead:first-child>tr:first-child>th:first-child {
    border-top: 0;
}


.servizi-ecm h3{
    margin: 1em 0;
}

.servizi-ecm h4{
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    
}

.servizi-ecm ul{
    padding: 0 0 0 20px;
}

.center{
    text-align: center;
}

.row-servizi div{
    font-size: 1.7em;
    font-weight: 300;
    margin: 2em 0 1em 0;
}

.row-servizi div i{
    color: #5F9EA0;
}

.func-hide{
    display: none;
}

.img-servizi-dx{
    max-width: 50%;
}

hr{
    clear: both;
}

.img-servizi-dx{
    max-width: 50%;
}

.servizi-soluzione{
    display: block;
    color: #666;
    font-size: 0.9em;
}


/* Mobile */
@media only screen and (max-device-width: 767px) {
    .img-servizi-dx{
        max-width: 100%;
    }
}