/*
$small-screen: 640px !default;
$medium-screen: 1280px !default;
$large-screen: 1440px !default;
*/
* {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #0e0e0e;
  margin: 0;
  padding: 0;
  background: none;
}

body {
  font-size: 16px;
  background: none;
  color: #0e0e0e;
}

::selection {
  background-color: #000 !important;
  color: #fff;
}

::selection *, ::selection .c-primary {
  color: #fff !important;
}

::selection .top-bar-section a {
  background-color: #000 !important;
  color: #fff !important;
}

::selection a {
  color: #fff;
}

::selection a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}

::selection a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}

::selection .active a {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

.primary {
  background-color: #000 !important;
  color: #fff;
}

.primary *, .primary .c-primary {
  color: #fff !important;
}

.primary .top-bar-section a {
  background-color: #000 !important;
  color: #fff !important;
}

.primary a {
  color: #fff;
}

.primary a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}

.primary a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}

.primary .active a {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

.secondary {
  background-color: #ef9f09;
  color: #000;
}

.secondary *, .secondary .c-secondary {
  color: #000 !important;
}

.secondary .top-bar-section a {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

.secondary a {
  color: #000;
}

.secondary a:hover {
  color: black !important;
  text-decoration: underline !important;
}

.secondary a:hover * {
  color: black !important;
  text-decoration: underline !important;
}

.secondary .active a {
  background-color: #000 !important;
  color: #fff !important;
}

.ocultar-texto {
  overflow: hidden;
  text-overflow: ellipsis;
}

.li-inline li {
  display: inline;
}

.ls-none {
  list-style: none;
}

.lst-none {
  list-style-type: decimal;
}

.lst-upper-latin {
  list-style-type: upper-latin;
}

.lsp-inside, ul {
  list-style-position: inside;
}

.lsp-outside {
  list-style-position: outside;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.va-middle {
  vertical-align: middle;
}

.ws-nowrap {
  white-space: nowrap;
}

.ww-break-word {
  word-wrap: break-word;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.outline-0 {
  outline: 0;
}

.telefono, .movil, .fax {
  width: 9em !important;
}

.dni {
  width: 8em !important;
}

.cp {
  width: 5em !important;
}

.menu-basico {
  background-color: #000;
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: 1em;
  float: left;
}

.menu-basico a {
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
  padding: .5em 1em;
  color: #fff;
  float: left;
  transition: all .5s ease-in-out;
}

.menu-basico a:hover, .menu-basico a:active, .menu-basico a:focus {
  background-color: black;
}

.menu-basico a.mb-seleccionado {
  background-color: black;
}

.menu-basico li {
  position: relative;
  display: inline-block;
  float: left;
}

.menu-basico li ul, .menu-basico li nav {
  display: none;
  position: absolute;
  margin: 2em 0 0 0;
  left: 0;
  z-index: 1;
  background: #000;
}

.menu-basico li ul li, .menu-basico li nav li {
  background: #000;
  display: block;
}

.menu-basico li:hover > ul, .menu-basico li:hover > nav {
  display: block;
}

.label-linea label {
  vertical-align: top;
}

.label-linea * {
  display: inline !important;
  width: auto !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.label-linea select {
  padding-right: 1em;
}

.label-linea select option {
  display: block !important;
}

.label-linea input, .label-linea select, .label-linea textarea {
  margin-bottom: .5em !important;
}

.datepicker.label-linea label, .timepicker.label-linea label {
  display: inline !important;
}

form .required:not(.radio):not(.checkbox) label:after, form .require:not(.radio):not(.checkbox) label:after {
  color: #ff2323;
  content: ' *';
  display: inline;
}

.obligatorio label:after, label.obligatorio:after {
  color: #ff2323;
  content: ' *';
  display: inline;
}

a {
  color: #000;
  outline: 0;
}

a:hover, a:focus, a:active {
  outline: 0;
  color: #8c5d06;
}

a:hover *, a:focus *, a:active * {
  color: #000;
}

a[href="#"] {
  cursor: default;
}

a span {
  color: #ef9f09;
}

input,
input[type="checkbox"],
input[type="radio"], label {
  margin: 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
  margin: 0 0 .5em 0;
}

input[type="password"] {
  font-family: Arial !important;
}

/*input[type="radio"],
input[type="checkbox"]
{
  margin-right: .5em;
}*/
input[type="button"], input[type="submit"], button, .boton, .btn-enviar, .btn-guardar, .btn-exito, .btn-catalogo, .btn-primary, .btn-secondary, .btn-volver, .btn-cancelar, .btn-fallo, .btn-informacion, .button {
  font-family: "Open Sans", sans-serif;
  background-color: #000;
  border-color: transparent !important;
  border: none;
  box-shadow: none;
  min-height: 2em;
  line-height: 1.3em;
  display: inline-block;
  margin: 0 1em 0 0;
  color: #fff;
  font-size: .8rem !important;
  font-weight: bold !important;
  padding: .75rem 1rem !important;
  border-radius: 1.25rem !important;
  transition: all .5s ease-in-out;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover, .boton:hover, .btn-enviar:hover, .btn-guardar:hover, .btn-exito:hover, .btn-catalogo:hover, .btn-primary:hover, .btn-secondary:hover, .btn-volver:hover, .btn-cancelar:hover, .btn-fallo:hover, .btn-informacion:hover, .button:hover {
  background-color: #1a1a1a;
  color: #fff;
}

input[type="button"]:active, input[type="submit"]:active, button:active, .boton:active, .btn-enviar:active, .btn-guardar:active, .btn-exito:active, .btn-catalogo:active, .btn-primary:active, .btn-secondary:active, .btn-volver:active, .btn-cancelar:active, .btn-fallo:active, .btn-informacion:active, .button:active {
  background-color: #1a1a1a;
  color: #fff;
  box-shadow: 0 0 10px #000;
}

input[type="button"]:focus, input[type="submit"]:focus, button:focus, .boton:focus, .btn-enviar:focus, .btn-guardar:focus, .btn-exito:focus, .btn-catalogo:focus, .btn-primary:focus, .btn-secondary:focus, .btn-volver:focus, .btn-cancelar:focus, .btn-fallo:focus, .btn-informacion:focus, .button:focus {
  color: #fff;
  box-shadow: 0 0 10px #000;
  background-color: #000;
}

.ta-right input[type="button"], .ta-right input[type="submit"], .ta-right button, .ta-right .boton, .ta-right .btn-enviar, .ta-right .btn-guardar, .ta-right .btn-exito, .ta-right .btn-catalogo, .ta-right .btn-primary, .ta-right .btn-secondary, .ta-right .btn-volver, .ta-right .btn-cancelar, .ta-right .btn-fallo, .ta-right .btn-informacion, .ta-right .button {
  margin: 0 0 0 1em;
}

@media only screen and (max-width: 640px) {
  .ta-right input[type="button"], .ta-right input[type="submit"], .ta-right button, .ta-right .boton, .ta-right .btn-enviar, .ta-right .btn-guardar, .ta-right .btn-exito, .ta-right .btn-catalogo, .ta-right .btn-primary, .ta-right .btn-secondary, .ta-right .btn-volver, .ta-right .btn-cancelar, .ta-right .btn-fallo, .ta-right .btn-informacion, .ta-right .button {
    margin-bottom: 1em;
  }
  .ta-left-m input[type="button"], .ta-left-m input[type="submit"], .ta-left-m button, .ta-left-m .boton, .ta-left-m .btn-enviar, .ta-left-m .btn-guardar, .ta-left-m .btn-exito, .ta-left-m .btn-catalogo, .ta-left-m .btn-primary, .ta-left-m .btn-secondary, .ta-left-m .btn-volver, .ta-left-m .btn-cancelar, .ta-left-m .btn-fallo, .ta-left-m .btn-informacion, .ta-left-m .button {
    margin-right: 1em;
    margin-left: 0;
  }
  input[type="button"], input[type="submit"], button, .boton, .btn-enviar, .btn-guardar, .btn-exito, .btn-catalogo, .btn-primary, .btn-secondary, .btn-volver, .btn-cancelar, .btn-fallo, .btn-informacion, .button {
    margin-bottom: .5em;
  }
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  border: 1px solid #909090;
  box-shadow: 0 0 0;
  padding: 0 .5em;
  height: 2em;
  line-height: 2em;
  background-color: #fff;
  font-size: .9em;
  outline: #fff dotted 0 !important;
  transition: all .5s ease-in-out;
}

input[type="text"] *,
input[type="password"] *,
input[type="date"] *,
input[type="datetime"] *,
input[type="datetime-local"] *,
input[type="month"] *,
input[type="week"] *,
input[type="email"] *,
input[type="number"] *,
input[type="search"] *,
input[type="tel"] *,
input[type="time"] *,
input[type="url"] *,
textarea *,
select * {
  outline: #fff dotted 0 !important;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="password"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="date"]:active,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="month"]:active,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="week"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="email"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="number"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="time"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="url"]:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: 0 0 5px #bbb;
  outline: #fff dotted 0 !important;
}

input[type="text"]:hover *, input[type="text"]:focus *, input[type="text"]:active *,
input[type="password"]:hover *,
input[type="password"]:focus *,
input[type="password"]:active *,
input[type="date"]:hover *,
input[type="date"]:focus *,
input[type="date"]:active *,
input[type="datetime"]:hover *,
input[type="datetime"]:focus *,
input[type="datetime"]:active *,
input[type="datetime-local"]:hover *,
input[type="datetime-local"]:focus *,
input[type="datetime-local"]:active *,
input[type="month"]:hover *,
input[type="month"]:focus *,
input[type="month"]:active *,
input[type="week"]:hover *,
input[type="week"]:focus *,
input[type="week"]:active *,
input[type="email"]:hover *,
input[type="email"]:focus *,
input[type="email"]:active *,
input[type="number"]:hover *,
input[type="number"]:focus *,
input[type="number"]:active *,
input[type="search"]:hover *,
input[type="search"]:focus *,
input[type="search"]:active *,
input[type="tel"]:hover *,
input[type="tel"]:focus *,
input[type="tel"]:active *,
input[type="time"]:hover *,
input[type="time"]:focus *,
input[type="time"]:active *,
input[type="url"]:hover *,
input[type="url"]:focus *,
input[type="url"]:active *,
textarea:hover *,
textarea:focus *,
textarea:active *,
select:hover *,
select:focus *,
select:active * {
  outline: #fff dotted 0 !important;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
textarea:disabled,
select:disabled {
  background-color: #eee;
  border-color: #eee;
  color: #aaa;
}

input[type="text"]:disabled:hover, input[type="text"]:disabled:focus, input[type="text"]:disabled:active,
input[type="password"]:disabled:hover,
input[type="password"]:disabled:focus,
input[type="password"]:disabled:active,
input[type="date"]:disabled:hover,
input[type="date"]:disabled:focus,
input[type="date"]:disabled:active,
input[type="datetime"]:disabled:hover,
input[type="datetime"]:disabled:focus,
input[type="datetime"]:disabled:active,
input[type="datetime-local"]:disabled:hover,
input[type="datetime-local"]:disabled:focus,
input[type="datetime-local"]:disabled:active,
input[type="month"]:disabled:hover,
input[type="month"]:disabled:focus,
input[type="month"]:disabled:active,
input[type="week"]:disabled:hover,
input[type="week"]:disabled:focus,
input[type="week"]:disabled:active,
input[type="email"]:disabled:hover,
input[type="email"]:disabled:focus,
input[type="email"]:disabled:active,
input[type="number"]:disabled:hover,
input[type="number"]:disabled:focus,
input[type="number"]:disabled:active,
input[type="search"]:disabled:hover,
input[type="search"]:disabled:focus,
input[type="search"]:disabled:active,
input[type="tel"]:disabled:hover,
input[type="tel"]:disabled:focus,
input[type="tel"]:disabled:active,
input[type="time"]:disabled:hover,
input[type="time"]:disabled:focus,
input[type="time"]:disabled:active,
input[type="url"]:disabled:hover,
input[type="url"]:disabled:focus,
input[type="url"]:disabled:active,
textarea:disabled:hover,
textarea:disabled:focus,
textarea:disabled:active,
select:disabled:hover,
select:disabled:focus,
select:disabled:active {
  background-color: #eee;
  border-color: #eee;
  box-shadow: 0 0 0;
}

label {
  color: #0e0e0e;
  display: inline-block !important;
  margin-right: 1em;
  font-size: .8em !important;
  margin-bottom: 0;
}

div.selectDesubicado > label {
  display: block !important;
  padding-top: 4px !important;
  padding-bottom: 1px !important;
}

.fs-label {
  font-size: .8em !important;
}

fieldset {
  /*
  border: none;
  padding: 0;
  */
  min-width: 0;
  padding: .5em 0;
  border-color: #909090;
}

fieldset legend {
  font-weight: normal;
  font-size: 1em;
  margin-left: 0.9375rem;
}

hr {
  border-color: #909090;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.tabla-cebra tbody tr.odd, .tabla-basica tbody tr.odd {
  background: #fff;
}

.tabla-cebra tbody tr.even, .tabla-basica tbody tr.even {
  background: #eee;
}

.tabla-basica {
  border: none;
}

.tabla-basica * {
  text-align: left;
}

.tabla-basica caption {
  padding: .5em 0;
}

.tabla-basica thead tr {
  background-color: #ddd;
}

.tabla-basica tfoot tr {
  background-color: #ddd;
}

table .acciones, table .controles {
  text-align: center;
  white-space: nowrap;
}

table .acciones a, table .controles a {
  display: inline-block;
  margin: 0 .5em;
}

table .acciones a:first-child, table .controles a:first-child {
  margin-left: 0;
}

table .acciones a:last-child, table .controles a:last-child {
  margin-right: 0;
}

.tl-fixed {
  table-layout: fixed;
}

.ec-hide {
  empty-cells: hide;
}

h1, h2, h3, h4, h5, h6, .titulo-1, .titulo-2, .titulo-3, .titulo-4, .titulo-5, .titulo-6 {
  color: #000;
  margin: .5em 0;
  font-weight: bold;
  line-height: 1em;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .titulo-1 span, .titulo-2 span, .titulo-3 span, .titulo-4 span, .titulo-5 span, .titulo-6 span {
  color: #ef9f09;
  font-size: inherit;
}

h1, .titulo-1, h2, .titulo-2, h3, .titulo-3, h4, .titulo-4, h5, .titulo-5, h6, .titulo-6 {
  font-family: "Open Sans", sans-serif !important;
}

h1, .titulo-1 {
  font-size: 1.4em;
}

h2, .titulo-2 {
  font-size: 1.3em;
}

h3, .titulo-3 {
  font-size: 1.2em;
}

h4, .titulo-4 {
  font-size: 1.1em;
}

h5, .titulo-5 {
  font-size: 1em;
}

h6, .titulo-6 {
  font-size: .9em;
}

textarea {
  height: auto;
  line-height: 1.2em;
  padding-top: .3em;
  padding-bottom: .3em;
  resize: none;
  font-family: "Open Sans", sans-serif !important;
}

select {
  padding-top: 0;
  padding-bottom: 0;
  outline: #fff dotted 0 !important;
}

select * {
  outline: #fff dotted 0 !important;
}

ul {
  margin: 0;
}

ul.breadcrumbs {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

ul.breadcrumbs li {
  color: #0e0e0e;
}

ul.breadcrumbs li.current {
  color: #000;
}

.icon {
  font-size: 1.5em;
  color: #ef9f09;
}

.icon.icon-twitter {
  color: #55ACEE;
}

.icon.icon-facebook {
  color: #3B5998;
}

.icon.icon-google-plus {
  color: #DA4835;
}

.icon.icon-android {
  color: #A4C63B;
}

.icon.icon-apple {
  color: #D9DCE1;
}

.icon.icon-fpdf {
  color: #f00;
}

button span.icon {
  font-size: .9em;
  display: block;
  float: left;
  margin-bottom: -.14em;
  margin-top: .14em;
  margin-right: .5em;
}

button span.icono-derecha {
  float: right;
  margin-left: .5em;
  margin-right: 0;
}

.c-primary {
  color: #000;
}

.c-secondary {
  color: #ef9f09;
}

.c-blanco {
  color: #fff;
}

.c-negro {
  color: #000;
}

.c-defecto {
  color: #0e0e0e;
}

.f-style-normal {
  font-style: normal;
}

.f-style-italic {
  font-style: italic;
}

.f-style-oblique {
  font-style: oblique;
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

.fw-bolder {
  font-weight: bolder;
}

/*.fw-lighter{font-weight: lighter;}*/
.fs-1 {
  font-size: 1em;
}

.fs-inherit {
  font-size: inherit;
}

.fs-initial {
  font-size: initial;
}

.fs-xx-small {
  font-size: xx-small;
}

.fs-x-small {
  font-size: x-small;
}

.fs-small {
  font-size: small;
}

.fs-medium {
  font-size: medium;
}

.fs-large {
  font-size: large;
}

.fs-x-large {
  font-size: x-large;
}

.fs-xx-large {
  font-size: xx-large;
}

.fs-smaller {
  font-size: smaller;
}

.fs-larger {
  font-size: larger;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-justify {
  text-align: justify;
}

@media only screen and (max-width: 640px) {
  .ta-left-m {
    text-align: left;
  }
  .ta-center-m {
    text-align: center;
  }
  .ta-right-m {
    text-align: right;
  }
  .ta-justify-m {
    text-align: justify;
  }
}

.tt-uppercase {
  text-transform: uppercase;
}

.tt-lowercase {
  text-transform: lowercase;
}

.tt-capitalize {
  text-transform: capitalize;
}

.fv-small-caps {
  font-variant: small-caps;
}

.td-underline {
  text-decoration: underline;
}

.td-overline {
  text-decoration: overline;
}

.td-line-through {
  text-decoration: line-through;
}

.td-none {
  text-decoration: none;
}

.ti-1 {
  text-indent: 1em;
}

.to-ellipsis {
  text-overflow: ellipsis;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.p-left-0 {
  padding-left: 0;
}

.p-right-0 {
  padding-right: 0;
}

.p-top-0 {
  padding-top: 0;
}

.p-bottom-0 {
  padding-bottom: 0;
}

.p-horizontal-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-vertical-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-0 {
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .p-left-m-0 {
    padding-left: 0;
  }
  .p-right-m-0 {
    padding-right: 0;
  }
  .p-top-m-0 {
    padding-top: 0;
  }
  .p-bottom-m-0 {
    padding-bottom: 0;
  }
  .p-horizontal-m-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-vertical-m-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-m-0 {
    padding: 0;
  }
}

.p-elementos-left-0 * {
  padding-left: 0;
}

.p-elementos-right-0 * {
  padding-right: 0;
}

.p-elementos-top-0 * {
  padding-top: 0;
}

.p-elementos-bottom-0 * {
  padding-bottom: 0;
}

.p-elementos-horizontal-0 * {
  padding-left: 0;
  padding-right: 0;
}

.p-elementos-vertical-0 * {
  padding-top: 0;
  padding-bottom: 0;
}

.p-elementos-0 * {
  padding: 0;
}

.p-left-1 {
  padding-left: 1em;
}

.p-right-1 {
  padding-right: 1em;
}

.p-top-1 {
  padding-top: 1em;
}

.p-bottom-1 {
  padding-bottom: 1em;
}

.p-horizontal-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.p-vertical-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.p-1 {
  padding: 1em;
}

.p-boton, .p-form {
  padding-top: 1.5em;
}

.p-boton .input.checkbox, .p-boton .input.radio, .p-form .input.checkbox, .p-form .input.radio {
  padding-top: .3em;
}

@media only screen and (max-width: 640px) {
  .p-boton, .p-form {
    padding-top: 0 !important;
  }
  .p-boton .input.checkbox, .p-boton .input.radio, .p-form .input.checkbox, .p-form .input.radio {
    padding-top: 0 !important;
  }
}

.m-auto {
  margin: auto;
}

.m-0-auto {
  margin: 0 auto;
}

.m-horizontal-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-left-0 {
  margin-left: 0;
}

.m-left-0-i {
  margin-left: 0;
}

.m-right-0 {
  margin-right: 0 !important;
}

.m-right-0-i {
  margin-right: 0 !important;
}

.m-top-0 {
  margin-top: 0;
}

.m-bottom-0 {
  margin-bottom: 0;
}

.m-horizontal-0 {
  margin-left: 0;
  margin-right: 0;
}

.m-vertical-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-0 {
  margin: 0;
}

.m-0-i {
  margin: 0 !important;
}

@media only screen and (max-width: 640px) {
  .m-left-m-0 {
    margin-left: 0;
  }
  .m-left-m-0-i {
    margin-left: 0;
  }
  .m-right-m-0 {
    margin-right: 0 !important;
  }
  .m-right-m-0-i {
    margin-right: 0 !important;
  }
  .m-top-m-0 {
    margin-top: 0;
  }
  .m-bottom-m-0 {
    margin-bottom: 0;
  }
  .m-horizontal-m-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .m-vertical-m-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-m-0 {
    margin: 0;
  }
  .m-m-0-i {
    margin: 0 !important;
  }
}

.m-elementos-left-0 * {
  margin-left: 0;
}

.m-elementos-right-0 * {
  margin-right: 0;
}

.m-elementos-top-0 * {
  margin-top: 0;
}

.m-elementos-bottom-0 * {
  margin-bottom: 0;
}

.m-elementos-horizontal-0 * {
  margin-left: 0;
  margin-right: 0;
}

.m-elementos-vertical-0 * {
  margin-top: 0;
  margin-bottom: 0;
}

.m-elementos-0 * {
  margin: 0;
}

.m-left-1 {
  margin-left: 1em;
}

.m-right-1 {
  margin-right: 1em;
}

.m-top-1 {
  margin-top: 1em;
}

.m-bottom-1 {
  margin-bottom: 1em;
}

.m-horizontal-1 {
  margin-left: 1em;
  margin-right: 1em;
}

.m-vertical-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.m-1 {
  margin: 1em;
}

.m-left-menos-1 {
  margin-left: -1em;
}

.m-right-menos-1 {
  margin-right: -1em;
}

.m-top-menos-1 {
  margin-top: -1em;
}

.m-bottom-menos-1 {
  margin-bottom: -1em;
}

.m-horizontal-menos-1 {
  margin-left: -1em;
  margin-right: -1em;
}

.m-vertical-menos-1 {
  margin-top: -1em;
  margin-bottom: -1em;
}

.m-menos-1 {
  margin: -1em;
}

.m-boton {
  margin-top: 1.4em;
}

.bs-solid {
  border-style: solid;
}

.bs-none {
  border-style: none;
}

.bs-hidden {
  border-style: hidden;
}

.bs-inset {
  border-style: inset;
}

.bs-outset {
  border-style: outset;
}

.b-0 {
  border: 0;
}

.b-left-0 {
  border-left: 0;
}

.b-right-0 {
  border-right: 0;
}

.b-top-0 {
  border-top: 0;
}

.b-bottom-0 {
  border-bottom: 0;
}

.b-1 {
  border: 1px solid;
}

.b-left-1 {
  border-left: 1px solid;
}

.b-right-1 {
  border-right: 1px solid;
}

.b-top-1 {
  border-top: 1px solid;
}

.b-bottom-1 {
  border-bottom: 1px solid;
}

.bc-primary {
  border-color: #000;
}

.bc-secondary {
  border-color: #ef9f09;
}

.bc-blanco {
  border-color: #fff;
}

.bc-negro {
  border-color: #000;
}

.bc-transparent {
  border-color: transparent;
}

.circle {
  border-radius: 50%;
}

.redondeado {
  border-radius: 1em;
}

.w-auto {
  width: auto !important;
}

.w-100p {
  width: 100% !important;
}

.w-75p {
  width: 75% !important;
}

.w-50p {
  width: 50% !important;
}

.w-25p {
  width: 25% !important;
}

.w-1 {
  width: 1em !important;
}

.w-2 {
  width: 2em !important;
}

.w-3 {
  width: 3em !important;
}

.w-4 {
  width: 4em !important;
}

.w-5 {
  width: 5em !important;
}

.w-6 {
  width: 6em !important;
}

.w-7 {
  width: 7em !important;
}

.w-8 {
  width: 8em !important;
}

.w-9 {
  width: 9em !important;
}

.w-10 {
  width: 10em !important;
}

.w-11 {
  width: 11em !important;
}

.w-12 {
  width: 12em !important;
}

.w-13 {
  width: 13em !important;
}

.w-14 {
  width: 14em !important;
}

.w-15 {
  width: 15em !important;
}

.w-16 {
  width: 16em !important;
}

.w-17 {
  width: 17em !important;
}

.w-18 {
  width: 18em !important;
}

.w-19 {
  width: 19em !important;
}

.w-20 {
  width: 20em !important;
}

.w-21 {
  width: 21em !important;
}

.w-22 {
  width: 22em !important;
}

.w-23 {
  width: 23em !important;
}

.w-24 {
  width: 24em !important;
}

.w-25 {
  width: 25em !important;
}

.w-26 {
  width: 26em !important;
}

.w-27 {
  width: 27em !important;
}

.w-28 {
  width: 28em !important;
}

.w-29 {
  width: 29em !important;
}

.w-30 {
  width: 30em !important;
}

.w-31 {
  width: 31em !important;
}

.w-32 {
  width: 32em !important;
}

.w-33 {
  width: 33em !important;
}

.w-34 {
  width: 34em !important;
}

.w-35 {
  width: 35em !important;
}

.w-36 {
  width: 36em !important;
}

.w-37 {
  width: 37em !important;
}

.w-38 {
  width: 38em !important;
}

.w-39 {
  width: 39em !important;
}

.w-40 {
  width: 40em !important;
}

.w-41 {
  width: 41em !important;
}

.w-42 {
  width: 42em !important;
}

.w-43 {
  width: 43em !important;
}

.w-44 {
  width: 44em !important;
}

.w-45 {
  width: 45em !important;
}

.w-46 {
  width: 46em !important;
}

.w-47 {
  width: 47em !important;
}

.w-48 {
  width: 48em !important;
}

.w-49 {
  width: 49em !important;
}

.w-50 {
  width: 50em !important;
}

.h-1 {
  height: 1em !important;
}

.h-2 {
  height: 2em !important;
}

.h-3 {
  height: 3em !important;
}

.h-4 {
  height: 4em !important;
}

.h-5 {
  height: 5em !important;
}

.h-6 {
  height: 6em !important;
}

.h-7 {
  height: 7em !important;
}

.h-8 {
  height: 8em !important;
}

.h-9 {
  height: 9em !important;
}

.h-10 {
  height: 10em !important;
}

.transicion {
  transition: all .5s ease-in-out;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

.o-auto {
  overflow: auto;
}

.o-hidden {
  overflow: hidden;
}

.o-scroll {
  overflow: scroll;
}

.o-inherit {
  overflow: inherit;
}

.o-visible {
  overflow: visible;
}

.o-x-auto {
  overflow-x: auto;
}

.o-x-hidden {
  overflow-x: hidden;
}

.o-x-scroll {
  overflow-x: scroll;
}

.o-x-inherit {
  overflow-x: inherit;
}

.o-x-visible {
  overflow-x: visible;
}

.o-y-auto {
  overflow-y: auto;
}

.o-y-hidden {
  overflow-y: hidden;
}

.o-y-scroll {
  overflow-y: scroll;
}

.o-y-inherit {
  overflow-y: inherit;
}

.o-y-visible {
  overflow-y: visible;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.background-color-primary {
  background-color: #000;
}

.bg-primary-i {
  background-color: #000 !important;
}

.background-color-secondary {
  background-color: #ef9f09;
}

.background-color-blanco {
  background-color: #fff;
}

.background-color-negro {
  background-color: #000;
}

.background-color-transparent {
  background-color: transparent;
}

.background-size-100 {
  background-size: 100% 100%;
}

.background-size-cover {
  background-size: cover;
}

.background-size-100 {
  background-size: contain;
}

.background-none {
  background: none;
}

.lh-1 {
  line-height: 1;
}

.lh-1_5 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.zi-1 {
  z-index: 1;
}

.zi-10 {
  z-index: 10;
}

.zi-100 {
  z-index: 100;
}

.zi-1000 {
  z-index: 1000;
}

.zi-10000 {
  z-index: 10000;
}

.cc-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}

.cc-3 {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}

.cc-4 {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
}

.max-h-none {
  max-height: none;
}

.min-h-0 {
  min-height: 0;
}

.max-w-none {
  max-width: none;
}

.min-w-0 {
  min-width: 0;
}

.titulo {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.titulo-primary {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #000;
}

.titulo-secondary {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #ef9f09;
}

div.exito, div.robertastico, div.fallo, div.txematidico, div.informacion {
  color: #fff;
  padding: .5em 1em;
  text-align: center;
}

div.exito *, div.exito label, div.robertastico *, div.robertastico label, div.fallo *, div.fallo label, div.txematidico *, div.txematidico label, div.informacion *, div.informacion label {
  color: #fff;
}

div.exito div, div.robertastico div, div.fallo div, div.txematidico div, div.informacion div {
  font-weight: bold;
}

div.exito, div.robertastico {
  background-color: #61a617;
  border-color: #477911;
}

.c-exito, .c-robertastico {
  color: #61a617;
}

div.fallo, div.txematidico {
  background-color: #ff2323;
  border-color: #ef0000;
}

.c-fallo, .c-txematidico {
  color: #ff2323;
}

div.informacion {
  background-color: #FE9F2F;
  border-color: #f98701;
}

.c-informacion {
  color: #FE9F2F;
}

.paginacion {
  font-size: .8rem;
  text-align: center;
}

.paginacion * {
  display: inline-block;
  list-style: none;
  font-size: .8rem;
}

.paginacion .current {
  background-color: #ef9f09;
  color: #000;
}

.paginacion .current *, .paginacion .current .c-secondary {
  color: #000 !important;
}

.paginacion .current .top-bar-section a {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

.paginacion .current a {
  color: #000;
}

.paginacion .current a:hover {
  color: black !important;
  text-decoration: underline !important;
}

.paginacion .current a:hover * {
  color: black !important;
  text-decoration: underline !important;
}

.paginacion .current .active a {
  background-color: #000 !important;
  color: #fff !important;
}

.paginacion .current, .paginacion .prev, .paginacion .next {
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
}

.paginacion li {
  margin: 0 .5em;
}

.paginacion li a {
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}

.paginacion li a:hover, .paginacion li a:active, .paginacion li a:focus {
  background-color: #ef9f09;
  color: #000;
}

.enlaces-primary a {
  background-color: #000 !important;
  color: #fff;
}

.enlaces-primary a *, .enlaces-primary a .c-primary {
  color: #fff !important;
}

.enlaces-primary a .top-bar-section a {
  background-color: #000 !important;
  color: #fff !important;
}

.enlaces-primary a a {
  color: #fff;
}

.enlaces-primary a a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}

.enlaces-primary a a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}

.enlaces-primary a .active a {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

.enlaces-primary .active {
  background-color: #ef9f09;
  color: #000;
}

.enlaces-primary .active *, .enlaces-primary .active .c-secondary {
  color: #000 !important;
}

.enlaces-primary .active .top-bar-section a {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

.enlaces-primary .active a {
  color: #000;
}

.enlaces-primary .active a:hover {
  color: black !important;
  text-decoration: underline !important;
}

.enlaces-primary .active a:hover * {
  color: black !important;
  text-decoration: underline !important;
}

.enlaces-primary .active .active a {
  background-color: #000 !important;
  color: #fff !important;
}

.enlaces-primary .active a {
  background-color: #ef9f09;
  color: #000;
}

.enlaces-primary .active a *, .enlaces-primary .active a .c-secondary {
  color: #000 !important;
}

.enlaces-primary .active a .top-bar-section a {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

.enlaces-primary .active a a {
  color: #000;
}

.enlaces-primary .active a a:hover {
  color: black !important;
  text-decoration: underline !important;
}

.enlaces-primary .active a a:hover * {
  color: black !important;
  text-decoration: underline !important;
}

.enlaces-primary .active a .active a {
  background-color: #000 !important;
  color: #fff !important;
}

.enlaces-secondary a {
  background-color: #ef9f09;
  color: #000;
}

.enlaces-secondary a *, .enlaces-secondary a .c-secondary {
  color: #000 !important;
}

.enlaces-secondary a .top-bar-section a {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

.enlaces-secondary a a {
  color: #000;
}

.enlaces-secondary a a:hover {
  color: black !important;
  text-decoration: underline !important;
}

.enlaces-secondary a a:hover * {
  color: black !important;
  text-decoration: underline !important;
}

.enlaces-secondary a .active a {
  background-color: #000 !important;
  color: #fff !important;
}

.enlaces-secondary .active {
  background-color: #000 !important;
  color: #fff;
}

.enlaces-secondary .active *, .enlaces-secondary .active .c-primary {
  color: #fff !important;
}

.enlaces-secondary .active .top-bar-section a {
  background-color: #000 !important;
  color: #fff !important;
}

.enlaces-secondary .active a {
  color: #fff;
}

.enlaces-secondary .active a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}

.enlaces-secondary .active a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}

.enlaces-secondary .active .active a {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

.enlaces-secondary .active a {
  background-color: #000 !important;
  color: #fff;
}

.enlaces-secondary .active a *, .enlaces-secondary .active a .c-primary {
  color: #fff !important;
}

.enlaces-secondary .active a .top-bar-section a {
  background-color: #000 !important;
  color: #fff !important;
}

.enlaces-secondary .active a a {
  color: #fff;
}

.enlaces-secondary .active a a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}

.enlaces-secondary .active a a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}

.enlaces-secondary .active a .active a {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

tr.link-js:hover {
  background: #000 !important;
  cursor: pointer;
}

tr.link-js:hover * {
  color: #fff;
}

tr.link-js:hover .icon:hover, tr.link-js:hover i:hover, tr.link-js:hover a:hover, tr.link-js:hover a:hover * {
  color: #ef9f09;
  cursor: pointer;
}

tr.link-js:hover td.no-link-js {
  cursor: default;
}

.flecha {
  width: 0px;
  height: 0px;
  display: inline-block;
}

.flecha.arriba {
  border-left: 1em solid transparent !important;
  border-right: 1em solid transparent !important;
  border-bottom: 1em solid #000;
}

.flecha.derecha {
  border-top: 1em solid transparent !important;
  border-bottom: 1em solid transparent !important;
  border-left: 1em solid #000;
}

.flecha.abajo {
  border-left: 1em solid transparent !important;
  border-right: 1em solid transparent !important;
  border-top: 1em solid #000;
}

.flecha.izquierda {
  border-top: 1em solid transparent !important;
  border-bottom: 1em solid transparent !important;
  border-right: 1em solid #000;
}

.contenedor-ampliaciones .abrir-todos, .contenedor-ampliaciones .cerrar-todos {
  color: #0e0e0e;
}

.ampliar {
  margin-bottom: 1px;
}

.ampliar .mostrar-ampliado > .columns > div {
  background-color: #909090;
  padding: .5em 0.9375rem;
  cursor: pointer;
}

.ampliar .mostrar-ampliado > .columns > div .flecha {
  float: right;
  margin-top: .3em;
  border-color: #0e0e0e;
}

.ampliar .ampliacion > .row {
  padding: .5em 0.9375rem;
}

#boton-subir-cabecera {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: .5rem 0 0 .5rem;
  bottom: 1em;
  width: 2em;
  height: 2em;
  padding-top: .15em;
  line-height: 2em;
  text-align: center;
  position: fixed;
  right: 0;
  z-index: 999;
  cursor: pointer;
}

#boton-subir-cabecera .flecha {
  border-color: #f7b334;
  border-left: 0.5em solid transparent !important;
  border-right: 0.5em solid transparent !important;
}

body {
  background: #fff;
}

#container {
  background-image: url("img/f-body.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #fff;
}

@media screen and (min-width: 1700px) {
  #container {
    background-size: 100% auto;
  }
}

*, a, .button, input {
  outline: none !important;
}

.tamanno-precio {
  width: 29% !important;
}

.m-top-2 {
  margin-top: 2em;
}

.tamanno-modal {
  max-width: 35rem;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .tamanno-modal {
    max-width: none;
  }
}

div.paginacion {
  margin-top: 1em;
  margin-bottom: 1em;
}

.hr-oscuro {
  border-top: 1px solid #000;
}

.hr-claro {
  border-top: 1px solid #ef9f09;
}

.hr-precios {
  border-top: 1px solid #000;
  margin: .5rem 0;
  max-width: 500px;
}

.bloque-uno, .bloque-dos {
  margin: 1em 0;
}

.bloque-uno .bloque-interior, .bloque-dos .bloque-interior {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1em 0;
}

.bloque-uno .bloque-interior {
  background-color: #fff;
  border: 1px solid #909090;
  position: relative;
  padding-bottom: .5rem !important;
}

.bloque-uno .bloque-interior .borde-redondeado {
  border: none;
  border-radius: 0;
  background: #000;
}

.bloque-uno .bloque-interior .borde-redondeado strong {
  color: #fff;
}

.bloque-uno .bloque-interior .coste-pago {
  bottom: .5rem;
  left: 0;
  position: absolute;
}

.bloque-uno .bloque-interior img.productoo-exclusivo {
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 1;
}

.bloque-uno .bloque-interior .descripcion-bloque-1 {
  font-size: .9rem;
  text-align: justify;
}

.bloque-uno .bloque-interior a {
  color: #fff;
}

.bloque-uno .bloque-interior a:hover, .bloque-uno .bloque-interior a:active, .bloque-uno .bloque-interior a:focus {
  color: #fff;
  text-decoration: underline;
}

.bloque-uno .bloque-interior .precio-bloque-1 {
  background-color: #ef9f09;
  padding: .75em 0;
  float: left;
  margin-top: .5rem;
}

.bloque-uno .bloque-interior .precio-bloque-1 > div {
  font-size: 2.2em;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

.bloque-uno .bloque-interior .cantidad-final-b1 {
  padding-top: .5em;
}

.bloque-dos .bloque-interior {
  background-color: #fff;
  border: 1px solid #909090;
}

.bloque-dos .bloque-interior .titulo-bloque-2 {
  color: #ef9f09;
  font-weight: bold;
  font-style: italic;
  font-size: 1.5em;
  padding: 0 0 .75em;
}

.bloque-dos .bloque-interior input[type="text"] {
  background: none;
  border: 1px solid black;
}

.bloque-dos .bloque-interior .strong-mostrar-precio {
  color: black;
  background-image: url("img/f-strong-b2.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 1em;
  margin-left: .5em;
}

.bloque-dos .bloque-interior .escribir-precio {
  margin: 5px 1em 0 0;
}

.bloque-dos .bloque-interior .mostrar-precio {
  display: inline-block;
  float: none;
  margin: 0 0 0 .5em;
  padding: 0;
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  border: none !important;
  width: 4em !important;
  margin-top: -.4em;
}

.bloque-dos .bloque-interior .mostrar-precio:hover, .bloque-dos .bloque-interior .mostrar-precio:active, .bloque-dos .bloque-interior .mostrar-precio:focus {
  box-shadow: none;
}

.bloque-dos .bloque-interior .cnt-textarea-compra label {
  font-weight: bold;
  color: #ef9f09;
  font-size: .9rem !important;
}

.bloque-dos .bloque-interior .cnt-textarea-compra textarea {
  margin-top: 1em;
  margin-bottom: 2.5em;
  background-color: rgba(0, 207, 255, 0.05);
  border: none;
  font-size: .75rem;
  line-height: 1.25rem;
}

.bloque-dos .bloque-interior a {
  color: #fff;
}

.bloque-dos .bloque-interior a span {
  margin-right: .5em;
}

.bloque-dos .bloque-interior a:hover, .bloque-dos .bloque-interior a:focus, .bloque-dos .bloque-interior a:active {
  color: #fff;
  text-decoration: underline;
}

.bloque-dos .bloque-interior a:hover span, .bloque-dos .bloque-interior a:focus span, .bloque-dos .bloque-interior a:active span {
  color: #fff;
}

a.enlace-email {
  color: #ef9f09;
}

a.enlace-email:hover, a.enlace-email:active, a.enlace-email:focus {
  color: #ef9f09;
  text-decoration: underline;
}

div.tabs-content > div.content {
  padding-top: 0 !important;
}

.panel-primary > div {
  background-color: #000;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .9375rem 0;
}

.panel-primary > div p {
  margin: 0 0 .2em 0;
}

.panel-primary > div a {
  color: #ef9f09;
}

.panel-primary > div a.enlace-manual {
  color: #fff;
  display: block;
}

.panel-primary > div a.enlace-manual:hover, .panel-primary > div a.enlace-manual:focus, .panel-primary > div a.enlace-manual:active {
  text-decoration: underline;
}

.panel-primary > div a.enlace-manual:hover span, .panel-primary > div a.enlace-manual:focus span, .panel-primary > div a.enlace-manual:active span {
  color: #fff;
}

.panel-primary > div div {
  font-size: .85rem;
}

.panel-primary > div div * {
  font-size: .85rem;
}

.panel-primary > div div.tit-panel-primary {
  font-size: 1.5rem;
  color: #ef9f09;
  font-weight: bold;
  font-style: italic;
}

.enlace-compartir {
  color: #000;
  font-weight: bold;
  display: inline-block;
}

.enlace-compartir:hover, .enlace-compartir:focus, .enlace-compartir:active {
  color: #000;
  text-shadow: none;
  text-decoration: underline;
}

.enlace-compartir span {
  color: #000;
  float: left;
  margin: -8px .5em 0 0;
}

.d-inline-block-i {
  display: inline-block !important;
}

.precio-bloque-derecho {
  background: #ef9f09;
  position: absolute;
  padding-left: 1rem;
  right: 0;
  width: 105rem;
  margin-right: -90rem;
}

.precio-bloque-derecho > div {
  width: auto;
  max-width: 10em;
  padding-top: .5em;
  padding-bottom: .5em;
}

.precio-bloque-derecho > div div {
  margin-top: -.4em;
}

@media only screen and (max-width: 640px) {
  .precio-bloque-derecho {
    display: inline-block;
    position: static;
    padding-left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    margin-top: .5em;
  }
  .precio-bloque-derecho > div {
    width: 100%;
    max-width: none;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .precio-bloque-derecho > div div {
    margin-top: -.4em;
  }
}

.nombre-proveedor {
  font-size: .9rem;
}

.enlace-basico {
  transition: all .5s ease-in-out;
  text-decoration: underline;
}

.enlace-basico:hover, .enlace-basico:focus, .enlace-basico:active {
  color: #ef9f09;
  text-decoration: underline;
}

.modal-confirmar {
  background-color: #61a617;
  border: none;
}

.modal-confirmar a {
  border: 2px solid #f7b334;
  background: none;
  text-transform: uppercase;
  color: #f7b334;
  padding: .5em 2.5em;
  border-radius: 1.5em;
  font-weight: bold;
}

.modal-confirmar a.enlace-numerico {
  padding: 0 !important;
  border: none !important;
  margin: 0 .5rem;
}

.cnt-tres-colores .columns.medium-4 {
  text-align: center;
  padding-bottom: .75rem !important;
  padding-top: .75rem !important;
  border-bottom: 1px solid transparent;
}

.cnt-tres-colores .columns.medium-4:nth-child(1) {
  border-color: #ff3a3a;
}

.cnt-tres-colores .columns.medium-4:nth-child(2) {
  border-color: #171717;
}

.cnt-tres-colores .columns.medium-4:nth-child(3) {
  border-color: #ef9f09;
}

.enlaces-zona-clara {
  font-size: .825rem;
}

.enlaces-zona-clara a {
  padding: .5rem .9375rem;
  display: inline-block;
  color: #000;
}

.enlaces-zona-clara span {
  background-color: #000;
  color: #ef9f09;
  padding: .5rem .9375rem;
  display: inline-block;
  font-weight: bold;
}

.c-gris {
  color: #aaa;
}

a.c-blanco-condiciones {
  color: #fff;
}

a.c-blanco-condiciones:hover {
  color: #fff;
  text-decoration: underline;
}

a.c-blanco-condiciones {
  color: #fff;
  text-decoration: underline;
}

a.c-blanco-condiciones:hover {
  color: #fff;
  text-decoration: none;
}

.cnt-btn-fnda .button {
  background-color: #ef9f09 !important;
  padding-top: .5rem !important;
  padding-bottom: .4rem !important;
  background-repeat: no-repeat;
  background-position: center left;
  float: left;
}

.cnt-btn-fnda .button.campo-texto {
  background-image: url("img/i-texto.png");
  padding-left: 3.5rem !important;
}

.cnt-btn-fnda .button.desplegable {
  background-image: url("img/i-desplegable.png");
  padding-left: 3.5rem !important;
}

.cnt-btn-fnda .button.selector {
  background-image: url("img/i-check.png");
  padding-left: 2.5rem !important;
}

.cnt-btn-fnda .button.radio {
  background-image: url("img/i-radio.png");
  padding-left: 2.5rem !important;
}

.cnt-btn-fnda .button:hover, .cnt-btn-fnda .button:active, .cnt-btn-fnda .button:focus {
  box-shadow: 0 0 5px #ef9f09 inset;
}

span.enlace-info {
  border: none !important;
  color: #ef9f09;
  font-size: 2.25rem;
  height: 2.1rem !important;
  line-height: 0.5rem !important;
  margin-top: -.25rem;
  display: inline-block;
  float: left !important;
  transition: all .5s ease-in-out;
}

span.enlace-info:hover, span.enlace-info:active, span.enlace-info:focus {
  color: #000;
  text-shadow: 0 0 5px #ef9f09;
}

body.fondo-oscuro div.row div.bloque-fo.row > div.row .columns.p-0-i, .p-0-i {
  padding: 0 !important;
}

.p-left-0-i, body.fondo-oscuro div.row div.bloque-fo.row > div.row .columns.p-left-0-i {
  padding-left: 0 !important;
}

.p-right-0-i, body.fondo-oscuro div.row div.bloque-fo.row > div.row .columns.p-right-0-i {
  padding-right: 0 !important;
}

body.fondo-oscuro div.row div.bloque-fo.row > div.row div.columns.div-eliminar-campo {
  padding: 3.75rem 0.9375rem 0 0 !important;
}

body.fondo-oscuro div.row div.bloque-fo.row > div.row div.columns.div-eliminar-campo span.icon {
  color: #ef9f09;
}

#modal_condiciones_generales {
  background: #1a1a1a;
}

#modal_condiciones_generales a {
  text-transform: none;
  padding: 0;
  font-size: .75rem;
  font-weight: bold;
  border: none;
  display: block;
  padding: .25rem 0 .25rem 1.5rem;
  position: relative;
}

#modal_condiciones_generales a span {
  margin-top: -5px;
  position: absolute;
  left: 0;
}

#modal_condiciones_generales a:hover {
  text-decoration: underline;
}

.cnt-3-pasos {
  padding-top: 3rem;
  clear: both;
}

.cnt-3-pasos * {
  color: #fff;
}

div.div-contratado {
  color: #88e128;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 1rem;
  text-shadow: 0 0 10px #88e128;
}

div.label-iguales strong {
  display: inline-block;
  min-width: 7.5rem;
}

.fs-menor {
  font-size: .95rem;
}

.left-off-canvas-menu.primary ul li a {
  font-size: .91rem;
}

.letra-grande-dos-columnas {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

div.label-hijo-oculto > div > div > label {
  display: none !important;
}

.cartel-servicio-clave {
  margin-top: 1.5rem;
}

.cartel-servicio-clave .row {
  background: #211f1e !important;
  background: -moz-linear-gradient(top, #211f1e 0%, #040505 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #211f1e), color-stop(100%, #040505)) !important;
  background: -webkit-linear-gradient(top, #211f1e 0%, #040505 100%) !important;
  background: -o-linear-gradient(top, #211f1e 0%, #040505 100%) !important;
  background: -ms-linear-gradient(top, #211f1e 0%, #040505 100%) !important;
  background: linear-gradient(top, #211f1e 0%, #040505 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-uno", endColorstr="$color-dos", GradientType=0);
}

.cartel-servicio-clave .row div.columns {
  color: #f7b334;
  font-weight: bold;
  font-style: italic;
  background-position: right center;
  background-image: url("img/f-club-cartel.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.cartel-servicio-clave .row img {
  float: none;
  height: 48px;
  margin: 10px 10px 10px 0;
}

.cartel-servicio-exclusivo {
  margin-top: 1.5rem;
}

.cartel-servicio-exclusivo .row {
  background-color: #000 !important;
}

.cartel-servicio-exclusivo .row div.columns {
  color: #ef9f09;
  font-weight: bold;
  font-style: italic;
  background-position: right center;
  background-image: url("img/f-club-diamante.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.cartel-servicio-exclusivo .row img {
  float: none;
  height: 48px;
  margin: 10px 10px 10px 0;
}

.contenedor-fondo-oscuro {
  background-color: #0a4e75;
}

.contenedor-fondo-oscuro label {
  color: #ef9f09;
}

.contenedor-fondo-oscuro input {
  border: 1px solid #083e5e !important;
  background: none !important;
}

.borde-redondeado {
  border: 1px solid #ef9f09;
  border-radius: 3rem;
  padding: 1rem 0;
  display: inline-block;
  width: 100%;
  margin-bottom: .5rem;
  margin-top: .5rem;
}

.borde-redondeado .columns {
  padding-top: 1.09rem;
}

.borde-redondeado div.columns.cnt-nombre-oferta {
  padding-top: .95rem;
}

.borde-redondeado div.columns.cnt-coste-unico {
  padding-top: 0;
}

.borde-redondeado div.columns.cnt-coste-unico span {
  display: inline-block;
  font-weight: 100;
  float: right;
  margin: .9rem 1rem 0 0;
  color: #ef9f09;
}

.borde-redondeado div.columns.cnt-coste-unico strong {
  display: inline-block;
  font-size: 2rem;
  float: right;
  color: #ef9f09;
}

.cnt-oferta {
  background-color: #16547d;
  border: 1px solid #16547d;
  border-radius: 2rem;
  display: inline-block;
  width: 100%;
  padding: .75rem 0;
}

.cnt-oferta .punta-inferior {
  clear: both;
}

.cnt-oferta .punta-inferior img {
  position: absolute;
  bottom: -5px;
}

.info-servicio {
  float: left !important;
  font-size: 1.5rem !important;
  margin: 0.2rem 0.5rem 0 0 !important;
}

div#deslizador .orbit-container ul li {
  background: rgba(255, 255, 255, 0.5);
}

div#deslizador .orbit-container ul li img {
  max-height: 25rem;
  width: auto;
  margin: 0 auto;
}

.fallo.fallo-naranja {
  background-color: #ff542d;
}

.pendiente-de-realizar, .rechazar-presupuesto, .aprobado-presupuesto {
  background-color: #ef9f09;
  border-radius: .5rem;
  display: inline-block;
  padding: 0 .5rem;
}

.rechazar-presupuesto {
  background-color: #ff2323;
}

.aprobado-presupuesto {
  background-color: #61a617;
}

.fw-bold-hijos label {
  font-weight: bold;
  margin: 0;
}

.fw-bold-hijos input, .fw-bold-hijos div {
  border: medium none !important;
  box-shadow: none !important;
  font-size: 1.3rem !important;
  height: 26px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  cursor: default;
  line-height: 1;
}

.cuota-iva {
  text-align: center;
}

.cuota-iva label {
  margin: 0;
}

.cuota-iva input, .cuota-iva div {
  border: medium none !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  height: 26px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  cursor: default;
  line-height: 1;
}

.m-top-0-i {
  margin-top: 0 !important;
}

span.icono-recursivo {
  font-size: 1.5rem;
  position: relative;
}

span.icono-recursivo span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
}

.formulario-clave label {
  color: #fff;
}

.formulario-clave input[type="text"], .formulario-clave input[type="password"] {
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid #7f7f7f;
}

body > #container {
  padding-top: 1rem;
}

body.body-dashboard > #container {
  padding-top: 0;
}

body.body-dashboard .orbit-container {
  min-height: 449px;
}

.condiciones-scroll {
  border: 1px solid #000;
  height: 500px;
  overflow-y: scroll;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.cnt-ofrecido-por {
  margin-left: 1rem;
  padding-top: 1.6rem;
}

.cnt-ofrecido-por img {
  display: block;
  max-height: 2.5rem;
  max-width: 6.5rem;
}

.cnt-ofrecido-por img:first-child {
  margin-bottom: .5rem;
}

@media only screen and (max-width: 1024px) {
  .cnt-ofrecido-por {
    padding-top: .2rem;
  }
  .cnt-ofrecido-por img {
    max-height: 1.5rem;
  }
  .cnt-ofrecido-por img:first-child {
    margin-bottom: .2rem;
  }
}

.contenedor-breadcrumb {
  padding-top: 1rem;
}

.contenedor-breadcrumb a {
  color: #ef9f09 !important;
}

.reveal-modal {
  background-color: #fff;
  border: none;
  max-width: 650px;
  border-radius: 10px;
  padding-top: 4rem;
}

.reveal-modal:after {
  content: url("../img/club-logotipo.png");
  left: 50%;
  margin-left: -42.5px;
  position: absolute;
  top: -70px;
}

.reveal-modal h2#modalTitle {
  margin-bottom: 2rem;
  margin-top: 0;
  text-align: center;
  color: #454545 !important;
}

.reveal-modal h2#modalTitle span {
  margin-right: 10px;
}

.reveal-modal button.btn.btn-enviar, .reveal-modal #aceptar_socio_id {
  margin: 2rem auto 0 auto;
  background-color: #f7b334 !important;
  border-radius: 15px !important;
  float: none !important;
  margin: 2rem auto 0 !important;
  color: #fff !important;
}

.condiciones-scroll * {
  font-size: 11px !important;
  text-align: justify;
}

.ui-datepicker-month, .ui-datepicker-year {
  color: #000 !important;
}

div.input.select select.selectMultiple {
  opacity: 1 !important;
  border: 1px solid #909090 !important;
  height: 6rem !important;
  background: #fff !important;
}

.select-en-buscador div.input.select label {
  padding: .2rem 0 .1rem 0;
}

.visible {
  display: block;
}

.oculto {
  display: none;
}

.abrir-avanzado span, .cerrar-avanzado span {
  position: absolute;
  font-size: 2rem;
  line-height: 1rem;
  margin-top: 1.25rem;
}

.customSelect > span.customSelectInner {
  min-width: 100%;
}

.nuevo-buscador {
  margin-bottom: 1rem;
}

.nuevo-buscador .columns {
  min-height: 56px;
}

.nuevo-buscador .p-boton {
  padding-top: 1rem;
}

.nuevo-buscador div.input.select label {
  padding: 4px 0 0 0;
}

.customSelect > span.customSelectInner {
  min-width: 100%;
}

ul.menu-formacion li a {
  line-height: 29px !important;
  /*  29 */
  padding-bottom: 29px !important;
  font-size: 12px;
  padding-left: 10px !important;
}

ul.menu-formacion li a::after {
  right: -10px !important;
}

ul.menu-formacion li a:hover {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

.top-bar-section ul.menu-formacion .has-dropdown > a {
  padding-right: 20px !important;
}

.m-top-18 {
  margin-top: 1.8em;
}

.p-top-22 {
  padding-top: 2.2em !important;
}

.menu-pestanna {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin-bottom: 20px;
  margin-right: 30px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

ul.menu-pestania {
  border-bottom: 1px solid #909090;
  display: inline-block;
  width: 100%;
  list-style: none;
}

ul.menu-pestania li {
  border: 1px solid #909090;
  margin-bottom: -1px;
  float: left;
  margin-right: .25rem;
  border-bottom: none;
}

ul.menu-pestania li a {
  padding: .25rem .35rem;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #909090;
}

ul.menu-pestania li.active {
  border-bottom: 1px solid #fff;
}

ul.menu-pestania li.active a {
  color: #000;
  background-color: #fff;
}

.boton-tabla {
  padding: 0.2rem 0.4rem !important;
  margin: .1rem;
}

.calendario.fc.ui-widget {
  margin-top: .5rem;
}

.calendario.fc.ui-widget .fc-header-left, .calendario.fc.ui-widget .fc-header-right, .calendario.fc.ui-widget .fc-header-center {
  padding: .5rem;
}

.calendario.fc.ui-widget .fc-header-left h2, .calendario.fc.ui-widget .fc-header-left span, .calendario.fc.ui-widget .fc-header-right h2, .calendario.fc.ui-widget .fc-header-right span, .calendario.fc.ui-widget .fc-header-center h2, .calendario.fc.ui-widget .fc-header-center span {
  margin-bottom: 0;
}

.calendario.fc.ui-widget .fc-header-left h2, .calendario.fc.ui-widget .fc-header-right h2, .calendario.fc.ui-widget .fc-header-center h2 {
  margin-top: 5px;
}

.div-padre-checks {
  display: inline-block;
  width: 100%;
}

.div-padre-checks div.input.checkbox {
  display: inline-block;
  width: 20%;
  float: left;
}

.div-padre-checks div.input.checkbox div {
  display: inline-block;
}

.div-padre-checks div.input.checkbox label {
  display: inline-block !important;
  width: auto !important;
}

span.customSelect option {
  min-height: 26px;
}

@media screen and (max-width: 1024px) {
  div.inner-wrap header#header {
    max-height: none !important;
  }
  ul.menu-formacion li a {
    padding-bottom: 0 !important;
  }
  ul.menu-formacion li a br {
    display: none !important;
  }
  header#header .top-bar-section.columns.medium-6.p-0 {
    z-index: 1;
  }
  header#header {
    position: static !important;
  }
  header#header .top-bar-section ul.menu-formacion {
    margin-top: 10px;
  }
  header#header .top-bar-section ul.menu-formacion .has-dropdown > a::after {
    top: 15px !important;
  }
  section.top-bar-section.columns.medium-4.parte-derecha-menu {
    float: none;
    width: auto;
    text-align: center;
    background-color: #000;
    max-height: 47px;
  }
  section.top-bar-section.columns.medium-4.parte-derecha-menu ul.right.enlaces-primary {
    float: none !important;
    display: inline-block;
  }
  header#header > .top-bar.primary.row {
    display: inline-block;
  }
  header#header > .top-bar.primary.row > div.medium-2 {
    z-index: 1;
  }
  body, body > #container {
    padding-top: 0 !important;
  }
  section.top-bar-section.columns.medium-4.parte-derecha-menu a.enlace-icono {
    vertical-align: super;
  }
  ul.menu-formacion li ul.dropdown li a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 2.25 !important;
  }
}

select {
  background: inherit;
}

.demo_web_boton {
  width: 250px;
  margin: 0 auto;
  padding: 10px 0 10px;
  display: block;
  background: #EF9F09;
  clear: both;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  color: #FFF;
}

.descripcion-servicio {
  font-size: 9px;
  font-style: italic;
  font-weight: bold;
}

.tile {
  padding-bottom: 1.875rem;
  background-repeat: no-repeat;
}

.tile > div {
  height: 100%;
}

.tile.tile-1 > div, .tile.tile-2 > div, .tile.tile-3 > div, .tile.tile-4 > div, .tile.tile-5 > div, .tile.tile-6 > div, .tile.tile-7 > div, .tile.tile-crear-nuevo > div {
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12.5rem;
}

.tile.tile-1 > div a, .tile.tile-2 > div a, .tile.tile-3 > div a, .tile.tile-4 > div a, .tile.tile-5 > div a, .tile.tile-6 > div a, .tile.tile-7 > div a, .tile.tile-crear-nuevo > div a {
  display: block;
  color: #fff;
}

.tile.tile-1 > div .tile-texto, .tile.tile-2 > div .tile-texto, .tile.tile-3 > div .tile-texto, .tile.tile-4 > div .tile-texto, .tile.tile-5 > div .tile-texto, .tile.tile-6 > div .tile-texto, .tile.tile-7 > div .tile-texto, .tile.tile-crear-nuevo > div .tile-texto {
  max-height: 6em;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .tile.tile-1 > div, .tile.tile-2 > div, .tile.tile-3 > div, .tile.tile-4 > div, .tile.tile-5 > div, .tile.tile-6 > div, .tile.tile-7 > div {
    height: auto;
  }
  .tile.tile-1 > div .tile-texto, .tile.tile-2 > div .tile-texto, .tile.tile-3 > div .tile-texto, .tile.tile-4 > div .tile-texto, .tile.tile-5 > div .tile-texto, .tile.tile-6 > div .tile-texto, .tile.tile-7 > div .tile-texto {
    max-height: none;
    overflow: visible;
    padding-bottom: 1em;
  }
}

.tile.tile-1 > div {
  background-color: #092a4d;
  background-image: url("img/f-tile-1.png");
  background-position: left bottom;
  background-size: auto;
}

.tile.tile-2 > div {
  background-color: #e18032;
  background-image: url("img/f-tile-2.png");
}

.tile.tile-3 > div {
  background-color: #3c9a47;
  background-image: url("img/f-tile-3.png");
}

.tile.tile-4 > div {
  background-color: #8904c1;
  background-image: url("img/f-tile-4.png");
}

.tile.tile-5 > div {
  background-color: #de4c13;
  background-image: url("img/f-tile-5.png");
}

.tile.tile-6 > div {
  background-color: #3a7ae4;
  background-image: url("img/f-tile-6.png");
}

.tile.tile-7 > div {
  background-color: #48afae;
  background-image: url("img/f-tile-7.png");
}

.tile.tile-crear-nuevo > div {
  background-color: #f9c565;
  padding: 0;
}

.tile.tile-crear-nuevo > div > a {
  height: 100%;
  text-align: center;
  color: #ef9f09;
  font-weight: bold;
  font-size: 1.5rem;
  transition: all .5s ease-in-out;
}

.tile.tile-crear-nuevo > div > a span {
  color: #ef9f09;
  display: block;
  font-size: 6rem;
  line-height: 7rem;
  padding-top: 1rem;
  transition: all .5s ease-in-out;
}

.tile.tile-crear-nuevo > div > a:hover {
  color: #fff;
  background-color: #ef9f09;
  text-shadow: 0 0 10px #ef9f09;
}

.tile.tile-crear-nuevo > div > a:hover span {
  color: #fff;
  text-shadow: 0 0 10px #ef9f09;
}

body.body-dashboard {
  overflow-y: scroll;
  min-height: 100%;
  background-color: #fff;
  background-position: center top;
}

body.body-dashboard > div#container {
  background-image: url("img/f-dashboard.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #999998;
  background-position: top center;
}

body.body-dashboard .tile {
  /*padding-bottom: 1.875rem;
    background-repeat: no-repeat;
    > div
    {
      height: 100%;
    }*/
  position: relative;
}

body.body-dashboard .tile.tile-paquetes > div {
  background-color: #8904c1;
  position: relative;
  height: 214px;
  overflow: hidden;
}

body.body-dashboard .tile.tile-paquetes > div ul.orbit-paquetes {
  min-height: 133px;
}

body.body-dashboard .tile.tile-paquetes > div .tit-paquete {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: .25rem;
}

body.body-dashboard .tile.tile-paquetes > div .tit-paquete > div {
  display: inline-block;
  line-height: 1.1rem;
  padding-top: .45rem;
}

body.body-dashboard .tile.tile-paquetes > div .tit-paquete > div > div {
  display: inline-block;
  font-size: .7rem;
  text-transform: uppercase;
  margin-bottom: .5em;
}

body.body-dashboard .tile.tile-paquetes > div .tit-paquete a {
  float: right;
}

body.body-dashboard .tile.tile-paquetes > div .tit-paquete a span {
  color: #fff;
  font-size: 1.25rem;
}

body.body-dashboard .tile.tile-paquetes > div div.cantidad-euros {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3.65rem 0.2rem 0.1rem 3rem;
  font-size: 1rem;
  font-weight: bold;
  background-image: url("img/f-cantidad-euros.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  border-radius: 100% 0 0 0;
  z-index: 100;
}

body.body-dashboard .tile.tile-paquetes > div div.cantidad-euros span {
  font-size: .75rem;
}

@media only screen and (max-width: 640px) {
  body.body-dashboard .tile.tile-paquetes > div div.cantidad-euros {
    font-size: .8rem;
    padding: 4.3em .2em .3em 2.5em;
  }
}

body.body-dashboard .tile.tile-servicios-llave {
  background-color: #000;
  background-image: url("img/f-servicios-llave.png");
  background-position: right top;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.875rem;
}

body.body-dashboard .tile.tile-servicios-llave * {
  color: #fff;
}

body.body-dashboard .tile.tile-servicios-llave .ta-center {
  color: #ef9f09;
}

body.body-dashboard .tile.tile-servicios-llave .ta-center * {
  color: #ef9f09;
}

body.body-dashboard .tile.tile-servicios-llave .ta-center a {
  display: block;
  color: #727272;
}

body.body-dashboard .tile.tile-servicios-llave .titulo-general {
  color: #f7b334;
}

body.body-dashboard .tile.tile-servicios-llave .titulo-general img {
  margin-right: 1rem;
}

body.body-dashboard .tile.tile-servicios-llave .titulo-general span {
  color: #fff;
  font-size: 1rem;
  display: block;
  font-weight: normal;
}

body.body-dashboard .tile.tile-servicios-exclusivos {
  background-color: #f7b334;
  background-image: url("img/f-servicios-exclusivos.png");
  background-position: right top;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.875rem;
}

body.body-dashboard .tile.tile-servicios-exclusivos * {
  color: #fff;
}

body.body-dashboard .tile.tile-servicios-exclusivos .titulo-general {
  color: #fff;
}

body.body-dashboard .tile.tile-servicios-exclusivos .titulo-general img {
  margin-right: 1rem;
}

body.body-dashboard .tile.tile-servicios-exclusivos .titulo-general span {
  color: #fff;
  font-size: 1rem;
  display: block;
  font-weight: normal;
}

body.body-dashboard .tile.tile-otros-servicios > div {
  background-color: #f98f1d;
  height: 214px;
  overflow: hidden;
}

body.body-dashboard .tile.tile-otros-servicios > div ul.orbit-paquetes {
  min-height: 133px;
}

body.body-dashboard .tile.tile-otros-servicios > div ul.orbit-paquetes li {
  list-style: none;
}

body.body-dashboard .tile.tile-otros-servicios > div ul li {
  list-style: none;
}

body.body-dashboard .tile.tile-otros-servicios > div .tit-otros-servicios {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: .25rem;
  margin-bottom: .95em;
}

body.body-dashboard .tile.tile-otros-servicios > div .tit-otros-servicios span {
  color: #fff;
  font-size: 1.25rem;
}

body.body-dashboard .tile.tile-otros-servicios > div .tit-otros-servicios a {
  font-size: .75rem;
  font-weight: bold;
  color: #fff;
  border-radius: 1em;
  padding: .2em 1em;
}

body.body-dashboard .tile.tile-otros-servicios > div .tit-otros-servicios a.active {
  background-color: #c16a0c;
}

body.body-dashboard .tile.tile-otros-servicios > div .tit-otros-servicios a:hover {
  text-decoration: underline;
}

body.body-dashboard .tile.tile-ranking > div {
  background-color: #052b45;
}

body.body-dashboard .tile.tile-ranking > div .tit-ranking {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: .25rem;
}

body.body-dashboard .tile.tile-ranking > div .tit-ranking span {
  color: #1a6798;
  font-size: 1.25rem;
}

body.body-dashboard .tile.tile-ranking > div table {
  font-size: .75rem;
  border: none;
  background: none;
  margin-left: -10px;
}

body.body-dashboard .tile.tile-ranking > div table * {
  font-size: .65rem;
  color: #fff;
}

body.body-dashboard .tile.tile-ranking > div table thead {
  background: none;
}

body.body-dashboard .tile.tile-ranking > div table thead tr th {
  font-weight: bold;
  color: #ef9f09;
  font-size: .8rem;
}

body.body-dashboard .tile.tile-ranking > div table tr {
  background: none;
}

body.body-dashboard .tile.tile-ranking > div table tr td, body.body-dashboard .tile.tile-ranking > div table tr th {
  background: none;
  padding-top: .25em;
  padding-bottom: .25em;
}

body.body-dashboard .tile.tile-ranking > div table tr.even, body.body-dashboard .tile.tile-ranking > div table tr:nth-of-type(2n) {
  background-color: #000;
}

body.body-dashboard .tile.tile-ranking > div table strong {
  color: #ef9f09;
  font-size: .8rem;
}

body.body-dashboard .tile.tile-ranking > div table .c-exito {
  color: #61a617;
}

body.body-dashboard .tile.tile-ranking > div table .c-fallo {
  color: #ff2323;
}

body.body-dashboard .tile.tile-mis-talleres > div {
  background-color: #000;
}

body.body-dashboard .tile.tile-mis-talleres > div .cnt-hr-tabla {
  display: none;
}

body.body-dashboard .tile.tile-mis-talleres > div .buscador-tabla-talleres .btn-lupa {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1rem !important;
}

body.body-dashboard .tile.tile-mis-talleres > div .tit-mis-talleres {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: .25rem;
}

body.body-dashboard .tile.tile-mis-talleres > div .tit-mis-talleres span {
  color: #1a6798;
  font-size: 1.25rem;
}

body.body-dashboard .tile.tile-mis-talleres > div table {
  font-size: .75rem;
  border: none;
  background: none;
  margin-left: -10px;
}

body.body-dashboard .tile.tile-mis-talleres > div table * {
  font-size: .75rem;
  color: #fff;
  font-weight: bold;
}

body.body-dashboard .tile.tile-mis-talleres > div table thead {
  background: none;
}

body.body-dashboard .tile.tile-mis-talleres > div table thead tr th {
  font-weight: bold;
  color: #ef9f09;
  font-size: .8rem;
}

body.body-dashboard .tile.tile-mis-talleres > div table tr {
  background: none;
}

body.body-dashboard .tile.tile-mis-talleres > div table tr td, body.body-dashboard .tile.tile-mis-talleres > div table tr th {
  background: none;
  padding-top: .25em;
  padding-bottom: .25em;
}

body.body-dashboard .tile.tile-mis-talleres > div table tr.even, body.body-dashboard .tile.tile-mis-talleres > div table tr:nth-of-type(2n) {
  background-color: #2a2a2a;
}

body.body-dashboard .tile.tile-mis-talleres > div table th strong, body.body-dashboard .tile.tile-mis-talleres > div table .icon {
  color: #ef9f09;
  font-size: .8rem;
}

body.body-dashboard .tile.tile-mis-talleres > div table a {
  color: #ef9f09;
}

body.body-dashboard .tile.tile-mis-talleres > div a.nuevo-taller {
  display: inline-block;
  line-height: 1em;
  margin-top: 0.5em;
  color: #052b45;
  font-size: .6rem;
  background-color: #ef9f09;
  border-radius: 1.5em;
  padding: .5em 1em;
  font-weight: bold;
  vertical-align: top;
  margin-left: 1em;
  transition: all .5s ease-in-out;
}

body.body-dashboard .tile.tile-mis-talleres > div a.nuevo-taller span {
  margin-right: .5em;
  color: #fff !important;
  font-size: .6rem !important;
}

body.body-dashboard .tile.tile-mis-talleres > div a.nuevo-taller:hover, body.body-dashboard .tile.tile-mis-talleres > div a.nuevo-taller:focus, body.body-dashboard .tile.tile-mis-talleres > div a.nuevo-taller:active {
  box-shadow: 0 0 1em #000 inset;
  color: #fff;
}

body.body-dashboard .tile.tile-mis-talleres > div hr {
  border-top: 1px solid #909090;
  margin: 0;
}

body.body-dashboard .tile.tile-mis-talleres > div form {
  padding-top: .2em;
}

body.body-dashboard .tile.tile-mis-talleres > div form input[type="text"] {
  background-color: #fff;
  color: #000;
  font-size: .75rem;
  margin: 0;
}

body.body-dashboard .tile.tile-mis-talleres > div form label {
  font-size: .7rem !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

body.body-dashboard .tile.tile-mis-talleres > div form button {
  margin: 0;
}

body.body-dashboard .tile.tile-mis-talleres > div form button span {
  color: #fff;
}

body.body-dashboard .tile.tile-mis-talleres > div form button:hover, body.body-dashboard .tile.tile-mis-talleres > div form button:focus, body.body-dashboard .tile.tile-mis-talleres > div form button:active {
  background: none !important;
}

@media only screen and (max-width: 640px) {
  body.body-dashboard .tile.tile-mis-talleres > div form {
    padding-bottom: .5em;
  }
}

body.body-dashboard .tile.tile-alertas > div {
  background-color: #e52626;
}

body.body-dashboard .tile.tile-alertas > div .tit-alertas {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: .25rem;
}

body.body-dashboard .tile.tile-alertas > div .tit-alertas span {
  color: #a60a0a;
  font-size: 1.25rem;
}

body.body-dashboard .tile.tile-alertas > div table {
  font-size: .75rem;
  border: none;
  background: none;
  margin-left: -10px;
}

body.body-dashboard .tile.tile-alertas > div table * {
  font-size: .65rem;
  color: #fff;
}

body.body-dashboard .tile.tile-alertas > div table tr {
  background: none;
}

body.body-dashboard .tile.tile-alertas > div table tr td {
  background: none;
  padding-top: .25em;
  padding-bottom: .25em;
  font-weight: bold;
  text-transform: uppercase;
}

body.body-dashboard .tile.tile-alertas > div table tr.even, body.body-dashboard .tile.tile-alertas > div table tr:nth-of-type(2n) {
  background-color: #c91212;
}

body.body-dashboard .tile.tile-imagen > a {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  position: relative;
  height: 100%;
}

body.body-dashboard .tile.tile-imagen > a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  transition: all .5s ease-in-out;
}

body.body-dashboard .tile.tile-imagen > a img {
  height: 100%;
  width: 100%;
  max-width: none;
  height: 100%;
}

body.body-dashboard .tile.tile-imagen > a:hover div, body.body-dashboard .tile.tile-imagen > a:active div, body.body-dashboard .tile.tile-imagen > a:focus div {
  box-shadow: 0 0 2em #fff inset;
}

body.body-dashboard .tile.tile-comerciales > .brand {
  background-color: #FF2D6A;
  background-image: url("img/f-tile-comerciales.png");
}

body.body-dashboard .tile.tile-comerciales > .brand:hover, body.body-dashboard .tile.tile-comerciales > .brand:active, body.body-dashboard .tile.tile-comerciales > .brand:focus {
  background-color: #ff7aa0;
  box-shadow: 0 0 2em #e00041 inset;
}

body.body-dashboard .tile.tile-socios > .brand {
  background-color: #BC1D49;
  background-image: url("img/f-tile-socios.png");
}

body.body-dashboard .tile.tile-socios > .brand:hover, body.body-dashboard .tile.tile-socios > .brand:active, body.body-dashboard .tile.tile-socios > .brand:focus {
  background-color: #e2436f;
  box-shadow: 0 0 2em #7a132f inset;
}

body.body-dashboard .tile.tile-talleres > .brand {
  background-color: #2dbbc4;
  background-image: url("img/f-tile-talleres.png");
}

body.body-dashboard .tile.tile-talleres > .brand:hover, body.body-dashboard .tile.tile-talleres > .brand:active, body.body-dashboard .tile.tile-talleres > .brand:focus {
  background-color: #62d4db;
  box-shadow: 0 0 2em #1f8086 inset;
}

body.body-dashboard .tile.tile-servicios > .brand {
  background-color: #691BB8;
  background-image: url("img/f-tile-servicios.png");
}

body.body-dashboard .tile.tile-servicios > .brand:hover, body.body-dashboard .tile.tile-servicios > .brand:active, body.body-dashboard .tile.tile-servicios > .brand:focus {
  background-color: #8f3de3;
  box-shadow: 0 0 2em #431175 inset;
}

body.body-dashboard .tile.tile-servicios-tecnologicos > .brand {
  background-color: #D39D09;
  background-image: url("img/f-tile-servicios-tecnologicos.png");
}

body.body-dashboard .tile.tile-servicios-tecnologicos > .brand:hover, body.body-dashboard .tile.tile-servicios-tecnologicos > .brand:active, body.body-dashboard .tile.tile-servicios-tecnologicos > .brand:focus {
  background-color: #f6c232;
  box-shadow: 0 0 2em #8a6606 inset;
}

body.body-dashboard .tile.tile-presupuestos > .brand {
  background-color: #A200AA;
  background-image: url("img/f-tile-presupuestos.png");
}

body.body-dashboard .tile.tile-presupuestos > .brand:hover, body.body-dashboard .tile.tile-presupuestos > .brand:active, body.body-dashboard .tile.tile-presupuestos > .brand:focus {
  background-color: #eb00f6;
  box-shadow: 0 0 2em #59005d inset;
}

body.body-dashboard .tile.tile-contratacion > .brand {
  background-color: #632F00;
  background-image: url("img/f-tile-contratacion.png");
  position: relative;
}

body.body-dashboard .tile.tile-contratacion > .brand:hover, body.body-dashboard .tile.tile-contratacion > .brand:active, body.body-dashboard .tile.tile-contratacion > .brand:focus {
  background-color: #b05300;
  box-shadow: 0 0 2em #170b00 inset;
}

body.body-dashboard .tile.tile-contratacion > .brand:hover div, body.body-dashboard .tile.tile-contratacion > .brand:active div, body.body-dashboard .tile.tile-contratacion > .brand:focus div {
  color: #fff;
}

body.body-dashboard .tile.tile-contratacion > .brand div {
  position: absolute;
  bottom: 9px;
}

body.body-dashboard .tile.tile-servicios-otros > .brand {
  background-color: #f5a547;
  background-image: url("img/f-tile-servicios.png");
  white-space: nowrap;
  overflow: hidden;
}

body.body-dashboard .tile.tile-servicios-otros > .brand:hover, body.body-dashboard .tile.tile-servicios-otros > .brand:active, body.body-dashboard .tile.tile-servicios-otros > .brand:focus {
  background-color: #f9c890;
  box-shadow: 0 0 2em #e3800c inset;
}

body.body-dashboard .tile.tile-servicios-contratados > .brand {
  background-color: #D74F2A;
  background-image: url("img/f-tile-servicios.png");
  white-space: nowrap;
  overflow: hidden;
}

body.body-dashboard .tile.tile-servicios-contratados > .brand:hover, body.body-dashboard .tile.tile-servicios-contratados > .brand:active, body.body-dashboard .tile.tile-servicios-contratados > .brand:focus {
  background-color: #e3846a;
  box-shadow: 0 0 2em #98371d inset;
}

body.body-dashboard .tile.tile-proveedores > .brand {
  background-color: #80af48;
  background-image: url("img/f-tile-proveedores.png");
}

body.body-dashboard .tile.tile-proveedores > .brand:hover, body.body-dashboard .tile.tile-proveedores > .brand:active, body.body-dashboard .tile.tile-proveedores > .brand:focus {
  background-color: #a5c97b;
  box-shadow: 0 0 2em #587932 inset;
}

body.body-dashboard .tile.tile-tienda-vestuario > .brand {
  background-color: #c30052;
  background-image: url("img/f-tile-tienda-vestuario.png");
}

body.body-dashboard .tile.tile-tienda-vestuario > .brand:hover, body.body-dashboard .tile.tile-tienda-vestuario > .brand:active, body.body-dashboard .tile.tile-tienda-vestuario > .brand:focus {
  background-color: #ff1175;
  box-shadow: 0 0 2em #760032 inset;
}

body.body-dashboard .tile.tile-newsletter > .brand {
  background-color: #0099bc;
  background-image: url("img/f-tile-newsletter.png");
}

body.body-dashboard .tile.tile-newsletter > .brand:hover, body.body-dashboard .tile.tile-newsletter > .brand:active, body.body-dashboard .tile.tile-newsletter > .brand:focus {
  background-color: #0ad1ff;
  box-shadow: 0 0 2em #005b70 inset;
}

body.body-dashboard .tile.tile-avisos-emergentes > .brand {
  background-color: #8e8cd8;
  background-image: url("img/f-tile-avisos-emergentes.png");
}

body.body-dashboard .tile.tile-avisos-emergentes > .brand:hover, body.body-dashboard .tile.tile-avisos-emergentes > .brand:active, body.body-dashboard .tile.tile-avisos-emergentes > .brand:focus {
  background-color: #c6c5eb;
  box-shadow: 0 0 2em #5653c5 inset;
}

body.body-dashboard .tile.tile-color-material-club .brand {
  background-color: #00CC69 !important;
  position: relative;
}

body.body-dashboard .tile.tile-color-material-club .brand div {
  position: absolute;
  bottom: 9px;
}

body.body-dashboard .tile.tile-color-material-club .brand:hover, body.body-dashboard .tile.tile-color-material-club .brand:active, body.body-dashboard .tile.tile-color-material-club .brand:focus {
  background-color: #1aff90 !important;
  box-shadow: 0 0 2em #008042 inset !important;
}

body.body-dashboard .tile.tile-color-asesoria .brand {
  background-color: #6A65D9 !important;
  background-image: url("img/f-tile-asesoria.png");
}

body.body-dashboard .tile.tile-color-asesoria .brand:hover, body.body-dashboard .tile.tile-color-asesoria .brand:active, body.body-dashboard .tile.tile-color-asesoria .brand:focus {
  background-color: #a5a2e8 !important;
  box-shadow: 0 0 2em #3630c2 inset !important;
}

body.body-dashboard .tile.tile-color-my-promo .brand {
  background-color: #0061B4 !important;
  background-image: url("img/f-tile-my-promo.png");
}

body.body-dashboard .tile.tile-color-my-promo .brand:hover, body.body-dashboard .tile.tile-color-my-promo .brand:active, body.body-dashboard .tile.tile-color-my-promo .brand:focus {
  background-color: #018aff !important;
  box-shadow: 0 0 2em #003868 inset !important;
}

body.body-dashboard .tile.tile-usuarios > .brand {
  background-color: #ad0aa7;
  background-image: url("img/f-tile-usuarios.png");
}

body.body-dashboard .tile.tile-usuarios > .brand:hover, body.body-dashboard .tile.tile-usuarios > .brand:active, body.body-dashboard .tile.tile-usuarios > .brand:focus {
  background-color: #f112e9;
  box-shadow: 0 0 2em #650661 inset;
}

body.body-dashboard .tile.tile-liquidaciones > .brand {
  background-color: #73cc7e;
  background-image: url("img/f-tile-liquidaciones.png");
}

body.body-dashboard .tile.tile-liquidaciones > .brand:hover, body.body-dashboard .tile.tile-liquidaciones > .brand:active, body.body-dashboard .tile.tile-liquidaciones > .brand:focus {
  background-color: #abe0b2;
  box-shadow: 0 0 2em #41b24f inset;
}

body.body-dashboard .tile.tile-estadisticas > .brand {
  background-color: #3a7ae4;
}

body.body-dashboard .tile.tile-estadisticas > .brand:hover, body.body-dashboard .tile.tile-estadisticas > .brand:active, body.body-dashboard .tile.tile-estadisticas > .brand:focus {
  background-color: #7da7ed;
  box-shadow: 0 0 2em #1955b8 inset;
}

body.body-dashboard .tile.tile-marketing > .brand {
  background-color: #48afae;
}

body.body-dashboard .tile.tile-marketing > .brand:hover, body.body-dashboard .tile.tile-marketing > .brand:active, body.body-dashboard .tile.tile-marketing > .brand:focus {
  background-color: #7bc9c8;
  box-shadow: 0 0 2em #327978 inset;
}

body.body-dashboard .tile.tile-catalogo > .brand {
  background-color: #510994;
  background-image: url("img/f-tile-catalogo.png");
}

body.body-dashboard .tile.tile-catalogo > .brand:hover, body.body-dashboard .tile.tile-catalogo > .brand:active, body.body-dashboard .tile.tile-catalogo > .brand:focus {
  background-color: #780ddc;
  box-shadow: 0 0 2em #2a054c inset;
}

body.body-dashboard .tile.tile-ranking > .brand {
  background-color: #73cc7e;
}

body.body-dashboard .tile.tile-ranking > .brand:hover, body.body-dashboard .tile.tile-ranking > .brand:active, body.body-dashboard .tile.tile-ranking > .brand:focus {
  background-color: #abe0b2;
  box-shadow: 0 0 2em #41b24f inset;
}

body.body-dashboard .tile.tile-alertas > .brand {
  background-color: #ff3333;
  background-image: url("img/f-tile-alertas.png");
}

body.body-dashboard .tile.tile-alertas > .brand:hover, body.body-dashboard .tile.tile-alertas > .brand:active, body.body-dashboard .tile.tile-alertas > .brand:focus {
  background-color: #ff8080;
  box-shadow: 0 0 2em #e60000 inset;
}

body.body-dashboard .tile.tile-alertas > .brand:hover span, body.body-dashboard .tile.tile-alertas > .brand:active span, body.body-dashboard .tile.tile-alertas > .brand:focus span {
  text-shadow: 0 0 2em #e60000;
}

body.body-dashboard .tile.tile-color-gpromo .brand {
  background-color: #ffc000 !important;
  background-image: url("img/f-tile-gpromo.png");
}

body.body-dashboard .tile.tile-color-gpromo .brand:hover, body.body-dashboard .tile.tile-color-gpromo .brand:active, body.body-dashboard .tile.tile-color-gpromo .brand:focus {
  background-color: #ffd34d !important;
  box-shadow: 0 0 2em #b38600 inset !important;
}

body.body-dashboard .tile button[type="submit"].brand {
  min-width: 100%;
  border-radius: 0 !important;
  font-weight: normal !important;
  text-align: left;
  font-size: 16px !important;
  padding: .5rem 3rem .5rem 1rem !important;
}

body.body-dashboard .tile button[type="submit"].brand > span {
  min-width: 100%;
  line-height: 1.9em;
}

body.body-dashboard .tile button[type="submit"].brand,
body.body-dashboard .tile > a.brand {
  font-size: 1em;
  padding: .5rem 3rem .5rem 1rem;
  display: block;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 12.15rem;
  transition: all .5s ease-in-out;
}

body.body-dashboard .tile button[type="submit"].brand > span.icon,
body.body-dashboard .tile > a.brand > span.icon {
  display: block;
  margin: 40px auto 10px;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  padding-left: 3rem;
}

body.body-dashboard .tile button[type="submit"].brand *,
body.body-dashboard .tile > a.brand * {
  color: #fff;
}

body.body-dashboard .tile > a.mas {
  border-radius: 50%;
  bottom: 2.375em;
  height: 2em;
  line-height: 1.9em;
  position: absolute;
  right: 1.5em;
  text-align: center;
  width: 2em;
  border: none !important;
  transition: all .5s ease-in-out;
}

body.body-dashboard .tile > a.mas:hover {
  box-shadow: 0 0 5px #fff inset;
}

body.body-dashboard .tile > a.mas span {
  color: #fff;
  font-size: 1.4rem;
}

body.body-dashboard .tile > a.tile-consultar {
  display: inline-block;
  border-radius: 0 0 0 100%;
  position: absolute;
  top: 0;
  right: .9375rem;
  background-color: transparent;
}

body.body-dashboard .tile > a.tile-softeca {
  display: inline-block;
  position: absolute;
  bottom: 48px;
  left: 1.875rem;
}

@media only screen and (max-width: 640px) {
  body.body-dashboard .tile > a.tile-softeca {
    bottom: 38px;
  }
}

body.body-dashboard .tile div.euros-mes {
  background-image: url("img/f-euros-mes.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 0 0 0 100%;
  font-size: 1rem;
  height: auto;
  line-height: .6rem;
  padding: 0.8rem 0.1rem 2.6rem 2.1rem;
  position: absolute;
  right: .9375rem;
  text-align: right;
  top: 0;
  z-index: 100;
  min-width: 4.7rem;
}

body.body-dashboard .tile div.euros-mes a {
  text-align: center;
  font-size: 0.85rem;
  font-weight: bold;
}

body.body-dashboard .tile div.euros-mes.imagen-consultar {
  padding: 0;
}

body.body-dashboard .tile div.euros-mes span, body.body-dashboard .tile div.euros-mes div {
  font-size: .75rem !important;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  body.body-dashboard .tile div.euros-mes {
    font-size: .8rem;
  }
}

body.body-dashboard div.cnt-num-paginas a.n-pagina {
  border-radius: 50%;
  bottom: 1.5em;
  height: 2em;
  line-height: 1.8em;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  right: 1.5em;
  text-align: center;
  width: 2em;
  margin: 3em .5em 2em;
  transition: all .5s ease-in-out;
}

body.body-dashboard div.cnt-num-paginas a.n-pagina.active {
  color: #ef9f09;
  border-color: #ef9f09;
}

body.body-dashboard div.cnt-num-paginas a.n-pagina:hover {
  box-shadow: 0 0 5px #ef9f09;
}

/*@media screen and (min-width: 1700px)
{
  body.body-dashboard > div#container
  {
    background-size: 100% auto;
  }
}*/
.cnt-servicios, .cnt-orbit-paquetes, .cnt-orbit-otros {
  display: inline-block;
  width: 100%;
  padding-top: .5em;
  padding-bottom: 1em;
}

.cnt-servicios div.item-servicio, .cnt-servicios a.item-servicio, .cnt-orbit-paquetes div.item-servicio, .cnt-orbit-paquetes a.item-servicio, .cnt-orbit-otros div.item-servicio, .cnt-orbit-otros a.item-servicio {
  float: left;
  width: 12.5%;
  position: relative;
  text-align: center;
  min-height: 170px;
  min-width: 130px;
  height: 200px;
}

.cnt-servicios div.item-servicio img, .cnt-servicios a.item-servicio img, .cnt-orbit-paquetes div.item-servicio img, .cnt-orbit-paquetes a.item-servicio img, .cnt-orbit-otros div.item-servicio img, .cnt-orbit-otros a.item-servicio img {
  display: inline-block;
}

.cnt-servicios div.item-servicio div.cnt-logo-servicio, .cnt-servicios a.item-servicio div.cnt-logo-servicio, .cnt-orbit-paquetes div.item-servicio div.cnt-logo-servicio, .cnt-orbit-paquetes a.item-servicio div.cnt-logo-servicio, .cnt-orbit-otros div.item-servicio div.cnt-logo-servicio, .cnt-orbit-otros a.item-servicio div.cnt-logo-servicio {
  height: 65px;
  padding: 0;
}

.cnt-servicios div.item-servicio div.cnt-logo-servicio img.logo-servicio, .cnt-servicios a.item-servicio div.cnt-logo-servicio img.logo-servicio, .cnt-orbit-paquetes div.item-servicio div.cnt-logo-servicio img.logo-servicio, .cnt-orbit-paquetes a.item-servicio div.cnt-logo-servicio img.logo-servicio, .cnt-orbit-otros div.item-servicio div.cnt-logo-servicio img.logo-servicio, .cnt-orbit-otros a.item-servicio div.cnt-logo-servicio img.logo-servicio {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  box-shadow: 0 0 10px #999;
  transition: all .5s ease-in-out;
}

.cnt-servicios div.item-servicio .flecha-servicio, .cnt-servicios a.item-servicio .flecha-servicio, .cnt-orbit-paquetes div.item-servicio .flecha-servicio, .cnt-orbit-paquetes a.item-servicio .flecha-servicio, .cnt-orbit-otros div.item-servicio .flecha-servicio, .cnt-orbit-otros a.item-servicio .flecha-servicio {
  position: absolute;
  margin: -1em 0 0 1em;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}

.cnt-servicios div.item-servicio > div, .cnt-servicios div.item-servicio div.nombre-item-servicio, .cnt-servicios a.item-servicio > div, .cnt-servicios a.item-servicio div.nombre-item-servicio, .cnt-orbit-paquetes div.item-servicio > div, .cnt-orbit-paquetes div.item-servicio div.nombre-item-servicio, .cnt-orbit-paquetes a.item-servicio > div, .cnt-orbit-paquetes a.item-servicio div.nombre-item-servicio, .cnt-orbit-otros div.item-servicio > div, .cnt-orbit-otros div.item-servicio div.nombre-item-servicio, .cnt-orbit-otros a.item-servicio > div, .cnt-orbit-otros a.item-servicio div.nombre-item-servicio {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .75rem;
  padding: 1em .5em .5em;
}

.cnt-servicios div.item-servicio > div > div, .cnt-servicios div.item-servicio div.nombre-item-servicio > div, .cnt-servicios a.item-servicio > div > div, .cnt-servicios a.item-servicio div.nombre-item-servicio > div, .cnt-orbit-paquetes div.item-servicio > div > div, .cnt-orbit-paquetes div.item-servicio div.nombre-item-servicio > div, .cnt-orbit-paquetes a.item-servicio > div > div, .cnt-orbit-paquetes a.item-servicio div.nombre-item-servicio > div, .cnt-orbit-otros div.item-servicio > div > div, .cnt-orbit-otros div.item-servicio div.nombre-item-servicio > div, .cnt-orbit-otros a.item-servicio > div > div, .cnt-orbit-otros a.item-servicio div.nombre-item-servicio > div {
  font-weight: normal;
  font-size: .7rem;
  color: #ef9f09;
  text-transform: none;
}

.cnt-servicios div.item-servicio span, .cnt-servicios a.item-servicio span, .cnt-orbit-paquetes div.item-servicio span, .cnt-orbit-paquetes a.item-servicio span, .cnt-orbit-otros div.item-servicio span, .cnt-orbit-otros a.item-servicio span {
  border: 1px solid #000;
  border-radius: 1em;
  color: #ef9f09;
  display: inline-block;
  font-size: .7em;
  font-weight: bold;
  padding: .25em .5em;
  transition: all .5s ease-in-out;
}

.cnt-servicios a.item-servicio:hover .flecha-servicio, .cnt-servicios a.item-servicio:active .flecha-servicio, .cnt-servicios a.item-servicio:focus .flecha-servicio, .cnt-servicios div.item-servicio a:hover .flecha-servicio, .cnt-servicios div.item-servicio a:active .flecha-servicio, .cnt-servicios div.item-servicio a:focus .flecha-servicio, .cnt-orbit-paquetes a.item-servicio:hover .flecha-servicio, .cnt-orbit-paquetes a.item-servicio:active .flecha-servicio, .cnt-orbit-paquetes a.item-servicio:focus .flecha-servicio, .cnt-orbit-paquetes div.item-servicio a:hover .flecha-servicio, .cnt-orbit-paquetes div.item-servicio a:active .flecha-servicio, .cnt-orbit-paquetes div.item-servicio a:focus .flecha-servicio, .cnt-orbit-otros a.item-servicio:hover .flecha-servicio, .cnt-orbit-otros a.item-servicio:active .flecha-servicio, .cnt-orbit-otros a.item-servicio:focus .flecha-servicio, .cnt-orbit-otros div.item-servicio a:hover .flecha-servicio, .cnt-orbit-otros div.item-servicio a:active .flecha-servicio, .cnt-orbit-otros div.item-servicio a:focus .flecha-servicio {
  box-shadow: 0 0 5px #fff;
}

.cnt-servicios a.item-servicio:hover div, .cnt-servicios a.item-servicio:active div, .cnt-servicios a.item-servicio:focus div, .cnt-servicios div.item-servicio a:hover div, .cnt-servicios div.item-servicio a:active div, .cnt-servicios div.item-servicio a:focus div, .cnt-orbit-paquetes a.item-servicio:hover div, .cnt-orbit-paquetes a.item-servicio:active div, .cnt-orbit-paquetes a.item-servicio:focus div, .cnt-orbit-paquetes div.item-servicio a:hover div, .cnt-orbit-paquetes div.item-servicio a:active div, .cnt-orbit-paquetes div.item-servicio a:focus div, .cnt-orbit-otros a.item-servicio:hover div, .cnt-orbit-otros a.item-servicio:active div, .cnt-orbit-otros a.item-servicio:focus div, .cnt-orbit-otros div.item-servicio a:hover div, .cnt-orbit-otros div.item-servicio a:active div, .cnt-orbit-otros div.item-servicio a:focus div {
  text-decoration: underline;
}

.cnt-servicios a.item-servicio:hover span, .cnt-servicios a.item-servicio:active span, .cnt-servicios a.item-servicio:focus span, .cnt-servicios div.item-servicio a:hover span, .cnt-servicios div.item-servicio a:active span, .cnt-servicios div.item-servicio a:focus span, .cnt-orbit-paquetes a.item-servicio:hover span, .cnt-orbit-paquetes a.item-servicio:active span, .cnt-orbit-paquetes a.item-servicio:focus span, .cnt-orbit-paquetes div.item-servicio a:hover span, .cnt-orbit-paquetes div.item-servicio a:active span, .cnt-orbit-paquetes div.item-servicio a:focus span, .cnt-orbit-otros a.item-servicio:hover span, .cnt-orbit-otros a.item-servicio:active span, .cnt-orbit-otros a.item-servicio:focus span, .cnt-orbit-otros div.item-servicio a:hover span, .cnt-orbit-otros div.item-servicio a:active span, .cnt-orbit-otros div.item-servicio a:focus span {
  box-shadow: 0 0 5px #ef9f09 inset;
}

.tile-otros-servicios .cnt-orbit-otros .item-servicio div.cnt-logo-servicio img.logo-servicio {
  background: #cd7210 !important;
}

.cnt-servicios a.item-servicio img {
  background: none;
}

.cnt-orbit-paquetes a.item-servicio img {
  background-color: #360150;
}

.cnt-orbit-otros a.item-servicio > div > div {
  color: #c16a0c;
}

.cnt-orbit-otros a.item-servicio img {
  background-color: #cd7210;
}

@media only screen and (max-width: 640px) {
  .cnt-servicios a.item-servicio {
    width: 50%;
  }
}

.cnt-estrategicos a.orbit-prev, .cnt-estrategicos a.orbit-next {
  background-repeat: no-repeat;
  background-color: transparent !important;
}

.cnt-estrategicos a.orbit-prev span, .cnt-estrategicos a.orbit-next span {
  display: none;
}

.cnt-estrategicos a.orbit-prev {
  background-image: url("img/izq-estategicos.png") !important;
  background-position: left center;
}

.cnt-estrategicos a.orbit-next {
  background-image: url("img/der-estategicos.png") !important;
  background-position: right center;
}

.cnt-estrategicos .cnt-servicios {
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .cnt-servicios a.item-servicio {
    margin-bottom: .5em;
  }
  .cnt-servicios a.item-servicio > div {
    padding-top: .5em;
  }
  .cnt-estrategicos a.item-servicio span {
    margin-bottom: 1em;
  }
  .cnt-estrategicos a.orbit-prev, .cnt-estrategicos a.orbit-next {
    display: block !important;
  }
}

.cnt-paquetes a.orbit-prev, .cnt-paquetes a.orbit-next {
  background-repeat: no-repeat;
  background-color: transparent !important;
}

.cnt-paquetes a.orbit-prev span, .cnt-paquetes a.orbit-next span {
  display: none;
}

.cnt-paquetes a.orbit-prev {
  background-image: url("img/izq-paquetes.png") !important;
  background-position: left center;
}

.cnt-paquetes a.orbit-next {
  background-image: url("img/der-paquetes.png") !important;
  background-position: right center;
}

.cnt-paquetes .cnt-orbit-paquetes {
  padding-bottom: 0;
}

.cnt-paquetes .cnt-orbit-paquetes a.item-servicio {
  float: left;
  width: 33%;
}

.cnt-paquetes .cnt-orbit-paquetes a.item-servicio > div {
  padding-bottom: 0;
}

.cnt-paquetes ol.orbit-bullets {
  text-align: left;
  top: 0;
  margin: 0 auto;
  padding: 0 .9375rem;
}

.cnt-paquetes ol.orbit-bullets li {
  background-color: #360150;
}

.cnt-paquetes ol.orbit-bullets li.active {
  background-color: #c274e3;
}

@media only screen and (max-width: 640px) {
  .cnt-paquetes a.orbit-prev, .cnt-paquetes a.orbit-next {
    display: block !important;
  }
}

.cnt-otros a.orbit-prev, .cnt-otros a.orbit-next {
  background-repeat: no-repeat;
  background-color: transparent !important;
}

.cnt-otros a.orbit-prev span, .cnt-otros a.orbit-next span {
  display: none;
}

.cnt-otros a.orbit-prev {
  background-image: url("img/izq-otros.png") !important;
  background-position: left center;
}

.cnt-otros a.orbit-next {
  background-image: url("img/der-otros.png") !important;
  background-position: right center;
}

.cnt-otros .cnt-orbit-otros {
  padding-bottom: 0;
}

.cnt-otros .cnt-orbit-otros a.item-servicio {
  float: left;
  width: 33%;
}

.cnt-otros .cnt-orbit-otros a.item-servicio > div {
  padding-bottom: 0;
}

.cnt-otros ol.orbit-bullets {
  text-align: left;
  top: 0;
  margin: 0 auto;
  padding: 0 .9375rem;
}

.cnt-otros ol.orbit-bullets li {
  background-color: #c16a0c;
}

.cnt-otros ol.orbit-bullets li.active {
  background-color: #fda94e;
}

@media only screen and (max-width: 640px) {
  .cnt-otros a.orbit-prev, .cnt-otros a.orbit-next {
    display: block !important;
  }
}

.ver-mas {
  font-size: .9rem;
  color: #fff;
  border: 1px solid #59c0de;
  border-radius: 4em;
  padding: 1em 2em;
  transition: all .5s ease-in-out;
}

.ver-mas span {
  color: #59c0de;
  transition: all .5s ease-in-out;
  vertical-align: sub;
  margin-left: .5em;
}

.ver-mas:hover, .ver-mas:focus, .ver-mas:active {
  color: #fff;
  box-shadow: 0 0 1em #fff inset;
}

.ver-mas:hover span, .ver-mas:focus span, .ver-mas:active span {
  color: #fff;
}

.dashboard-move {
  overflow: hidden;
  height: 1px;
}

@media screen and (max-width: 1024px) {
  header#header img.GSM {
    height: 40px;
    margin: .25rem 0;
  }
  header#header img.club-taller {
    height: 40px;
    margin: .25rem 0 .25rem 0;
  }
  header#header section.parte-derecha-menu a.enlace-icono {
    padding: 0.4rem 1.2em 0;
    line-height: 2rem;
  }
  header#header section.parte-derecha-menu a.menu-usuario {
    padding: .35em 3em .65em 5em !important;
  }
  header#header .top-bar-section .has-dropdown > a::after {
    top: 25px !important;
  }
  body.body-dashboard div.cnt-num-paginas a.n-pagina {
    margin: 1em 0.5em;
    font-size: .75rem;
  }
  body.body-dashboard div.titulo-general {
    font-size: 1.25rem;
  }
  body.body-dashboard div.titulo-general.m-bottom-1 {
    margin-bottom: .5rem !important;
  }
  body.body-dashboard .cnt-estrategicos ol.orbit-bullets {
    margin: -20px 0 5px;
  }
  body.body-dashboard .tile {
    padding-bottom: 1rem;
  }
  body.body-dashboard .tile > .brand {
    min-height: 10.25rem;
  }
  body.body-dashboard .tile > .brand > span.icon {
    margin: 15px auto 5px;
  }
  body.body-dashboard .tile > a.mas {
    bottom: 1.375em;
  }
  div.row.cnt-buscador div.columns.medium-12.p-bottom-1 {
    padding-bottom: .25rem !important;
  }
  div.row.cnt-buscador div.columns.medium-12.p-top-1 {
    padding-top: .25rem !important;
  }
}

.cnt-numero-tile {
  position: absolute;
  top: .65em;
  right: 1.5em;
  height: auto !important;
  background: none !important;
  z-index: 3;
}

.cnt-numero-tile .numero-tile {
  /*position: absolute;
    top: .65em;
    right: 1.5em;*/
  z-index: 1;
  height: auto !important;
}

.cnt-numero-tile .numero-tile a {
  display: inline-block;
}

.cnt-numero-tile .numero-tile a:hover div, .cnt-numero-tile .numero-tile a:active div, .cnt-numero-tile .numero-tile a:focus div {
  box-shadow: 0 0 5px #fff inset;
}

.cnt-numero-tile .numero-tile a span {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 1rem;
}

.cnt-numero-tile .numero-tile a div {
  transition: all .5s ease-in-out;
  display: inline-block;
  float: left;
  color: #fff;
  border: 1px solid #fff;
  border-radius: .5rem;
  font-size: .9rem;
  padding: 0 .5rem;
  margin-left: .5rem;
}

.cnt-eres-socio {
  background-color: #2e2e2e !important;
  background-image: url("img/f-eres-socio.png") !important;
  background-repeat: repeat-x !important;
}

.cnt-eres-socio * {
  color: #fff;
}

.cnt-eres-socio .row .columns > div {
  text-align: center;
  background-image: url("img/f-eres-socio-interior.png");
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  background-size: auto 100%;
  width: 100%;
  float: left;
}

.cnt-eres-socio .row .columns > div > div {
  display: inline-block;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 1.5rem;
  padding: .5rem 0 .75rem;
}

.cnt-eres-socio .row .columns > div > div > div {
  font-size: 1.9rem;
  margin-bottom: -.5rem;
}

.cnt-eres-socio .row .columns > div > div > span {
  color: #f7b334;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .cnt-eres-socio .row .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .cnt-eres-socio .row .columns > div > div {
    background: rgba(0, 0, 0, 0.5);
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    text-shadow: 0 0 5px #000;
  }
}

header#header {
  z-index: 100;
  max-height: 87px !important;
}

