@charset "UTF-8";
* {
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  color: #53534b;
  margin: 0;
  padding: 0;
  background: none;
}

body {
  font-size: 16px;
  background: none;
  color: #53534b;
}

::selection {
  background-color: #ee3124 !important;
  color: white;
}
::selection *, ::selection .c-primary {
  color: white !important;
}
::selection .top-bar-section a {
  background-color: #ee3124 !important;
  color: white !important;
}
::selection a {
  color: white;
}
::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: #eff1f3 !important;
  color: #b0afa6 !important;
}

.primary {
  background-color: #ee3124 !important;
  color: white;
}
.primary *, .primary .c-primary {
  color: white !important;
}
.primary .top-bar-section a {
  background-color: #ee3124 !important;
  color: white !important;
}
.primary a {
  color: white;
}
.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: #eff1f3 !important;
  color: #b0afa6 !important;
}

.secondary {
  background-color: #eff1f3;
  color: #b0afa6;
}
.secondary *, .secondary .c-secondary {
  color: #b0afa6 !important;
}
.secondary .top-bar-section a {
  background-color: #eff1f3 !important;
  color: #b0afa6 !important;
}
.secondary a {
  color: #b0afa6;
}
.secondary a:hover {
  color: #98978b !important;
  text-decoration: underline !important;
}
.secondary a:hover * {
  color: #98978b !important;
  text-decoration: underline !important;
}
.secondary .active a {
  background-color: #ee3124 !important;
  color: white !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: #ee3124;
  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: white;
  float: left;
  transition: all .5s ease-in-out;
}
.menu-basico a:hover, .menu-basico a:active, .menu-basico a:focus {
  background-color: #cf1c10;
}
.menu-basico a.mb-seleccionado {
  background-color: #b7190e;
}
.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: #ee3124;
}
.menu-basico li ul li, .menu-basico li nav li {
  background: #ee3124;
  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;
}

a {
  color: #ee3124;
  outline: 0;
}
a:hover, a:focus, a:active {
  outline: 0;
  color: #b5bec7;
}
a:hover *, a:focus *, a:active * {
  color: #ee3124;
}
a span {
  color: #eff1f3;
}

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-volver, .btn-cancelar, .btn-fallo, .btn-primary, .btn-informacion, .button {
  font-family: "Ubuntu", sans-serif;
  transition: all .5s ease-in-out;
  background-color: #ee3124;
  color: white;
  border-color: transparent !important;
  border: none;
  box-shadow: 0 0 0;
  min-height: 2em;
  line-height: 1.3em;
  padding: .4em 1em .3em;
  font-weight: normal;
  display: inline-block;
  font-size: .9em;
  margin: 0 1em 0 0;
  box-shadow: none;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, .boton:hover, .btn-enviar:hover, .btn-guardar:hover, .btn-exito:hover, .btn-volver:hover, .btn-cancelar:hover, .btn-fallo:hover, .btn-primary:hover, .btn-informacion:hover, .button:hover {
  background-color: #f25e53;
  color: white;
}
input[type="button"]:active, input[type="submit"]:active, button:active, .boton:active, .btn-enviar:active, .btn-guardar:active, .btn-exito:active, .btn-volver:active, .btn-cancelar:active, .btn-fallo:active, .btn-primary:active, .btn-informacion:active, .button:active {
  background-color: #f25e53;
  color: white;
}
input[type="button"]:focus, input[type="submit"]:focus, button:focus, .boton:focus, .btn-enviar:focus, .btn-guardar:focus, .btn-exito:focus, .btn-volver:focus, .btn-cancelar:focus, .btn-fallo:focus, .btn-primary:focus, .btn-informacion:focus, .button:focus {
  color: white;
  background-color: #ee3124;
}

.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-volver, .ta-right .btn-cancelar, .ta-right .btn-fallo, .ta-right .btn-primary, .ta-right .btn-informacion, .ta-right .button {
  margin: 0 0 0 1em;
}

@media only screen and (max-width: 768px) {
  .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-volver, .ta-right .btn-cancelar, .ta-right .btn-fallo, .ta-right .btn-primary, .ta-right .btn-informacion, .ta-right .button {
    margin-bottom: .5em;
  }

  input[type="button"], input[type="submit"], button, .boton, .btn-enviar, .btn-guardar, .btn-exito, .btn-volver, .btn-cancelar, .btn-fallo, .btn-primary, .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 #cccccc;
  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: #53534b;
  display: inline !important;
  margin-right: 1em;
  font-size: 1em !important;
  margin-bottom: 0;
}

fieldset {
  /*border: none;
  padding: 0;*/
  padding: .5em 0;
  border-color: #cccccc;
}
fieldset legend {
  font-weight: normal;
  font-size: 1em;
  margin-left: 0.9375rem;
}

hr {
  border-color: #cccccc;
}

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;
}

