@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;
	cursor: pointer;
}
.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-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-stage {
    display: block !important;
}
/*---//popup ini---*/
.popup-premio-overlay {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
div#popup-premio-inner {
    display: flex;
    padding-right: 22px;
}

div#popup-premio-inner > div:first-child {
    width: 133px;
    min-width: 133px;
    padding-right: 22px;
}
.popup-premio-content {
	background: #fff;
	padding: 20px;
	max-width: 600px;
	max-height: 80vh;
	overflow-y: auto;
	position: relative;
	border-radius: 8px;
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	font-size: 24px;
}
/*------*/
@media screen and (max-width: 700px) {
	.popup-premio-content {
		max-width: 88%;
	}
	div#popup-premio-inner {
	    flex-direction: column;
	    padding-right: 0px;
	}
	div#popup-premio-inner > div:first-child {
		margin: 0 auto; padding-right: 0px;
	}
.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;
}
}