﻿#listino-prezzi-complessivo{margin: 46px 0;font-family: Lato;padding: 32px 0;font-size:21px;text-align:center;}
#listino-prezzi-complessivo > .table-header{display:none}
.listino-prezzi{margin:0;display:flex;padding-bottom: 32px;font-size:16px;max-width:300px;margin:auto}
.listino-prezzi .field-nome-appartamento{display:none}
.table-header{display:flex;color:#067a36;flex-direction: column;width:50%}
.field{width:100%}
.field > div{width:max-content;border-bottom:1px solid #067a36;margin:auto;padding-bottom:16px;padding-top:16px}
.field:first-of-type > div{border-top: 1px solid #067a36;}
.table-body{display:flex;color:#444;flex-direction: column;width:50%}
.table-body .price{height: 20%;position: relative;border-bottom: 1px solid #067a36;}
.table-body .price:first-of-type{border-top: 1px solid #067a36;}
.table-body .price div{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;}
.titolo-listino{font-size:27px}

@media(min-width:1280px){
    .container-note-listino{width:75%;}
}

@media(min-width:768px){
    #listino-prezzi-complessivo{display:block;width:100%;font-size:17px;padding:64px 0}
    #listino-prezzi-complessivo > .table-header{display:flex}
    .listino-prezzi{padding-bottom:0;max-width:100%;font-size:17px}
    .listino-prezzi .table-header{display:none}
    .listino-prezzi .field-nome-appartamento{display:block}
    .titolo-listino{display:none}
    .table-header{margin-right:0;flex-direction:row;width:100%;}      
    .field{width:16.66%}
    .field > div{padding-top:0}
    .table-body{/*margin-top:24px;*/flex-direction:row;width:100%;padding:16px 0}
    #listino-prezzi-complessivo .listino-prezzi:nth-of-type(odd) .table-body {background:#fff;}
    .table-body .price, .table-body .field-nome-appartamento{width:16.66%;height:auto;border-bottom:none}            
    .field:first-of-type > div{border-top: none}
    .table-body .price:first-of-type{border-top: none}
    .table-body .price div{position:relative;top:auto;left:auto;transform:none;}
    #listino-prezzi-complessivo .listino-prezzi .table-body:hover {background: green;color: #fff;}
}

