@font-face {
  font-family: 'icomoon';
  src: url('https://s3-sa-east-1.amazonaws.com/docs.tecnospeed.com.br/icomoon.woff2') format('woff2'),
       url('https://s3-sa-east-1.amazonaws.com/docs.tecnospeed.com.br/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-instagram:before {
  content: "\e923";
}
.icon2-heart:before {
  content: "\e924";
}
.icon2-api:before {
  content: "\e900";
}
.icon2-arrow-down:before {
  content: "\e901";
}
.icon2-arrow-right:before {
  content: "\e902";
}
.icon2-arrow-top-right:before {
  content: "\e903";
}
.icon2-arrow-up:before {
  content: "\e904";
}
.icon2-bell:before {
  content: "\e905";
}
.icon2-brazil:before {
  content: "\e906";
}
.icon2-buildings:before {
  content: "\e907";
}
.icon2-calculator:before {
  content: "\e908";
}
.icon2-chevron-circle-up:before {
  content: "\e909";
}
.icon2-chevron-down:before {
  content: "\e90a";
}
.icon2-chevron-right:before {
  content: "\e90b";
}
.icon2-chevron-up:before {
  content: "\e90c";
}
.icon2-clock:before {
  content: "\e90d";
}
.icon2-cloud:before {
  content: "\e90e";
}
.icon2-code:before {
  content: "\e90f";
}
.icon2-envelope:before {
  content: "\e910";
}
.icon2-facebook:before {
  content: "\e922";
}
.icon2-json:before {
  content: "\e911";
}
.icon2-laptop:before {
  content: "\e912";
}
.icon2-linkedin:before {
  content: "\e913";
}
.icon2-location:before {
  content: "\e914";
}
.icon2-location-arrow:before {
  content: "\e915";
}
.icon2-location-circle:before {
  content: "\e916";
}
.icon2-mail:before {
  content: "\e917";
}
.icon2-overtime:before {
  content: "\e918";
}
.icon2-phone:before {
  content: "\e919";
}
.icon2-safe-guard:before {
  content: "\e91a";
}
.icon2-send:before {
  content: "\e91b";
}
.icon2-subscription:before {
  content: "\e91c";
}
.icon2-success:before {
  content: "\e91d";
}
.icon2-support:before {
  content: "\e91e";
}
.icon2-twitter:before {
  content: "\e91f";
}
.icon2-winner:before {
  content: "\e920";
}
.icon2-youtube:before {
  content: "\e921";
}

.icon2-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15%;
    width: 45px;
    height: 45px;
    font-size: 1.5rem !important;
    text-align: center;
    border: 2px solid #36a9e1;
    color: #36a9e1;
    transition: all .3s ease-in-out;
}

.icon2-footer:hover.youtube {
    border-color: red!important;
    color: red!important;
}
.icon2-footer:hover.linkedin {
    border-color: #0077b5!important;
    color: #0077b5!important;
}
.icon2-footer:hover.instagram {
    border-color: #e4405f!important;
    color: #e4405f!important;
}
.icon2-footer:hover.facebook {
    border-color: #3b5998!important;
    color: #3b5998!important;
}