:root {
    --darkBlue:  #105592;
    --bluepp:#317be1;
    --colorPortal: #d8ae0a; /* #770960;*/
   
}
.none{ display: none; }
.pln-r{ padding-left: 0px;}
.prn-r{ padding-right: 0px;}
.pln{ padding-left: 0px;}
.prn{ padding-right: 0px;}

.mt-1{ margin-top: 15px;}
.mt-2{ margin-top: 25px;}
.mt-3{ margin-top: 35px;}
.mt-4{ margin-top: 45px;}
.mt-5{ margin-top: 55px;}


.ml-1{ margin-left: 15px;}
.ml-2{ margin-left: 25px;}
.ml-3{ margin-left: 35px;}
.ml-4{ margin-left: 45px;}
.ml-5{ margin-left: 55px;}


.mr-1{ margin-right: 15px;}
.mr-2{ margin-right: 25px;}
.mr-3{ margin-right: 35px;}
.mr-4{ margin-right: 45px;}
.mr-5{ margin-right: 55px;}

.mb-1{ margin-bottom: 15px;}
.mb-2{ margin-bottom: 25px;}
.mb-3{ margin-bottom: 35px;}
.mb-4{ margin-bottom: 45px;}
.mb-5{ margin-bottom: 55px;}

.block{ display: block;}



