/* fallback */

/* https://fonts.googleapis.com/css2?family=Material+Symbols
https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined
https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded
https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp*/
/*url descargar fuentes */
/* https://fonts.googleapis.com/css?family=Material+Symbols+Outlined|Material+Symbols|Material+Symbols+Rounded|Material+Symbols+Sharp*/

@font-face {
  font-family: 'Material Symbols';
  font-style: normal;
  font-weight: 400;
  src: url('MaterialSymbols.woff2') format('woff2');
  font-display: swap; /* <- buena práctica */
}

.material-symbols {
  font-family: 'Material Symbols';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('MaterialSymbolsOutlined.woff2') format('woff2');
  font-display: swap; /* <- buena práctica */
 }

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}



/* fallback */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 400;
  src: url('MaterialSymbolsRounded.woff2') format('woff2');
  font-display: swap; /* <- buena práctica */
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
   line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}



/* fallback */
@font-face {
  font-family: 'Material Symbols Sharp';
  font-style: normal;
  font-weight: 400;
 src: url('MaterialSymbolsSharp.woff2') format('woff2');
 	font-display: swap; /* <- buena práctica */
}

.material-symbols-sharp {
  font-family: 'Material Symbols Sharp';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}



/* Rules for sizing the icon. */
.material-symbols.md-10 { font-size: 10px; }
.material-symbols.md-15 { font-size: 15px; }
.material-symbols.md-18 { font-size: 18px; }
.material-symbols.md-24 { font-size: 24px; }
.material-symbols.md-36 { font-size: 36px; }
.material-symbols.md-48 { font-size: 48px; }

.material-symbols.material-symbols-lg{
	font-size: 1.33333333em;
    line-height: .75em;
    width: 1.28571429em;
}

/* Rules for using icons as black on a light background. */
.material-symbols.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-symbols.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-symbols.md-light { color: rgba(255, 255, 255, 1); }
.material-symbols.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-symbols-outlined.material-symbols-lg{
	font-size: 1.33333333em;
    line-height: .75em;
    width: 1.28571429em;
}

.material-symbols-sharp.material-symbols-lg{
	font-size: 1.33333333em;
    line-height: .75em;
    width: 1.28571429em;
}

.material-symbols-rounded.material-symbols-lg{
	font-size: 1.33333333em;
    line-height: .75em;
    width: 1.28571429em;
}


/* esto no hace falta hacerlo solo cuando se necesite hacer una clase class=" material-symbols step_out" */
.material-symbols.step_out:before{content:"step_out"} /* cal-7519*/
.material-symbols.explosion:before{content:"explosion"} /* cal-7519*/
.material-symbols.release_alert:before{content:"release_alert"} /* cal-7519*/
.material-symbols.emergency_home:before{content:"emergency_home"} /* cal-7519*/
.material-symbols.warning:before{content:"warning"} /* cal-7519*/
.material-symbols.error:before{content:"error"} /* cal-7519*/
.material-symbols.lightbulb_2:before{content:"lightbulb_2"} /* cal-7519*/
.material-symbols.data_object:before{content:"data_object"} /* cal-7519*/
.material-symbols.fiber_manual_record:before{content:"fiber_manual_record"} /* cal-7519*/
.material-symbols.settings:before{content:"settings"} /* cal-7531*/
.material-symbols.contacts:before{content:"contacts"} /* cal-7560*/
.material-symbols.e911_emergency:before{content:"e911_emergency"} /* cal-7576*/
.material-symbols.notifications_active:before{content:"notifications_active"} /* cal-7578*/
.material-symbols.fullscreen:before{content:"fullscreen"} /* cal-7578*/
.material-symbols.fullscreen_exit:before{content:"fullscreen_exit"} /* cal-7578*/
.material-symbols.zoom_out_map:before{content:"zoom_out_map"} /* cal-7578*/
.material-symbols.zoom_in_map:before{content:"zoom_in_map"} /* cal-7578*/


.material-symbols.event_available:before{content:"event_available"} /*CAL-7521*/
.material-symbols.calendar_today:before{content:"calendar_today"} /*CAL-7521*/
.material-symbols.send:before{content:"send"} /*CAL-7521*/
.material-symbols.folder_open:before{content:"folder_open"} /*CAL-7521*/
.material-symbols.folder:before{content:"folder"} /*CAL-7521*/
.material-symbols.block:before{content:"block"} /*CAL-7521*/
.material-symbols.pause_circle:before{content:"pause_circle"} /*CAL-7521*/
.material-symbols.rocket_launch:before{content:"rocket_launch"} /*CAL-7521*/
.material-symbols.thumb_down:before{content:"thumb_down"} /*CAL-7521*/
.material-symbols.check_box:before{content:"check_box"} /*CAL-7521*/
.material-symbols.done_all:before{content:"done_all"} /*CAL-7521*/
.material-symbols.close:before{content:"close"} /*CAL-7521*/
.material-symbols.autorenew:before{content:"autorenew"} /*CAL-7521*/
.material-symbols.check_circle:before{content:"check_circle"}
.material-symbols.back_hand:before{content:"back_hand"} /* cal-7623*/
.material-symbols.tv_signin:before{content:"tv_signin"} /* CAL-7698*/
.material-symbols.contact_emergency:before{content:"contact_emergency"} /* CAL-7698*/
.material-symbols.logout:before{content:"logout"} /* CAL-7698*/
.material-symbols.refresh:before{content:"refresh"} /* CAL-7698*/





