/* Icons QuickContact Bar */

.icon-quick-contact-top {
  width: 30px;
  height: 30px;
  fill: white;
}

/* Icons NavBar */

.icon-menu {
  width: 3rem;
  height: auto;
  fill: var(--color-primary);
}

.icon-close {
  width: 40px;
  height: auto;
  fill: white;
}

/* Icons Social NavBar */

.icon-social-quickbar {
  min-width: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-primary);
  padding: 3px;
  background-color: white;
  border-radius: 5px;
}

/* Icons Logo Header and Footer */

.logo-header {
  width: 20rem;
  height: auto;
}

.logo-footer {
  width: 20rem;
  height: auto;
}

/* Icons Section WhyUs */

.icon-whyus {
  width: 60px;
  min-width: 60px;
  height: auto;
  fill: var(--color-secondary);
}

/* Icons Section Advantages */

.icon-advantages {
  width: 70px;
  min-width: 70px;
  height: auto;
  fill: white;
  background-color: var(--color-primary);
  padding: 5px;
  border-radius: 5px;
}

/* Icons Section Services */

.icon-services {
  width: 60px;
  min-width: 60px;
  height: auto;
  fill: var(--color-secondary);
}

/* Icons Section Certifications */

.icon-certificate {
  width: 50px;
  height: auto;
  fill: var(--color-primary);
}

.icon-download-pdf {
  width: 30px;
  min-width: 30px;
  height: auto;
  fill: var(--color-secondary);
}

/* Icon Contact Now */

.icon-contact-now {
  width: 50px;
  min-width: 50px;
  height: auto;
  fill: white;
}

/* Icons Section Team */

.icon-team {
  width: 30px;
  min-width: 30px;
  height: auto;
  fill: var(--color-primary);
}

.icon-team-contact {
  width: 20px;
  min-width: 20px;
  height: auto;
  fill: var(--color-primary);
}

/* Icons Section FAQ */

.icon-faq {
  display: none;
  width: 20px;
  min-width: 20px;
  height: auto;
  fill: var(--color-secondary);
  position: absolute;
  top: 10px;
  right: 20px;
}

@media screen and (min-width: 992px) {
  .icon-faq {
    display: block;
  }
}

/* Icons Section Contact */

.icon-contact {
  width: 5rem;
  min-width: 5rem;
  height: auto;
  fill: var(--color-primary);
}

/* Icons Footer */

.icon-social-footer {
  min-width: 3rem;
  width: 3rem;
  height: auto;
  fill: white;
}

/* Fixed Icon Buttons */

.box-fixed-buttons {
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  animation: levitate 1.5s ease-in-out infinite;
  gap: 20px;
}

@media screen and (min-width: 992px) {
  .box-fixed-buttons {
    right: 4rem;
  }
}

.icon-up {
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
  fill: white;
  padding: 10px;
  background-color: var(--color-secondary);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.103);
  border-radius: 50%;
}

.icon-call-now {
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
  fill: var(--color-secondary);
}

.icon-whatsapp {
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
  fill: var(--color-secondary);
}