select[multiple], select[size]{height: 34px;}
.sidebar ul,
.enlaces ul{ padding: 0; margin: 0;}
.msg{ margin-top:10px;}
.tab-content>.tab-pane{ padding: 10px; border: 1px solid #DDD; border-top: 0px; }
.legales .tab-content>.tab-pane{border: 0px;}

html,
body{
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
table td a{ text-decoration: none; color: #333;}


.btn-primario, .btn-primario:hover, .btn-primario:focus{
    background: var(--colorPortal);
    color: #fff;
}
.btn-outline-primario, .btn-outline-primario:hover{
    color: var(--colorPortal);
    background: #fff;
    border:2px solid var(--colorPortal);
}
.btn-outline-blue, .btn-outline-blue:hover{
    background: #fff;
    color: var(--bluepp);
    border-color:(--bluepp);
    text-decoration: none;
}
.btn-blue, .btn-blue:hover{
    background: var(--bluepp);
    color:#fff;
    border-color:(--bluepp);
    text-decoration: none;
}

.btn-xl{ padding: 10px 20px;}
.btn-xl.empleado{ min-width: 200px; margin-top: -5px; font-size: 1.6rem; text-transform: uppercase;}

.btn-file .file input[type='file'] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.btn-file  label {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 6px;
   
}
.btn-file  label {
    color: var(--colorPortal);
    border: 2px solid var(--colorPortal);
}
.btn-large{
    min-width: 130px;
}
.btn-outline-danger, .btn-outline-danger:hover{
    background: #ffff;
    color:  #d9534f;
    border:1px solid #d9534f;
}

.title-int-gray, .title-int-blue, .title-int-primario{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #666;
    margin: 0;
    padding: 12px 0px;
    font-size: 1.6rem;
}
.title-int-blue{ color: var(--bluepp);}
.title-int-primario{ color: var(--colorPortal);}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.required span{ color:#ff0000; font-weight: bold;}
input.required{ border:1px solid #ff0000;}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.titlePage{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--colorPortal);
    margin: 0;
    padding: 0;
    font-size: 3rem;
}
.modal-content{ border-radius: 0px;}
.modal-header .close{ font-size: 3rem;}
.modal-header{ background: #eee;}
.modal-header h4{
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--bluepp);
}

#btnExcel{
    margin-top: 25px;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    border:1px solid #68aa40;
    color: #68aa40;
    padding: 10px 15px; 
}
#btnExcel i{ font-size: 3rem; padding: 10px;}
#sacarPDFHoras{
    margin-top: -15px;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    border:1px solid var(--bluepp);
    color: var(--bluepp);
    padding: 10px 15px; 
}
#sacarPDFHoras i{ font-size: 3rem; padding: 10px;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li a:hover{ 
    border-top:3px solid var(--colorPortal);
    color: var(--colorPortal);
    text-transform: uppercase;
 }
.nav-tabs>li a{
    color: #666;
    text-transform: uppercase;

}
.page-404 .presentacion{ padding-bottom: 50px;}
.page-404 .presentacion h3{
    padding-bottom: 0;
    font-size: 6.3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: var(--bluepp);
    margin-bottom: 15px;
}
.page-404 .presentacion small{
    font-size: 1.7rem;
    font-family: 'Roboto', sans-serif;
    color: #666;
}
.page-404 .thumbnail { cursor: pointer; min-height: 400px;}
.page-404 .thumbnail  h4{
    padding-bottom: 0;
    font-size:2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: var(--bluepp);
}
.page-404 .thumbnail small{
    text-transform: lowercase;
    font-variant: small-caps;
    font-size: 1.4rem;
    color:#999;
}
.page-404 .thumbnail img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.page-404 .thumbnail img:hover, .thumbnail img.color{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.page-404 .caption{
    position: relative;
}
.page-404 .caption .msg{
    display: none;
    color: #666;
    position: absolute;
    bottom: 120px;
    background: #fff;
    box-shadow: 2px 2px #666;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    max-width: 90%;
    font-weight: 600;
}
.page-404 .caption .msg:before{
    content: "";
    display: block;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    left: 50px;
    top: -39px;
}
 .contLoader{ 
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    z-index: 9;
 }    
.loader {
    z-index: 9;
    position: absolute;
    top: 0px;
    font-size: 10px;
    margin: 30% auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
  }
  .loader:before {
    width: 50%;
    height: 50%;
    background: #FFF;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  .loader:after {
    background: rgba(0,0,0,0.6);
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  @-webkit-keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .timeline > ul{
      border-left: 2px solid #aaa;
      float: left;
      padding-left: 55px;
      width: 100%;
  }
  .timeline > ul > li{
      list-style: none;
      border:2px solid #f0f0f0;
    
      padding: 15px;
      border-radius: 10px;
      margin-bottom: 15px;
      position: relative;
  }
  .timeline > ul > li:before{
    content: "";
    display: block;
    position: absolute;
    left: -69px;;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #aaa;
}

.timeline_contrato > ul > li{
    list-style: none;
    border:2px solid #f0f0f0;
  
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}



#main{
    min-height: 100%;
    position: relative;
}

.login #main{
    background-image: url(../img/office-2009693_1920.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
.login .loginForm .text h4{
    font-size: 3.6rem;
    font-weight: 900;
}
.login .loginForm .text small{ 
    font-size: 1.9rem;
    margin-bottom: 25px;
    display: inline-block;}
    .login .baseForms{
        max-width: 700px;
        margin: 10% auto ;
    }
        .login .baseForms .box-int{
            text-align: center;
            padding: 30px 25px 0 25px;
            min-height: 350px;
            float: left;
            width: 100%;
        }
        .login .baseForms .info{
            background: #fff;
        }
        .login .baseForms .info .text{     padding: 38px 0 35px 0px;}
        .login .baseForms .info .text span{
            margin-bottom: 15px;
            font-weight: bold;
            font-size: 1.6rem;
            display: inline-block;
          }
        .login .baseForms .loginForm{
            background: var(--bluepp);
            color: #fff;
            padding-bottom: 36px;
        }
            .login .baseForms .loginForm label, 
            .login .baseForms .loginForm input{
                width: 100%;
                display: block;
                text-align: left;

            }
            .login .baseForms .loginForm input{ color: #000;}
            .login .baseForms .loginForm .cont{ margin-top: 10px;}

        .login .baseForms .btn.btnL{
            width: 100%;
            display: block;
            padding: 15px 20px;
            cursor: pointer;
            border-radius: 0px;
            font-size: 2.5rem;
        }
        .login .baseForms .btn-acceder{ background: var(--darkBlue); color: #fff; }
        .login .baseForms .btn-registro{ background: var(--bluepp); color: #fff; font-family: sans-serif;}
        .login footer{ position: absolute;bottom: 0px; background: rgba(245,255,255,0.8); }
        .login footer p{ color: #333;   }


.header{
    background: #000;
    box-shadow: 2px 2px #ddd;
    padding-bottom: 10px;
}   
    .header .logo{ margin-top: 10px; margin-left: 6px;}
    .header .info{ text-align: right;}
    .header .info>div{
        display: inline-block;
        vertical-align: top;
    }
    .header ul{ padding: 10px 15px; margin: 0;}
    .header ul li{ list-style: none;}
    .header ul li a{ color: #fff;}
    
    .header ul li.desconectar a{
        color: #ff0000;
    }
    .header .info .fotoPerfil{
        background: #fff;
        padding: 10px;
        margin-bottom: -10px;
    }
    .menuTop li{
        display: inline-block;
        vertical-align: top;
        margin-right: 35px;
        margin-top: 20px;
    } 
    .menuTop li a{ text-decoration: none;}
    .reloj{ font-size: 3rem; color: #fff; }
    body.accesos  #main,  body.registro #main{
        position: relative;
    }
    body.accesos  #main a,  body.registro  a{ text-decoration: none;}
    body.accesos #main:after,  body.registro #main:after{
        content: "";
        display: block;
        background: url(../img/registro.jpg);
        background-repeat: no-repeat;
        background-size:100%;
        width: 100%;
        position: absolute;
        top:0;
        left: 0;
        min-height: 450px;
        z-index: -2;
    }
    body.accesos  #main:before,  body.registro #main:before{
        content: "";
        display: block;
        background: var(--bluepp);
        opacity: 0.6;
        background-repeat: no-repeat;
        background-size:100%;
        width: 100%;
        position: absolute;
        top:0;
        left: 0;
        min-height: 450px;
        z-index: -1;
    }
body.accesos .header,  body.registro .header{
    background: rgba(16,85,146,0.7);
    box-shadow: none;
    padding-bottom: 10px;
}
.forgot a{ color: #fff; text-decoration: none;}
.forgot a.btn{ color: #105592;}

body.accesos .intro,  body.registro .intro{ color: #fff;margin-top: 60px;}
body.accesos .intro h2,  body.registro .intro h2{
    padding-bottom: 0;
    font-size: 5.1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 0;
}
body.accesos .intro h4,  body.registro .intro h4{ 
    font-size: 2.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 0;
}
body.accesos .text,  body.registro .text{ max-width: 66%; margin-top: 20px;}
body.accesos .box,  body.registro .box{
    background: #fff;
    border:1px solid #666;
    margin: 30px 0;
}
body.accesos .box h2,  body.registro  .box h2{ 
    color: var(--bluepp); 
    font-size:3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;}

body.accesos .box .text,  body.registro .box .text{ margin: 0 auto; }

    body.accesos .box form,  body.registro .box form{
        max-width: 80%;
        margin: 30px auto;
    }
    body.accesos .box form label,  body.registro .box form label{
        text-align: left;
    }
    body.accesos .box form input{ min-height: 56px; text-align: center; font-size: 2rem; }
    body.accesos .box .btn{
        padding: 25px;
        font-size: 4rem; }
        body.accesos .box .btn:focus{ color: #fff;}
    body.accesos .box .btn.activeSalida {
        background-color: #FF0000;
        color: #fff;
    }
    body.accesos .box .btn.activeSalida:hover{
        background-color: #FF0000;
        color: #fff;
    }
    body.accesos .box .btn.activeEntrada {
        background-color: green;
        color:#fff;
    }
    body.accesos .box .btn.hover {
        background-color: green;
        color:#fff;
    }
.contenedor{
    display: flex;
    align-items: stretch;
    min-height: 90vh;
    justify-content: stretch;
}
.contenido{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.contain{
    min-height: 70vh;
}
.contain, footer{ width: 100%;}
footer{
    min-height: auto;
    border-top:2px solid #ddd;
    padding: 10px 20px;;
    margin-top: 30px;

}
footer p{ font-size: 12px; margin: 0; padding: 0;}
footer a, footer a:hover{
    color: var(--bluepp);
    font-weight: 600;
    text-decoration: none;
}

.menu-left{
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}
.sidebar{

    background: #000;
    width: 100px;
}
    .sidebar ul li{ 
        list-style: none;
        text-align: center;
        margin-top: 30px;
        padding: 10px 0;
        width: 100%;
        cursor: pointer;
        position: relative;
    }
    .sidebar ul li a{ display: block; width: 100%; color: #fff; }
    .sidebar ul li a span{  
        display: none; 
       /* position: absolute;
        right: -100px;
        min-width: 85px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        padding: 5px;
        z-index: 9;*/}
    .sidebar ul li:hover, .sidebar ul li.active{
        border-right: 7px solid var( --colorPortal);
        background: #444;
    }
   
    .btn-collapseMenu{ display: none;}

.contenedor .contenido{
    padding-top: 30px;
}

.boton_descargar{
    padding: 25px;
    font-size: 4rem;
}
.logoEmpresa label{
    font-size: 1.8rem;
    font-weight: 300;
    white-space: inherit;
    padding: 11px;
    border-radius: 6px;
}
.box-fichaje{
    background: #f0f0f0f0;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}
.box-fichaje h4{
    font-size: 2.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: var(--bluepp);
    text-transform: lowercase;
    font-variant: small-caps;
   
}
.bloqueEscritorio .box-fichaje{   
    margin-bottom: 15px;
    max-width: 100%;
    min-height: 230px;}
.bloqueEscritorio .box-fichaje img{ margin: 0px 0px 10px 0;}
.bloqueEscritorio .box-fichaje h4{
    color: #666;
    font-size: 1.9rem;
}
.bloqueEscritorio .box-fichaje label{
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
}
 .box-fichaje .url{
    font-size: 1.9rem;
    display: block;
    margin-bottom: 30px;
    word-break: break-all;
    white-space: inherit;
}
.box-fichaje img{ margin: 30px 0;}

.btn-accederF a{
    padding: 30px;
    font-size: 2.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: var(--bluepp);
    background: #fff;
    border:2px solid var(--bluepp);
}
.btn-accederF a:hover{color: var(--bluepp);}
select#empleados option, .cajaEmpl, 
select#empleados_d option,  .cajaEmpl_d{ 
    background: #eee;
    display: block;
    margin: 6px 0px;
    padding: 5px;
    color: #000;
    border-radius: 6px;
}

.cajaEmpl,.cajaEmpl_d {max-width: 90%;}
.cajaEmpl .btn, .cajaEmpl_d .btn{
    font-weight: bold;
    float: right;
    background: #d82a2a;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    height: 20px;
    width: 20px;
    line-height: 12px;
    cursor: pointer;
  
}
.btn-selectM{
    background: #aaa;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 6px;
    margin: 0px 0 20px 0;
    border-radius: 6px;
    cursor: pointer;
}
img.logoempresa{ width: 100%;}
.btn-selectM:hover{ text-decoration: none; color: #fff;}
.politica a{
    color: var(--bluepp);
    font-weight: 600;
    text-decoration: none;
}
.politica ul{
    padding: 20px;
    padding-left: 35px;
}
.politica ul.nav.nav-tabs{ padding-bottom: 0; }
.politica .tab-content>.tab-pane{ border:none; }

.bloquePremiun {
    margin-top:40px;
}
.bloquePremiun .img{
    display: inline-block;
    width: 330px;
    vertical-align: top;
}
.bloquePremiun .description{
    display: inline-block;
    width: 74%;
    vertical-align: top;
    font-size: 1.5rem;
}
.bloqueMenu { margin-top: 10px;}
.bloqueMenu .img-destacada{
    background:#282e34;
    text-align: center;
}
.bloqueMenu .enlaces>ul>li{
    list-style: none;
}
.bloqueMenu .enlaces ul li ul{ border: 1px solid #ddd; text-align: center; padding: 10px;}
.bloqueMenu .enlaces ul li ul li{ 
    list-style: none;
    display:inline-block;
    background: #eee;
    padding: 6px;
    border-radius: 6px;
    margin-right: 4px;
    margin-top: 4px;
}
.bloqueMenu .enlaces ul li ul li a{ text-decoration: none; color: #000; font-size: 12px;}
.bloqueMenu .enlaces ul li .title{
    background: var(--bluepp);
    padding: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
}

div#dCookie{
    width       : 100%;
    padding     : 5px 0 0px 0;
    border-bottom   : 1px solid #ccc;
    /*background  : url(../img/pattern_bg.png) #f0f0f0;*/
    font-size   : 13px;
    color       : #333;
    position: fixed; bottom: 0;
    z-index: 100;
}
.pattern{
    background  :url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAASElEQVQoU2O8cOHCfwYCQEFBgYGRkEKQogcPHuBXCFMEshCniciKcCpEV4RVITZFGApxKUJRiE8RXCEhRWCFHz58+A8KJ0IAANlxPcFCL/T+AAAAAElFTkSuQmCC
   ) repeat;    
}
div#dCookie span.tit{
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
div#dCookie p{
    margin: 7px 0;
    line-height: 15px;
}
div#dCookie .aCookie{
    color   : var(--bluepp);
}
.ocultar_capa{
	display: none;
}

.bloqueGuia{
    background: #f0f0f0;
    border-radius: 6px;
    margin: 30px 15px;
    width: 98%;
    padding: 15px;
    box-shadow: 2px 2px #aaa;
}
.bloqueGuia img{ width:55%; min-width: 120px; min-height: 120px;}

.bloqueGuia h3{
    margin: 0;
    padding: 0;
    margin-top: 45px;
    margin-right: 15px;
    color:var(--bluepp);
    font-size: 2.8rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
}
.bloqueGuia .btn{ 
    float: right;
    margin-top: 30px;
    margin-right: 40px;
    padding: 15px 50px;
}

.headerT, .headerM{ display: none;}
.horario-border{
  border-right:  3px solid var(--colorPortal);
}
.diasHC .btn.btn-default.active{ background: var(--bluepp); color: #fff;}

.pricing-box{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px;
    max-width: 30%;
    width: 100%;
    min-width: 220px;
}
    .pricing-box button{
        display: block;
        width: 100%;
        border: 1px solid var(--bluepp);
        background-color: #FFF;
        padding: 20px 15px;
    }
    .pricing-box button > span{
        display: block;
    }
    .pricing-box .price{
        margin: 0 0 20px;
    }
        .pricing-box .price > span{
            color: var(--bluepp);
            font-size: 45px;
            line-height: 45px;
            margin: 0 5px;
        }
        .pricing-box .price > .moneda{
            color: var(--bluepp);
            margin-right: 5px;
            font-size: 20px;
            line-height: 20px;
            top: -18px;
            position: relative;
        }
        .pricing-box .price > .periodo{
            color: #a8a8a8;
            font-size: 15px;
            line-height: 15px;
            top: -19px;
            position: relative;
        }
    .pricing-box .hr_color{
        color: var(--bluepp);
        background: var(--bluepp);
        border-color: var(--bluepp);
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }
    .pricing-box .subtitle{
        color: #a8a8a8;
        padding: 20px 0 0;
        margin-bottom: 0;
        font-size: 18px;
    }

    .pricing-box.active button,
    .pricing-box button:hover{
        display: block;
        border: 1px solid var(--bluepp);
        background-color: var(--bluepp);
    }
    .pricing-box.active .price > span,
    .pricing-box.active .price > .moneda,
    .pricing-box button:hover .price > span,
    .pricing-box button:hover .price > .moneda{
        color: #FFF;
    }
    .pricing-box.active .hr_color,
    .pricing-box button:hover .hr_color{
        border-color: #FFF;
    }
    .pricing-box.active .price > .periodo,
    .pricing-box.active .subtitle,
    .pricing-box button:hover .price > .periodo,
    .pricing-box button:hover .subtitle{
        color: #DEDEDE;
    }

.hr_color{
    border-top: 1px solid #333;
    width: 100%;
    height: 1px;
}

.boxVersiones{
    border-radius: 0px;
    border: 1px solid var(--bluepp);
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: var(--bluepp);
    position: relative;
    background: #fff;
}
.boxVersiones.versionActual:before{
    content: "";
    height: 50px;
    width: 130px;
    background: url(../img/logo_hera.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0px;
   }
.boxVersiones.versionActual{
    background: url(../img/fondo-version-actual.png);
    background-color: var(--bluepp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #fff;

    padding: 0 15px;

}

.boxVersiones h4{
    font-size: 2.7rem;
    font-variant: small-caps;
    text-transform: lowercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    padding-top:0;
    margin-top: -12px;
}
.boxVersiones.boxVersiones.versionActual h4{ margin-top: 20px;}
.boxVersiones h4 .resaltar, .boxVersiones .precio, .boxVersiones .empleados{ 
    text-transform: inherit;
    font-weight: 300;
    font-variant: inherit;
    font-size: 1.4rem;
    display: block;
}
.dashboard .boxVersiones .precio{ color:white;}

.boxVersiones .precio, .boxVersiones .empleados{ 
    
    font-family: Arial, Arial, Tahoma, sans-serif;
    color: var(--bluepp);

    font-size:40px;
    font-weight: 400;}
.boxVersiones .empleados, .boxVersiones .precio span{ 
    color: #a8a8a8; 
    font-size: 17px; 
    margin-bottom: 14px;
    text-transform: initial;
    font-family: 'Roboto', sans-serif;}
.boxVersiones .precio span{
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    font-weight: 300;
 }
 .boxVersiones .precio span span{
    color: var(--bluepp);
    font-weight: 400;
    margin-top: 0;
    font-size: 24px;
    font-family: Arial, Arial, Tahoma, sans-serif;
 }
.boxVersiones .precio{ padding-bottom: 10px;margin-bottom: 10px; border-bottom:1px solid var(--bluepp);}
.boxVersiones.boxVersiones.versionActual .precio{ border-bottom: none; }
.boxVersiones.versionActual .precio, .boxVersiones.versionActual .empleados{ color: #fff; display: inline-block; margin-right: 13px;}

.masInfoLicencia{
    white-space: initial;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 25px;
    min-height: 83px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    align-items: center;
}

.boxVersiones.versionActual  .expiracion{
    margin: 35px -21px;
    text-align: center;
    
    padding: 30px 20px 10px 20px;
}
.boxVersiones.versionActual .sepa{
    background: var(--darkBlue);
}
.boxVersiones.versionActual  .expiracion h4{
    margin-top: 0;
    font-size: 20px;
    font-weight: 900;
    color: var(--darkBlue);
    background: #d0e1f8;
    padding: 10px;
    border-radius: 4px;
}
.boxVersiones.versionActual .expiracion #bajaSepaSinFirma{
    font-size: 2rem; line-height: 5rem;
}

.boxVersiones .textoInfo{ text-align: left;margin-top: 30px;}
 .estadoSepa span{

    padding: 7px;
    border-radius: 3px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 300;
    font-variant: small-caps;
}
.boxVersiones .textoInfo .btn-file label{
    background: #fff;
    color: #333;
    border-radius: 4px;
    border-color: transparent;
    font-weight: 400;
    font-size: 1.4rem;
}
.boxVersiones .textoInfo .btn{
    white-space: initial;
}
.boxVersiones .textoInfo.error .btn{ color: #666;}
.boxVersiones .textoInfo.error .btn.generarNuevo{

    padding: 15px 0;
    font-size: 1.5rem;
    color: var(--darkBlue);
    border: 2px solid var(--darkBlue);
    text-transform: uppercase;
    font-weight: 600;
    
}
.boxVersiones .dropzone{  color: #666; margin-bottom: 15px; height: 120px; min-height: 120px; }
.boxVersiones .dropzone .dz-message{ margin-top: 10px;}
.boxVersiones .dropzone h2{ margin: 0px; padding: 0px; font-size: 2.7rem;}
.boxVersiones.versionActual hr{    border-top: 1px solid var(--darkBlue);}

.boxFacturas { border-left: 1px solid #ddd; text-align: center; padding-top: 30px;}
.boxFacturas .imgFactura{
    height: 160px;
    width: 160px;
    display: inline-block;
    margin-top: 25px;
    border-radius: 150px;
    background: #e7e4c6;
    text-align: center;
    padding: 12px;
}
.boxFacturas .imgFactura img{ width: 50%; margin-top: 25px;}
.boxFacturas .text{

    margin-left: 15px;

}
.boxFacturas .text h4{
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #444;
    margin-top: 25px;
}
.boxFacturas .btn-descargarFacturas{
    display: block;  
    margin: 15px auto;
    width: 100%;
    border: 1px solid #666;
    padding: 20px;
    font-size: 3rem;
}

.boxFacturas form { text-align: left; margin-top: 20px;}
.boxFacturas table td{ vertical-align: middle !important;}

#tbodyEmpleados tr td:last-child{ text-align: right;}

.administracion.documentacion  .infoSEPA .box {
    border-radius: 6px;
    border: 3px dotted  #ccc;
    padding: 5px 10px 15px 10px;
    float: left;
    margin-top: 40px;
    margin-left: 50px;
}

.administracion.documentacion .timeline ul li:first-child{
    border:3px dotted  #ccc;
}

.bloqueEscritorio .bloque_version_contratada_dashboard{
    background-color: var(--bluepp);
    background-image: url(../img/fondo-version-actual.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
    .bloqueEscritorio .bloque_version_contratada_dashboard h4{
        color: #FFF;
    }
    .bloqueEscritorio .bloque_version_contratada_dashboard h4 + h3{
        color: #FFF;
        font-size: 1.8rem;
        font-style: italic;
        margin-top: -5px;
        margin-bottom: 28px;
    }
    .bloqueEscritorio #cod_promo{
        padding-left: 0px;
        padding-right: 0px;
        height: 44px;
        margin-bottom: 5px;
    }
    /* individual: webkit */
    .bloqueEscritorio #cod_promo::-webkit-input-placeholder { font-size: 12px; }

.bloque_version_actual{
    background-color: var(--bluepp);
    background-image: url(../img/fondo-version-actual.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    border-radius: 6px;
    padding: 15px;
    color: #FFF;
    margin-bottom: 15px;
}
    .bloque_version_actual h4,
    .bloque_version_actual h4 + h3{
        font-family: 'Roboto', sans-serif;
        
    }
    .bloque_version_actual h4 + h3{
        font-style: italic;
        margin-top: -5px;
        margin-bottom: 28px;
        font-weight: 300;
    }
    .bloque_version_actual h4 + h3 > sup{
        font-size: 12px;
    }

.listado_periodo dt{
    width: 130px;
    font-weight: normal;
}
.listado_periodo dd{
    margin-left: 135px;
}

/*wizard*/
.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}
.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
}
.wizard_horizontal ul.wizard_steps li a, 
.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666;
}
.wizard_horizontal ul.wizard_steps li:hover{
    display: table-cell;
}
.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0;
}
.wizard_horizontal ul.wizard_steps li a.done .step_no, .wizard_horizontal ul.wizard_steps li a.done:before {
    background: #D8AE0A;
    color: #fff;
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%;
}
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.step_no, .wizard_horizontal ul.wizard_steps li a.selected:before {
    background: #317BE1;
    color: #fff;
}
.step_no, .wizard_verticle ul.wizard_steps li a.selected:before {
    background: #317BE1;
    color: #fff;
}
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc;
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto;
}
.wizard_horizontal .n_pasos_4 > li{
    width: 25%;
}

.ln_solid{
    width: 100%;
    clear: both;
    height: 1px;
    border-top: 1px solid #DDD;
    margin: 10px 0 15px 0;
}
.stepContainer{
    padding: 25px 15px;
}
.stepContainer > .content{
    display: none;
}
.stepContainer > .content.active{
    display: block;
}
/**/

/*TIMELINE*/
ul.timeline > li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    clear: both;
}
ul.timeline > li:last-child {
    border-bottom: 0;
}
.timeline .block {
    margin: 0 0 0 105px;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
}
.timeline.timeline_sepa .block{
    margin: 0 0 0 35px;
}
.timeline .tags {
    position: absolute;
    top: 15px;
    left: 0;
    width: 84px;
}
.tag {
    line-height: 1;
    background: #1ABB9C;
    color: #fff!important;
}
.timeline .tag {
    display: block;
    height: 30px;
    font-size: 13px;
    padding: 8px;
}
.timeline .tag span {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tag:after {
    content: " ";
    height: 30px;
    width: 0;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    pointer-events: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 11px solid #1ABB9C;
}
.timeline h2.title {
    position: relative;
    font-size: 16px;
    margin: 0 0 25px 0;
}
.timeline h2.title:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #d2d3d2;
    border-radius: 14px;
    background: #f9f9f9;
}
.timeline.timeline_sepa h2.title{
    color: var(--bluepp);
    font-size: 20px;
}

.line_action{}
.line_action > li{
    text-align: center;
    position: relative;
    width: 25%;
    margin: 0 0 35px 0;
    float: left;
    padding: 0;
}
.line_action > li:after{
    content: "\f101";
    font: normal normal normal 35px/1 FontAwesome;
    text-shadow: 1px 1px 1px #FFFFFF;
    position: absolute;
    top: 52px;
    right: -6%;
}
.line_action > li:last-child:after{
    display: none;
}
.line_action img{
    max-height: 140px;
    max-width: 140px;
    width: 100%;
}
.line_action img + p{
    margin-top: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.btn_descarga{
    padding: 20px 50px;
}

.fa-2 {
    font-size: 2em;
}
.fa-3 {
    font-size: 4em;
}
.fa-4 {
    font-size: 7em;
}

button[name='sel_servicio'].active{
    background-color: var(--bluepp) !important;
    border-color: var(--bluepp) !important;
    color: #FFF !important;
}

.tab-pane.administracion.documentacion .timeline{
    margin-top: 25px;
}

.tab-pane.administracion.documentacion .timeline ul .li-success{
    border-color: #5CB85C;
}
.tab-pane.administracion.documentacion .timeline ul .li-success:first-child{
    background-color: rgba(92,184,92,0.3);
}
.tab-pane.administracion.documentacion .timeline ul .li-info{
    border-color: #5bc0de;
}
.tab-pane.administracion.documentacion .timeline ul .li-info:first-child{
    background-color: rgba(91,192,222,0.3);
}
.tab-pane.administracion.documentacion .timeline ul .li-warning{
    border-color: #f0ad4e;
}
.tab-pane.administracion.documentacion .timeline ul .li-warning:first-child{
    background-color: rgba(240,173,78,0.3);
}
.tab-pane.administracion.documentacion .timeline ul .li-danger{
    border-color: #d9534f;
}
.tab-pane.administracion.documentacion .timeline ul .li-danger:first-child{
    background-color: rgba(217,83,79,0.3);
}

.tab-pane.administracion.documentacion .timeline ul{
    border: 0;
    float: none;
}
.tab-pane.administracion.documentacion .timeline ul li{
    padding-top: 25px;
    margin-bottom: 27px;
    border-width: 3px;
}
.tab-pane.administracion.documentacion .timeline ul li:before{
    left: -44px;
    z-index: 1;
}
.tab-pane.administracion.documentacion .timeline ul li:after{
    border-left: 2px solid #aaa;
    bottom: -23px;
    content: "";
    left: -35px;
    position: absolute;
    top: -10px;
}
.tab-pane.documentacion .timeline .divestado{
    position: absolute;
    right: 30px;
    top: -11px;
}
.divestado .label{
    font-size: 1.6rem;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
}
.tab-pane.administracion.documentacion .thumbnail{
    text-align: center;
}
.tab-pane.administracion.documentacion .thumbnail .fa{
    margin-top: 20px;
    margin-bottom: 18px;
}
.tab-pane.administracion.documentacion .timeline ul li.noactive{
    border-color: #DDD !important;
    background-color: rgba(221,221,221, 0.3) !important;
}
.tab-pane.administracion.documentacion .timeline ul .noactive .label-success,
.tab-pane.administracion.documentacion .timeline ul .noactive .label-warning,
.tab-pane.administracion.documentacion .timeline ul .noactive .label-danger,
.tab-pane.administracion.documentacion .timeline ul .noactive .label-info{
    background-color: #DDD;
}

@media(max-width:992px){
    .pln-r{ padding-left: 15px;}
    .prn-r{ padding-right: 15px;}
    .headerG, .headerM{ display: none;}
    .headerT{ display: block;}
    .header .info .fotoPerfil{
        border-radius: 50px;
        height: 50px;
        width: 50px;
        display: inline-block;
        margin-top: 15px;
    }
    .header .info .fotoPerfil img{ width: 100%; height: auto;}
    .header .info .box{ 
        width: 65%;
        display: inline-block;
    } 
    .menuTop li{ margin-right: 20px; }.menu-left .sidebar{ width: 100%;}
    
    .sidebar { padding-top: 10px; background: #444; float: left;}
    .sidebar ul li{ 
        margin: 0;
        text-align: right;
        padding: 10px 2px;
        position: inherit;
        width: 19%;
        display: inline-block;
    }
    .sidebar ul li:hover, 
    .sidebar ul li.active{
        border-right: none;
        border-bottom:  5px solid var( --colorPortal);
    }
    .sidebar ul li a{ text-align: center;}
  
    .contenedor, .menu-left{
        display:block;
        height: auto;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
        min-height: auto;
      }

      .administracion.documentacion  .infoSEPA .box {  margin-left: 0; width: 100%;}

    /*--------------login----------------*/
    .login .baseForms{ margin: 0; padding-top:30px;}
    .login .baseForms .box{ margin-bottom: 20px;}
    .login .baseForms .box-int{ min-height: auto; padding-bottom: 30px;}
    .bloqueGuia img{ width:55%; max-width: 120px; max-height: 120px;}
}
@media(max-width:769px){
 .headerG, .headerT{ display: none;}
 .headerM{ display: block;}

  .contenedor, .menu-left{
    display:block;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    min-height: auto;
  }
  .btn-collapseMenu{ display: block; margin-bottom: 25px; padding: 6px 10px; font-size: 2rem;}
  .menu-left .sidebar{ width: 100%;}
  .header .info .fotoPerfil{ display: none;}
  .sidebar { padding-top: 10px; background: #000; float: left;}
  .sidebar ul { display: none;}
  .sidebar ul li{
    margin: 0;
    text-align: right;
    padding: 20px 25px;
    position: inherit;
    width: 100%;
  }
  .sidebar ul li a{ text-align: right;}
  .sidebar ul li a span{ 
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    width: 120px;
    text-align: left;
    text-transform: inherit;
    position: inherit;
  }
  .header .info .box {width: 98%;}
  .horario-border{
    border-right: none;
    border-bottom:  3px solid var(--colorPortal);
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: 97%;
    margin-left: 10px;
  }
  .bloquePremiun{ text-align: center;}
  .bloquePremiun img{ margin-bottom: 20px;}
  .bloquePremiun .description{ text-align: left;}

  

}
@media(max-width:450px){
    .login .baseForms .box:last-child{ margin-bottom: 90px;}
    .nav-tabs>li{ width: 100%;}
    .nav-tabs>li a{ border-bottom: 1px solid #ddd;}
    
}

button.activar {
    background: #28a745;
    border-color: #28a745;
}

button.desactivar {
    background: #dc3545;
    border-color: #dc3545;
}

button.desactivar:hover {
    background: #28a745;
    border-color: #28a745;
}
/*------------------------*/
.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}


/*.panel-group-heramini {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
}

.panel-group-heramini .panel-heading{
    cursor: pointer;
    background-color: #AAA;
    font-weight: 400;
    font-size: 2.2rem;
    color: #fff;
}

.panel-group-heramini>.panel-heading {
    border-bottom: 2px solid #ddd;
    font-weight: 900;
    font-size: 2.2rem;
    color: var(--bluepp);
    background-color: transparent;
}

.panel-group-heramini .panel .panel-body {
    padding: 0;
}

.panel-group-heramini .panel, .panel-group-heramini .panel-heading {
    border-radius: 0;
}

.panel-group-heramini .panel-heading span.title {
    margin-left: 18.5%;
    display: inline-block;
}
*/
/***************************************/
.panel-group-heramini {
    border: 1px solid #D6E4F6;
    padding: 15px;
    border-radius: 4px;
}

.panel-group-heramini .panel-heading{
    cursor: pointer;
    background-color: #D6E4F6;
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--darkBlue);
    line-height: 3.5rem;
    padding: 0 15px;
    text-transform: uppercase;
}

.panel-group-heramini .panel-heading .btn{

   border:none;
   background: transparent;
   color: var(--darkBlue);
}

.panel-group-heramini>.panel-heading {
    border-bottom: 2px solid #d6e4f6;
    font-weight: 900;
    font-size: 2.2rem;
    color: var(--bluepp);
    background-color: transparent;
}

.panel-group-heramini .panel {border: 1px solid #d6e4f6;}

#divTabla .panel-group-heramini .panel .panel-body {
    padding: 0;
    
}

.panel-group-heramini .panel, .panel-group-heramini .panel-heading {
    border-radius: 0;
}

#divTabla  .panel-group-heramini .panel-heading span.title {
    margin-left: 18.5%;
    display: inline-block;
}

.select2-container .select2-selection--single{
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 31px;
}