@font-face {
  font-family: 'compagnon';
  src: url('https://centroculturalkappa.github.io/instrucciones/screen/ttf/compagnon-master/fonts/Compagnon-Medium.otf') format("opentype");
}
@font-face {
  font-family: 'compagnon-roman';
  src: url('https://centroculturalkappa.github.io/instrucciones/screen/ttf/compagnon-master/fonts/Compagnon-Roman.otf') format("opentype");
}
@font-face {
  font-family: 'compagnon-light';
  src: url('https://centroculturalkappa.github.io/instrucciones/screen/ttf/compagnon-master/fonts/Compagnon-Light.otf') format("opentype");
}

body{
  margin: 0;
}
h2{
  margin: 12px 0 0 0;
  font-family: "compagnon-roman";
  color: #5A00F9;
}
h3{
  margin: 3px 0 ;
  font-family: 'compagnon-roman';
  color: #5A00F9;
}
h3:nth-child(7){
  margin: 0;
  color: #ff00ff;
}
h3:nth-child(11){
  margin: 0;
  color: #ff0000;
}
a{
  font-family: 'Roboto', sans-serif;
  color: unset;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
a:hover{
  color: white;
  background-color: #5A00F9;
}
p{
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
}
#titleIns{
  font-family: "compagnon";
  text-align: center;
  font-size: 2.5em;
  color: #ffffff;
  width: 100%;
  position: relative;
  z-index: 2;
}
#imagenCentro{
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 118px;
  background-color: #5A00F9;
}

#content{
  position: relative;
  top: 15px;
  padding: 15px;
  width: 50%;
  left: 50%;
  transform: translate(-50%,0);
}
ul{
  margin-block-start: 0;
  margin-inline-start: 0;
  padding:5px 20px;
  list-style-type: square;
}

.mini{
  font-size: 0.5em;
}

#wrapper{
  padding: 5px 20px;
}

.imgNormal{
  position: relative;
  width: 80%;
  left: 50%;
  transform: translate(-50%,0);
}

@media only screen and (max-width: 600px) {
  #content{
    position: relative;
    top: 15px;
    padding: 15px;
    width: unset !important;
    left: unset !important;
    transform: unset !important;
  }
}
