.et_pb_module.et_pb_fullwidth_code.et_pb_fullwidth_code_0 {
padding-top: 0 !important;
}
.ut6-row,
.ut9-row {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
margin: 1rem -1rem;
}
.ut9-row {
align-items: flex-start;
}
.ut6-col-1,
.ut6-col-2,
.ut9-col {
padding-right: 1rem;
padding-left: 1rem;
}
.ut6-col-1,
.ut6-col-2,
.ut9-col {
flex: 0 0 100%;
}
.ut6-col-1 > a,
.ut6-col-1 > a > img {
display: block;
background-position: center center;
background-repeat: no-repeat;
margin: 0 auto;
}
.ut6-col-1 > a:hover > img {
opacity: 0;
}
.utscheme8 .dica_divi_carouselitem {
width: 550px !important;
}
@media only screen and (min-width: 768px) {
.ut6-col-1 {
flex-basis: 34%;
}
.ut6-col-2 {
flex-basis: 66%;
}
.ut9-col {
flex-basis: 50%;
}
}