@font-face {
    font-family: pfbeausans;
    src: url(https://assets.ctfassets.net/ex6ts2p2j0ib/1GoyWTxLZkGbwpcprnxqYg/914560d14b4ecd0eedada6006ee00285/pfbeausanspro-reg-webfont.be8262f6f93a8b345acd.woff2) format("woff2"), url(pfbeausanspro-reg-webfont.5d2c4f8abfd0032f703a.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: pfbeausans;
    src: url(https://assets.ctfassets.net/ex6ts2p2j0ib/7vY7FhwrNpFv1YfsTNFaxv/fa282fc300bcd6976cc60e9b95f11e40/pfbeausanspro-bold-webfont.4870f99dd015ac639421.woff2) format("woff2"), url(pfbeausanspro-bold-webfont.e679be30f4d968c50683.woff) format("woff");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: pfbeausans;
    src: url(https:////assets.ctfassets.net/ex6ts2p2j0ib/7tV8rat3kH1unSIdopEkLI/6278810834e37b8c64c83ad3c262b849/pfbeausanspro-thin-webfont.78b53d9b7ecdf6e3ae35.woff2) format("woff2"), url(pfbeausanspro-thin-webfont.bb61709ffb1f5154aff0.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

body .clasificacion {
  font-size: 30px;
  text-align: left;
  letter-spacing: 3px;
  margin-top: 10px;
  direction: rtl;
  unicode-bidi: bidi-override;
}
body .clasificacion label {
  color: #575757;
}
body .clasificacion label:hover,
body .clasificacion label:hover ~ label {
  color: orange;
}
body .clasificacion input[type=radio] {
  display: none;
}
body .clasificacion input[type=radio]:checked ~ label {
  color: orange;
}


@keyframes imageAnimationHome {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    width: 480px;
  }
  50% {
    width: 530px;
  }
  100% {
    width: 500px;
  }
}

.vigilado-fixed {
    position: fixed;
    left:0%;
    top:25%;
    max-width: 40px;
}

.vigilado-fixed img {
    width: 85%;
}

@media only screen and (max-width: 558px) {
  body .clasificacion {
  text-align: center;
}
}