﻿@import url('pactos.basics.css');

@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;}
} 