<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.botoncajacalifica {
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  width: 50%;
  border: 0;
  height: auto;
  padding: 15px;
  background-color: #49a5e6;
  background: linear-gradient(to right, #004481 50%, #004481 50%);
  background-size: 206% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  background-image: linear-gradient(100deg, #004481 50%, #49a5e6 50%);
  font-family: "BentonSansBBVA-Medium";
  /* pointer-events: none;
  opacity: 0.5; */
}
#opc_relevante-error{
  color: #2DCCCD;
  display: block;
  position: relative;
}
#opc_recomiendas-error{
  color: #2DCCCD;
  display: block;
  position: relative;
}
#opc_temas-error{
  color: #2DCCCD;
  display: block;
  position: relative;
}
.botoncajacalifica:hover {
  background-position: left bottom;
  background-image: linear-gradient(100deg, #004481 50%, #49a5e6 50%);
  color: #fff !important;
  text-decoration: none;
}

/* HIDE RADIO */
[type="radio"] {
  position: absolute;
  opacity: 0;

}

/* IMAGE STYLES */
[type="radio"] + img {
  cursor: pointer;
  transition: all .5s;
}


/* CHECKED STYLES */
[type="radio"]:checked + .encuesta_face {
  /* outline: 2px solid #f00; */
  max-width: 40px;
  height: 40px;
  opacity: 1;
}

a.text-white:hover {
  text-decoration: none;
}

.encuesta_face{
  max-width: 30px;
  height: 30px;
  opacity: .8;
}

.encuesta_face:hover{
  max-width: 40px;
  height: 40px;
  opacity: 1;
}
#texto_agradecimiento{
  width: 100%;
  text-align: left;
}</pre></body></html>