.sat .img-des {
filter: grayscale(100%);
transition: filter 0.3s ease-in-out;
}
.sat:hover .img-des {
filter: grayscale(0%);
}
.sat:hover {
transform: rotate(-0deg) scale(1.03);
}@media screen and (min-width: 1024px) {
.aparece {
display: none; }
.some:hover .aparece {
display: block; }
}.box .elementor-icon-box-icon svg {
transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out;
transform: scale(1);
}
.box:hover .elementor-icon-box-icon svg {
fill: #348B35;
transform: scale(1.1);
}
.box:hover {
transform: scale(1.1) rotate(-10deg);
overflow: visible;
z-index: 10;
}
.box:hover .elementor-icon-box-content h3.elementor-icon-box-title {
color: #348B35; transition: color 0.3s ease-in-out; }
.box:hover .elementor-icon-box-content p.elementor-icon-box-description {
color: #348B35; transition: color 0.3s ease-in-out; }
.box1 .elementor-icon-box-icon svg {
transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out;
transform: scale(1);
}
.box1:hover .elementor-icon-box-icon svg {
fill: #348B35;
transform: scale(1.1);
}
.box1:hover {
transform: scale(1.1) rotate(10deg);
overflow: visible;
z-index: 10;
}
.box1:hover .elementor-icon-box-content h3.elementor-icon-box-title {
color: #348B35; transition: color 0.3s ease-in-out; }
.box1:hover .elementor-icon-box-content p.elementor-icon-box-description {
color: #348B35; transition: color 0.3s ease-in-out; }@media (min-width: 768px) {
.roda:hover {
transform: rotate(-0deg) scale(1.1);
z-index: 20;
} .roda:hover .cor {
color: #f4f4f4;!important }
}