header#header nav.top-bar ul li {
  height: auto;
}

header#header nav.top-bar img.logotipo {
  float: left;
  margin-right: 1em;
}

header#header nav.tab-bar.primary section.left-small {
  border-color: #fff;
}

header#header nav.tab-bar.primary .menu-icon span::after {
  box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}

header#header nav.tab-bar.primary .tab-bar-section.middle {
  padding-right: 0;
  right: 0;
}

header#header nav.tab-bar.primary .tab-bar-section a {
  display: block;
  padding-right: 3.05556rem;
  line-height: 45px;
}

header#header nav.tab-bar.primary .tab-bar-section a div {
  display: inline-block;
  width: auto;
}

header#header nav.tab-bar.primary .tab-bar-section a div img {
  max-height: 45px;
  float: left;
  margin-right: 1em;
}

img.club-taller {
  margin: 0 0 -83px;
  float: left;
}

/*img.club-taller.encogido
{
  float: left;
  margin: -5px 0 0;
  width: 62px;
}*/
section.parte-derecha-menu a.enlace-icono {
  padding: 1.2em;
  display: inline-block;
}

section.parte-derecha-menu a.enlace-icono span.icon {
  color: #ef9f09 !important;
  transition: all .5s ease-in-out;
}

section.parte-derecha-menu a.enlace-icono span.icon.ion-ios-bell {
  position: relative;
  color: #7b7a7a !important;
}