tr.link-js:hover {
  background: #ee3124 !important;
  cursor: pointer;
}
tr.link-js:hover td.no-link-js {
  cursor: default;
}
tr.link-js:hover * {
  color: white;
}

.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: #ee3124;
  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: #eff1f3;
  font-size: inherit;
}

h1, .titulo-1, h2, .titulo-2, h3, .titulo-3, h4, .titulo-4, h5, .titulo-5, h6, .titulo-6 {
  font-family: "Ubuntu", 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: "Ubuntu", 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: #53534b;
}
ul.breadcrumbs li.current {
  color: #ee3124;
}

.icon {
  font-size: 1.5em;
  color: #eff1f3;
}

.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: #ee3124;
}

.c-secondary {
  color: #eff1f3;
}

.c-blanco {
  color: #fff;
}

.c-negro {
  color: #000;
}

.c-defecto {
  color: #53534b;
}

.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, .tabla-periodos .acciones .icon {
  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: 768px) {
  .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: 768px) {
  .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.45em;
}
.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: 768px) {
  .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: 768px) {
  .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: #ee3124;
}

.bc-secondary {
  border-color: #eff1f3;
}

.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: #ee3124;
}

.bg-primary-i {
  background-color: #ee3124 !important;
}

.background-color-secondary {
  background-color: #eff1f3;
}

.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: #ee3124;
}

.titulo-secondary {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #eff1f3;
}

div.exito, div.robertastico, div.fallo, 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.informacion *, div.informacion label {
  color: #fff;
}
div.exito div, div.robertastico div, div.fallo div, div.informacion div {
  font-weight: bold;
}

div.exito, div.robertastico {
  background-color: #7ac874;
  border-color: #57ba4f;
}

.c-exito, .c-robertastico {
  color: #7ac874;
}

div.fallo {
  background-color: #fe472f;
  border-color: #f91e01;
}

.c-fallo {
  color: #fe472f;
}

div.informacion {
  background-color: #fe9f2f;
  border-color: #f98701;
}

.c-informacion {
  color: #fe9f2f;
}

.paginacion {
  text-align: center;
}
.paginacion * {
  display: inline-block;
  list-style: none;
}
.paginacion .current, .paginacion .prev, .paginacion .next {
  background-color: #eff1f3;
  color: #b0afa6;
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
}
.paginacion .current *, .paginacion .current .c-secondary, .paginacion .prev *, .paginacion .prev .c-secondary, .paginacion .next *, .paginacion .next .c-secondary {
  color: #b0afa6 !important;
}
.paginacion .current .top-bar-section a, .paginacion .prev .top-bar-section a, .paginacion .next .top-bar-section a {
  background-color: #eff1f3 !important;
  color: #b0afa6 !important;
}
.paginacion .current a, .paginacion .prev a, .paginacion .next a {
  color: #b0afa6;
}
.paginacion .current a:hover, .paginacion .prev a:hover, .paginacion .next a:hover {
  color: #98978b !important;
  text-decoration: underline !important;
}
.paginacion .current a:hover *, .paginacion .prev a:hover *, .paginacion .next a:hover * {
  color: #98978b !important;
  text-decoration: underline !important;
}
.paginacion .current .active a, .paginacion .prev .active a, .paginacion .next .active a {
  background-color: #ee3124 !important;
  color: white !important;
}
.paginacion li {
  margin: 0 .5em;
}
.paginacion li a {
  background-color: #ee3124 !important;
  color: white;
  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 *, .paginacion li a .c-primary {
  color: white !important;
}
.paginacion li a .top-bar-section a {
  background-color: #ee3124 !important;
  color: white !important;
}
.paginacion li a a {
  color: white;
}
.paginacion li a a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.paginacion li a a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.paginacion li a .active a {
  background-color: #eff1f3 !important;
  color: #b0afa6 !important;
}
.paginacion li a:hover, .paginacion li a:active, .paginacion li a:focus {
  background-color: #eff1f3;
  color: #b0afa6;
}

.enlaces-primary a {
  background-color: #ee3124 !important;
  color: white;
}
.enlaces-primary a *, .enlaces-primary a .c-primary {
  color: white !important;
}
.enlaces-primary a .top-bar-section a {
  background-color: #ee3124 !important;
  color: white !important;
}
.enlaces-primary a a {
  color: white;
}
.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: #eff1f3 !important;
  color: #b0afa6 !important;
}
.enlaces-primary .active {
  background-color: #eff1f3;
  color: #b0afa6;
}
.enlaces-primary .active *, .enlaces-primary .active .c-secondary {
  color: #b0afa6 !important;
}
.enlaces-primary .active .top-bar-section a {
  background-color: #eff1f3 !important;
  color: #b0afa6 !important;
}
.enlaces-primary .active a {
  color: #b0afa6;
}
.enlaces-primary .active a:hover {
  color: #98978b !important;
  text-decoration: underline !important;
}
.enlaces-primary .active a:hover * {
  color: #98978b !important;
  text-decoration: underline !important;
}
.enlaces-primary .active .active a {
  background-color: #ee3124 !important;
  color: white !important;
}
.enlaces-primary .active a {
  background-color: #eff1f3;
  color: #b0afa6;
}
.enlaces-primary .active a *, .enlaces-primary .active a .c-secondary {
  color: #b0afa6 !important;
}
.enlaces-primary .active a .top-bar-section a {
  background-color: #eff1f3 !important;
  color: #b0afa6 !important;
}
.enlaces-primary .active a a {
  color: #b0afa6;
}
.enlaces-primary .active a a:hover {
  color: #98978b !important;
  text-decoration: underline !important;
}
.enlaces-primary .active a a:hover * {
  color: #98978b !important;
  text-decoration: underline !important;
}
.enlaces-primary .active a .active a {
  background-color: #ee3124 !important;
  color: white !important;
}

