@font-face {
  font-family: 'danosa';
  src: url('../font/danosa.eot?36373803');
  src: url('../font/danosa.eot?36373803#iefix') format('embedded-opentype'),
       url('../font/danosa.woff2?36373803') format('woff2'),
       url('../font/danosa.woff?36373803') format('woff'),
       url('../font/danosa.ttf?36373803') format('truetype'),
       url('../font/danosa.svg?36373803#danosa') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'danosa';
    src: url('../font/danosa.svg?36373803#danosa') format('svg');
  }
}
*/
[class^="danosa-"]:before, [class*=" danosa-"]:before {
  font-family: "danosa";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.danosa-social-youtube:before { content: '\e800'; } /* '' */
.danosa-arrow-down:before { content: '\e801'; } /* '' */
.danosa-arrow-go:before { content: '\e802'; } /* '' */
.danosa-arrow-right:before { content: '\e803'; } /* '' */
.danosa-arrow-right-2:before { content: '\e804'; } /* '' */
.danosa-arrow-short-down:before { content: '\e805'; } /* '' */
.danosa-arrow-short-right:before { content: '\e806'; } /* '' */
.danosa-arrow-short-up:before { content: '\e807'; } /* '' */
.danosa-cached:before { content: '\e808'; } /* '' */
.danosa-cross:before { content: '\e809'; } /* '' */
.danosa-download:before { content: '\e80a'; } /* '' */
.danosa-map:before { content: '\e80b'; } /* '' */
.danosa-menu:before { content: '\e80c'; } /* '' */
.danosa-minus:before { content: '\e80d'; } /* '' */
.danosa-person:before { content: '\e80e'; } /* '' */
.danosa-phone:before { content: '\e80f'; } /* '' */
.danosa-play:before { content: '\e810'; } /* '' */
.danosa-plus:before { content: '\e811'; } /* '' */
.danosa-search:before { content: '\e812'; } /* '' */
.danosa-social-linkedin:before { content: '\e813'; } /* '' */
.danosa-social-twitter:before { content: '\e814'; } /* '' */
.danosa-social-facebook:before { content: '\e815'; } /* '' */
.danosa-circulo_flechas:before { content: '\e816'; } /* '' */


/* Chrome, Safari, Edge, Opera */
input.any::-webkit-outer-spin-button,
input.any::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].any{
    -moz-appearance: textfield;
}

.valoracion {
    width: 100%;
    padding: 2%;
}

.valoracion h1,
.valoracion h2 {
    margin-bottom: 10px
}

.valoracion table label {
    margin-right: 10px;
    font-weight: bold;
}