section.parte-derecha-menu a.enlace-icono span.icon.ion-ios-bell span {
  background-color: #ef9f09;
  border-radius: 50%;
  display: block;
  font-size: 0.6rem;
  font-weight: bold;
  height: 1rem;
  line-height: 0.9rem;
  min-width: 1rem;
  position: absolute;
  right: -0.5rem;
  text-align: center;
  top: -0.15rem;
  color: #000 !important;
  transition: all .5s ease-in-out;
}

section.parte-derecha-menu a.enlace-icono:hover span.icon, section.parte-derecha-menu a.enlace-icono:active span.icon, section.parte-derecha-menu a.enlace-icono:focus span.icon {
  color: #f8bc4d !important;
}

section.parte-derecha-menu a.enlace-icono:hover span.icon span, section.parte-derecha-menu a.enlace-icono:active span.icon span, section.parte-derecha-menu a.enlace-icono:focus span.icon span {
  text-decoration: none !important;
}

section.parte-derecha-menu a.menu-usuario {
  line-height: 1.3em !important;
  min-width: 15em;
  padding: 1.8em 3em 2.26em 5em !important;
  position: relative;
}

section.parte-derecha-menu a.menu-usuario:hover, section.parte-derecha-menu a.menu-usuario:active, section.parte-derecha-menu a.menu-usuario:focus {
  text-decoration: none !important;
}