.enlaces-secondary a {
  background-color: #eff1f3;
  color: #b0afa6;
}
.enlaces-secondary a *, .enlaces-secondary a .c-secondary {
  color: #b0afa6 !important;
}
.enlaces-secondary a .top-bar-section a {
  background-color: #eff1f3 !important;
  color: #b0afa6 !important;
}
.enlaces-secondary a a {
  color: #b0afa6;
}
.enlaces-secondary a a:hover {
  color: #98978b !important;
  text-decoration: underline !important;
}
.enlaces-secondary a a:hover * {
  color: #98978b !important;
  text-decoration: underline !important;
}
.enlaces-secondary a .active a {
  background-color: #ee3124 !important;
  color: white !important;
}
.enlaces-secondary .active {
  background-color: #ee3124 !important;
  color: white;
}
.enlaces-secondary .active *, .enlaces-secondary .active .c-primary {
  color: white !important;
}
.enlaces-secondary .active .top-bar-section a {
  background-color: #ee3124 !important;
  color: white !important;
}
.enlaces-secondary .active a {
  color: white;
}
.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: #eff1f3 !important;
  color: #b0afa6 !important;
}
.enlaces-secondary .active a {
  background-color: #ee3124 !important;
  color: white;
}
.enlaces-secondary .active a *, .enlaces-secondary .active a .c-primary {
  color: white !important;
}
.enlaces-secondary .active a .top-bar-section a {
  background-color: #ee3124 !important;
  color: white !important;
}
.enlaces-secondary .active a a {
  color: white;
}
.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: #eff1f3 !important;
  color: #b0afa6 !important;
}

.tabla-1 {
  border: none;
  font-size: .75em;
}
.tabla-1 tr, .tabla-1 tr.even, .tabla-1 tr.alt, .tabla-1 tr:nth-of-type(2n) {
  border: 1px solid #eff1f3;
  border-left: none;
  border-right: none;
  background-color: #fff;
}
.tabla-1 tr td, .tabla-1 tr th, .tabla-1 tr.even td, .tabla-1 tr.even th, .tabla-1 tr.alt td, .tabla-1 tr.alt th, .tabla-1 tr:nth-of-type(2n) td, .tabla-1 tr:nth-of-type(2n) th {
  font-size: 1em;
}
.tabla-1 thead tr {
  border-top: none;
}

.fondo-gris {
  background-color: #eff1f3;
  min-height: 3.75em;
}

.contenedor-form {
  border-top: 1px solid #ee3124;
  border-bottom: 1px solid #ee3124;
}

.check-disabled {
  color: #b0afa6;
}

