@charset "UTF-8";

/*!
oozlayout.css - oozone ltda

Copyright (c) 2019 OOZONE
*/

.saibaMais {
    height: 0px;
    overflow: hidden;
	background-color: #f6f2ee;

    transition:         height 1.5s ease;
    -moz-transition:    height 1.5s ease;
    -ms-transition:     height 1.5s ease;
    -o-transition:      height 1.5s ease;
    -webkit-transition: height 1.5s ease;
}

.aberto {
    height: 1145px;
}

.colunaE {
    padding: 4px; 
	float: left; 
	width: 48%;
}

.colunaD {
	padding: 4px;
	float: right;
	width: 48%;
}
