/* Althea - FontAwesome minimal (8 iconos + layout) */

@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}

/* Base */
.fa,.fas,.far,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fa,.fas{font-family:"Font Awesome 6 Free";font-weight:900}
.far{font-family:"Font Awesome 6 Free";font-weight:400}
.fab{font-family:"Font Awesome 6 Brands";font-weight:400}
.fa::before,.fas::before,.far::before,.fab::before{display:inline-block}

/* Fixed width */
.fa-fw{text-align:center;width:1.25em}

/* Stack */
.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}
.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:auto}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#fff}

/* Iconos usados en el sitio */
.fa-angles-up::before,.fa-angle-double-up::before{content:"\f102"}
.fa-circle::before{content:"\f111"}
.fa-envelope::before,.fa-envelope-o::before{content:"\f0e0"}
.fa-facebook::before,.fa-facebook-f::before{content:"\f09a"}
.fa-fax::before{content:"\f1ac"}
.fa-instagram::before{content:"\f16d"}
.fa-location-dot::before,.fa-map-marker::before,.fa-map-marker-alt::before{content:"\f3c5"}
.fa-phone::before{content:"\f095"}

/* Brands necesitan font-family específico */
.fa-facebook::before,.fa-facebook-f::before,.fa-instagram::before{font-family:"Font Awesome 6 Brands";font-weight:400}
