
@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
*:focus-visible {
outline: none;
}

.mobile-flex .elementor-icon-box-wrapper {
display: flex;
flex-direction: row;
align-items: center;
}
.mobile-flex .elementor-icon-box-icon {
margin: 0px!important;
padding-left: 5px;
display: flex;
}
.social-icon .elementor-social-icon-instagram{
background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon .elementor-social-icon-whatsapp{
background: -moz-linear-gradient(45deg, #25d366, #0ae97c);
background: -webkit-linear-gradient(45deg, #25d366, #0ae97c);
background: linear-gradient(45deg, #25d366, #0ae97c);
}
.social-icon .elementor-social-icon-telegram{
background: -moz-linear-gradient(45deg, #0691D4, #54c7ff);
background: -webkit-linear-gradient(45deg, #0691D4, #54c7ff);
background: linear-gradient(45deg, #0691D4, #54c7ff);
}
.social-icon i {
text-shadow: 0 0 20px #8b8b8b;
}