@font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-Thin.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: normal;
    font-weight: 100;
  }

  @font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-ThinItalic.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: italic;
    font-weight: 100;
  }

  @font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-Light.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: normal;
    font-weight: 300;
  }

  @font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-LightItalic.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: normal;
    font-weight: 300;
  }

  @font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-Regular.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: normal;
    font-weight: 400;
  }

  @font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-Italic.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: italic;
    font-weight: 400;
  }

  @font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-Medium.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: normal;
    font-weight: 500;
  }

  @font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-MediumItalic.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: normal;
    font-weight: 500;
  }

  @font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-Bold.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: normal;
    font-weight: 700;
  }

  @font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-BoldItalic.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: normal;
    font-weight: 700;
  }

  @font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-Black.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: normal;
    font-weight: 900;
  }

  @font-face {
    font-family: Roboto;
    src: local("../fonts/Roboto-BlackItalic.ttf"), url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
    font-style: normal;
    font-weight: 900;
  }
  HTML {
    font-size: initial
  }
  body {
    font-size: calc(0.6em + 0.6vw);
    font-family: "Roboto", sans-serif;
  }

  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  UL {
    margin: 0;
    padding: 0;
  }

  .sin-fondo {
    background: none;
  }

  .fondo-rojo {
    background: #424b54 ; /*#d22630*/
  }

  .fondo-blanco {
    background: #ffffff;
  }
  .fondo-gris {
    background: #c3bfbf;
  }


  .display-none {
    display: none;
  }

  .display-block {
    display: block;
  }

  .display-inline {
    display: inline;
  }

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

  .oculto-visible-lectores{
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
  }
  .oculto-visible-lectores:focus{
    position: static;
    overflow: visible;
    top: 0;
    width: auto;
    height: auto;
  }
  .padding-0 {
    padding: 0;
  }

  .margin-0 {
    margin: 0;
  }

  .margin-padding-0 {
    margin: 0;
    padding: 0;
  }

  TABLE {
    width: 100%;
    border: 0;
    border-collapse: collapse;
  }

  TABLE TD,
  TABLE TH {
    border: 0;
  }

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

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

  .margin-general {
    margin: 1em;
  }

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

  .margin-bottom-doble {
    margin-bottom: 2em;
  }
  .margin-bottom-general {
    margin-bottom: 1em;
  }

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

  .padding-general {
    padding: 1em;
  }

  .estilo-boton {
    display: block;
    text-align: center;
    padding: 0.4em 0.5em;
  }

  .estilo-boton:hover {
    text-decoration: none;
  }

  .boton-redondeado {
    border-radius: 1.2em;
  }

  .clear-both {
    clear: both;
  }

  .position-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .position-relative {
    position: relative;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  #block-content-web {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    background: rgba(255, 255, 255, 0.73);
  }

  .esquinas-redondeadas {
    border-radius: 0.5em;
  }

  .estilo-redondo {
    border-radius: 50%;
  }

  .sin-borde {
    border-width: 0;
  }
  .con-borde {
    border-radius: 2rem;
    border-width: 3px ;
    border-style: solid;
  }
  .flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .flex-5 {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }

  .flex-10 {
    -webkit-box-flex: 10;
        -ms-flex: 10;
            flex: 10;
  }

  .flex-15 {
    -webkit-box-flex: 15;
        -ms-flex: 15;
            flex: 15;
  }

  .flex-20 {
    -webkit-box-flex: 20;
        -ms-flex: 20;
            flex: 20;
  }

  .flex-25 {
    -webkit-box-flex: 25;
        -ms-flex: 25;
            flex: 25;
  }

  .flex-30 {
    -webkit-box-flex: 30;
        -ms-flex: 30;
            flex: 30;
  }

  .flex-35 {
    -webkit-box-flex: 35;
        -ms-flex: 35;
            flex: 35;
  }

  .flex-40 {
    -webkit-box-flex: 40;
        -ms-flex: 40;
            flex: 40;
  }

  .flex-45 {
    -webkit-box-flex: 45;
        -ms-flex: 45;
            flex: 45;
  }

  .flex-50 {
    -webkit-box-flex: 50;
        -ms-flex: 50;
            flex: 50;
  }

  .flex-55 {
    -webkit-box-flex: 55;
        -ms-flex: 55;
            flex: 55;
  }

  .flex-60 {
    -webkit-box-flex: 60;
        -ms-flex: 60;
            flex: 60;
  }

  .flex-65 {
    -webkit-box-flex: 65;
        -ms-flex: 65;
            flex: 65;
  }

  .flex-70 {
    -webkit-box-flex: 70;
        -ms-flex: 70;
            flex: 70;
  }

  .flex-75 {
    -webkit-box-flex: 75;
        -ms-flex: 75;
            flex: 75;
  }

  .flex-80 {
    -webkit-box-flex: 80;
        -ms-flex: 80;
            flex: 80;
  }

  .flex-85 {
    -webkit-box-flex: 85;
        -ms-flex: 85;
            flex: 85;
  }

  .flex-90 {
    -webkit-box-flex: 90;
        -ms-flex: 90;
            flex: 90;
  }

  .flex-95 {
    -webkit-box-flex: 95;
        -ms-flex: 95;
            flex: 95;
  }

  .flex-100 {
    -webkit-box-flex: 100;
        -ms-flex: 100;
            flex: 100;
  }

  .flex-33 {
    -webkit-box-flex: 33;
        -ms-flex: 33;
            flex: 33;
  }

  .flex-66 {
    -webkit-box-flex: 66;
        -ms-flex: 66;
            flex: 66;
  }

  H1 {
    font-size: 1.5em;
  }

  H2 {
    font-size: 1.2em;
  }

  H3 {
    font-size: 1.1em;
  }

  .font-size-2em {
    font-size: 2em;
  }

  .font-size-17em {
    font-size: 1.7em;
  }

  .font-size-15em {
    font-size: 1.5em;
  }

  .font-size-13em {
    font-size: 1.3em;
  }

  .font-size-12em {
    font-size: 1.2em;
  }

  .font-size-1em {
    font-size: 1em;
  }

  .font-size-09em {
    font-size: 0.9em;
  }

  .font-size-08em {
    font-size: 0.8em;
  }

  .font-size-07em {
    font-size: 0.7em;
  }
  .font-size-06em {
    font-size: 0.6em;
  }
  i {
    font-size: 1.2em;
  }

  .estilo-boton {
    font-size: 1em;
    color: #3c3c3c;
    text-transform: uppercase;
    text-decoration: none;
  }

  UL {
    list-style-type: none;
  }

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

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

  A.text-decoration-underline:hover {
    text-decoration: none;
  }

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

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

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

  A {
    text-decoration: none;
  }

  A:hover {
    text-decoration: underline;
  }

  .color-negro {
    color: #020202;
  }

  .color-blanco {
    color: #ffffff;
  }

  .color-rojo {
    color: #770909;
  }

  .color-principal {
    color: #b5191c;
  }

  .color-secundario1 {
    color: #ffffff;
  }

  .color-secundario2 {
    color: #137413;
  }

  .color-secundario3 {
    color: #810909;
  }

  .color-secundario4 {
    color: #2e4759;
  }

  .texto-granate {
    color: #810909;
  }

  .texto-granate A {
    color: #810909;
  }

  .texto-gris {
    color: #707070;
  }

  .texto-gris A {
    color: #707070;
  }

  .texto-verde {
    color: #137413;
  }

  .texto-verde A {
    color: #137413;
  }

  .texto-azul {
    color: #2e4759;
  }

  .texto-azul A {
    color: #2e4759;
  }

  .borde-granate {
    border-color: #810909;
  }

  .borde-gris {
    border-color: #707070;
  }

  .borde-blanco {
    border-color: #ffffff;
  }

  .borde-verde {
    border-color: #137413;
  }

  .borde-rojo {
    border-color: #d22630;
  }

  .borde-granate {
    border-color: #810909;
  }

  .borde-azul {
    border-color: #2e4759;
  }

  .borde-mostaza {
    border-color: #746913;
  }

  .borde-rosa {
    border-color: #de4284;
  }

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

  .background-azul {
    background-color: #2e4759;
  }

  .background-verde {
    background-color: #137413;
  }

  .background-granate {
    background-color: #810909;
  }

  .boton-verde {
    background: #810909;
  }

  .boton-verde:hover {
    background: #137413;
  }

  .content-cabecera {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0 10vw;
    font-size: 0.85em;
    height:100px;
  }

  .content-cabecera > .content-logotipo,
  .content-cabecera .page-nav-header > .content-utilidades,
  .content-cabecera .page-nav-header > .profile-data {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .page-nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .content-cabecera > .page-nav-header {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .redondeado-logotipo {
    padding: 0 11px;
    background: #424b54;
    border-radius: 22px;
    margin-right: 0.5rem;
  }

  .con-borde-blanco {
    background-image: url(../images/fondoCabecera.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
  }

  .con-borde-rosa {
    background-image: url(../images/fondoCabeceraRosa.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
  }

  .content-menu-principal{
    flex: 6 1 auto;
  }
  .content-utilidades{
    flex: 1 1 auto;
  }
  .profile-data{
    flex: 1 1 auto;
  }
  .con-borde-blanco .content-menu-principal,
  .con-borde-blanco .content-utilidades,
  .con-borde-blanco .profile-data,
  .con-borde-rosa .content-menu-principal,
  .con-borde-rosa .content-utilidades,
  .con-borde-rosa .profile-data {
      margin-bottom: 25px;
  }

  .con-borde-blanco .content-utilidades A,
  .con-borde-rosa .content-utilidades A  {
    margin-left: 0.5em;
    display: inline-block;
    width: 2.3em
  }
  .con-borde-blanco .content-utilidades A IMG,
  .con-borde-rosa .content-utilidades A IMG {
    width: 100%;
    margin-top: 0.3em;
  }

  .menu-principal {
    -webkit-box-flex: 1;
    -ms-flex: auto;
        flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .menu-principal .punto-menu {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: 1 1 auto;
  }

  .menu-principal .punto-menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    font-size: 0.8em;
    margin: 0 0.5em;
  }

  .menu-principal .punto-menu a:hover {
    color: #000000;
  }

  .menu-principal .punto-menu.sel {
    color: #000000;
  }

  .menu-principal .punto-menu.sel a {
    color: #000000;
  }

  .profile-data {
    position: relative;
  }

  .profile-data A.dropdown-toggle {
    font-weight: bold;
    color: #ffffff;
    margin: 0 0.4em;
    padding-left: 0.3em;
  }

  .profile-data LI{
    padding-bottom: 3px;
  }

  .profile-data .dropdown-toggle:focus{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .profile-data LI:hover UL{
    /* display: block; */
  }
  .profile-data UL{
    /* display: none; */
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    min-width: 14em;
    left: initial;
    right: 0;

  }
  .profile-data UL LI{
    width: auto;
    background-color: #FFFFFF;
    min-width: 7.5em;
    padding: 0.3em 0.5em;
  }
  .profile-data UL LI A{
    color: #020202;
    font-weight: normal;
    min-width: 5em;
  }
  .profile-data UL.dropdown-menu>li>a:focus,
  .profile-data UL.dropdown-menu>li>a:hover {
    background-color: #d41217;
    color: #ffffff;
  }
  .contenido-pie {
    padding: 0 10vw;
    min-height: 200px;
  }

  .contenido-pie p {
    text-align: center;
    color: #FFFFFF;
    margin-top: 0;
    padding-top: 1em;
  }

  .tabla-gedico {
    border-radius: 2em;
    padding: 2em;
    border-width: 5px;
    border-style: solid;
    background-color: #ffffff;
  }
  .tabla-gedico.sin-borde {
    border: 0;
    padding: 0;
  }
  .tabla-gedico.borde-sencillo {
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  .tabla-gedico.borde-sencillo table{
    border: 1px solid #770909;

  }
  .tabla-gedico.borde-sencillo table TH{
    border-bottom: 1px solid #770909;
    color: #770909;
  }


  .tabla-gedico table {
    font-size: 1.1em;
    font-weight: bold;
    color: #020202;
  }

  .tabla-gedico table A {
    color: #020202;
    text-decoration: underline;
  }
  .tabla-gedico table A.boton-granate {
    color: #FFFFFF;
    text-decoration: none;
  }

  .tabla-gedico table A:hover {
    text-decoration: none;
  }

  .tabla-gedico table TH {
    border-bottom: 1px solid #3c3c3c;
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 0.7em;
  }

  .tabla-gedico table TD {
    padding: 0.5em;
  }

  .tabla-verde {
    border-color: #137413;
  }

  .tabla-verde TR:nth-child(2n + 2) {
    background: #d7e7d7;
  }

  .tabla-roja {
    border-color: #d22630;
  }

  .tabla-roja TR:nth-child(2n + 2) {
    background: #F9E0E1;
  }

  .tabla-gris {
    border-color: #707070;
  }
  .tabla-gris-sombra{
    border-width: 0;
      -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
  }

  .tabla-gris TR:nth-child(2n + 2) {
    background: #DDDDDD;
  }

  .tabla-azul {
    border-color: #2e4759;
  }

  .tabla-azul TR:nth-child(2n + 2) {
    background: #DFE3E5;
  }

  .tabla-naranja {
    /* border-color: #D26226; */
    border-color: #9D3700;

  }

  .tabla-naranja TR:nth-child(2n + 2) {
    background: #F6DFD3;
  }

  .tabla-area-privada table {
    font-size: 1.2em;
    font-weight: bold;
    color: #020202;
    border-width: 1px;
    border-style: solid;
  }

  .tabla-area-privada table A {
    color: #020202;
  }

  .tabla-area-privada table A:hover {
    text-decoration: none;
  }

  .tabla-area-privada table TH {
    text-transform: uppercase;
    padding: 0.8em;
    border-width: 1px;
    border-style: solid;
  }

  .tabla-area-privada table TD {
    padding: 0.8em;
    border-width: 1px;
    border-style: solid;
  }

  table .borde-gris {
    border-color: #810909;
  }

  table.color-gris,
  table .color-gris {
    color: #3c3c3c;
  }

  table.color-rojo,
  table .color-rojo {
    color: #770909;
  }

  table.color-verde,
  table .color-verde {
    color: #137413;
  }
  .tabla-rosa{
    width: 100%;
    overflow-x: auto;
    font-size: 0.8em;
  }

  .tabla-rosa table {
    border-color: #f6d2d4;
  }

  .tabla-rosa TH {
    background: #f6d2d4;
    border-color: #810909;
    color: #770909;
  }

  fieldset {
    border: 0;
    padding: 0;
    margin: 0;
  }

  .fila-campos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .fila-campos .flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .campos-vertical-invertidos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .campos-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fila-campos2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .flex-80 {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8;
  }

  .flex-60 {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
  }

  .flex-40 {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }

  .flex-20 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .formulario-general.con-borde {
    padding: 2em;

  }
  .formulario-general-contenido {
    padding: 0.5em 0.5em;
    background: #eaeaea;
    border: 0;
    border-radius: 0.4em;
  }
  .formulario-general .campos-con-bloque-rosa {
    background: #f6d2d4;
    padding: 1em;
    height: 100%;
    border: 1px solid #770909;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .formulario-general .campos-con-bloque-rosa .fila-campos {
    margin: 0.5em 0;
  }

  .formulario-general .campos-con-bloque-rosa label {
    text-align: left;
    font-size: 1.1em;
    color: #770909;
    font-weight: bold;
    text-transform: uppercase;
  }

  .formulario-general .campos-con-bloque-rosa input {
    border: 1px solid #810909;
  }

  .formulario-general .radios-linea {
    padding: 1em 0.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .formulario-general .radios-linea > div {
    width: 20%;
  }

  .formulario-general .radios-linea label {
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
  }

  .formulario-general .radios-linea input {
    width: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0.5em 0;
  }

  .formulario-general .estilos-etiqueta-fondo {
    background: #f6d2d4;
    text-align: center;
    font-size: 1.1em;
    color: #770909;
    font-weight: bold;
    padding: 0.6em 0 0 0;
    border-width: 0 1px 1px 0;
    border-style: solid;
    min-height: 2.5em;
    text-transform: uppercase;
  }

  .formulario-general .estilos-etiqueta-fondo.color-gris {
    color: #3c3c3c;
  }

  .formulario-general .estilos-etiqueta-fondo.text-align-right {
    text-align: right;
    padding-right: 1em;
  }

  .formulario-general input {
    width: 100%;
    border: 1px solid #555555;
    padding: 0.2em 0.2em;
  }
  .formulario-general .input-group-addon {
    border-color: #555555;
  }
  .formulario-general textarea {
    padding: 0.2em;
  }
  .formulario-general textarea {
    margin-bottom: 0.3em;
    border: 1px solid #555555;
  }
  .formulario-general textarea:focus {
    border-color: #18507D;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(24 80 125 / 60%);
  }
  .formulario-general input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;
    left: 20px;
  }
  .formulario-general .checkbox label{
    padding-left: 2em;
    line-height: 1.9em;
  }
  .formulario-general input[type="submit"],
  .formulario-general button[type="submit"] {
    width: auto;
    padding: 0.3em 0.5em;
    text-align: right;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
    background: #810909;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.3em 1em;
    border-radius: 4px;

  }
  .btn-default[disabled]{
    background: #181818 !important;
    color: #ffffff !important;
  }
  .boton-guardar-ficha{
    float: right;
    padding: 20px;
  }
  .formulario-general input[type="submit"]:hover,
  .formulario-general button[type="submit"]:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .formulario-general .caja-gris {
    min-height: 2em;
    text-align: center;
    padding: 0.8em;
    background: #f5f5f5;
  }

  .formulario-general .botones-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .formulario-general .botones-form > div {
    width: 50%;
  }
  .formulario-general .botones-form .boton-formulario-derecha {
    text-align: right;
  }
  .formulario-general .botones-form .boton-formulario-derecha.boton-unico {
    width: 100%;

  }
  /*Botones Cierre de Fase Gedico*/
  .boton-cerrar-fase{
    width: auto;
    padding: 0.3em 0.5em;
    text-align: left;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
    background: #0c3ba2;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.3em 1em;
    border-radius: 4px;
  }
  .boton-cerrar-fase:hover {
    font-size: 1.05em;
    color: white;
  }
.boton-cerrar-fase:focus {
  font-size: 1.05em;
  color: white;
}
.boton-abrir-fase{
  width: auto;
  padding: 0.3em 0.5em;
  text-align: left;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
  background: #03480b;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.3em 1em;
  border-radius: 4px;
}
.boton-abrir-fase:hover {
  font-size: 1.05em;
  color: white;
}
.boton-abrir-fase:focus {
  font-size: 1.05em;
  color: white;
}


  .formulario-general .form-control {
    border-color: #555555;
  }
  .formulario-general .form-control:focus {
    border-color: #18507D;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(24 80 125 / 60%)
  }

  .form-basico-horizontal #form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-basico-horizontal .form-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #770909;
  }
  .form-basico-horizontal .form-group label{
    background: #f6d2d4;
    font-size: 1.1em;
    color: #770909;
    font-weight: bold;
    padding: 0.6em 0 0 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    text-transform: uppercase;
    text-align: right;
    padding-right: 1em;
    display: block;
    margin-bottom: 0;
    flex: 30;
    max-width: 30%;
    line-height: 3em;
  }
  .form-basico-horizontal .form-group input,
  .form-basico-horizontal .form-group textarea,
  .form-basico-horizontal .form-group select{
    flex: 60;
    width: 80%;
    border: 1px solid #555555;
    padding: 0.2em 0.2em;
    margin: 1.3em;
    font-size: 1.1em;
    height: auto;
  }

  .form-basico-horizontal .form-group > select2 {
    flex: 60;
    width: 80%;
    border: 1px solid #555555;
    padding: 0.2em 0.2em;
    margin: 1.3em;
    font-size: 1.1em;
    height: auto;
}

  .select2-selection{
    flex: 60;
    padding: 1em !important;
    margin: 1.3em;
    width: 100%;
    border: 1px solid #555555 !important;
    padding: 0.2em 0.2em;
    font-size: 1.1em;
    height: 40px !important;
  }

  .select2-selection__arrow{
    position: absolute;
    top: 35% !important;
  }

  .select2-dropdown{
    margin-left: 1.3em;
  }

  .select2-selection__rendered{
    margin: -0.7em;
  }


  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #9e9e9e;
    height: 40px;
    border-radius: 4px;
  }

  .form-basico-horizontal .form-group .input-group {
    margin: 1em;
    flex: 65;
    width: 65%;
  }
  .form-basico-horizontal .form-group .input-group input,
  .form-basico-horizontal .form-group .input-group textarea,
  .form-basico-horizontal .form-group .input-group select {
    margin: 0;
    width: 100%;
  }
  .form-basico-horizontal .form-group .checkbox{
    width: 100%;
    margin: 0;
    position: relative;
  }
  .form-basico-horizontal .form-group .checkbox label{
    flex: 30;
    max-width: 30%
  }
  .form-basico-horizontal .form-group .checkbox input{
    position: absolute;
    left: 32%;
    width: 2em;
  }


  .formulario-test fieldset.estilo-test {
    background: #EBEBEB;
    border-radius: 1em;
    padding: 1em;
    margin-top: 3.5em;
    position: relative;
  }
  .formulario-test .categoria-title {
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 2em;
    padding-left: 0.8em;
    margin: 0.5em 0 1em 0;
    float: none;
    clear: both;
    width: 100%;
    color: #810909;
    border-bottom: 2px solid #810909;

  }
  .formulario-test fieldset.estilo-test .campos-derecha {
    float: right;
    width: 278px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .formulario-test fieldset label {
    display: none;
  }

  .formulario-test fieldset input {
    margin: 0 1em;
    width: auto;
  }

  .formulario-test legend:not(display-none) {
    float: left;
    margin-bottom: 0;
    width: calc(100% - 290px);
    border: none;
  }

  .formulario-test .campos-derecha > div {
    position: relative;
    width: 50px;
    text-align: center;
  }

  .formulario-test .emoji::after {
    content: "";
    position: absolute;
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;

    width: 40px;
    height: 40px;
    top: -66px;
    left: 6px;
  }

  .formulario-test .emoji-valor-5::after {
    background-image: url("../images/emoji_5.svg");
  }

  .formulario-test .emoji-valor-4::after {
    background-image: url("../images/emoji_4.svg");
  }

  .formulario-test .emoji-valor-3::after {
    background-image: url("../images/emoji_3.svg");
  }

  .formulario-test .emoji-valor-2::after {
    background-image: url("../images/emoji_2.svg");
  }

  .formulario-test .emoji-valor-1::after {
    background-image: url("../images/emoji_1.svg");
  }
  .formulario-test .boton-test{
    margin-top: 1em;
  }

.caja-gris {
    border: 1px solid #aaaaaa;
  }
  .botones-acciones {

  }
  .boton-granate {
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
    background: #810909;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.3em 1em;
    border-radius: 4px;
    display: inline-block;
  }
  .boton-granate:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    color: #FFFFFF;
    text-decoration: none;
    /* background: #d41217; */
  }
  .enlaces .boton-granate:focus,
  .boton-granate:focus {
    color: #ffffff;
  }
  .boton-atras,
  .tabla-gedico table .boton-atras {
    border: 2px solid #810909;
    -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
    background: none;
    color: #810909;
    padding: 0.4em 1em;
    border-radius: 4px;
    display: inline-block;
    padding-left: 1em;
    text-decoration: none;
  }
  .boton-atras::before {
    content: "<<";
    color: #810909;
    padding-right: 0.4em;

  }
  .boton-atras:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    color: #810909;
    text-decoration: none;
    /* background: #d41217; */
  }


  .boton-siguiente,
  .tabla-gedico table .boton-siguiente {
    border: 2px solid #810909;
    -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
    background: none;
    color: #810909;
    padding: 0.3em 1em;
    border-radius: 4px;
    display: inline-block;
    padding-left: 1em;
    text-decoration: none;
  }
  .boton-siguiente::after {
    content: ">>";
    color: #810909;
    padding-right: 0.4em;

  }
  .boton-siguiente:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    color: #810909;
    text-decoration: none;
    /* background: #d41217; */
  }




  .boton-blanco,
  .tabla-gedico table .boton-blanco {
    border: 2px solid #810909;
    -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
    background: #FFFFFF;
    color: #810909;
    padding: 0.3em 1em;
    border-radius: 4px;
    display: inline-block;
    padding-left: 1em;
    text-decoration: none;
  }
  .boton-blanco:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    color: #810909;
    text-decoration: none;
    /* background: #d41217; */
  }

  .boton-verde,
  .tabla-gedico table .boton-verde {
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
    background: #137413;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.3em 1em;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
  }
  .boton-verde:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    color: #FFFFFF;
    text-decoration: none;
    /* background: #d41217; */
  }

  .boton-rojo,
  .tabla-gedico table .boton-rojo {
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.16);
    background: #d22630;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.3em 1em;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
  }
  .boton-rojo:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    color: #FFFFFF;
    text-decoration: none;
    /* background: #d41217; */
  }


