@font-face {
  font-family: 'Century-Bold';
  src: url("../../transparencia/assets/fonts/century-gothic/centurygothic_bold.ttf");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'Century-Normal';
  src: url("../../transparencia/assets/fonts/century-gothic/centurygothic.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Century-Bold' !important;
}

#oci h3 {
    text-transform: uppercase;
    font-family: 'Century-Bold' !important;
}

.iconos-notificacion {
    margin-bottom: 30px;
}

.notificacion-1 a {
    background-color: #bc9459;
    display: block;
    border-radius: 5px;
    height: 120px;
    width: 120px;
    padding: 8px;
}

.notificacion-2 a {
    background-color: #6b1d1d;
    display: block;
    border-radius: 5px;
    height: 120px;
    width: 120px;
    padding: 8px;
}