section.parte-derecha-menu a.menu-usuario:hover span, section.parte-derecha-menu a.menu-usuario:active span, section.parte-derecha-menu a.menu-usuario:focus span {
  text-decoration: none !important;
}

section.parte-derecha-menu a.menu-usuario span.cargo {
  color: #ef9f09 !important;
}

section.parte-derecha-menu a.menu-usuario img.avatar {
  border-radius: 50%;
  height: 3em;
  width: 3em;
  margin-right: 1em;
  position: absolute;
  left: 1em;
}

section.parte-derecha-menu ul.dropdown li a {
  transition: all .5s ease-in-out;
}

section.parte-derecha-menu ul.dropdown li a:hover, section.parte-derecha-menu ul.dropdown li a:active, section.parte-derecha-menu ul.dropdown li a:focus {
  background-color: #ef9f09 !important;
  color: #000 !important;
}

.top-bar-section .has-dropdown > a::after {
  top: 45px !important;
}

div.logotipos-movil {
  height: 45px;
}

div.logotipos-movil a {
  display: inline-block;
}

div.logotipos-movil img {
  max-height: 37px;
  margin: -4px 1em 0;
}

header#header-movil {
  border-bottom: 1px solid #1a1a1a;
}

.top-bar-section ul.right.enlaces-primary li > div {
  background-color: #000;
  font-size: .8rem;
  padding: .25rem .9rem;
  color: #ef9f09 !important;
}

