﻿#header {height: 50%;background-position: top;}
.offerte-col{width:100%;margin-bottom:32px;display:block;text-decoration:none}
.titolo-offerta{color:#067a36;font-size: 27px;font-family: Lora,serif;}
.offerte-col:hover img{opacity:.8}
.periodo-offerta{text-transform:uppercase}
.etichetta-prezzo{background:rgba(146, 192, 60,1);color:#fff;font-family:Lora,serif;padding:6px 8px;font-size:16px;font-size:18px}
b{color:#067a36}


@media(min-width:600px){
    .titolo-offerta{font-size:21px;}
    .offerte-row{margin-right:-16px;}
    .offerte-col{width:calc(50% - 16px);margin-right:16px;}
    .etichetta-prezzo{font-size:16px}
    .container-dati-offerta{height:125px;overflow:auto}
}


@media(min-width:768px){
    .etichetta-prezzo{font-size:15px;}            
}


@media(min-width:992px){
    .titolo-offerta{font-size:27px;}
}


@media(min-width:1280px){
    .titolo-offerta{font-size:24px;}
    .offerte-col{width:calc(33.33% - 16px);}
}


@media(min-width:1533px){
    .titolo-offerta{font-size:27px;}
}