.tabla-gedico input[type="file"] {
  width: 200px;
}



  .contenedor-imagen {
    width: auto;
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    padding: 0.2em 0.3em;
    margin:0.3em;
  }

  .imagen-logotipo-cabecera {
   background: url("../images/X-TALENTO_emprende-Fundacion_ONCE_logo.svg") no-repeat top left;
    width: 20em;
    height: 3.5em;
    background-size: contain;
  }

  .imagen-logotipo-pie {
    /* background: url("../images/X_talento_emprende-fundacion_ONCE-logotipo_pie.svg") no-repeat top left; */

  }
  .imagen-logotipo-pie IMG{
    width: 20.93em;
  }

  .imagen-logotipos-eu {
    /* background: url("../images/eu.jpg") no-repeat top left; */
    width: 10em;
    height: 7.9em;
    background-size: contain;
  }
  .imagen-logotipos-eu img {
    width: 10em;
  }
  .imagen-logotipos-fse {
    /* background: url("../images/fse.jpg") no-repeat top left; */
    width: 10em;
    height: 7.9em;
    background-size: contain;
  }
  .imagen-logotipos-fse img {
    width: 10em;
  }
  .imagen-logotipos-inserta {
    /* background: url("../images/inserta.png") no-repeat top left; */
    width: 10em;
    height: 7.9em;
    background-size: contain;
  }
  .imagen-logotipos-inserta img {
    width: 10em;
  }

  .contenido {
    min-height: calc(60vh - 144px);
    padding: 1.5vh 5vw;
    margin-top: 2em;
    margin-bottom: 5em;
  }

  H1 {
    color: #770909;
    font-size: 2em;
  }
  H2 {
    color: #770909;
    font-size: 1.5em;
    font-weight: bold;
  }
  .enlaces-con-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 2em;
  }

  .enlaces {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 1em;
  }
  .enlaces.margin-bottom-general {
    margin-bottom: 1em;
  }
  .enlaces A {
    text-decoration: none;
  }

  .enlaces A:hover {
    text-decoration: none;
    color: #FFFFFF;
  }

  .enlaces.enlaces-derecha {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .enlaces.enlaces-derecha A{
    margin-left: 1em;
  }

  .espacio-pestanias {
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
  }

  .pestanias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .pestanias LI {
    padding: 0;
    margin: 0 1px 0 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .pestanias.pasos-create li.sel {
    margin-top: 3px;
    margin-bottom: -3px;
    position: relative;
  }
  .pestanias.pasos-create li A {
    color: #ffffff;
    background: #810909;
    cursor: pointer;
  }
  .pestanias H1,
  .pestanias H2,
  .pestanias H3,
  .pestanias span {
    font-size: 1em;
    font-weight: bold;
    display: block;
    color: #ffffff;
    padding: 0.7em 2em;
    margin: 0 0 0 2em;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
    border-width: 3px 3px 0 3px;
    border-style: solid;
    text-decoration: none;
    -webkit-text-decoration: dotted;
            text-decoration: dotted;
  }

    .pestanias-granates H1,
    .pestanias-granates H2,
    .pestanias-granates H3,
    .pestanias-granates span {
      background: #810909;
    }

    .pestanias-gris H1,
    .pestanias-gris H2,
    .pestanias-gris H3,
    .pestanias-gris span {
      background: #707070;
    }

    .pestanias-granates span.display-none {
      display: none;
    }
    .pestanias-rojas H1,
    .pestanias-rojas H2,
    .pestanias-rojas H3,
    .pestanias-rojas span {
        background: #d22630;
    }
    .pestanias-rojas span.display-none {
      display: none;
    }

    .pestanias-azules H1,
    .pestanias-azules H2,
    .pestanias-azules H3,
    .pestanias-azules span {
      background: #2e4759;
    }
    .pestanias-azules span.display-none {
      display: none;
    }
    .pestanias-naranjas H1,
    .pestanias-naranjas H2,
    .pestanias-naranjas H3,
    .pestanias-naranjas span {
      /* background: #D26226; */
      background: #9D3700;
    }
    .pestanias-naranjas span.display-none {
      display: none;
    }
    .pestanias-verdes H1,
    .pestanias-verdes H2,
    .pestanias-verdes H3,
    .pestanias-verdes span {
      background: #137413;
    }
    .pestanias-verdes span.display-none {
      display: none;
    }


  .pestanias A {
    font-size: 1em;
    font-weight: bold;
    color: #3c3c3c;
    display: block;
    padding: 0.7em 2em;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
    border-width: 3px 3px 0 3px;
    border-style: solid;
    text-decoration: none;
    -webkit-text-decoration: dotted;
            text-decoration: dotted;
    cursor: help;
  }
  .pestanias A[href="#"] {
    border-color: #3c3c3c;
    color: #3c3c3c;
  }
  .pestanias A[href="#"]:hover{
    background-color: #aaaaaa;
  }

  .pestanias .AP::before {
    content: "AP";
  }
  .pestanias .AA::before {
    content: "AA";
  }
  .pestanias .CP::before {
    content: "CP";
  }
  .pestanias .AE::before {
    content: "AE";
  }
  .pestanias .PV::before {
    content: "PV";
  }
  .pestanias .PO::before {
    content: "PO";
  }
  .pestanias .PM::before {
    content: "PM";
  }
  .pestanias .EF::before {
    content: "EF";
  }
  .pestanias .S::before {
    content: "S";
  }
  .pestanias .CERRAR::before {
    content: "C";
  }

  .pestanias .ME::before {
    content: "ME";
  }
  .pestanias .PV::before {
    content: "PV";
  }
  .pestanias .PE::before {
    content: "PE";
  }
  .pestanias .L::before {
    content: "L";
  }
  .pestanias .PA::before {
    content: "AD";
  }
  .pestanias-verdes A {
    border-color: #137413;
  }
  .pestanias-verdes A:hover {
    background: #137413;
    color: #ffffff;
  }

  .pestanias-verdes LI.sel A {
    background: #137413;
    color: #ffffff;
  }

  .pestanias-rojas A {
    border-color: #d22630;
  }

  .pestanias-rojas A:hover {
    background: #d22630;
    color: #ffffff;
  }

  .pestanias-rojas LI.sel A {
    background: #d22630;
    color: #ffffff;
  }

  .pestanias-granates A,
  .pestanias span.estilo-pestania  {
    border-color: #810909;
  }

  .pestanias-granates A:hover {
    background: #810909;
    color: #ffffff;
  }

  .pestanias-granates LI.sel A,
  .pestanias li.sel span.estilo-pestania  {
    background: #810909;
    color: #ffffff;
  }
  .pestanias-granates span.estilo-pestania {
    background: #810909;
    color: #FFFFFF;
    margin-left: 0.2em;
  }
  .pestanias-granates LI.sel span.estilo-pestania {
    background: #ffffff;
    margin-bottom: -2px;
    color: #810909;
    margin-left: 0.2em;
  }

  .pestanias-granates LI.desactivado span.estilo-pestania {
    background: #e0e0e0;
    color: #333333;
    border-color: #e0e0e0;
  }
  .pestanias-naranjas A {
    /* border-color: #D26226; */
    border-color: #9D3700;
  }

  .pestanias-naranjas A:hover {
    /* background: #D26226; */
    background: #9D3700;
    color: #ffffff;
  }

  .pestanias-naranjas LI.sel A {
    /* background: #D26226; */
    background: #9D3700;
    color: #ffffff;
  }
  .pestanias-naranjas span.estilo-pestania {
    /* background: #D26226; */
    background: #9D3700;
    color: #FFFFFF;
    margin-left: 0.2em;
  }

  .pestanias-naranjas LI.sel span.estilo-pestania {
    background: #ffffff;
    /* color: #D26226; */
    color: #9D3700;
    margin-left: 0.2em;
    /* border-color: #D26226; */
    border-color: #9D3700;
  }

  .pestanias-naranjas LI.desactivado span.estilo-pestania {
    background: #e0e0e0;
    color: #333333;
    border-color: #e0e0e0;
  }
  .pestanias-naranjas.pasos-create li A {
    /* background: #D26226; */
    background: #9D3700;
    color: #ffffff;
    cursor: pointer;
  }

  .pestanias-azules A {
    border-color: #2e4759;
  }

  .pestanias-azules A:hover {
    background: #2e4759;
    color: #ffffff;
  }

  .pestanias-azules LI.sel A {
    background: #2e4759;
    color: #ffffff;
  }

  .texto-granate {
    color: #810909;
  }

  .texto-granate A {
    color: #810909;
  }
  .texto-naranja {
    /* color: #D26226; */
    color: #9D3700;
  }

  .texto-naranja A {
    /* color: #D26226; */
    color: #9D3700;
  }

  .total P {
    margin: 0;
    padding: 0;
  }

  .total P A {
    font-weight: bold;
    font-size: 1em;
    color: #3c3c3c;
    display: block;
    padding: 0.7em 2em;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
    border-width: 3px 3px 0 3px;
    border-style: solid;
    text-decoration: none;
  }

  .total-granate A {
    border-color: #810909;
  }

  .total-granate A:hover {
    background: #810909;
    color: #ffffff;
  }

  .total-granate P.sel A {
    background: #810909;
    color: #ffffff;
  }

  .total-invetido {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 2em;
  }

  .total-invetido P {
    margin: 0;
    padding: 0;
  }

  .total-invetido P SPAN {
    font-weight: bold;
    font-size: 1.2em;
    color: #3c3c3c;
    display: block;
    padding: 0.5em 2em;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-width: 0 3px 3px 3px;
    border-style: solid;
    text-decoration: none;
  }
  .total-invetido span A{
    color: #FFFFFF;
  }
  .total-invertido-granate P SPAN {
    background: #810909;
    color: #ffffff;
  }
  .total-invertido-rojo P SPAN {
    background: #d22630;
    color: #ffffff;
  }


  .total-invertido-verde P SPAN {
    background: #137413;
    color: #ffffff;
  }
  .total-invertido-naranja P SPAN {
    /* background: #D26226; */
    background: #9D3700;
    color: #ffffff;
  }
  .total-invertido-azul P SPAN {
    background: #2e4759;
    color: #ffffff;
  }

  .bloque-cuadrado {
    border: 1px solid;
  }

  .bloque-cuadrado.border-right-0 {
    border-right: 0;
  }

  .bloque-cuadrado H2,
  .bloque-cuadrado P {
    padding-left: 0.5em;
  }


  .borde-granate {
    border-color: #810909;
  }

  .borde-naranja {
    /* border-color: #D26226; */
    border-color: #9D3700;
  }

  .borde-blanco {
    border-color: #ffffff;
  }

  .foto-perfil {
    max-width: 138px;
    width: 138px;
  }

  .foto-perfil IMG {
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
  }

  .foto-perfil .contenedor-imagen {
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
  }

  .imagen-sobre-contenido IMG {
    float: left;
    margin: 0.5em 1em -0.5em 0;
    position: relative;
  }

  .imagen-sobre-contenido .contenedor-imagen {
    float: left;
    margin: 0.5em 1em -0.5em 0;
    position: relative;
  }

  .titulo-mediano {
    font-size: 1.5em;
  }

  .acciones-emprendedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2em;
  }

  .desacarga-pdf img {
    width: 2em;
  }

/******************** Ajustes Moviles ******************/
/* Para menú */
.open-close-menu {
  display: none;
  border: 1px solid #a51a1d;
  background-color: #e63e42;
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-image: none;
  border-radius: 4px;
}
.open-close-menu:focus,
.open-close-menu:hover {
  background-color: #e63e42;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.open-close-menu .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff8f8;
}
.open-close-menu .icon-bar+.icon-bar {
  margin-top: 4px;
}
/*  MENSAJES
  =========================================================================
  Estilos para el apartado de mensajes
------------------------------------------------------------------------- */
.titulo-modal {
  font-size: 1.2em;
  font-weight: 500;
  color: #770909;
  border-bottom: 0;
  text-align: center;
}
.txt-destinatarios-modal {
  color: #020202;
  font-weight: 500;
  /* border-bottom: 1px solid #707070; */
  border-bottom: 0;
}
.content-destinatarios-modal {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
  border: 1px solid #810909;
  background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 30%, #810909 30%, #810909 calc(30% + 1px), #ffffff calc(30% + 1px), #ffffff 100%);
}
.bloque-destinatarios-modal {
  margin-bottom: 0em;
}
.checks-destinatarios INPUT {
  margin-right: 0.3em;
}
.bloque-destinatarios-modal legend {
  font-size: 1em;
  font-weight: normal;
  border-bottom: 1px solid #810909;
  cursor: pointer;
  margin-bottom: 0;
  width: 30%;
  position: absolute;
  left: 0;
  line-height: calc(2em - 1px);
  height: 2em;
  padding-left: 1em;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.bloque-destinatarios-modal legend.sel {
  background: #eeeeee;
}
.bloque-modal-1 legend {
  top: 0px;
}
.bloque-modal-2 legend {
  top: 2em;
}
.bloque-modal-3 legend {
  top: 4em;
}
.bloque-modal-4 legend {
  top: 6em;
}
.bloque-modal-5 legend {
  top: 8em;
}
.bloque-modal-6 legend {
  top: 10em;
}
.bloque-modal-7 legend {
  top: 12em;
}
.bloque-modal-8 legend {
  top: 14em;
}
.bloque-modal-9 legend {
  top: 16em;
}
.bloque-modal-10 legend {
  top: 18em;
}
.bloque-modal-11 legend {
  top: 20em;
}
.bloque-modal-12 legend {
  top: 22em;
}
.bloque-modal-13 legend {
  top: 24em;
}

.bloque-destinatarios-modal .bloque-checks{
  margin-left: 31%;
  padding: 0.5em 0.3em;
}
.bloque-destinatarios-modal label{
  font-weight: normal;
  font-size: 0.9em;
}

.lista-destinatarios-modal {
  padding-left: 1em;
  margin-bottom: 2em;
}
.lista-destinatarios-modal UL,
.lista-destinatarios-modal P {
  display: inline;
}
.lista-destinatarios-modal LI {
  display: inline-block;
  background: #eeeeee;
  border-radius: 0.3em;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
}

.txt-mensaje-modal label {
  color: #020202;
  font-weight: 500;
  /* border-bottom: 1px solid #707070; */
  display: block;
  margin-bottom: 1em;
  font-size: 1.17489em;
}
.txt-mensaje-modal textarea {
  margin-bottom: 0.3em;
  border: 1px solid #555555;
}
.txt-mensaje-modal textarea:focus {
  border-color: #18507D;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(24 80 125 / 60%);
}

.button-modal {
  font-size: 0.8em;
}


.lista-mensajes,
.detalle-mensajes {
  width: 100%;
  height: 60vh;
  overflow-y: auto;
  margin-bottom: 2em;
}
.lista-mensajes .conversacion {
  display: block;
  width: 100%;
  padding: 0.4em;
  border-bottom: 1px solid #707070;
  color: #020202;
}
.lista-mensajes .conversacion.activa {
  background-color: #c3bfbf;
}
.lista-mensajes .conversacion {
  color: #020202;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 0.8em;
  cursor: pointer;




}

.lista-mensajes .conversacion a:hover {
  text-decoration: none;
}

.lista-mensajes .conversacion .lista-mensajes-imagen{
  vertical-align: middle;
  width: 20%;
}

.lista-mensajes .conversacion .lista-mensajes-imagen-varios-usuarios IMG:nth-child(n) {
  margin-left: -61%;
  z-index: 15;
}
.lista-mensajes .conversacion .lista-mensajes-imagen-varios-usuarios IMG:nth-child(2){
  margin-left: 0;
  z-index: 10;
}

.lista-mensajes .conversacion .lista-mensajes-contenido {
  width: 80%;
}

.lista-mensajes .conversacion .lista-mensajes-imagen img {
  border-radius: 50%;
  max-width: 100px;
  width: 80%;
}
.lista-mensajes .conversacion .lista-mensajes-imagen-varios-usuarios IMG {
  position: relative;
  width: 67%;
}
.lista-mensajes .conversacion .lista-mensajes-destinatarios-fecha {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lista-mensajes .conversacion .lista-mensajes-destinatarios {
  width: 70%;
  display: block;
  font-size: 1.1em;
  color: #770909;
  font-weight: bold;
}

.lista-mensajes .conversacion .lista-mensajes-fecha{
  width: 30%;
  display: block;
  text-align: right;
  font-weight: normal;

}
.message-block {
  position: relative;
  height: 100%;
}
.lista-mensajes .conversacion .lista-mensajes-texto{
  font-size: 1.05em;
}

.area-conversacion-box {
  padding: 1em;
  font-size: 0.8em;
  height: calc(100% - 7.5em);
  overflow-y: auto;
}


.area-conversacion-box .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area-conversacion-box .message.me {
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
      flex-flow: row-reverse wrap;
}

.area-conversacion-box .message IMG {
  width:10%;
  border-radius: 50%;
  border: 1px solid #707070;
}
.area-conversacion-box .message-content-message-date {
  width: 88%;
}
.area-conversacion-box .message .message-content-message-date .message-content-message {
  border: 1px solid #e0e1e2;
  background: #ffffff;
  border-radius: 2em 2em 2em 0;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  padding: 1em;
  margin-bottom: 0.8em;
  color: #020202;
}
.area-conversacion-box .message.me .message-content-message-date .message-content-message {
  background: #f3d3d5;
  border-radius: 2em 2em 0 2em;
  border: 0;
  box-shadow: 0 6px 12px rgba(0,0,0,.075);
}

.area-conversacion-box .message .message-content-message-date .message-content-date {
  font-size: 0.8em;
  color: #666;
}
.area-conversacion-box .message.me .message-content-message-date .message-content-date {
  text-align: right;
}


.area-send-message {
  position: absolute;
  bottom: 0;
  height: 5.5em;
  width: 100%;
  padding: 0.1em 0.5em 0 0.5em;
}
.area-send-message button {
  font-size: 0.8em;
  text-align: right;
}
.area-send-message textarea {
  font-size: 0.75em;
  margin-bottom: 0.3em;
}
.area-send-message textarea {
  margin-bottom: 0.3em;
  border: 1px solid #555555;
}
.area-send-message textarea:focus {
  border-color: #18507D;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(24 80 125 / 60%);
}
.boton-nueva-conversacion::before {
  content: "Nueva conversación";
}


/*
 * Agenda
 * ----------------------------------------------------------------------------- */

.boton-nuevo-evento::before {
  content: "Nuevo evento";
}
.agenda-calendario {
  width: 100%;
  overflow-y: auto;
  position: relative;
}
.agenda-calendario caption {
  background: #810909;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
.agenda-calendario table {
  border: 0;
  width: 100%;
  background: #ffffff;
  border-collapse: collapse;
  empty-cells: show;
}
.agenda-calendario table td,
.agenda-calendario table th {
  border: 1px solid #810909;
  text-align: center;
}
.agenda-calendario table th {
  background: #dddddd;
}
.agenda-calendario table a {
  color: #770909;
  font-weight: bold;

}
.agenda-calendario-retroceder-mes,
.agenda-calendario-avanzar-mes {
  position: absolute;
}
.agenda-calendario-retroceder-mes {
  top: 0;
  left: 0;
}
.agenda-calendario-avanzar-mes {
  top: 0;
  right: 0;
}
.agenda-calendario-retroceder-mes a,
.agenda-calendario-avanzar-mes a {
  font-weight: 500;
  font-size: 1.1em;
  color: #ffffff;
  text-decoration: none;
  padding: 0.3em 1em 0;
  display: inline-block;
}
.agenda-calendario-retroceder-mes a:hover,
.agenda-calendario-avanzar-mes a:hover {
  text-decoration: none;
}
.agenda-lista-eventos P{
  text-align: center;
  margin: 2em 0;
}
.agenda-evento {
  border-bottom: 1px solid #707070;
  padding: 1em;
}
.agenda-evento:last-child {
  border-bottom: 0;
}
.agenda-evento-tipo-evento {
    display: block;
    font-size: 1.1em;
    color: #770909;
    font-weight: bold;
    margin-bottom: 1em;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.agenda-evento-detalle {

}
.agenda-evento-date{
  text-align: right;
  font-size: 0.8em;
  color: #666666;
  font-weight: normal;
}


/*
 * Sidebar [INICIO]
 * ----------------------------------------------------------------------------- */

.navbar-default.sidebar .dropdown-menu>li>a
{
    color: white;
}

.no-gutters
{
    padding: 0 !important;
    overflow-x: hidden !important;
}


.innovative-container .main-container
{
    width: auto !important;
}

@media (max-width: 768px) {
    .navbar-fixed-side {
        margin-left:-15px;
        margin-right: -15px
    }
}

@media (min-width: 768px) {
    .navbar-fixed-side {
        position:fixed;
        margin: 0 -15px;
        height: 100vh;
        width: inherit;
        overflow: auto;
        border-top-width: 0;
        border-bottom-width: 0;
        border-radius: 0
    }

    .navbar-fixed-side .container,.navbar-fixed-side .container-fluid {
        width: auto;
        padding-left: 0;
        padding-right: 0
    }

    .navbar-fixed-side .navbar-header {
        float: none
    }

    .navbar-fixed-side .navbar-brand {
        height: auto
    }

    .navbar-fixed-side>.container .navbar-brand,.navbar-fixed-side>.container-fluid .navbar-brand {
        margin-left: 0
    }

    .navbar-fixed-side .navbar-collapse {
        width: 100%;
        /*
        border-top: 1px solid #e7e7e7
        */
    }

    .navbar-fixed-side .navbar-nav {
        float: none;
        margin: 0 -15px
    }

    .navbar-fixed-side .navbar-nav>li {
        float: none
    }

    .navbar-fixed-side .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        /*
        border-bottom: 1px solid #e7e7e7
        */
    }

    .navbar-fixed-side .navbar-form {
        margin: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px;
        /*
        border-bottom: 1px solid #e7e7e7
        */
    }

    .navbar-fixed-side .navbar-text {
        float: none;
        margin-left: 0;
        margin-right: 0
    }

    .navbar-fixed-side .navbar-left,.navbar-fixed-side .navbar-right {
        float: none !important
    }

    .navbar-fixed-side .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        /*
        border-bottom: 1px solid #e7e7e7
        */
    }

    .navbar-fixed-side .navbar-nav .dropdown-menu>li>a,.navbar-fixed-side .navbar-nav .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-fixed-side .navbar-nav .dropdown-menu>li>a {
        /* line-height:20px; */
        /* color: #777; */
    }

    .navbar-fixed-side .navbar-nav .dropdown-menu>li>a:hover,.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:focus {
        background-image: none;
        color: black;
    }

    .navbar-fixed-side .navbar-nav .dropdown-menu>.active>a {
        /*
        background-color: #e7e7e7;
        color: #555
        */
    }

    .navbar-fixed-side .navbar-nav>li>a:hover,.navbar-fixed-side .navbar-nav>li>a:focus,.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:hover,.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:focus {
        /*
        background-color: #f0f0f0;
        color: #333
        */
    }

    .navbar-fixed-side .dropdown>.dropdown-toggle,.navbar-fixed-side .dropdown-menu>.dropdown-header {
        /*
        background-color: transparent !important;
        color: #9d9d9d !important;
        */
        cursor: default;
        font-size: 0.8em;
        text-transform: uppercase;
        border-bottom: none;
        padding-bottom: 0
    }

    .navbar-fixed-side .dropdown-toggle .caret {
        display: none
    }

    .navbar-fixed-side .dropdown-menu {
        display: block
    }

    .navbar-fixed-side.navbar-inverse .navbar-collapse,.navbar-fixed-side.navbar-inverse .navbar-nav>li>a,.navbar-fixed-side.navbar-inverse .navbar-form,.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu {
        border-color: #363636
    }

    .navbar-fixed-side.navbar-inverse .divider {
        background-color: #363636
    }

    .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>.active>a {
        background-color: #090909;
        color: #fff
    }

    .navbar-fixed-side.navbar-inverse .navbar-nav>li:not(.active)>a:hover,.navbar-fixed-side.navbar-inverse .navbar-nav>li:not(.active)>a:focus,.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li:not(.active)>a:hover,.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li:not(.active)>a:focus {
        background-color: #2f2f2f;
        color: #fff
    }

    .navbar-fixed-side.navbar-inverse .dropdown>.dropdown-toggle {
        color: #777777 !important
    }
}
/* Sidebar [FIN] --------------------------------------------------------------- */

.align-tablas-home{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.8em;
  }

.align-tablas-home .contenido-tablas-datos{
  flex: 48%;
  width: 48%;
  margin-right: 1.9%;
  margin-top: 2em;
}
.align-tablas-home .contenido-tablas-datos .tabla-gedico table {
  font-weight: normal;
  min-height: 85%;
}
.align-tablas-home .contenido-tablas-datos .tabla-gedico{
  min-height: 85%;
}
.error-formulario {
  margin: 1rem 0;
  border-radius: 3px;
  background: #FFCDD2;
  border: solid #d41217;
  border-width: 0 0 0 6px;
  color: #73000c;

}
.warning-formulario {
  margin: 1rem 0;
  border-radius: 3px;
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0 0 0 6px;
  color: #6d5100;
}
.success-formulario {
  margin: 1rem 0;
  border-radius: 3px;
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0 0 0 6px;
  color: #224a23;
}
.message-form{
  padding: 1rem 1.5rem;
}
.message-form P{
  margin-bottom: 0;
}
.message-form A{
  text-decoration: underline;
  font-weight: bold;
}
.warning-formulario A{

  color: #6d5100;
}
.success-formulario A{
  color: #224a23;
}
.error-formulario A{
  color: #73000c;
}
.varias-columnas-iguales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.varias-columnas-iguales .col-33 {
  max-width: 32%;
}

.varias-columnas-iguales .col-66 {
  max-width: 65%;
}

.varias-columnas-iguales .fijo-33 {
  width: 32%;
}

.varias-columnas-iguales .fijo-66 {
  width: 65%;
}

.varias-columnas-iguales .col-5 {
  max-width: 4%;
}

.varias-columnas-iguales .col-10 {
  max-width: 9%;
}
.varias-columnas-iguales .col-14 {
  max-width: 12.5%;
}

.varias-columnas-iguales .col-15 {
  max-width: 14%;
}

.varias-columnas-iguales .col-20 {
  max-width: 19%;
}

.varias-columnas-iguales .col-25 {
  max-width: 24%;
}

.varias-columnas-iguales .col-30 {
  max-width: 29%;
}

.varias-columnas-iguales .col-35 {
  max-width: 34%;
}

.varias-columnas-iguales .col-40 {
  max-width: 39%;
}

.varias-columnas-iguales .col-45 {
  max-width: 44%;
}

.varias-columnas-iguales .col-50 {
  max-width: 49%;
}

.varias-columnas-iguales .col-55 {
  max-width: 54%;
}

.varias-columnas-iguales .col-60 {
  max-width: 59%;
}

.varias-columnas-iguales .col-65 {
  max-width: 64%;
}

.varias-columnas-iguales .col-70 {
  max-width: 69%;
}

.varias-columnas-iguales .col-75 {
  max-width: 74%;
}

.varias-columnas-iguales .col-80 {
  max-width: 79%;
}

.varias-columnas-iguales .col-85 {
  max-width: 84%;
}

.varias-columnas-iguales .col-90 {
  max-width: 89%;
}

.varias-columnas-iguales .col-95 {
  max-width: 94%;
}

.varias-columnas-iguales .fijo-5 {
  width: 4%;
}

.varias-columnas-iguales .fijo-10 {
  width: 9%;
}

.varias-columnas-iguales .fijo-15 {
  width: 14%;
}

.varias-columnas-iguales .fijo-20 {
  width: 19%;
}

.varias-columnas-iguales .fijo-25 {
  width: 24%;
}

.varias-columnas-iguales .fijo-30 {
  width: 29%;
}

.varias-columnas-iguales .fijo-35 {
  width: 34%;
}

.varias-columnas-iguales .fijo-40 {
  width: 39%;
}

.varias-columnas-iguales .fijo-45 {
  width: 44%;
}

.varias-columnas-iguales .fijo-50 {
  width: 49%;
}

.varias-columnas-iguales .fijo-55 {
  width: 54%;
}

.varias-columnas-iguales .fijo-60 {
  width: 59%;
}

.varias-columnas-iguales .fijo-65 {
  width: 64%;
}

.varias-columnas-iguales .fijo-70 {
  width: 69%;
}

.varias-columnas-iguales .fijo-75 {
  width: 74%;
}

.varias-columnas-iguales .fijo-80 {
  width: 79%;
}

.varias-columnas-iguales .fijo-85 {
  width: 84%;
}

.varias-columnas-iguales .fijo-90 {
  width: 89%;
}

.varias-columnas-iguales .fijo-95 {
  width: 94%;
}

.varias-columnas-iguales .col-100 {
  width: 100%;
}

.varias-columnas-iguales .fijo-100 {
  width: 100%;
}

dl dd {
  padding-left: 2em;
}

.resultado-emprendedor > div {
  margin-bottom: 1em;
}

table .acciones-tabla {
  font-size: 0.7em;
}
.paginador {
  font-size: 0.8em;
  margin-top: 2em;
}

.bloque-dinamizador-asignar,
.bloque-dinamizador-borrar {
  position: relative;
}
.bloque-dinamizador-asignar .lista-dinamizadores,
.bloque-dinamizador-borrar .lista-dinamizadores {
  margin-top: 6em;
}
.lista-dinamizadores li{
  padding: 0.5em;
}
.lista-dinamizadores li:nth-child(2n+1) {
  background: #F9E0E1;
  padding: 0.5em;
}
.boton-asignar-grupo{
  position: absolute;
  top: 17em;
  right: 1em;
}

.boton-borrar-grupo {
  position: absolute;
  top: 17em;
  left: 1em;
}

/**
 * estilos perfil
 **/
 .contenido-min {
  padding: 0 5vw;
}
.datos-complementarios {
  background: #f6d2d4;
  padding-bottom: 2em;
}

.datos-complementarios .contenido-min {
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.datos-complementarios .contenido-min .foto-perfil {
  padding-bottom: 0.5em;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5 1 auto;
          flex: 0.5 1 auto;
}

.datos-complementarios .contenido-min .resumen-info-proyecto {
  -webkit-box-flex: 9;
      -ms-flex: 9 1 auto;
          flex: 9 1 auto;
  padding-left: 1em;
}

.datos-complementarios .contenido-min .nombre-proyecto {
  min-width: 100%;
}

.datos-complementarios .contenido-min .resto-info {
  padding-top: 1em;
}
.foto-perfil IMG {
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
}

.foto-perfil .contenedor-imagen {
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
}

.foto-perfil .sin-borde {
  border: 0;
}

.imagen-perfil {
  width: 138px;
  height: 138px;
  padding: 0;
  background-size: cover;
}
.imagen-perfil-generico {
  background-image: url("../images/generic-avatar.png");
}


.contenido-borde-rosa {
  background: linear-gradient(to bottom, #f6d2d4 0%, #f6d2d4 60px, #ffffff 60px, #ffffff 60px, #ffffff 100%);
  padding-bottom: 3em;
}

.contenido-borde-rosa-contitulo {
  background: linear-gradient(to bottom, #f6d2d4 0%, #f6d2d4 120px, #ffffff 120px, #ffffff 120px, #ffffff 100%);
  padding-bottom: 3em;
}

.contenido-borde-rosa-contitulo H1 {
  margin-top: 0;
  font-size: 1.8em;
  font-weight: bold;
}
.contenido-borde-rosa-contitulo H2 {
  font-weight: bold;
}

.recuperar-contrasenia-container{
  display:block;
  margin:auto;
  padding:30px;
  text-align: center;
}
.recuperar-contrasenia-container > span{
  font-size: 0.7em;
}


.recuperar-contrasenia a:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-size:0.5em;

}

/* estilos para INFORMES */

/* formulario selector fechas */

.selector-fechas {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  background-color: #fcf2ed;
  padding: 1.5em;
  border-radius: 1.5em;
}

.selector-fechas legend {
  border: 0;
  display: block;
  font-size: 1.1em;
  font-weight: normal;
  width: auto;
  text-align: left;
  float: left;
  margin: 0.5em 2em 0 0;
}


.selector-fechas h2,
.selector-fechas label,
.selector-fechas input,
.selector-fechas button {
  margin: 0 1em 0em 0;
}

.selector-fechas  div {
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.selector-fechas input {
  display: inline;
  width: auto;
  background: #ffffff;
}
.informes-contenido-generico {

}

.informes-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.informes-bloque-datos {
  margin-right: 1em;
  margin-top: 1em;
}
.informes-bloque-datos H2{
  font-size: 1.5em;
  font-weight: 900;
  color: #656565;
  text-align: center;
}


.informes-dashboard h2 {
  font-size: 1.5em;
  font-weight: 900;
  color: #656565;
  text-align: center;
}

.informes-embudo-conversion{
  margin-right: 1em;
  margin-top: 1em;
  flex: 2;
}
.resto-datos{
  margin-right: 1em;
  margin-top: 1em;
  flex: 1;
}
.informes-paginas-mas-visitadas {
  margin-top: 1em;
  flex: 3;
}



.informes-content-datos {
  border: 1px solid #707070;
  border-radius: 1.5em;
  margin-bottom: 1em;
}
.informes-content-datos .informes-info {
  padding: 0.5em;
}
.informes-content-datos .informes-info.datos-inline-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
      flex-flow: row-reverse wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.informes-content-datos .informes-info.datos-inline-reverse *:first-child {
  margin-left: 1em;

}.informes-content-datos .informes-info.datos-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.informes-content-datos .informes-info.datos-inline *:first-child {
  margin-right: 1em;
}
.informes-content-datos .informes-info:first-child {
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
}
.informes-content-datos .informes-info:last-child {
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em;

}

.informes-content-datos .informes-info.informes-sin-datos P{
  font-size: 0.9em;
  font-weight: normal;
}
.informes-embudo-conversion .informes-content-datos {
  background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(112,112,112,1) calc(50% + 1px), rgba(255,255,255,1) calc(50% + 1px),  rgba(255,255,255,1) 100% );
  padding-top: 0;
  padding-bottom: 0;
}


.informes-embudo-conversion .informes-lista {
  margin-bottom: 0;
}

.informes-embudo-conversion .informes-lista dt {
  font-size: 1.1em;
  color: #656565;
  font-weight: 900;
  background: #ffffff;
  text-align: center;
  padding: 0.5em 0 0em 0;
  text-transform: uppercase;
}
.informes-embudo-conversion .informes-lista dt:first-child {
  padding-top: 1.5em;
}

.informes-embudo-conversion .informes-lista dd {
  font-size: 2em;
  color: #292929;
  font-weight: 900;
  background: #ffffff;
  text-align: center;
  padding: 0em 0 0.2em 0;
  margin-bottom: 0.8em;
}

.informes-embudo-conversion .informes-lista dd:last-child {
  padding-bottom: 1em;
  margin-bottom: 0;
}

.informes-content-datos.fondo-verde .informes-info  {
  background: #D0EED0;
}
.informes-content-datos.fondo-naranja .informes-info  {
  background: #F8E7DE;
}
.informes-content-datos.fondo-azul .informes-info  {
  background: #C5E2F7;
}

.informes-content-datos .informes-info:nth-child(2n) {
  background: #ffffff;
}
.informes-content-datos H3 {
  text-align: center;
  font-weight: 900;
  color: #393939;
  font-size: 0.8em;
  margin: 0;
}
.informes-content-datos P {
  text-align: center;
  font-weight: 900;
  color: #393939;
  font-size: 1.2em;
  margin: 0;
}
.resto-datos {

}
.informes-paginas-mas-visitadas .tabla-gedico table A {
  font-weight: bold;
  color: #810909;
}
.informes-paginas-mas-visitadas .tabla-naranja TR:nth-child(2n + 2) A {
  color: #292929;
}
.informes-paginas-mas-visitadas table TH {
  border-bottom: 1px solid #770909;
  color: #770909;
}
.informes-paginas-mas-visitadas table TD {
  font-size: 0.8em;
}


.informes-webprivada {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
    justify-content: center;
}
.informes-gedico  {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
    justify-content: center;
}

/***********************************
 * bloque pasos
 ***********************************/
 .bloque-pasos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(45%, #ffffff), color-stop(45%, #989898), color-stop(55%, #989898), color-stop(55%, #989898), color-stop(55%, #989898), color-stop(55%, #ffffff), to(#ffffff));
  background: linear-gradient(to top, #ffffff 0%, #ffffff 45%, #989898 45%, #989898 55%, #989898 55%, #989898 55%, #ffffff 55%, #ffffff 100%);
  font-size: 0.8em;
  margin: 2em 0;
}

.bloque-pasos li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
  background: #ffffff;
  border-width: 0.1em;
  border-style: solid;
  border-radius: 1.2em;
  padding: 0.5em 0.8em;
  border-color: #810909;
  color: #810909;
  font-weight: bold;
}

.bloque-pasos .paso-superado {
  background-color: #EBEBEB;
  color: #131313;
  border-color: #EBEBEB;
  font-weight: normal;
}

.bloque-pasos .paso-actual {
  background-color: #810909;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  border-color: #810909;
}
/***********************************
 * Cabeceras Filtros y Paginación
 ***********************************/

 table.dataTable thead .sorting_asc:after {
  opacity: .9 !important;
  color: #810909 !important;

}
table.dataTable thead .sorting:after {
  opacity: .2;

}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {

  background-color: #810909;
  border-color: #810909;
  color: #fff !important;
}

.pagination>li>a, .pagination>li>span {
  color: #810909 !important;

}

.badge-notificaciones{
  position: absolute;
  background-color: #fcd000;
  color: black;
  border-radius: 50px;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 800;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-top: 2px;
}

.fase-cerrada{
  color: black;
  font-size: 0.7em;
}

input[type="checkbox"][readonly] {
  pointer-events: none !important;
  opacity:0.4 !important;
}

/* Input box datatables */
.form-control:focus{
border-color: #18507D;
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(24 80 125 / 60%);
}

table.dataTable thead .sorting:after {
  opacity: unset !important;
}

.form-control {
  border: 1px solid #999999;
}

/* Acciones con emprendedores GEDICO */

.boton-borrar-registro,
.boton-pdf-registro{
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff !important;
  min-width: 80px;
  margin: 0px 0px 5px 5px;
}

.boton-editar-registro{
  text-transform: uppercase;
  font-weight: 800;
  min-width: 80px;
  margin: 0px 0px 5px 5px;

}

.modal-title-borrado{
  font-size: 1.2em;
  font-weight: 800;
}

.tabs-fases-emprendedor{
  padding-top:4em;
}

.boton-ficha-emprendedor{
  width: auto;
  text-align: right;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 3px 8px 3px rgb(0 0 0 / 16%);
  box-shadow: 0px 3px 8px 3px rgb(0 0 0 / 16%);
  background: #810909;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.3em 1em;
  margin-top: 1em;
  border-radius: 4px;
}
.boton-ficha-emprendedor-container{
  margin-top: 2em;
}

/* PAGINADO DATATABLES */

.dataTables_paginate{
  margin-top: 3em !important;
}