.tabla-periodos .acciones {
  text-align: right;
  white-space: normal;
}
.tabla-periodos .acciones .icon {
  float: right;
}
.tabla-periodos .acciones .btn-cancelar {
  color: #ee3124 !important;
}
.tabla-periodos .acciones a[disabled="disabled"] {
  background-color: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
  color: #53534b !important;
}

.c-gris {
  color: #A39B97;
}

.aviso-arquitectos {
  display: inline-block;
  border: 1px solid #a9a8a3;
}
.aviso-arquitectos > div {
  border: 1px solid #e2e2e0;
  padding: 0 1em;
  display: inline-block;
}
.aviso-arquitectos > div span.icon {
  float: left;
  margin: -0.1em 0.2em 0 0;
}
.aviso-arquitectos > div a {
  text-decoration: underline;
}

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: white;
}
header#header nav.tab-bar.primary .menu-icon span::after {
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
}
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;
}

footer#pie .row .columns div {
  border-top: 1px solid #cccccc;
  padding-top: 1em;
  padding-bottom: 1em;
}

.body-login {
  background-image: url("img/f-login.png");
  background-color: #ED493E;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  height: auto;
}
.body-login #contenido {
  padding: 0;
}
.body-login #contenido #flecha-login {
  margin-bottom: -1px;
  text-align: center;
  margin-top: 3em;
}
.body-login #contenido .contenedor-login {
  margin-top: 9em;
  margin-bottom: 2em;
}
.body-login #contenido .contenedor-login .login-central {
  background: #eff1f3;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: .5em;
}
.body-login #contenido .contenedor-login .login-central div#logotipo-login img {
  margin-bottom: 1em;
}
.body-login #contenido .contenedor-login .login-central form label {
  margin: 0;
  font-size: .9em !important;
}
.body-login #contenido .contenedor-login .login-central form input[type="text"] {
  margin: 0 0 .5em 0;
}
.body-login #contenido .contenedor-login .login-central form input[type="password"] {
  margin: 0;
}
.body-login #contenido .contenedor-login .login-central form input[type="submit"] {
  margin-top: 1em;
  margin-right: 0;
  border-bottom: 3px solid #f4746b !important;
  width: 100%;
  border-radius: 0;
  min-height: 2em;
}

@media only screen and (max-width: 768px) {
  .body-login #contenido {
    background-size: auto 100%;
  }
  .body-login #contenido .contenedor-login {
    margin-top: 5em;
  }
  .body-login #contenido .contenedor-login .login-central {
    box-shadow: none;
  }
}
.bg-secondary-i {
  background-color: #eff1f3 !important;
}

header#header > .top-bar.row {
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  height: auto;
  background-image: url("img/f-cabecera.png");
  background-repeat: no-repeat;
  background-position: center center;
}
header#header > .top-bar.row .top-bar-section ul.right {
  background-color: #fff;
}
header#header > .top-bar.row .top-bar-section ul.right li {
  background-color: #fff;
  color: #53534b;
  border-color: #53534b;
}
header#header > .top-bar.row .top-bar-section ul.right li a {
  background-color: #fff;
  color: #53534b;
}
header#header > .top-bar.row .top-bar-section ul.right li.has-dropdown > a::after {
  border-color: #cccccc transparent transparent;
  background-color: #fff;
}
header#header > .top-bar.row .top-bar-section ul.right li.has-dropdown > a span.icon {
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  height: .85em;
  line-height: 1em;
  margin: 0 0 -0.2em 0.3em;
  overflow: hidden;
  text-align: center;
  width: .85em;
  font-size: 2.1em;
}
header#header > .top-bar.row .top-bar-section ul.right li ul li a {
  line-height: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
}
header#header > .top-bar.row .top-bar-section ul.right li ul li a:hover {
  color: #ee3124;
}

aside.left-off-canvas-menu {
  height: 100% !important;
}
aside.left-off-canvas-menu ul.off-canvas-list {
  display: inline-block;
  width: 100%;
}
aside.left-off-canvas-menu ul.off-canvas-list li a {
  border-color: #fff;
  padding: .1rem .5rem;
}
aside.left-off-canvas-menu ul.off-canvas-list li ul {
  margin: 0;
}

