@charset "utf-8";
/* CSS Document */

article#carrosselpremios {
    padding: 22px 0 40px 0;
}
.quem-somos-content #carrosselpremios { padding: 0px 0 0px 0;}
.quem-somos-content #carrosselpremios .content { padding: 0px 0 0px 0;}
.page-quem-somos #carrosselpremios h2.widget-title { display: none;}
#carrosselpremios h2:after { display:none;}

.w-carrosselpremios-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    margin:0px;
    /* border-right: 1px solid #e1e1e1; */
    /* border-left: 1px solid #e1e1e1; */
}
.w-carrosselpremios-item {
    padding: 0px;
    display: flex;
    align-items: center;
    height: auto;
}
.w-carrosselpremios-item a{
 	position:relative;
	overflow:hidden;
}
.w-carrosselpremios-item a {
    width: 100%;
    display: flex;
    border: none;
    height: 100%;
}
.w-carrosselpremios-item span.icon:before {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: 	all 0.2s ease-out;
	-o-transition: 		all 0.2s ease-out;
	transition: 		all 0.2s ease-out;
}
	
.w-carrosselpremios-item a:hover {

}
.w-carrosselpremios-item a:hover .w-carrosselpremios-texto { padding-left:10px;}
.w-carrosselpremios-item a:hover > div img {
    /*transform: rotate3d(1, 1, 1, 360deg);
    transform: rotateY(180deg);*/
    filter: grayscale(0);
    transform: scale(1.1);
    opacity: 1;
}
.w-carrosselpremios-item:hover > div img {
    /*transform: rotate3d(1, 1, 1, 360deg);
    transform: rotateY(180deg);*/
    filter: grayscale(0);
    transform: scale(1.1);
    opacity: 1;
}
.w-carrosselpremios-item a:hover > div p span.icon:before {
	padding-left:10px;
}
.w-carrosselpremios-item a>* {
	display: flex;
	flex-direction: column;
}

.w-carrosselpremios-foto {
    padding: 29px;
    justify-content: center;
    align-items: center;
    overflow:hidden;
    height: 166px;
}

.w-carrosselpremios-foto img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	 opacity: 1;
}
.quem-somos-content .w-carrosselpremios-foto img {
    filter: none;
    opacity: 1;
}
article#carrosselpremios .owl-carousel .owl-stage-outer {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
@media screen and (max-width: 700px) {
.w-carrosselpremios-item {  height: auto;}
#carrosselpremios .owl-nav { margin-top:-5px !important;}
.w-carrosselpremios-container { padding: 0px 0;}
.w-carrosselpremios-container { margin: 0;}
#carrosselpremios {  padding: 30px 22px !important}
.w-carrosselpremios-foto {height: auto;max-width: 100%;display: flex;align-items: center;justify-content: center;padding: 30px 20%;/* max-height: 42px; */}
	.w-carrosselpremios-foto img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 111px;
}
}