.nombre-version-movil {
  padding: .25rem .75rem 0;
}

.cnt-ofrecido-por-derecha {
  position: absolute;
  right: -15px;
}

.cnt-ofrecido-por-derecha img {
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  .cnt-ofrecido-por-derecha img {
    max-width: 50px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1125px) {
  .cnt-ofrecido-por-derecha img {
    max-width: 50px;
  }
}

.cnt-logo-redes {
  position: absolute;
  width: 200px;
  height: 87px;
  line-height: 87px;
  right: -240px;
}

.cnt-logo-redes img {
  max-height: 85px;
}

@media screen and (max-width: 1024px) {
  .cnt-logo-redes {
    height: 50px !important;
    line-height: 50px !important;
  }
  .cnt-logo-redes img {
    max-height: 50px;
  }
}

@media screen and (max-width: 800px) {
  .cnt-logo-redes {
    display: none;
  }
}

div.input.select {
  position: relative;
}

div.input.select select {
  width: 100% !important;
}

footer#pie {
  background-color: #fff;
}

footer#pie div.row div.columns.medium-5 > div {
  background-image: url("img/f-footer.png");
  background-position: center center;
  background-repeat: repeat-x;
  height: 1em;
}

body.fondo-oscuro footer#pie {
  background-color: transparent;
  padding-top: 0;
}