nav.top-bar.secondary.row {
  height: auto;
}
nav.top-bar.secondary.row .menu-principal li {
  background-color: #eff1f3 !important;
}
nav.top-bar.secondary.row .menu-principal li a {
  border-bottom: 2px solid #fff;
  margin-bottom: -2px;
  line-height: 1em;
  padding-top: .5em;
  padding-bottom: 1em;
  transition: all .5s ease-in-out;
}
nav.top-bar.secondary.row .menu-principal li a div {
  transition: all .5s ease-in-out;
}
nav.top-bar.secondary.row .menu-principal li a[href="#"] {
  cursor: default;
}
nav.top-bar.secondary.row .menu-principal li a:hover {
  text-decoration: none !important;
  border-color: #ee3124;
}
nav.top-bar.secondary.row .menu-principal li a .icon {
  font-size: 2.5em;
  line-height: 1em;
}
nav.top-bar.secondary.row .menu-principal li.has-dropdown > a {
  padding-right: 15px !important;
}
nav.top-bar.secondary.row .menu-principal li.has-dropdown > a::after {
  border: none !important;
}
nav.top-bar.secondary.row .menu-principal li.active a {
  border-color: #ee3124;
  background-color: transparent !important;
  color: #ee3124 !important;
}
nav.top-bar.secondary.row .menu-principal li.active a .icon {
  color: #ee3124 !important;
}
nav.top-bar.secondary.row .menu-principal li.active ul li a {
  color: #b0afa6 !important;
  border: none;
}
nav.top-bar.secondary.row .menu-principal li ul {
  border-top: 2px solid #ee3124;
}
nav.top-bar.secondary.row .menu-principal li ul li a {
  color: #b0afa6 !important;
  border: none;
}
nav.top-bar.secondary.row .menu-principal li ul li a:hover {
  color: #ee3124 !important;
}

.breadcrumbs a {
  color: #b0afa6;
}

.btn-busqueda-avanzada {
  float: right;
  text-align: center;
  background-color: #eff1f3;
  font-size: .8em;
  cursor: pointer;
}
.btn-busqueda-avanzada div {
  display: inline-block;
  line-height: 2em;
}
.btn-busqueda-avanzada .icon {
  font-size: 2em;
  margin: 0 0 0 .5em;
  height: 1em;
  line-height: 1.1em;
  position: absolute;
}

label {
  font-size: .75rem !important;
}

.contenedor-busqueda-avanzada {
  display: none;
}
.contenedor-busqueda-avanzada.abierta {
  display: block;
}
.contenedor-busqueda-avanzada .busqueda-avanzada {
  background-color: #eff1f3;
  padding-bottom: 1em;
}

div.datepicker input[type="text"] {
  background-image: url("img/f-datepicker.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 2em;
  width: 100% !important;
  max-width: 10em !important;
}
div.datepicker input[type="text"]:hover, div.datepicker input[type="text"]:focus, div.datepicker input[type="text"]:active {
  background-position: right center;
  background-image: url("img/f-datepicker.png");
  background-repeat: no-repeat;
}
div.datepicker img {
  display: none;
}

.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: 62.5rem;
}

.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%;
}

.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: #cccccc;
}
.switch input:checked + label {
  background-color: #ee3124;
}

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: "Ubuntu", sans-serif;
}

.btn-enviar, .btn-guardar, .btn-exito {
  color: #fff !important;
  background-color: #7ac874 !important;
  text-transform: uppercase !important;
}

.btn-volver {
  color: #fefefe !important;
  background-color: #ccc !important;
  text-transform: uppercase !important;
}

.btn-cancelar, .btn-fallo {
  color: #53534b !important;
  background-color: #fff !important;
  border: 3px solid #cccccc !important;
  text-transform: uppercase !important;
  padding-top: .1em !important;
  padding-bottom: .1em !important;
}

.btn-primary {
  color: white !important;
  background-color: #ee3124 !important;
  border: 3px solid #ee3124 !important;
  text-transform: uppercase !important;
  padding-top: .1em !important;
  padding-bottom: .1em !important;
}

.btn-informacion {
  color: #fff !important;
  background-color: #fe9f2f !important;
}

.btn-blanco {
  background-color: transparent;
  padding-left: .5em;
  padding-right: .5em;
  text-transform: uppercase;
  font-size: .75em;
  line-height: 1.5em;
}
.btn-blanco .icon.c-primary {
  color: #ee3124;
}
.btn-blanco.active, .btn-blanco:focus, .btn-blanco:active, .btn-blanco:hover {
  background-color: #eff1f3;
  color: #b0afa6;
}
.btn-blanco.active *, .btn-blanco.active .icon.c-primary, .btn-blanco:focus *, .btn-blanco:focus .icon.c-primary, .btn-blanco:active *, .btn-blanco:active .icon.c-primary, .btn-blanco:hover *, .btn-blanco:hover .icon.c-primary {
  color: #b0afa6;
}

