@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?v=1.0');
  src: url('../fonts/icomoon.eot?v=1.0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?v=1.0') format('truetype'),
    url('../fonts/icomoon.woff?v=1.0') format('woff'),
    url('../fonts/icomoon.svg?v=1.0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*Font-face nuevo para el cambio de icono de sms y otros iconos que se agreguen*/
@font-face {
  font-family: 'icomoon-extra';
  src: url('../fonts/icomoon-extra/fonts/icomoon.eot');
  src: url('../fonts/icomoon-extra/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon-extra/fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon-extra/fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon-extra/fonts/icomoon.svg#icomoon-extra') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


[class^="ic-"],
[class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  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;
}

.ic-linkedin:before {
  content: "\e900";
}

.ic-tiktok:before {
  content: "\e901";
}

.ic-account:before {
  content: "\e902";
}

.ic-chat:before {
  content: "\e903";
}

.ic-whatsapp:before {
  content: "\e904";
}

.ic-mail:before {
  content: "\e905";
}

.ic-instagram:before {
  content: "\e906";
}

.ic-location:before {
  content: "\e907";
}

.ic-heart:before {
  content: "\e908";
}

.ic-ar:before {
  content: "\e909";
}

.ic-distance:before {
  content: "\e90a";
}

.ic-off:before {
  content: "\e90b";
}

.ic-map:before {
  content: "\e90c";
}

.ic-add-contact:before {
  content: "\e90d";
}

.ic-user:before {
  content: "\e90e";
}

.ic-comment:before {
  content: "\e90f";
}

.ic-moon:before {
  content: "\e913";
}

.ic-music:before {
  content: "\e911";
}

.ic-star:before {
  content: "\e912";
}

.ic-cloud:before {
  content: "\e913";
}

.ic-logout:before {
  content: "\e914";
}

.ic-add:before {
  content: "\e915";
}

.ic-play:before {
  content: "\e916";
}

.ic-support:before {
  content: "\e917";
}

.ic-arrow-right:before {
  content: "\e918";
}

.ic-arrow-left:before {
  content: "\e919";
}
.ic-facebook:before {
  content: "\e91a";
}
.ic-world:before {
  content: "\e91b";
}
/*clases de nfc*/
.ic-nfc {
  top: -3px !important;
}
/**/
/*clase de icono de sms*/
.ic-sms:before {
  font-family: 'icomoon-extra' !important;
  content: "\e921";
}
/*clase icono phone*/
.ic-phone:before {
  font-family: 'icomoon-extra' !important;
  content: "\e922";
}
/*estilos boton normal*/
.round .ic-sms {
  font-size: 50px;
  top: 0.2rem;
}
/*estilos boton doble*/
.double-bottom .ic-sms {
  font-size: 35px;
  top: -3px;
}
/*estilos boton cuadrado*/
.square .ic-sms {
  font-size: 45px;
  top: 0.1rem;
}
/*fin estilos*/
.square .ic-nfc {
  top: 3px !important;
}
.ic-nfc:before {
  content: "\e91C";

}
.round .ic-nfc,
.square .ic-nfc {
  font-size: 61px;
}
.round .ic-nfc {
  top: 8px !important;

}
.double-bottom .ic-nfc {
  font-size: 42px !important;
}

.social-icon-round {
  padding: 0.4rem;
}

.social-icon-normal {
  padding: 0;
}

@media screen and (max-width: 575px) {

  .ic-nfc,
  .square .ic-nfc {
    top: 2px !important;
  }

  .double-bottom .ic-nfc {
    top: -3px !important;

  }

  .square .ic-nfc {
    top: 7px !important;
  }

  .round .ic-nfc,
  .rosquare .ic-nfc {
    font-size: 61px;
  }

  .double-bottom .ic-nfc {
    font-size: 42px !important;
  }


}