body.fondo-oscuro footer#pie > div.row {
  padding-top: 1rem;
  border-top: 1px solid #9e9e9e;
}

.m-top-copyright {
  margin-top: .5rem;
}

.body-login {
  background-image: url("img/f-login.png");
  background-color: #181818;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: auto;
}

.body-login > div#container {
  background: none;
  padding: 0;
}

.body-login > div#container .darse-alta {
  margin-top: 1em;
  margin-right: 0;
  width: auto;
  border-radius: 0;
  min-height: 2em;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 1.5em;
  padding: .8em 1.5em .9em 1.5em;
  box-shadow: none;
  margin-left: 1em;
}

.body-login > div#container .volver-estaba {
  color: #fff;
  background-image: url("img/f-volver-estaba.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 1.5em;
}

.body-login > div#container .contenedor-login {
  margin-top: 5em;
  margin-bottom: 2em;
}

.body-login > div#container .contenedor-login .login-central {
  padding-top: 2em;
  padding-bottom: 2em;
}

.body-login > div#container .contenedor-login .login-central div#logotipo-login img {
  margin-bottom: 1em;
}

.body-login > div#container .contenedor-login .login-central form label {
  margin: 0;
  font-size: .9em !important;
}

.body-login > div#container .contenedor-login .login-central form input[type="text"] {
  margin: 0 0 .5em 0;
  color: #fff;
  background-color: transparent !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #7f7f7f;
  background-image: url("img/f-login-usuario.png") !important;
  background-position: left center;
  background-repeat: no-repeat;
  padding: .5em .5em .5em 2rem;
  height: 3em;
  margin-bottom: 1em;
}

.body-login > div#container .contenedor-login .login-central form input[type="password"] {
  margin: 0;
  color: #fff;
  background: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #7f7f7f;
  background-image: url("img/f-login-candado.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: .5em .5em .5em 2rem;
  height: 3em;
}

.body-login > div#container .contenedor-login .login-central form input[type="submit"] {
  margin-top: 1em;
  margin-right: 0;
  width: auto;
  border-radius: 0;
  min-height: 2em;
  background-color: #ef9f09;
  text-transform: uppercase;
  border-radius: 1.5em;
  padding: .8em 1.5em .9em 1.5em;
  box-shadow: none;
}

.body-login > div#container .contenedor-login .login-central form a {
  color: #fff;
  background-image: url("img/f-login-clave.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: .3em 0 .3em 2rem;
}

.body-login > div#container .contenedor-login .login-central form a.regresar-login {
  background-image: url("img/f-login-regresar.png");
}

.body-login ::-webkit-input-placeholder {
  color: #fff !important;
}

.body-login :-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

.body-login ::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

.body-login :-ms-input-placeholder {
  color: #fff !important;
}

.body-login :placeholder-shown {
  color: #fff !important;
}

@media only screen and (max-width: 640px) {
  .body-login #contenido {
    background-size: auto 100%;
  }
  .body-login #contenido .darse-alta {
    border-radius: 1.25em;
    margin-left: 0;
    padding: .6em 1em .7em 1em;
    font-size: .7rem;
  }
  .body-login #contenido .contenedor-login {
    margin-top: 0;
  }
  .body-login #contenido .contenedor-login .login-central {
    box-shadow: none;
  }
}

ul.menu-formacion li ul li a {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

.pestanna-1-pagina li a {
  padding: .25rem 1rem !important;
  margin: 0 .5rem 1rem 0 !important;
  font-size: 12px !important;
  font-weight: 100 !important;
}

.tooltipsy {
  padding: 10px;
  max-width: 250px;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  background-color: #414141;
  border: 1px solid #414141;
}

input[type="text"], input[type="password"], textarea {
  background-color: #fff;
  border-color: #909090;
  color: #0e0e0e;
  font-size: .8rem;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active, textarea:hover, textarea:focus, textarea:active {
  box-shadow: 0 0 5px #ef9f09;
}

div.input.select label {
  cursor: default;
}

div.input.select > span.customSelect {
  transition: all .5s ease-in-out;
}

div.input.select:hover > span.customSelect, div.input.select:focus > span.customSelect, div.input.select:active > span.customSelect {
  box-shadow: 0 0 5px #ef9f09 !important;
}

select {
  border: 1px solid #fff;
  background: none;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

select option {
  border: 1px solid transparent;
}

select:hover, select:focus, select:active {
  border-color: #909090;
  box-shadow: 0 0 5px #ef9f09 !important;
}

div.radio-precio-socio input {
  clear: both;
  display: block;
  float: left;
  margin-top: .5em;
}

div.radio-precio-socio label {
  display: block;
  float: left;
  margin: 0 0 0 .5em;
}

div.cnt-buscador {
  margin-bottom: 2em;
}

div.cnt-buscador hr {
  border-top: 1px solid #909090;
  margin: 0;
}

div.cnt-buscador input[type="text"] {
  margin-bottom: 0;
}

div.cnt-buscador .btn-lupa {
  box-shadow: none;
  display: inline !important;
  font-size: 1.4rem !important;
  min-height: 0;
  padding: 0 1em !important;
  background: none;
  position: absolute;
  outline: none !important;
}

div.cnt-buscador .btn-lupa span.ion-ios-search-strong {
  transition: all .5s ease-in-out;
}

div.cnt-buscador .btn-lupa:hover span {
  text-shadow: 0 0 10px #ef9f09;
}

div.cnt-buscador .btn-lupa:hover, div.cnt-buscador .btn-lupa:focus, div.cnt-buscador .btn-lupa:active, div.cnt-buscador .btn-lupa:hover *, div.cnt-buscador .btn-lupa:focus *, div.cnt-buscador .btn-lupa:active * {
  outline: none !important;
}

.p-boton-i {
  padding-top: 1.85em !important;
}

::-webkit-input-placeholder {
  color: #0e0e0e;
}

:-moz-placeholder {
  color: #0e0e0e;
  opacity: 1;
}

::-moz-placeholder {
  color: #0e0e0e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #0e0e0e;
}

:placeholder-shown {
  color: #0e0e0e;
}

body.fondo-oscuro ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #0e0e0e;
}

body.fondo-oscuro :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0e0e0e;
  opacity: 1;
}

body.fondo-oscuro ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0e0e0e;
  opacity: 1;
}

body.fondo-oscuro :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0e0e0e;
}

body.fondo-oscuro :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #0e0e0e;
}

body.fondo-oscuro label {
  font-size: .8125rem !important;
  font-weight: bold;
}

body.fondo-oscuro .contain-to-grid.titulo-fo {
  margin-bottom: 1em;
}

body.fondo-oscuro .contain-to-grid.titulo-fo .titulo-fo {
  font-style: italic;
  color: #444444;
  font-size: 1.5rem;
}

body.fondo-oscuro .contain-to-grid.titulo-fo .titulo-fo strong {
  color: inherit;
}

body.fondo-oscuro .contain-to-grid.titulo-fo img {
  max-height: 6rem;
}

body.fondo-oscuro span.customSelect, body.fondo-oscuro span.customSelect .customSelectInner {
  color: #0e0e0e;
}

body.fondo-oscuro input[type="text"], body.fondo-oscuro input[type="password"], body.fondo-oscuro textarea, body.fondo-oscuro select, body.fondo-oscuro select option {
  background-color: #fff;
  border-color: #909090;
  color: #0e0e0e !important;
}

body.fondo-oscuro input[type="text"]:hover, body.fondo-oscuro input[type="text"]:focus, body.fondo-oscuro input[type="text"]:active, body.fondo-oscuro input[type="password"]:hover, body.fondo-oscuro input[type="password"]:focus, body.fondo-oscuro input[type="password"]:active, body.fondo-oscuro textarea:hover, body.fondo-oscuro textarea:focus, body.fondo-oscuro textarea:active, body.fondo-oscuro select:hover, body.fondo-oscuro select:focus, body.fondo-oscuro select:active, body.fondo-oscuro select option:hover, body.fondo-oscuro select option:focus, body.fondo-oscuro select option:active {
  box-shadow: 0 0 5px #ef9f09;
}

body.fondo-oscuro div.input.select:hover > span.customSelect, body.fondo-oscuro div.input.select:focus > span.customSelect, body.fondo-oscuro div.input.select:active > span.customSelect {
  box-shadow: 0 0 5px #ef9f09 !important;
}

body.fondo-oscuro div.styledSelect, body.fondo-oscuro .selectCustom ul li, body.fondo-oscuro select option {
  color: black;
}