.boton, .btn-enviar, .btn-guardar, .btn-exito, .btn-volver, .btn-cancelar, .btn-fallo, .btn-primary, .btn-informacion, .button {
  font-size: .75rem !important;
}
.boton .icon, .btn-enviar .icon, .btn-guardar .icon, .btn-exito .icon, .btn-volver .icon, .btn-cancelar .icon, .btn-fallo .icon, .btn-primary .icon, .btn-informacion .icon, .button .icon {
  margin: -.1em .3em 0 0;
  float: left;
  font-size: 1.5rem !important;
  transition: all .5s ease-in-out;
}

h1, .titulo-1 {
  font-weight: 100;
  padding-bottom: .5em;
  border-bottom: 1px solid #eff1f3;
}

.titulo-1.borde-superior {
  padding-top: .5em;
  border-top: 1px solid #eff1f3;
}

ul.tabs li {
  display: inline-block;
  margin-right: .5em;
}
ul.tabs li a {
  font-family: "Ubuntu", sans-serif;
  transition: all .5s ease-in-out;
  background-color: #ee3124;
  color: white;
  border-color: transparent !important;
  border: none;
  box-shadow: 0 0 0;
  min-height: 2em;
  line-height: 1.3em;
  padding: .4em 1em .3em;
  font-weight: normal;
  display: inline-block;
  font-size: .9em;
  margin: 0 1em 0 0;
  box-shadow: none;
  text-transform: uppercase;
  border: 3px solid #cccccc !important;
  padding-top: .5em !important;
  padding-bottom: .5em !important;
  background-color: transparent;
  color: #53534b;
  font-size: .75em;
  margin: 0;
}
ul.tabs li a:hover {
  background-color: #f25e53;
  color: white;
}
ul.tabs li a:active {
  background-color: #f25e53;
  color: white;
}
ul.tabs li a:focus {
  color: white;
  background-color: #ee3124;
}
ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a:focus {
  border-color: #ee3124 !important;
  color: #ee3124;
  background-color: transparent;
}
ul.tabs li.active {
  padding-bottom: 7px;
  background-image: url("img/f-tab-active.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
ul.tabs li.active a {
  border-color: #ee3124 !important;
  color: white !important;
  background-color: #ee3124;
}

.titulo-icono {
  font-size: 1.2em;
  color: #b0afa6;
}
.titulo-icono .icon {
  font-size: 1.5em;
  color: inherit;
  margin: -.2em .5em 0 0;
  float: left;
}

h2, .titulo-2 {
  font-size: 1.2em;
  color: #b0afa6;
  margin: 0;
  padding: .5em 0;
  font-weight: 100;
  margin-top: 1em;
}

.btn-icon-left {
  position: relative;
  padding-left: 2.8em;
}
.btn-icon-left .icon {
  position: absolute;
  left: .5em;
}

#boton-subir {
  bottom: 3em;
  display: none;
  position: fixed;
  right: 2em;
  z-index: 999;
}
#boton-subir img {
  background-color: #b0afa6;
  padding: 1em 0.5em;
  border-radius: 0.5em;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-x: hidden;
}

.fileWrapper {
  background: url("/css/img/draganddrop.png") no-repeat scroll 50% 50%/230px auto #ececec;
  border: 1px solid #778789;
  border-radius: 15px;
  width: 100% !important;
  height: 180px !important;
  overflow: visible;
  margin-bottom: 3em !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: #778789;
  float: none !important;
  display: inline;
}
.fileWrapper .fileInputButton {
  display: none;
}
.fileWrapper .dragdrop-delete-file-js {
  cursor: pointer;
  margin-left: -1.5em;
  margin-right: 1em;
  color: #fe472f;
}

.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;
}

/*
Ejemplo de uso: @media only screen and (max-width: 768px){Estilos para dispositivo pequeño.}

.mostrar-movil => Se muestra únicamente en el móvil.
.ocultar-movil => Se oculta únicamente en el móvil.
.mostar-escritorio => Se muestra únicamente en el escritorio.
.ocultar-escritorio => Se oculta únicamente en el escritorio.
*/
@media only screen and (max-width: 768px) {
  .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: "#";
}

.borrar-imagen {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    z-index: 100;
}