﻿@import url('pactos.basics.css');

.artBody .barra_cs:after {content:"C's - 32'";color:#fff;}

@media only screen and (max-width:800px) {
.barra_cs:after {content:"C's - 32'";color:#fff;}
}

@media only screen and (max-width:600px) {
.mixerBox {padding:2rem 0 4rem 0;border:0 none;}
.mixerBox input:checked + label + [class*='barra']:after {display:none;}
}

@media only screen and (max-width:400px) {
.mixerBox label {width:3rem;height:3rem;}
.mixerBox label img {height:3rem;}
} 