/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */


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

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

.fa-solid,.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.fa-regular,.far {
    font-family: "Font Awesome 6 Free regular";
    font-weight: 900
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;}

/*.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }*/

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }
  
  .fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}




.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; list-style-image:none}
  .fa-ul > li {
    position: relative; 
    }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }
  





/* ICONOS FONTAWESOME */
  



.fa-phone:before {
    content: "\f095";
}

.fa-location-dot:before{
    content: "\f3c5";
   
}

.fa-map:before{
    content: "\f279";
   
}


.fa-envelope:before{
    content: "\f0e0";
   
}

.fa-frown:before {
    content: "\f119";
}