body.fondo-oscuro select:hover, body.fondo-oscuro select:focus, body.fondo-oscuro select:active {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}

body.fondo-oscuro div.row div.bloque-fo.row {
  border: 1px solid #909090;
  border-radius: 1rem;
  margin: 0 .9375rem;
  padding-top: .9375rem !important;
  padding-bottom: .9375rem !important;
  line-height: 2rem;
}

body.fondo-oscuro div.row div.bloque-fo.row > .columns {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

body.fondo-oscuro div.row div.bloque-fo.row div.selectCustom, body.fondo-oscuro div.row div.bloque-fo.row select {
  height: 1.5rem;
  line-height: 1.2rem !important;
  padding-bottom: 0;
  padding-top: 0;
  float: left;
}

body.fondo-oscuro div.row div.bloque-fo.row div.selectCustom div.styledSelect, body.fondo-oscuro div.row div.bloque-fo.row select div.styledSelect {
  height: 1.5rem;
  line-height: 1.2rem !important;
  padding-bottom: 0;
  padding-top: 0;
  border: 1px solid #171717;
}

body.fondo-oscuro div.row div.bloque-fo.row > div.row {
  margin: 0;
}

body.fondo-oscuro div.row div.bloque-fo.row > div.row .columns, body.fondo-oscuro div.row div.bloque-fo.row > div.row .column {
  padding-left: .9375rem !important;
  padding-right: .9375rem !important;
  font-size: .85rem;
}

body.fondo-oscuro div.row div.bloque-fo.row > div.row .columns > div.c-secondary.tt-uppercase, body.fondo-oscuro div.row div.bloque-fo.row > div.row .column > div.c-secondary.tt-uppercase {
  margin-bottom: .5em;
}

body.fondo-oscuro .btn, body.fondo-oscuro .button {
  background-color: #ef9f09;
}

body.fondo-oscuro .icon:hover, body.fondo-oscuro .icon:focus, body.fondo-oscuro .icon:active {
  color: #ef9f09 !important;
}

body.fondo-oscuro .icon:hover *, body.fondo-oscuro .icon:focus *, body.fondo-oscuro .icon:active * {
  color: #ef9f09 !important;
}

body.fondo-oscuro .cnt-mas-menos {
  position: relative;
}

body.fondo-oscuro .cnt-mas-menos .ion-android-add-circle.icon, body.fondo-oscuro .cnt-mas-menos .ion-android-remove-circle.icon {
  position: absolute;
  top: .15em;
  cursor: pointer;
  border-radius: 50%;
  height: 1em;
  line-height: .5em;
  text-align: center;
  width: 1em;
  display: inline-block;
  color: #ef9f09 !important;
  transition: all .5s ease-in-out;
}

body.fondo-oscuro .cnt-mas-menos .ion-android-add-circle.icon *, body.fondo-oscuro .cnt-mas-menos .ion-android-remove-circle.icon * {
  color: #ef9f09 !important;
}

body.fondo-oscuro .cnt-mas-menos .ion-android-add-circle.icon:hover, body.fondo-oscuro .cnt-mas-menos .ion-android-add-circle.icon:focus, body.fondo-oscuro .cnt-mas-menos .ion-android-add-circle.icon:active, body.fondo-oscuro .cnt-mas-menos .ion-android-remove-circle.icon:hover, body.fondo-oscuro .cnt-mas-menos .ion-android-remove-circle.icon:focus, body.fondo-oscuro .cnt-mas-menos .ion-android-remove-circle.icon:active {
  color: #000 !important;
}

body.fondo-oscuro .cnt-mas-menos .ion-android-add-circle.icon span, body.fondo-oscuro .cnt-mas-menos .ion-android-remove-circle.icon span {
  color: #000;
  font-size: 1.4rem;
}

body.fondo-oscuro .cnt-mas-menos .ion-android-add-circle.icon {
  right: 2em;
}

body.fondo-oscuro .cnt-mas-menos .ion-android-remove-circle.icon {
  right: .75em;
}

body.fondo-oscuro .cnt-mas-menos.cnt-mas-menos-volumen .ion-android-add-circle.icon {
  right: auto;
  left: 10.5em;
  top: 1.85em;
}

body.fondo-oscuro .cnt-mas-menos.cnt-mas-menos-volumen .ion-android-remove-circle.icon {
  right: auto;
  left: 9.25em;
  top: 1.85em;
}

body.fondo-oscuro .cnt-inpu-number input {
  display: inline-block;
  float: right;
  width: 5em;
  margin-top: .35em;
  margin-bottom: 0;
}

.b-left-servicio {
  border-left: 1px solid black;
}

div.fileWrapper, div.fileWrapper input {
  max-width: 100%;
}

.separar-check div.iradio_minimal {
  margin: 0 .5rem 0 2.5rem;
}

.body-form-claro input[type="text"], .body-form-claro input[type="password"], .body-form-claro textarea {
  /*background-color: lighten($primary-color, 9%);
    border-color: lighten($primary-color, 9%);
    color: #fff;*/
  border-color: #909090;
  margin-bottom: 0 !important;
}

.body-form-claro input[type="text"]:hover, .body-form-claro input[type="text"]:focus, .body-form-claro input[type="text"]:active, .body-form-claro input[type="password"]:hover, .body-form-claro input[type="password"]:focus, .body-form-claro input[type="password"]:active, .body-form-claro textarea:hover, .body-form-claro textarea:focus, .body-form-claro textarea:active {
  border-color: #909090;
  box-shadow: 0 0 5px #ef9f09;
}

.body-form-claro div.input.select:hover > span.customSelect, .body-form-claro div.input.select:focus > span.customSelect, .body-form-claro div.input.select:active > span.customSelect {
  background-color: #fff !important;
  border-color: #909090 !important;
  box-shadow: 0 0 5px #ef9f09 !important;
}

.body-form-claro select {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

.body-form-claro select option {
  border: 1px solid transparent;
}

.body-form-claro select:hover, .body-form-claro select:focus, .body-form-claro select:active {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  box-shadow: 0 0 5px #ef9f09 !important;
}

.body-form-claro .selectCustom {
  background-color: #171717;
  border: none;
  height: 1.95em;
}

.body-form-claro .selectCustom .styledSelect {
  padding-left: .5rem;
}

.body-form-claro label {
  font-weight: bold;
  padding-bottom: .25rem;
  display: inline-block !important;
}

.body-form-claro .p-boton-i, .body-form-claro .p-boton, .body-form-claro .p-form {
  padding-top: 1.5rem !important;
}

textarea, body.fondo-oscuro div.row div.bloque-fo.row > div.row .columns textarea, body.fondo-oscuro div.row div.bloque-fo.row > div.row .column textarea {
  font-size: .8rem !important;
  padding-left: .4rem !important;
  padding-right: .4rem !important;
}

select {
  z-index: 1;
}

.cnt-enlace-eliminar {
  margin-top: 0;
}

.cnt-enlace-eliminar:first-child {
  margin-top: 1em;
}

.cnt-enlace-eliminar a span {
  color: #ef9f09;
  float: left;
  margin-right: .5rem;
  font-size: 1.5rem;
}

.cnt-enlace-eliminar a:hover, .cnt-enlace-eliminar a:focus, .cnt-enlace-eliminar a:active {
  color: #000;
  text-decoration: underline;
}

.cnt-enlace-eliminar a:hover span, .cnt-enlace-eliminar a:focus span, .cnt-enlace-eliminar a:active span {
  color: #000;
}

a.enlace-socio-mas, a.eliminar-restriccion {
  display: inline-block;
  margin-top: 1.75rem;
}

a.enlace-socio-mas span.ion-android-add-circle.icon, a.enlace-socio-mas span.ion-android-remove-circle.icon, a.eliminar-restriccion span.ion-android-add-circle.icon, a.eliminar-restriccion span.ion-android-remove-circle.icon {
  cursor: pointer;
  color: #ef9f09 !important;
  transition: all .5s ease-in-out;
  font-size: 1.5rem !important;
}

a.enlace-socio-mas:hover span.ion-android-add-circle.icon, a.enlace-socio-mas:hover span.ion-android-remove-circle.icon, a.enlace-socio-mas:focus span.ion-android-add-circle.icon, a.enlace-socio-mas:focus span.ion-android-remove-circle.icon, a.enlace-socio-mas:active span.ion-android-add-circle.icon, a.enlace-socio-mas:active span.ion-android-remove-circle.icon, a.eliminar-restriccion:hover span.ion-android-add-circle.icon, a.eliminar-restriccion:hover span.ion-android-remove-circle.icon, a.eliminar-restriccion:focus span.ion-android-add-circle.icon, a.eliminar-restriccion:focus span.ion-android-remove-circle.icon, a.eliminar-restriccion:active span.ion-android-add-circle.icon, a.eliminar-restriccion:active span.ion-android-remove-circle.icon {
  color: #000 !important;
}

a.eliminar-restriccion {
  margin-top: -.25rem;
}

input.fileInputText {
  box-shadow: none !important;
  color: #fff !important;
}

div.dragdrop-un-elemento .fileWrapper .dragdrop-delete-file-js {
  /*position: static;
  top: auto;
  margin-left: -23px;
  right: auto;*/
}

.cnt-mas-menos-iconos-arriba .ion-android-add-circle.icon, .cnt-mas-menos-iconos-arriba .ion-android-remove-circle.icon {
  top: .15em !important;
}

.cnt-tarifas-en-grande label {
  font-size: 1rem !important;
}

.cnt-tarifas-en-grande div.iradio_minimal {
  clear: both;
}

input:disabled, input[disabled] {
  opacity: .25;
}

input[readonly] {
  background: none !important;
  box-shadow: none !important;
}

input[readonly]:hover {
  box-shadow: none !important;
}

@media only screen and (max-width: 640px) {
  .tabla-mis-talleres {
    margin-bottom: 1.5rem;
  }
  .cnt-colspan-movil {
    position: absolute;
  }
  .row.cnt-buscador.buscador-tabla-talleres {
    padding-left: .9375rem;
  }
  .w-100p-m {
    width: 100% !important;
  }
  .separar-check div.iradio_minimal {
    margin-left: .25rem;
  }
  a.enlace-socio-mas {
    margin-top: 2.75rem;
  }
  div.cnt-buscador {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  div.cnt-buscador .columns {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  div.cnt-buscador .columns .btn-lupa {
    position: static;
    display: block;
    width: 100%;
    margin: 0;
  }
  #logotipo-login img {
    margin: 0;
  }
  .body-login #contenido .contenedor-login .login-central {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.check-radio-vertical .icheckbox_minimal, .check-radio-vertical .iradio_minimal {
  margin: 0 1rem 0 0 !important;
}

.contenedor-fondo-oscuro input[type="text"] {
  color: #fff !important;
  border-color: #777 !important;
}

.contain-to-grid {
  background: none;
}

/*.top-bar{
  background: $primary-color;
  ul{
    &.title-area{
      background: $primary-color;
    }
    li{
      a,
      a:not(.button){
        background: $primary-color;
        &:hover, &:active, &:focus{
          background-color: darken($primary-color, 10%);
        }
      }
      &.active{
        a,
        a:not(.button){
          background-color: darken($primary-color, 15%);
        }
      }
      &.divider{
        border-color: darken($primary-color, 10%);
      }
    }
  }
  .toggle-topbar a{
    color: $primary-color-de-letra !important;
    background: $primary-color !important;
    &:hover, &:active, &:focus{
      background: $primary-color !important;
      color: $primary-color-de-letra !important;
    }
    span{
      color: $primary-color-de-letra !important;
      box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff !important;
      &:hover, &:active, &:focus{
        color: $primary-color-de-letra !important;
      }
    }
  }
  .title-area,
  .dropdown{
    background: $primary-color !important;
  }
}
*/
.error input[type="text"],
.error input[type="password"],
.error input[type="date"],
.error input[type="datetime"],
.error input[type="datetime-local"],
.error input[type="month"],
.error input[type="week"],
.error input[type="email"],
.error input[type="number"],
.error input[type="search"],
.error input[type="tel"],
.error input[type="time"],
.error input[type="url"],
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0.2em;
}

.error .error-message {
  color: #c60f13;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  font-style: italic;
}

.gm-style img, .gm-style object, .gm-style embed {
  max-width: none !important;
}

.row, .contain-to-grid .top-bar {
  max-width: 75rem;
}

.off-canvas-fixed {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  margin-bottom: 45px;
}

.move-right > .off-canvas-fixed {
  height: 100%;
  -webkit-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

.left-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  margin-left: -15.625rem;
}

a.exit-off-canvas {
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 0 !important;
}

aside.left-off-canvas-menu, .tab-bar {
  z-index: 1;
}

#menu-movil {
  height: 45px;
  width: 100%;
}

aside.left-off-canvas-menu {
  height: 100% !important;
}

aside.left-off-canvas-menu ul.off-canvas-list {
  display: inline-block;
  width: 100%;
}

.switchContainer .switch {
  float: left;
  margin-right: 1em;
}

.switchContainer .switchLabel {
  display: block !important;
  float: left;
  margin-top: .35em;
}

.switchContainer .switchLabel.small {
  margin-top: .20em;
}

.switchContainer .switchLabel.large {
  margin-top: .65em;
}

.switch {
  display: inline-block;
}

.switch label {
  display: inline-block !important;
  float: left;
  background-color: #909090;
}

.switch input:checked + label {
  background-color: #000;
}

form.custom .custom.dropdown.combo .current {
  display: block !important;
  width: 95% !important;
  height: 100% !important;
  margin: 0 0 0 0.5em !important;
}

.datepicker input[type="text"] {
  display: inline;
  margin-right: .5em;
  width: 75%;
  max-width: 8em !important;
}

.checkbox label {
  display: inline-block;
}

.top-bar-section ul li > a {
  font-family: "Open Sans", sans-serif;
}

ul.tabs li.tab-title {
  border-right: 1px solid transparent;
}

ul.tabs li.tab-title > a {
  background-color: #000;
  color: #fff;
  font-size: .94rem;
  font-weight: bold;
  transition: all .5s ease-in-out;
}

ul.tabs li.tab-title > a:hover, ul.tabs li.tab-title > a:active, ul.tabs li.tab-title > a:focus {
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 5px #fff inset;
}

ul.tabs li.tab-title.active > a {
  background-color: #ef9f09;
  color: #fff;
}

div.tab_talleres > ul {
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 1rem 0;
}

div.tab_talleres > ul li a {
  text-decoration: none;
}

div.tab_talleres > ul li.active a {
  cursor: default !important;
}

div.tab_talleres > ul li {
  float: left;
}

ul.tabs.tabs-estilo-2 li.tab-title, div.tab_talleres > ul li.tab-title {
  border-right: 1px solid transparent;
}

ul.tabs.tabs-estilo-2 li.tab-title > a, div.tab_talleres > ul li.tab-title > a {
  background-color: black;
  color: #fff;
  font-size: .94rem;
  font-weight: bold;
  margin-right: 3rem;
  margin-bottom: 1rem;
  border-radius: .75rem;
  padding: 0.5rem 2rem;
  transition: all .5s ease-in-out;
}

ul.tabs.tabs-estilo-2 li.tab-title > a:hover, ul.tabs.tabs-estilo-2 li.tab-title > a:active, ul.tabs.tabs-estilo-2 li.tab-title > a:focus, div.tab_talleres > ul li.tab-title > a:hover, div.tab_talleres > ul li.tab-title > a:active, div.tab_talleres > ul li.tab-title > a:focus {
  background-color: black;
  color: #fff;
  box-shadow: 0 0 5px #fff inset;
}

ul.tabs.tabs-estilo-2 li.tab-title.active > a, div.tab_talleres > ul li.tab-title.active > a {
  background-color: #ef9f09;
  color: #000;
}

ol.orbit-bullets {
  text-align: right;
}

ol.orbit-bullets li {
  background-color: #ef9f09;
}

ol.orbit-bullets li.active {
  background-color: #f9c565;
}

.orbit-slide-number {
  color: #000 !important;
}

a.orbit-prev, a.orbit-next {
  cursor: pointer !important;
}

a[href="#"] {
  cursor: pointer;
}

ul.tabs.tabs-estilo-3 li.tab-title > a {
  background: none;
  color: #000;
  background: #ef9f09;
  font-size: .825rem;
  padding: .5rem 0.9375rem .25rem;
  border-bottom: 1px solid transparent;
  font-weight: normal;
  transition: all .5s ease-in-out;
}

ul.tabs.tabs-estilo-3 li.tab-title > a:hover, ul.tabs.tabs-estilo-3 li.tab-title > a:active, ul.tabs.tabs-estilo-3 li.tab-title > a:focus {
  background-color: #f9c565;
  box-shadow: none;
}

ul.tabs.tabs-estilo-3 li.tab-title.active > a {
  background-color: #000;
  color: #ef9f09;
  font-weight: bold;
}

.btn-enviar, .btn-guardar, .btn-exito, .btn-catalogo {
  color: #fff !important;
  font-size: .8rem !important;
  font-weight: bold !important;
  background-color: #61a617 !important;
  padding: .75rem 1rem !important;
  border-radius: 1.25rem !important;
}

.btn-enviar span, .btn-guardar span, .btn-exito span, .btn-catalogo span {
  color: #fff !important;
  margin-left: 1em;
}

.btn-primary {
  background-color: #000 !important;
}

.btn-secondary {
  background-color: #ef9f09 !important;
}

.btn-volver {
  color: #fefefe !important;
  background-color: #909090 !important;
}

.btn-cancelar, .btn-fallo {
  color: #fff !important;
  font-size: .8rem !important;
  font-weight: bold;
  background-color: black !important;
  padding: .75rem 1rem;
  border-radius: 1.25rem;
}

.btn-cancelar span, .btn-fallo span {
  color: #fff !important;
  margin-right: 1em;
}

.btn-informacion {
  color: #fff !important;
  background-color: #FE9F2F !important;
}

.titulo-bip {
  font-weight: bold;
  font-style: italic;
  color: #000;
  font-size: 1.5rem;
}

.titulo-general {
  font-size: 1.5rem;
  color: #ef9f09;
  font-weight: bold;
  font-style: italic;
}

.btn-presupuestos, .btn-confirmar {
  background-color: #46cb4f !important;
}

.btn-dudas {
  background-color: #0dbee1 !important;
}

.btn-catalogo {
  background-color: #23cc2f !important;
}

.btn-tabla {
  padding: .25rem .5rem !important;
}

.btn-editar {
  font-family: "Open Sans", sans-serif;
  background-color: #000;
  border-color: transparent !important;
  border: none;
  box-shadow: none;
  min-height: 2em;
  line-height: 1.3em;
  display: inline-block;
  margin: 0 1em 0 0;
  color: #fff;
  font-size: .8rem !important;
  font-weight: bold !important;
  padding: .75rem 1rem !important;
  border-radius: 1.25rem !important;
  transition: all .5s ease-in-out;
  background-color: #FE9F2F !important;
}

.btn-editar:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.btn-editar:active {
  background-color: #1a1a1a;
  color: #fff;
  box-shadow: 0 0 10px #000;
}

.btn-editar:focus {
  color: #fff;
  box-shadow: 0 0 10px #000;
  background-color: #000;
}

.btn-rojo {
  background-color: #ff2323;
}

.btn-verde {
  background-color: #61a617;
}

.btn-sevicios-add {
  background: none !important;
  border: 2px solid #000 !important;
  padding-top: .4rem !important;
  padding-bottom: .3rem !important;
  margin-right: 1rem !important;
  text-transform: uppercase;
}

.btn-sevicios-add span {
  margin: 0 .5rem 0 0 !important;
  color: #f7b334 !important;
  float: left;
}

.btn-cerrar-modal-tienda {
  color: #fff !important;
  line-height: 1.2 !important;
  position: static !important;
}

.boton-mini input[type="button"],
.boton-mini input[type="submit"],
.boton-mini button,
.boton-mini .boton,
.boton-mini .btn-enviar,
.boton-mini .btn-guardar,
.boton-mini .btn-exito,
.boton-mini .btn-catalogo,
.boton-mini .btn-primary,
.boton-mini .btn-secondary,
.boton-mini .btn-volver,
.boton-mini .btn-cancelar,
.boton-mini .btn-fallo,
.boton-mini .btn-informacion,
.boton-mini .btn-enviar,
.boton-mini .btn-guardar,
.boton-mini .btn-exito,
.boton-mini .btn-catalogo,
.boton-mini .btn-primary,
.boton-mini .btn-secondary,
.boton-mini .btn-volver,
.boton-mini .btn-cancelar,
.boton-mini .btn-fallo,
.boton-mini .btn-informacion,
.boton-mini .button {
  padding: 0.25rem 0.75rem !important;
}

.boton-mini.p-boton {
  padding-top: 1.45rem;
}

.boton.boton-tabla.btn-margin, .boton-tabla.btn-margin.btn-enviar, .boton-tabla.btn-margin.btn-guardar, .boton-tabla.btn-margin.btn-exito, .boton-tabla.btn-margin.btn-catalogo, .boton-tabla.btn-margin.btn-primary, .boton-tabla.btn-margin.btn-secondary, .boton-tabla.btn-margin.btn-volver, .boton-tabla.btn-margin.btn-cancelar, .boton-tabla.btn-margin.btn-fallo, .boton-tabla.btn-margin.btn-informacion {
  margin: .5rem 0 1rem;
  line-height: 1.5;
  padding-left: .75rem !important;
  padding-right: .75rem !important;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-x: hidden;
}

.fileWrapper {
  background-image: url("/css/img/draganddrop.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d0d0d0;
  border: none;
  border-radius: 15px;
  width: 100% !important;
  height: 180px !important;
  overflow: visible;
  margin-bottom: 3em !important;
  position: relative;
  margin-right: 1rem;
  /*span.dragdrop-delete-file-js span.icon
  {
    background-color: darken($primary-color, 7%) !important;
  }*/
}

.fileWrapper.fileWrapperMultiple {
  margin-bottom: 0.5em !important;
}

.fileWrapper .dragdrop-js {
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  position: inherit !important;
  margin-bottom: 0.5em;
}

.fileWrapper .fileInputText {
  border-radius: 10px;
  color: #fff !important;
  float: none !important;
  display: inline;
  background-color: black !important;
  border: none !important;
  padding-left: 2rem !important;
}

.fileWrapper .fileInputButton {
  display: none;
}

.fileWrapper .dragdrop-delete-file-js {
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: -7px;
}

.fileWrapper .dragdrop-delete-file-js span.icon {
  color: #ef9f09 !important;
  background: none !important;
}

body.fondo-oscuro input.fileInputText[type="text"] {
  background-color: black !important;
  color: #fff !important;
}

.fileWrapper.fileWrapperList {
  background: none;
  border: none;
  width: 100% !important;
  height: 20px !important;
  overflow: visible;
  margin-bottom: 1em !important;
  display: inline;
}

.fileWrapper.fileWrapperList .dragdrop-js {
  display: none;
}

.fileWrapper.fileWrapperList .fileInputText {
  width: auto !important;
  box-shadow: none !important;
}

#ui-datepicker-div {
  padding: 0 2px 2px 2px !important;
  background: #F7F8F9 !important;
  border-radius: 0;
}

#ui-datepicker-div ul, #ui-datepicker-div ol, #ui-datepicker-div dl, #ui-datepicker-div .ui-timepicker-div dl dd {
  margin-bottom: 0;
}

