#sp-header {
  height: 100px;
  padding: 10px 0;
}
@media (max-width: 575px) {
  #sp-header {
    height: 100px;
  }
}
@media (max-width: 991px) {
  #sp-header {
    height: 100px;
    padding: 20px 0;
  }
}

#sp-main-body {
  padding: 50px 0;
}

#sp-footer1{text-align:center;}
#sp-footer1 .sp-module{margin: 25px 0 0 0}
#sp-breadcrumbs{font-size:12px; margin-top:10px;}

.float-img-blog-full{
  border: 1px solid #f5f5f5;
  border-radius: .2rem;
  width:100%;
  height:auto;
  padding:5px;
  text-align:center;
}

.btn-moebius{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: pre-line;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  transition: all .15s ease-in-out;
  padding: 8px 22px 10px 22px;
  background-color: #0071bc;
  color: #FFFFFF;
}

.btn-moebius:hover {
  background-color: #22b573;
  color: #FFFFFF;
}


body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  font-family: "Font Awesome 6 Free";
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
  font-family: "Font Awesome 6 Free";
}

a.callToAction{
  color: #fff;
  background-color: #0071BC;
}
a.callToAction:hover, a.callToAction:focus{
  color: #fff;
  background-color: #22B573;
}


.imgProducts{
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px rgb(61, 69, 87);
}