@font-face {
    font-family: "flaticon";
    src: url("../fonts/flaticon.ttf?7be827e199392bb56ae95dacf43f5036") format("truetype"),
url("../fonts/flaticon.woff?7be827e199392bb56ae95dacf43f5036") format("woff"),
url("../fonts/flaticon.woff2?7be827e199392bb56ae95dacf43f5036") format("woff2"),
url("../fonts/flaticon.eot?7be827e199392bb56ae95dacf43f5036#iefix") format("embedded-opentype"),
url("../fonts/flaticon.svg?7be827e199392bb56ae95dacf43f5036#flaticon") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-email:before {
    content: "\f101";
}
.flaticon-phone-call:before {
    content: "\f102";
}
.flaticon-maps-and-flags:before {
    content: "\f103";
}
.flaticon-instagram:before {
    content: "\f104";
}
.flaticon-gallery:before {
    content: "\f105";
}
.flaticon-serving-dish:before {
    content: "\f106";
}
.flaticon-edit:before {
    content: "\f107";
}
.flaticon-left-arrow:before {
    content: "\f108";
}
.flaticon-wedding:before {
    content: "\f109";
}
.flaticon-cake:before {
    content: "\f10a";
}
.flaticon-wedding-rings:before {
    content: "\f10b";
}
.flaticon-play:before {
    content: "\f10c";
}
.flaticon-quotation:before {
    content: "\f10d";
}
.flaticon-dove:before {
    content: "\f10e";
}
.flaticon-calendar:before {
    content: "\f10f";
}
.flaticon-heart:before {
    content: "\f110";
}
.flaticon-pinterest:before {
    content: "\f111";
}
.flaticon-facebook-app-symbol:before {
    content: "\f112";
}
.flaticon-twitter:before {
    content: "\f113";
}
.flaticon-instagram-1:before {
    content: "\f114";
}
.flaticon-linkedin:before {
    content: "\f115";
}
.flaticon-youtube:before {
    content: "\f116";
}
.flaticon-search:before {
    content: "\f117";
}
.flaticon-shopping-cart:before {
    content: "\f118";
}
.flaticon-left-arrow-1:before {
    content: "\f119";
}
.flaticon-user:before {
    content: "\f11a";
}
.flaticon-comment-white-oval-bubble:before {
    content: "\f11b";
}
.flaticon-calendar-1:before {
    content: "\f11c";
}
.flaticon-right-arrow:before {
    content: "\f11d";
}
.flaticon-play-1:before {
    content: "\f11e";
}
.flaticon-left-quote:before {
    content: "\f11f";
}
.flaticon-right-arrow-1:before {
    content: "\f120";
}
.flaticon-left-arrow-2:before {
    content: "\f121";
}
.flaticon-next:before {
    content: "\f122";
}

/* ====== Fallback seguro + mapeo flexible ====== */
:root{
  /* Pon aquí tus codepoints reales cuando los tengas (ej: "\f130") */
  /* Mientras no pongas nada, usará el emoji fallback de la derecha */
  --ico-x:           "✖";   /* X */
  --ico-x-circle:    "❌";  /* X en círculo */
  --ico-ban:         "🚫";  /* Prohibido */
  --ico-dress:       "👗";  /* Vestido */
  --ico-suit:        "👔";  /* Traje/corbata */
  --ico-heels:       "👠";  /* Tacones */
  --ico-shoes:       "👞";  /* Zapatos cerrados */
  --ico-hat:         "🎩";  /* Sombrero */
  --ico-tie:         "👔";  /* Corbata (alias de suit si quieres) */
}

/* Asegura buena caída si flaticon no tiene el glifo */
i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before{
  font-family: flaticon, "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji", sans-serif !important;
  font-style: normal;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ====== Nuevos íconos (con fallback) ====== */
.flaticon-x:before{            content: var(--ico-x); }
.flaticon-x-circle:before{     content: var(--ico-x-circle); }
.flaticon-ban:before{          content: var(--ico-ban); }

.flaticon-dress:before{        content: var(--ico-dress); }
.flaticon-suit:before{         content: var(--ico-suit); }
.flaticon-heels:before{        content: var(--ico-heels); }
.flaticon-shoes:before{        content: var(--ico-shoes); }
.flaticon-hat:before{          content: var(--ico-hat); }
.flaticon-tie:before{          content: var(--ico-tie); }

/* Tamaños y color rápidos (opcional) */
.icon-sm i:before{ font-size: 14px; }
.icon-md i:before{ font-size: 18px; }
.icon-lg i:before{ font-size: 22px; }
.text-danger i:before{ color: #d32f2f; }
.text-success i:before{ color: #2e7d32; }
.text-muted  i:before{ color: #6b7280; }