/*
 * Globals
 */

:root {
  --celeste: #00AFF0 ;
  /*--verde: #5CA47A;
  --amarillo: #FAC832;
  --fondoHF: rgba(34, 46, 27, 0.7);*/
  --azul: #003C82;
  /*--rojo: #FF3D22;
  --grey: #343a40;
  --blue: #003C82;*/
}

@font-face {
	font-family: "TitilliumWeb-Bold";
	src: url("../fonts/TitilliumWeb-Bold.ttf");
}
@font-face {
	font-family: "TitilliumWeb-Light";
	src: url("../fonts/TitilliumWeb-Light.ttf");
}
@font-face {
	font-family: "TitilliumWeb-SemiBold";
	src: url("../fonts/TitilliumWeb-SemiBold.ttf");
}

html { font-size: 1rem; }

body {
	font-family: TitilliumWeb-Light,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
	overflow-x: auto;
    overflow-y: scroll;
	color: var(--grey)!important;
}

header {
	font-size: 1.2rem;
	/*background-color: var(--grey)!important;
	color: #FFF;*/
	font-family: TitilliumWeb-SemiBold;
}

/*article {
	font-size: 1.1rem;
}*/

footer {
	font-size: 0.9rem;
	/*background-color: var(--grey)!important;
	background-color: #E5E8E8;*/
	/*color: var(--grey)!important;*/
}

a {
    text-decoration: none;
}

.isotipo { max-height: 50px; }

.required {	color: #FF0000; }

.bg-custom { background-color: #800F09 !important; }

.form-control {	border: 1px solid black!important; }