#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  border-radius: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -2px !important;
  margin-right: -2px !important;
}

#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all div.ui-datepicker-title {
  margin: 0 !important;
  background: #ECECEC !important;
  color: #b2bec8;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 4px;
  padding-bottom: 3px;
}

#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all {
  border-radius: 0;
  border: none;
  top: 0;
}

#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all:hover, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all:active, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all:focus, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all:hover, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all:active, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all:focus {
  background: #fff;
  top: 0;
}

#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-prev {
  left: 0 !important;
  border-right: 1px solid transparent !important;
  transition: all .5s ease-in-out;
}

#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-prev:hover, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-prev:active, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-prev:focus {
  left: 0 !important;
  border-color: #aaa !important;
}

#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-next {
  right: 0 !important;
  border-left: 1px solid transparent !important;
  transition: all .5s ease-in-out;
}

#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-next:hover, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-next:active, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-next:focus {
  right: 0 !important;
  border-color: #aaa !important;
}

#ui-datepicker-div .ui-datepicker-calendar {
  border: none;
  margin: 0;
}

#ui-datepicker-div table.ui-datepicker-calendar td {
  background: #F7F8F9 !important;
}

#ui-datepicker-div table.ui-datepicker-calendar td a.ui-state-default {
  background: #ECECEC !important;
  border-color: transparent;
}

#ui-datepicker-div table.ui-datepicker-calendar td a.ui-state-default.ui-state-highlight {
  border-color: #aaa !important;
}

#ui-datepicker-div .ui-datepicker-year {
  max-width: 75px;
}

#ui-datepicker-div .ui-datepicker-month {
  max-width: 100px;
}

#ui-datepicker-div {
  padding: 0 !important;
  border-radius: 0;
}

#ui-datepicker-div ul, #ui-datepicker-div ol, #ui-datepicker-div dl, #ui-datepicker-div .ui-timepicker-div dl dd {
  margin-bottom: 0;
}

#ui-datepicker-div div.ui-timepicker-div div.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  border-radius: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

#ui-datepicker-div div.ui-timepicker-div div.ui-widget-header.ui-helper-clearfix.ui-corner-all div.ui-datepicker-title {
  margin: 0 !important;
  background: #ECECEC !important;
  color: #b2bec8;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: normal;
}

#ui-datepicker-div .ui-datepicker-buttonpane.ui-widget-content {
  border: none;
}

#ui-datepicker-div button {
  font-family: "Open Sans", sans-serif;
  background-color: #000;
  border-color: transparent !important;
  border: none;
  box-shadow: none;
  min-height: 2em;
  line-height: 1.3em;
  display: inline-block;
  margin: 0 1em 0 0;
  color: #fff;
  font-size: .8rem !important;
  font-weight: bold !important;
  padding: .75rem 1rem !important;
  border-radius: 1.25rem !important;
  transition: all .5s ease-in-out;
  float: right;
  margin: .3em .5em .3em 0;
  background: #ECECEC;
  color: #b2bec8;
  padding: .2em .5em;
  box-shadow: none !important;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: normal;
}

#ui-datepicker-div button:hover {
  background-color: #1a1a1a;
  color: #fff;
}

#ui-datepicker-div button:active {
  background-color: #1a1a1a;
  color: #fff;
  box-shadow: 0 0 10px #000;
}

#ui-datepicker-div button:focus {
  color: #fff;
  box-shadow: 0 0 10px #000;
  background-color: #000;
}

#ui-datepicker-div .ui_tpicker_hour_label, #ui-datepicker-div .ui_tpicker_hour, #ui-datepicker-div .ui_tpicker_minute_label, #ui-datepicker-div .ui_tpicker_minute {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}

#ui-datepicker-div .ui_tpicker_hour_label.ui_tpicker_hour, #ui-datepicker-div .ui_tpicker_hour_label.ui_tpicker_minute, #ui-datepicker-div .ui_tpicker_hour.ui_tpicker_hour, #ui-datepicker-div .ui_tpicker_hour.ui_tpicker_minute, #ui-datepicker-div .ui_tpicker_minute_label.ui_tpicker_hour, #ui-datepicker-div .ui_tpicker_minute_label.ui_tpicker_minute, #ui-datepicker-div .ui_tpicker_minute.ui_tpicker_hour, #ui-datepicker-div .ui_tpicker_minute.ui_tpicker_minute {
  padding-top: 10px;
}

#ui-datepicker-div .ui-datepicker-buttonpane.ui-widget-content {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.s-hidden {
  visibility: hidden;
  padding-right: 1em;
  font-size: .8rem;
}

.selectCustom {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  border: none;
  width: 100%;
  font-size: .8rem;
}

.selectCustom select {
  margin: 0;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: .2em 1.7em .2em 0;
  font-size: .8rem;
  overflow: hidden;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 9px;
  right: 6px;
}

.styledSelect:active, .styledSelect.active {
  background-color: transparent;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid black;
  background-color: black;
  font-size: .8rem;
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
  font-size: .8rem;
  min-height: 20px;
}

.options li:hover {
  background-color: #ef9f09;
  color: white;
}

body.fondo-oscuro .styledSelect {
  background-color: #171717;
  background: #000 !important;
  padding-left: 0.9375rem;
}

body.fondo-oscuro .options {
  border: 1px solid #171717;
  background-color: #171717;
}

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: -4px 5px 0 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(img/minimal.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal {
  background-position: 0 0;
}

.icheckbox_minimal.hover {
  background-position: -20px 0;
}

.icheckbox_minimal.checked {
  background-position: -40px 0;
}

.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal {
  background-position: -100px 0;
}

.iradio_minimal.hover {
  background-position: -120px 0;
}

.iradio_minimal.checked {
  background-position: -140px 0;
}

.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url(img/minimal@2x.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

#debug-kit-toolbar * {
  color: #222;
}

div.input.select select {
  z-index: 1;
  width: 100%;
  border: none !important;
  margin: 0 !important;
  height: 1.75rem !important;
  opacity: 0;
}

div.input.select select:hover, div.input.select select:focus, div.input.select select:active {
  box-shadow: 0 0 10px #ef9f09 !important;
}

div.input.select label {
  display: block !important;
  padding-bottom: .3125rem;
  padding-top: .4375rem;
}

.customSelect {
  /* Styles For Your Select Box */
  position: relative;
  font: 12px sans-serif;
  background: #fff url(img/flecha-select.png) right center no-repeat;
  color: #555;
  width: 100%;
  border: 1px solid #909090 !important;
  display: inline-block;
  height: 1.625rem !important;
  line-height: 1.625rem !important;
  vertical-align: top;
  padding-left: .5rem;
  overflow: hidden;
}

body.fondo-oscuro .customSelect {
  background-color: #fff !important;
  color: #0e0e0e;
  border: 1px solid #909090 !important;
}

body.fondo-oscuro select option {
  color: #0e0e0e !important;
  border: none !important;
}

.body-form-claro div.input.select label {
  padding-bottom: 0.25rem;
  padding-top: 0.2rem;
}

.body-form-claro .customSelect {
  color: #0e0e0e !important;
}

.customSelect.changed {
  /* You can use this if you want a different style after user has made a selection */
}

.customSelectFocus {
  /* You can use this if you want a different style after user has made a selection */
}

.customSelectOpen {
  /* You can use this if you want a different style after user has made a selection */
}

/* We can style the inner box, too */
.customSelectInner {
  background: url(canvas-list-nav-item-arrow.gif) no-repeat center right;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content {
  border: 1px solid #171717;
  padding: 0 .5rem .5rem .5rem !important;
  background: #000 !important;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content > div.ui-datepicker-header.ui-widget-header {
  border: medium none;
  margin: 0 auto !important;
  max-width: 100%;
  background: none !important;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content > div.ui-datepicker-header.ui-widget-header > div.ui-datepicker-title {
  background: none !important;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content > div.ui-datepicker-header.ui-widget-header > div.ui-datepicker-title select {
  background: #fff;
  border: none;
  font-size: .8rem !important;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content table {
  background: none !important;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content table * {
  border-color: #fff !important;
  background: none !important;
  color: #fff !important;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content table td.ui-datepicker-today a {
  border: 1px solid #fff !important;
  background: rgba(255, 255, 255, 0.25) !important;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content a.ui-datepicker-prev, div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content a.ui-datepicker-next {
  margin-top: .25rem;
  border-radius: 50% !important;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content a.ui-datepicker-prev span, div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content a.ui-datepicker-next span {
  border-radius: 50% !important;
}

div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content a.ui-datepicker-prev.ui-state-disabled, div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content a.ui-datepicker-next.ui-state-disabled {
  opacity: .5 !important;
}

.reveal-modal.tamanno-modal.open select {
  width: 100% !important;
}

.enlace-contrato-presupuesto {
  color: #0e0e0e;
  display: inline-block;
  font-size: .9rem;
  text-transform: capitalize;
}

.enlace-contrato-presupuesto span {
  float: left;
  margin-right: .5rem;
  line-height: 1rem;
}

.enlace-contrato-presupuesto:hover, .enlace-contrato-presupuesto:focus, .enlace-contrato-presupuesto:active {
  text-decoration: underline;
  color: #ef9f09;
}

.enlace-contrato-presupuesto:hover span, .enlace-contrato-presupuesto:focus span, .enlace-contrato-presupuesto:active span {
  color: #ef9f09;
}

.tabla-head-fijo {
  border: none;
}

.tabla-head-fijo * {
  border: none !important;
}

.tabla-head-fijo > section {
  position: relative;
  font-size: .9rem;
  padding-top: 2em;
  background: #ef9f09;
}

.tabla-head-fijo > section > div {
  overflow-y: auto;
  max-height: 13em;
}

.tabla-head-fijo > section > div table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-top: -.3em;
}

.tabla-head-fijo > section > div table thead tr th {
  height: .3em;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}

.tabla-head-fijo > section > div table thead tr th div {
  position: absolute;
  background: #ef9f09;
  color: #000;
  padding: .5em 1em;
  top: 0;
  margin-left: -1em;
  line-height: normal;
  border: none;
  font-weight: normal;
  height: 2em;
  line-height: 1em;
}

.tabla-head-fijo > section > div table thead tr th:first-child div {
  border: none;
}

.tabla-head-fijo > section > div table td + td {
  border: none;
}

.tabla-head-fijo > section > div table td, .tabla-head-fijo > section > div table th {
  padding: .5em 1em;
}

@media only screen and (max-width: 640px) {
  .tabla-head-fijo > section {
    padding-top: 0;
    background: none;
  }
  .tabla-head-fijo > section > div {
    overflow-x: visible;
    max-height: 15em;
  }
  .tabla-head-fijo > section > div table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 0;
  }
  .tabla-head-fijo > section > div table thead tr th {
    padding: 0;
  }
  .tabla-head-fijo > section > div table thead tr th div {
    position: static;
    top: auto;
    margin-left: 0;
  }
}

.tabla1 {
  background: none;
  border: none;
  font-size: .7rem;
}

.tabla1 * {
  font-size: .7rem;
}

.tabla1 thead {
  background: none;
}

.tabla1 thead tr {
  background: none !important;
}

.tabla1 thead tr th {
  background: none;
  color: #0e0e0e;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
}

.tabla1 thead tr th.th-ordenar a {
  color: #0e0e0e;
  padding-right: 1.5em;
  background-image: url("img/f-enlace-th.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.tabla1 tbody tr {
  background: none;
}

.tabla1 tbody tr td {
  color: #0e0e0e;
}

.tabla1 tbody tr td a {
  color: #ef9f09;
}

.tabla1 tbody tr td span.icon {
  font-size: 2em;
  margin: 0 .25em;
}

.tabla2 {
  background: none;
  border: none;
  font-size: .7rem;
}

.tabla2 * {
  font-size: .7rem;
}

.tabla2 thead {
  background: none;
}

.tabla2 thead tr th {
  background: none;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #1c5983;
}

.tabla2 thead tr th.th-ordenar a {
  color: #ef9f09;
  padding-right: 1.5em;
  background-image: url("img/f-enlace-th.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.tabla2 tbody tr {
  background: none;
  border-bottom: 1px solid #1c5983;
}

.tabla2 tbody tr td {
  color: #ef9f09;
}

.tabla2 tbody tr td a {
  color: #ef9f09;
}

.tabla2 tbody tr td span.icon {
  font-size: 2em;
  margin: 0 .25em;
}

td.color-desactivado {
  color: #A6A6A6 !important;
}

td.color-desactivado span {
  color: #A6A6A6 !important;
}

.tabla1 thead tr.tr-letra-secondary * {
  color: #ef9f09;
  font-weight: bold;
  font-size: .8rem;
}

.doble-cabecera {
  background: #000000 !important;
  color: #fff !important;
}

@media only screen and (max-width: 640px) {
  .cc-1-movil {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1 !important;
  }
}

@font-face {
  font-family: "softeca";
  src: url("fonts/softeca.eot");
  src: url("fonts/softeca.eot?#iefix") format("embedded-opentype"), url("fonts/softeca.woff") format("woff"), url("fonts/softeca.ttf") format("truetype"), url("fonts/softeca.svg#softeca") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "softeca" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "softeca" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ver:before {
  content: "a";
}

.icon-fpdf:before {
  content: "b";
}

.icon-abajo:before {
  content: "c";
}

.icon-izquierda:before {
  content: "d";
}

.icon-derecha:before {
  content: "e";
}

.icon-arriba:before {
  content: "f";
}

.icon-calendario-1:before {
  content: "g";
}

.icon-checklist:before {
  content: "h";
}

.icon-check:before {
  content: "i";
}

.icon-ajustes:before {
  content: "j";
}

.icon-home:before {
  content: "k";
}

.icon-hourglass:before {
  content: "l";
}

.icon-mail-reply:before {
  content: "m";
}

.icon-descarga:before {
  content: "n";
}

.icon-mail-read:before {
  content: "o";
}

.icon-mail:before {
  content: "p";
}

.icon-entrar:before {
  content: "q";
}

.icon-salir:before {
  content: "r";
}

.icon-borrar:before {
  content: "s";
}

.icon-stop:before {
  content: "t";
}

.icon-package:before {
  content: "u";
}

.icon-editar:before {
  content: "v";
}

.icon-mas:before {
  content: "w";
}

.icon-estrella:before {
  content: "x";
}

.icon-sync:before {
  content: "y";
}

.icon-archivar:before {
  content: "z";
}

.icon-reloj:before {
  content: "A";
}

.icon-clipboard-pencil:before {
  content: "B";
}

.icon-eye-1:before {
  content: "C";
}

.icon-bandera:before {
  content: "D";
}

.icon-buscar:before {
  content: "E";
}

.icon-lightbulb:before {
  content: "F";
}

.icon-minus-circle:before {
  content: "G";
}

.icon-imprimir:before {
  content: "H";
}

.icon-guardar:before {
  content: "I";
}

.icon-apple:before {
  content: "J";
}

.icon-android:before {
  content: "K";
}

.icon-rss:before {
  content: "L";
}

.icon-facebook:before {
  content: "M";
}

.icon-google-plus:before {
  content: "N";
}

.icon-linkedin:before {
  content: "O";
}

.icon-twitter:before {
  content: "P";
}

.icon-youtube:before {
  content: "Q";
}

.icon-telefono:before {
  content: "R";
}

.icon-torsos:before {
  content: "S";
}

.icon-torsos-all:before {
  content: "T";
}

.icon-torsos-all-female:before {
  content: "U";
}

.icon-torsos-female-male:before {
  content: "V";
}

.icon-torsos-male-female:before {
  content: "W";
}

.icon-torso-female:before {
  content: "X";
}

.icon-torso:before {
  content: "Y";
}

.icon-torso-business:before {
  content: "Z";
}

.icon-accesibilidad:before {
  content: "0";
}

.icon-asterisco:before {
  content: "1";
}

.icon-carrito:before {
  content: "2";
}

.icon-camion:before {
  content: "3";
}

.icon-calendario:before {
  content: "4";
}

.icon-softeca:before {
  content: "5";
}

.icon-user-add:before {
  content: "6";
}

.icon-user:before {
  content: "7";
}

.icon-users:before {
  content: "8";
}

.icon-trash:before {
  content: "9";
}

.icon-reload:before {
  content: "!";
}

.icon-refresh:before {
  content: "\"";
}

.icon-paypal:before {
  content: "#";
}

.marcar-aviso{
  color: #ef9f09 !important;
}
.marcar-aviso:hover{
  color: #fff !important;
}
.desmarcar-aviso{
  color: #ef9f09 !important;
}
.desmarcar-aviso:hover{
  color: #fff !important;
}
