/*!
 * Font Awesome Free 6.5.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 2023 Fonticons, Inc.
 */
 .fa-brands,.fa-solid,.fab,.fas {
   -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
 }
 .fa-solid,.fas {
   font-family:"Font Awesome 6 Free"
 }
 .fa-brands,.fab {
   font-family:"Font Awesome 6 Brands"
 }


 /* ______________________________START ICONES ______________________________ */

 .fa-calendar-days:before {
   content:"\f073"
 }
 .fa-bars:before {
   content:"\f0c9"
 }

 .fa-arrow-right:before {
   content:"\f061"
 }

 .fa-award:before {
   content:"\f559"
 }

 .fa-user-group:before {
   content:"\f500"
 }
 .fa-file-contract:before {
   content:"\f56c"
 }

 .fa-chevron-down:before {
   content:"\f078"
 }
 .fa-clock:before {
   content:"\f017"
 }

 @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")
 }
 .fa-brands,.fab {
   font-weight:400
 }
 .fa-whatsapp:before {
   content:"\f232"
 }
 .fa-instagram:before {
   content:"\f16d"
 }
 
 .fa-linkedin:before {
   content:"\f08c"
 }

 .fa-youtube:before {
   content:"\f167"
 }
 .fa-facebook:before {
   content:"\f09a"
 }
 .fa-twitter:before {
   content:"\f099"
 }
 .fa-pinterest:before {
   content:"\f0d2"
 }


 /* ______________________________END ICONES ______________________________ */

 
:root {}
 @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")
 }
 :root {}
 @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")
 }
 .fa-solid,.fas {
   font-weight:900
 }