@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700;800;900&display=swap');

:root {
    --blue: #3490dc;
    --indigo: #6574cd;
    --purple: #9561e2;
    --pink: #f66d9b;
    --red: #e3342f;
    --orange: #f6993f;
    --orange-dark: #cc7000  ;
    --yellow: #ffed4a;
    --green: #38c172;
    --teal: #4dc0b5;
    --cyan: #6cb2eb;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #0d6efd;
    --secondary: #6c757d;
    --success: #38c172;
    --info: #6cb2eb;
    --warning: #ffed4a;
    --danger: #e3342f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Open Sans" , sans-serif  !important;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

/* Modelo de caja mÃ¡s intuitivo y tamaÃ±o de fuente segÃºn las preferencias del usuario */
html {
    box-sizing: border-box;
    font-size: 100%;
}

/* Fuerza la herencia */
*,
*::before,
*::after {
    box-sizing: inherit;
}


/* Mejora la legibilidad del texto */
body {
    overflow-x: hidden;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', 'sans-serif';

}

i{
    font-family: "FontAwesome" !important;
    font-style: normal;
}

/* Elimina mÃ¡rgenes */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote {
    margin: 0;
}

/* Facilita estilarlos */
img,
picture,
video {
    display: block;
    max-width: 100%;
}

/* Fuerza la herencia de la fuente */
input,
button,
textarea,
select {
    font: inherit;
}

/* Corta palabras muy largas e indivisibles */
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/* Elimina animaciones segÃºn las preferencias del usuario */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

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

/* -------------------------- ESTILOS PAGINA LOGIN ------------------------------ */

/* ------------------------------------------------------------------------------ */
.container-fluid.page-body-wrapper.login{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/img/emotio-bg2.jpg);
    background-size: cover;
}

.card{
    margin-top: 1rem;
    background: transparent !important;
    border: 0px solid #485479 !important;
    padding: 10px 40px;
}

.btn {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    background-color: #f88d2b !important;
    text-transform: uppercase;
    border-radius: 20px;
    border: 0px solid white;
    padding: 10px;

}

.btn::hover{
    background-color: #2c49807d !important;
    color: white !important;
}

.form-group .col-lg-6 {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    }

.form-check input, .form-check label{
    cursor: pointer;
}
.form-control{
    border-radius: 0px !important;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #f88d2b !important;
    background-color: #06296ad8 !important;
    border-color: #06296a !important;
}

.login a.btn.btn-link {
    color: white;
}

.micuenta{
    /*margin: 20px 20px 20px 0px;*/
    font-size: 3rem;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

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

.fa-user-circle-o{
    font-size: 5rem;
    text-align: center;
    color: white;
}
.fa-circle-plus{
    font-size: 26px;
    margin-left: 10px;
    color: #06296ad8;
    cursor: pointer;
}

#basic-addon1{
/*    padding: 1rem 1rem !important;*/
    border-radius: 0;
    width: 45px;
    height: 42px;
    text-align: center;
    display: flex;
    justify-content: center;
}

#basic-addon2{
/*    padding: 0.6rem 0.8rem !important;*/
    border-radius: 0;
    width: 45px;
    height: 42px;
    text-align: center;
    display: flex;
    justify-content: center;
}


#remember{
    margin-top: 10px;
    padding: 10px;
}

#remember + label{
    padding-left: 10px;
    color: white;
}

.mt-4{
    padding-top: 5px;
    padding-bottom: 15px;
}

.btn-link{
    background: transparent !important;
    color: #06296a;
    font-weight: 600;
    text-decoration: none;
}

/* ------------------------------------------------------------------------------ */

/* -------------------------- ESTILOS PAGINA CAMBIO PASS ------------------------ */

/* ------------------------------------------------------------------------------ */
.container-fluid.page-body-wrapper.change-pass {
     height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-image: url(/assets/img/emotio-bg.jpg);*/
    background-size: cover;
}

.aviso-cambio-pass{
    margin-top: 10px;
    margin-bottom: 20px;
}

#confirmacionPassCambiada, #confirmacionUsuarioCreado {
    /*position: fixed;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    width: 100%;
    height:100%;
    background-color: #06296aad;
    display: flex;
    justify-content: center;
    align-items: center;*/

    position: fixed;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #06296aad;
    padding-top: 33vh;
    padding-left: 72vh;
}
/*#confirmacionPassCambiada div{
    top: 50%;
    left: 50%;
    width: 60vh;
    height: 30vh !important;
    background-color: white;
}*/

#confirmacionPassCambiada p{
    color: #06296a;
}
#confirmacionPassCambiada #continuarACodigo{
    color: #06296a;
    border-color: #06296a;;
}

#popUpLimite{
    display: none; 
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 50px;
    color: black;
    transform: translate(-50%, -50%);
    background-color: white;

}

#limitNum{
    font-weight: bold;
}

#popUpLimite p{
    padding: 5px;
    text-align: left;
    margin-bottom: 1rem;
    text-align: center;
}

.btnFinalizarEva{
    /*margin-left: 40%;*/
    padding: 10px 20px;
    background-color: #06296a;
    color: #fff;
    font-weight: bold;
    transition: 0.3s ease-in all;
    border: 0px;
    border-radius: 20px;
}

.btnFinalizarEva:hover{
    background-color: #213f77;
    color: #f44336;
}

.btn-popuplimite{
    padding: 10px 20px;
    border: 2px solid #FFF;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    transition: 0.3s ease-in all;
}

.btn-popuplimite:hover{
    color:#06296a;
    background-color: #fff;
}

/*
#confirmacionPassCambiada > div, #confirmacionUsuarioCreado > div{
    display: flex;
    height:100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}*/

#confirmacionPassCambiada > div > a, #confirmacionUsuarioCreado > div > a{
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
}

#confirmacionPassCambiada > div > a:hover, #confirmacionUsuarioCreado > div > a:hover{
    color: #06296a;
    background-color: #fff;
    
}

#confirmacionCodigoEmail {
    /*position: fixed;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    width: 50vw;
    height:50vh;
    background-color: #06296a;*/

    position: fixed;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #06296aad;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 33vh;
    padding-left: 72vh;
}
.popup-content{
    width: 60vh;
/*    height: 53vh !important;*/
height: 260px;
    background-color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #06296a;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

/*#confirmacionCodigoEmail > div{
    display: flex;
    width:80%;
    height:100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
}*/
/*#confirmacionCodigoEmail #comprobarCodigoBtn{
    color:#06296a;
    border-color: #06296a;
}*/

#caja-submit-codigoComprobacion a{
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
}

/*#caja-submit-codigoComprobacion a:hover{
    background: #fff !important;
    color: #06296a !important;
}*/

#confirmacionPassCambiada, #confirmacionCodigoEmail, #confirmacionUsuarioCreado  {
    display: none;
}

/* ------------------------------------------------------------------------------ */

/* ---------------------------------- CABECERA ---------------------------------- */

/* ------------------------------------------------------------------------------ */

#icono-perfil {
    font-size: 15px;
}

#caja-perfil-cabecera{
    display: flex;
    gap: 20px;
}
a.navbar-brand.brand-logo img {
    width: 293px;
}
#cerrar-sesion{
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    top: 30px;
    border: 0; 
    background-color: transparent;
}

#cerrar-sesion a{
    border-radius: 5px;
    background-color: rgb(187, 187, 187);
    padding: 10px 10px 10px 20px;
}

#cerrar-sesion a:hover{
    background-color: rgb(143, 143, 143);
}

#cabecera{
    margin: 10px;
}

/* ------------------------------------------------------------------------------ */

/* ------------------------------- MENU PRINCIPAL ------------------------------- */

/* ------------------------------------------------------------------------------ */



#menu-principal{
    background: #06296a;
    height: 80PX;
}

.page-navigation{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#menu-principal > .container, #menu-principal > .container > .page-navigation{
    height:100%;
}

.menu-item{
    color: white;
    text-align:center;
}

#menu-principal .nav-link > i{
    font-size: 25px;
    color: #FFF;
    margin-right: 1rem;
}

#menu-principal .nav-link:hover > *{
    color: #f88d2b;
}

.menu-desactivado{
    pointer-events: none;
    opacity: 0.5;
}
nav#menu-principal a {
    color: white;
}

li .activo i, li .activo span {
    color: #f88d2b !important;
}
/* ------------------------------------------------------------------------------ */

/* ------------------------------- POLITICA DATOS ------------------------------- */

/* ------------------------------------------------------------------------------ */

#titulo-politica{
    margin: 3% 5% 3% 5%;
    text-align: center;
}

#contenedor-politica{
    background-color: #06296a61;
    margin: 0 5% 5% 5%;
    padding: 50px;
    overflow: scroll;
    overflow-x: hidden;
    height: 50vh;
}

#contenedor-politica p{
    margin-bottom: 20px;
}

#contenedor-btns-politica{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.btn-politica{
    background-color: #06296a !important;
    color: #FFF;
    text-decoration: none;
    padding: 10px 40px;
    border: 0px;
    border-radius: 30px;
}

.btn-politica:hover{
    color: #f88d2b !important;
    background-color: #06296ad8 !important;
}

/* ------------------------------------------------------------------------------ */

/* -------------------------------- AJUSTES ------------------------------------- */

/* ------------------------------------------------------------------------------ */

#ajustes-content{
    padding: 5%;
    display: flex;
    flex-direction: column;
    gap: 2rem; 
    min-height: 100vh;
    /*background-image: url(/assets/img/emotio-bg.jpg);*/
    background-size: cover;
}

.cada-ajuste-box{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.cada-hidden-box .mt-5 {
    margin-top: 0px !important;

}

.cada-ajuste-box p{
    width: 28rem;
    display: inline-block;
    background-color: #06296ad8 !important;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.hidden{
    display: none;
}

.cada-hidden-box{
    padding-left: 50px;
}

select#anyo, select.anyo{
    width: 200px;
}

#wrapper-grupo-form-edd-ajustes{
    gap: 20px;
}

#nor-box-hidden > p{
    margin-bottom: 35px;
}

.inner-hidden-box{
    margin-bottom: 35px;
}

#fb360-box-hidden, #iss-box-hidden{
    margin-bottom: 50px;
}

div#content-edd-activar, div#content-nor-activar, div#content-ahres-activar{
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*.programar-poblacion {
    display: flex;
}*/

.programar-poblacion select#anyo , select#pro-centro-edd-des, select#pro-depart-edd-des,
select#pro-centro-nor-des, select#pro-depart-nor-des, select#pro-centro-ahres-des, select#pro-depart-ahres-des{
    width: auto;
    margin-left: 10px;
}

.icon-plus{
    width: 30px; 
    background:#06296ad8; 
    padding: 10px 10px; 
    text-align: center;
    color: white; 
    border-radius: 50px; 
    font-size: 11px; 
    margin-left: 10px;
    cursor: pointer;
}

.icon-ok{
    width: 30px; 
    background:#06296ad8; 
    padding: 10px 7px; 
    text-align: center;
    color: white; 
    border-radius: 50px; 
    font-size: 11px; 
    margin-left: 10px; 
    cursor: pointer;
}

.form-check-input:checked{
    background-color: #f88d2b;
    border-color: #f88d2b;
}
.form-switch {
    padding-left: 51px;
    background-color: #8080806b;
    padding-top: 10px;
    padding: 10px 50px !important;
    width: 312px;
    border-radius: 20px;
}

/* ------------------------------------------------------------------------------ */

/* ----------------------- AJUSTES - BOTONES TOOGLE SWITCH ---------------------- */

/* ------------------------------------------------------------------------------ */


.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.switch-btn {
  position: relative;
  top: 5px;
  width: 74px;
  height: 36px;
  /*margin: -40px auto 0 auto;*/
  overflow: hidden;
}

.switch-btn.r,
.switch-btn.r .layer {
  border-radius: 100px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #cccccc;
  transition: 0.3s ease all;
  z-index: 1;
}

.switch-btn .knobs:before {
  content: "OFF";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #000;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.switch-btn .checkbox:checked + .knobs:before {
  content: "ON";
  left: 42px;
  background-color: #f88d2b;
}

.switch-btn .checkbox:checked ~ .layer {
  background-color: #f88d2b47;
}

.switch-btn .knobs,
.switch-btn .knobs:before,
.switch-btn .layer {
  transition: 0.3s ease all;
}


/* ------------------------------------------------------------------------------ */

/* ---------------------------------- AJUSTES - BOTONES -------------------------------- */

/* ------------------------------------------------------------------------------ */
#btn_filtros_usu, #btn_buscar_usu, #btn_nuevo_usu, .btn-primary{
    background-color: #06296a !important;
    border: 0px solid transparent;
}



/* ------------------------------------------------------------------------------ */

/* ---------------------------------- AJUSTES - BOTONES PROGRAMAR -------------------------------- */

/* ------------------------------------------------------------------------------ */

button.programar{
    border: 1px solid;
    border-radius: 20px;
    background: #2c49807d;
    padding: 6px 15px;
    color: white;
    margin-right: 20px;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight:300;
    font-size: 14px;
}

input#end-edd, input#start-edd, input#end-nor, input#start-nor, 
input#end-ahres, input#start-ahres{
    border: 1px solid white;
    margin-right: 10px;
}

/* ------------------------------------------------------------------------------ */

/* ---------------------------------- NOR PAGINA -------------------------------- */

/* ------------------------------------------------------------------------------ */

#nor-content{
    /*margin: 5%;*/
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    height: 100%;
}

.caja-nor{
    /*width: 18rem;*/
    width: 33%;
    background-color: rgb(228, 228, 228);
    /*box-shadow: 0px 8px 20px rgb(0 0 0 / 20%);*/
    height:100%;
}

.caja-nor img:nth-child(1) {
    width: 100%;
     height: 350px;
    object-fit: cover;
}



.nor-caja-content{
    text-align: center;
    margin: 2rem;
    margin-top: 15vh;
}

.nor-caja-title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1rem;
}

.nor-caja-descripcion{
    margin-bottom: 1.5rem;
    display:block;
}

.nor-caja-btn{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background-color: #06296a !important;
    padding: 10px 40px;
    border-radius: 30px;
    /*box-shadow: 0px 8px 20px rgb(0 0 0 / 20%);*/
}

.nor-caja-btn:hover {
    color: #f88d2b !important;
    background-color: #06296ad8 !important;
    border-color: #06296a !important;
}



.bg-primario{ background-color: #06296a !important; color: #F5F4F4 !important;}

#sortable li{cursor: grab;}
.charts_nor{margin: 0 auto;}
.form-group.row{margin: 5px auto;}
/* ------------------------------------------------------------------------------ */

/* ------------------------------ MOTIO PAGINA ---------------------------------- */

/* ------------------------------------------------------------------------------ */

#motio-content{
    margin: 5%;
    height: 65vh;
}

.ev-title{
    margin: 5%;
    text-align:center;
    font-weight: bold;
}

.aviso-texto{
    /*background-color: rgb(228, 228, 228);*/
    /*box-shadow: 0px 8px 20px rgb(0 0 0 / 20%);*/
    padding: 3rem;
    width: 70%;
    margin: auto;
}

.aviso-texto p{
    margin-bottom: 1rem;
    text-align: center;
    font-size: 14px;
}

.aviso-pregunta{
    text-align: center;
    font-weight: bold;
}

.aviso-texto > .aviso-btns{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

#motio-test, #motio-final, #iss-final{
    display: none;
    height: 100%;
}

#motio-aviso, .aviso-texto{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#motio-test-content{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    height: 50vh;
    margin-top: 40px;
}

.caja-motio-test{
    width: 350px;
    /* background-color: rgb(228, 228, 228); */
    /* box-shadow: 0px 8px 20px rgb(0 0 0 / 20%); */
    padding: 15px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    /* border: 1px solid black; */
    height: 420px;
    box-shadow: 4px 6px 31px #80808078;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 800;
    /*text-transform: uppercase;*/
    text-shadow: 4px 2px 10px black;
    border-radius: 20px;
}
.caja-motio-test .nor-caja-content {
    margin-top: 38px;
}

.caja-azul{
    background-image: url('/assets/img/bg-motivacional-01.png');
    background-size: contain;
}

.caja-naranja{
    background-image: url('/assets/img/bg-motivacional-01.png');
    background-size: contain;
}


.caja-motio-test p{
    font-size: 25px;
    font-weight: 300;
    line-height: 33px;
}
/* 
.caja-motio-test img {
   min-width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 220px;
    max-width: 300px;
    margin: auto;
}*/

.caja-motio-test:hover { 
    transform: scale(1.05); 
    box-shadow: 4px 6px 31px #06296a5e;
}

.vs {
    FONT-SIZE: 72px;
    font-weight: 800;
    background: white;
    padding: 39px 30px;
    border-radius: 240px;
    box-shadow: 5px 5px 14px -1px #8080808f;
    margin-bottom: 30px;
}

p.contador-test span, p.contador-test{
    color:#06296a;
}

#versus img{
    width:10rem;
    margin-bottom: 1rem;
}

.contador-test-box{
    text-align:center;
    font-size: 30px;
    font-weight: bold;
    color: #f44336;
}

.contador-test{
    margin:0 auto;
    padding: 10px;
    /*width: 80%;*/
    /*background-color: rgb(228, 228, 228);*/
    /*border:1px solid black;*/
    /*box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);*/
}

#motio-final p{
    text-align: center;
}

p.aviso-pregunta{
    font-size: 20px;
}

.aviso-texto i{
    font-size: 20px;
}

#img-celebrate{
    margin: 0 auto;
}

/* ------------------------------------------------------------------------------ */

/* ------------------------------ fb360 PAGINA ------------------------------------ */

/* ------------------------------------------------------------------------------ */

#fb360-content{
    margin: 0 auto;
    width: 80%;
    padding: 80px 0px;
}

.contenedorVolver{
    text-align: right;
    margin-top: 2rem;
}

.volverNor{
    text-decoration: none;
    color: #06296a;
    font-weight: bold;
    border: 1px solid #06296a;
    border-radius: 5px;
    padding: 10px 20px;
    transition: 0.3s ease all;
}

.volverNor:hover{
    background-color: #06296a;
    color: #fff;
}

.fb360-caja-personal{
    width: 220px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    color: rgb(141, 141, 141);
    background-color: #ececec;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    font-weight: bold;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out all;
/*     cursor: pointer; */
}

.fb360-caja-personal:hover{
    transform: scale(1.05);
}

.fb360-caja-personal i{
    font-size: 80px;
}

.fb360-caja-personal a{
    color: rgb(141, 141, 141);
    text-decoration: none;
}

.fb360-row-personal{
    display: flex;
    flex-direction: row;
    gap: 20px;
}


/* ------------------------------------------------------------------------------ */

/* ---------------------------- EVALUACION PAGINA ------------------------------- */

/* ------------------------------------------------------------------------------ */

.fb360-caja-aviso.avisoShow, .fb360-caja-aviso{
    width: 100% !important;
    /*height: 65vh;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#evaluacion-content{
    margin: 3% 5%;
}

#evaluacion-content h3{
    text-align: center;
    margin-bottom: 30px;
}

.fb360-caja-aviso, .iss-caja-aviso{
    width: 70% !important;
    /*margin: 0 auto;*/
    padding: 20px 100px;
    /*background-color: #ececec;*/
    /*box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);*/
    transition: 0.3s ease-in-out all;
    margin: auto;
}

.iss-caja-aviso{
    padding: 60px;
}

.fb360-caja-aviso p{
    margin-bottom: 1rem;
    text-align: center;
    font-size: 14px;
}

#contenedor-btns-avisoEdd{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.caja-iconos-progess{
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
justify-content: center;
    color: rgb(141, 141, 141);
    /*grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);*/
}

#tituloEval, .fraseDestacada{
    color: #f88d2b;
}

.caja-iconos-progess i{
    text-align: center;
    font-size: 25px;
/*    margin: -12px 0;*/
    padding: 0;
    width: 30px;
}

.descripcion-principal-eva, .ev-title{
    font-weight: 500;
    font-size: 13px;
    /*margin: 2rem 0;*/
    text-align: center;
    width: 60%;
    margin: auto;
    margin-top: -25px;
    margin-bottom: 10px;
}

#caja-central-eva{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.fb360-caja-eva{
    display: none;
}

#eva-Descip{
    /*border: 4px solid #06296a;*/
    width: 60%;
    /*background-color: #ececec;*/
    margin: 30px 0px;
}

#eva-Descip h4{
    text-align: center;
    padding: 15px;
    font-size: 17px;
    color: #06296a;
    border-bottom: 3px solid #06296a;

}

#eva-Descip p{
    padding: 15px;
    text-align: center;
    font-size: 14px;
    
}
p.fraseDestacada{
    padding: 0px !important; 
}
i.fa-regular.fa-triangle-exclamation {
    margin-bottom: 33px;
}

#container-boxes-eva{
    /*margin-top: 2rem;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 65%;
    margin: auto;
    margin-top: 2rem !important;
    /*margin-left: -20px;*/
}

.boxes-eva{
    
    width: 180px;
    text-align: center;
}

.boxes-eva h5{
    background-color: #06296a;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.caja-box-btn{
    background-color: #fff;
    margin-top: 20px;
}

.box-drag{
    background-color: #ececec;
    height: 190px;
    padding: 10px;
    border-right: 2px solid white;
    border-left: 2px solid white;
}

.box-drag p{
    font-size:9px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 5px;
    /*background-color: #fff;*/
    border:2px solid #06296a;
    cursor: pointer;
    color: #06296a;
    font-weight: 500;
}

.box-btn{
    background: transparent;
    border-radius: 100%;
    border:2px solid #f88d2b;
    color: #f88d2b;
    font-size: 21px;
    width: 35px;
    height: 35px;
    font-weight: bold;
}

.box-btn:hover{
    background: #f88d2b;
    color: #fff;
}

.estrellas {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}


/* ------------------------------------------------------------------------------ */

/* ------------------------------ ISS PAGINA ------------------------------------ */

/* ------------------------------------------------------------------------------ */


#iss-content{
    width: 100%;
    /*height: 100vh;*/
    /*background-color: #ececec;*/
    margin: 0 auto;
    /*margin-top: 2rem;*/
    /*margin-bottom: 2rem;*/
    padding: 80px;
}

.centrado{
    text-align: center;
}

.contenedorEvaIss{
    display: none;
}

.cajaSlider{
    /*width: 80%;*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cajaSlider span{
    font-weight: bold;
}

.contenedor-iss-ui{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*padding: 40px;*/
    gap:20px;
}

.contenedor-iss-ui h4{
    text-align: center;
    padding: 15px;
    font-size: 17px;
    color: #06296a;
    border-bottom: 3px solid #06296a;
}
.contenedor-iss-ui p{
    padding: 15px;
    text-align: center;
    font-size: 14px;
}

#grupoSlider1 .iss-caja-aviso {
  width: 100%;
}

.caja-iconos-progessIss{
    display: flex;
    flex-direction: column;
    /*margin-left: -100px;*/
    justify-content: space-between;
}

.caja-iconos-progessIss i{
    font-size: 25px;
    margin-bottom: -20px;
    color: rgb(141, 141, 141);
}

input[type=range] {
    position: relative;
    -webkit-appearance: none;
    width: 70%;
    height: 8px;
    background: #ddd;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #f44336;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #f44336;
    cursor: pointer;
}

.descripcion-cursiva{
    font-style: italic;
    margin: 0 auto;
    /*padding-top: 2rem;*/
    padding-bottom: 2rem;
    width: 35rem;
    font-size: 13px;
}
.descripcion-selectores{
    /*font-style: italic;*/
    margin: 0 auto;
    padding-top: 4rem;
    /*padding-bottom: 2rem;*/
    width: 60%;
    font-size: 13px;
    font-weight: 500;
}
.contenedorButtonIss{
    width:fit-content;
    margin: 0 auto;
    margin-top: 30px;
}
.contenedorButtonIss button{
    width: 10rem;
}



.popUpIss{
    display: none;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 50px;
    color: #06296a;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1;
    box-shadow: 1px 4px 15px #06296a8c;

}

.titleIssEva{
    color: #f44336;
}

#okPopUp{
    margin-top: 1rem;
/*    color: #06296a;*/
    border: none;
    border: 2px solid #06296a;
    background: transparent;
    border-radius: 5px;
    width: fit-content;
    padding: 10px 20px;
    font-weight: 500;
    transition: 0.3s ease all;
    border-radius: 30px;
}

#okPopUp:hover{
    color: #06296ad8;
    background: #fff;
}
/*selectBox{
    display: none;
}
*/
#btnIssSiguienteSelects{
    display: none;
}

.cajaSelectores{
    display: grid; 
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    margin-top: 20px;
}

.selectorIss{
    background-color: #ececec;
    border: 2px solid black;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
/*    cursor: pointer;*/
/*    text-align: center;*/
    display: flex;
    justify-content:space-between;
}
.selectorIss i{
    margin-right: 10px;
}

.selectorIss .fa-thumbs-up{
    color: green;
    cursor: pointer;
}
.selectorIss .fa-thumbs-down{
    color: red;
    cursor: pointer;
}
.selectorIss .fa-rotate-left{
    cursor: pointer;
}

#btnIssSiguienteSelects{
    margin-top: 20px;
}

.opcionSeleccionada{
    color: #f44336;
}

.container-grupo-slider{
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
    margin-bottom: 1.5rem;
}

.container-grupo-slider p{
    /*width: 60%;*/
    width: 100%;
    font-size: 14px;
}

.container-grupo-slider div{
    width: 40%;
}

.btnGrupos{
    width: fit-content;
    margin: 0 auto;
    padding-top: 1.5rem;
}

#grupoSlider1, #grupoSlider2{
    display: none;
}

/* ------------------------------------------------------------------------------ */

/* ------------------------------ USUARIOS PAGINA ------------------------------------ */

/* ------------------------------------------------------------------------------ */

#usuarios-content{
    margin:5%;
}

#usuarios_box1{
    width: 100%;
}

#usuarios_box1, .grupo_input {
    display: flex;
    flex-direction: row;
}

#input_nombre{
    width: 20rem;
}

#btn_filtros_usu{
    margin-left:0;
    border-radius: 0 5px 5px 0;
    width: 8rem;
}

#btn_buscar_usu, #btn_nuevo_usu{
    width: 15rem;
    margin-left: 2rem;
}

.filtro-busqueda{
    margin-top: 3rem;
    display: none;
}

.filtro-busqueda h4{
    margin-bottom: 1.5rem;
}

.lista-usuarios{
    margin: 5%;
    border: 4px solid #06296ad8;
    overflow-y: scroll;
    max-height: 300px;
}

.tabla-usuarios{
    width: 100%;
}

.fila-tabla-usuarios{
    border: 1px solid rgb(180, 180, 180);
}

.fila-tabla-usuarios td{
    padding: 20px;
}
.fila-tabla-usuarios td a{text-decoration: none; color: #212529;}
#carga_masiva_display{
    margin:0 auto;
    margin-top: 1rem;
    width: 80%;
    border: 1px solid #06296ad8;
    padding: 20px;
    display: none;
}

.iconos-usuarios{
    font-size: 18px;
    /*border: 2px soli*/
    margin: 0px 10px;
    cursor: pointer;
}
.fa-trash-alt{
    color: red;
}

.crear-usuario{
    display: none;
    /*margin: 5%;*/
    position: fixed;
    top: 50%;
    left: 50%;
    /*color: white;*/
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #06296aad;
    padding-top: 33vh;
    padding-left: 72vh;
    
}

.crear-usuario form{
    width: 600px;
    padding: 10px 20px;
    /*border: 4px solid #06296ad8;*/
    overflow-y: scroll;
    max-height: 400px;
    background-color: white;
}

.tabla-form-nuevoUsuario tr td:first-child{
    text-align: right;
    padding-right: 1rem;
}

.tabla-form-nuevoUsuario tr td{
    padding-bottom: 1rem;
}

#input-form-nuevoUsu{
    width: 80%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin: 0 auto;
}

#input-form-nuevoUsu button{
    width: 180px;
}

.personaEvaluada{
    background-color: rgb(84, 121, 84);

table.tabla-form-nuevoUsuario {
    margin: auto;
}

table.tabla-form-nuevoUsuario select {
    width: 100%;
}

table.tabla-form-nuevoUsuario input {
    width: 100%;
}

/* ------------------------------------------------------------------------------ */

/* ------------------------------ ANALITICA PAGINA ------------------------------------ */

/* ------------------------------------------------------------------------------ */

#analitic-content{
    margin: 5%;
}

.submenu{
    width: 80%;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}
#analitic-content .submenu a{
    text-decoration: none;
    color: #fff;
    background-color: #ccc;
    width: 240px;
    height: 70px;
    padding: 15px 8px;
    border:1px solid #fff;
    text-align: center;
    font-size: 14px;
}
.submenu a{
    text-decoration: none;
    color: #fff;
    background-color: #ccc;
    width: 100%;
    height: 100%;
    padding: 15px 8px;
    border:1px solid #fff;
    text-align: center;
    font-size: 14px;
}

.cajaFiltro{
   margin-top: 1.5rem;
    margin-left: auto;
    margin-right: 10%;
    display: flex;
    justify-content: end;
    align-items: start;
}

.filtro-list{
    text-align: right;
    margin-right: 30px;
}

.cajaFiltro p{
    width: fit-content;
    margin-left: 4rem;
}

.filtroBtns{
    display: flex;
    justify-content: end;
    align-items: center;
}

.filtroBtns button:first-child{
    width: fit-content;
}

.filtroBtns button{
    width: 150px;
}

.filtroBtns select{
    width: 200px;
}
#ocultar-comparativa-socio, #tendencia-socio, #ocultar-tendencia-socio, #comparativa-socio,
#tendencia-evo, #ocultar-tendencia-evo, #comparativa-evo, #ocultar-comparativa-evo,
#tendencia-eco, #ocultar-tendencia-eco, #comparativa-eco, #ocultar-comparativa-eco,
#tendencia-talento, #ocultar-tendencia-talento, #comparativa-talento, #ocultar-comparativa-talento,
#tendencia-rotac-v, #ocultar-tendencia-rotac-v, #comparativa-rotac-v, #ocultar-comparativa-rotac-v,
#tendencia-rotac-i, #ocultar-tendencia-rotac-i, #comparativa-rotac-i, #ocultar-comparativa-rotac-i,
#tendencia-abs, #ocultar-tendencia-abs, #comparativa-abs, #ocultar-comparativa-abs,
#tendencia-perf1, #ocultar-tendencia-perf1, #comparativa-perf1, #ocultar-comparativa-perf1,
#tendencia-perf2, #ocultar-tendencia-perf2, #comparativa-perf2, #ocultar-comparativa-perf2,
#tendencia-perf3, #ocultar-tendencia-perf3, #comparativa-perf3, #ocultar-comparativa-perf3,
#tendencia-clima, #ocultar-tendencia-clima, #comparativa-clima, #ocultar-comparativa-clima
{
    height:30px ;
}

/*acordeon*/
.accordion, .subcategorias{
    width: 80%;
    margin: auto;
    margin-top: 30px;
}

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

.accordion-body .col-sm, .accordion-body .col-4, .accordion-body .col-6, .accordion-body .col-3 {
    text-align: center;
    margin-bottom: 50px;
    /*text-decoration: underline;*/
    color: #06296a;

}


.accordion-body h4 {
    font-size: 17px;
    text-decoration: underline;
    text-transform: uppercase;
}
.accordion-body p {
    font-size: 14px;
    margin-top: 10px;
}

.accordion-button:not(.collapsed){
    color: white !important;
    background-color: #06296ad8 !important;
    border-radius: 0px !important;
}

.filtrar-por{
    display: flex;
    margin-bottom: 60px;
    margin-top: 20px;
    justify-content: center;
}

#barModal{
    z-index: 100;
}
.modal-background{
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    
}
.row.comparacion {
    display: flex;
    justify-content: start;
    margin-bottom: 50px;
    margin-left: 251px;
    margin-top: -37px;
}

/* ------------------------------------------------------------------------------ */

/* ------------------------------ EDD PAGINA ------------------------------------ */

/* ------------------------------------------------------------------------------ */
/*table#tablaResultados tr, table#tablaComportamiento tr{
    display: flex;
    justify-content: space-between;
    width: 100vh;
    border-bottom: 1px solid black;
}*/
button#crearObjDesem{
    margin-bottom: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #06296a !important;
    color: #f88d2b ;
}
.fichaComportamiento table td, .fichaResultados table td, .fichaDesarrollo table td{
    width: 50%;
    border-bottom: 1px solid #06296a;
}

.fichaComportamiento, .fichaResultados{
    padding-top: 20px;
}

button#nav-home-tab {
    padding: 20px;
}

#edd-content, .ficha-empleado{
    margin:5%;
}

.edd-tabs{
    padding-bottom: 19px;
    border-bottom:2px solid #ccc;
}

.edd-tabs a{
    text-decoration: none;
    color: #fff;
    background-color: #06296a;
    padding: 20px;
    border-radius: 5px 5px 0 0;
}

.edd-tabs a:hover{
    background-color: #06296ad8;
}

.title-edd{
    margin: 3rem;
}

.title-edd h3{
    font-size: 2.5rem;
    color: #06296a;
}

.edd-row-personal{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.edd-caja-personal{
    width: 220px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    color: rgb(141, 141, 141);
    background-color: #ececec;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    font-weight: bold;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out all;
    cursor: pointer;
}

.edd-caja-personal:hover{
    transform: scale(1.05);
}

.edd-caja-personal i{
    font-size: 80px;
}

.nombreFicha{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    border: 4px solid #06296a;
    margin-top: 2rem;
    padding: 1rem;
}

.nombreFicha i{
    font-size: 60px;
    color: #06296a;
}

.fichaFix{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 3rem;
}

.comentariosBox{
    display: flex;
    flex-direction: column;
}

.comentariosBox textarea{
    width: 100%;
}

.fechaBox{
    text-align: center;
}

#fechaEntrevista{
    margin-top: 20%;
}

.boxFixBtn{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.boxFixBtn button{
    width: 18rem;
    padding: 10px;
    font-weight: 500;
}

.desempenyoTab{
    margin-top: 3rem;
}

.tabMarcado{
    color:#f88d2b !important;
}

.fichaDesempenyo, .potencialTab, .desarrolloTab{
    margin-top: 1rem;
}

.crearFicha{
    width: fit-content;
    margin-top: 1rem;
}

.fichaDesempenyo table td, .potencialTab table td{
    width: 50%;
    border-bottom: 1px solid #06296a;
}

.potencialTab form{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 1rem;
}

.ficha-empleado, .potencialTab, .desarrolloTab, .editFichaDesempenyo{
    display: none;
}
#aÃ±adirAccionBtn{
    margin-top: 30px;
}
.editFichaDesempenyo .row {
    justify-content: center;
    align-items: center;
}

#guardarBtnPotencial{
    width: fit-content;
    margin-top: 1.5rem;
}

.potencialTab{
    text-align: center;
}

.editFichaDesempenyo{
    margin-top: 2rem;
}

.editFichaDesempenyo h5{
    margin-top: 2rem;
}

.editFichaDesempenyo textarea{
    width: 100%;
}

#tablaPotencial{
    display: none;
}


/* ------------------------------------------------------------------------------ */

/* ---------------------------------- AHRES PAGINA -------------------------------- */

/* ------------------------------------------------------------------------------ */

/*submenu*/
.row.ahres-content{
    margin: 5%;
}

/*Enunciado*/
.ahres-content h5{
    text-align: center;
    margin-top: 50px;
    font-size: 15px;
}

/*CORRELACIÃ“N DE VARIABLES*/
    #desempeno-cont, #absentismo-cont, #rotacionv-cont, #rotacioni-cont{
        cursor: pointer;
    }
    div#btn-impact {
    margin-top: 40px;
    }
    .btn-correlacion{    
        background-color: #06296a !important;
        border-radius: 20px;
        padding: 10px 30px;
        text-align: center;
        color: white;
        border:0px solid;
        width: 243px;

    }

    #ahres-menu-variables{
        margin: 50px 0px 100px 179px;
    }

    .col-sm.variables-resultantes {
        height: 200px;
        overflow-x: hidden;
        margin-top: 80px;
    /* width: 600px !important; */
    }
    /*#desempeno-cont{
        margin-top: 20px;
    } */
    #ahres-menu-variables .cada-ajuste-box{
        margin-top: 30px;
    }

    #ahres-menu-variables p:nth-child(1) {
        width: 255px !important;
    }
    #desempeno-cont, #absentismo-cont, #rotacionv-cont, #percent-ini-rotv, #percent-act-rotv{
        margin-top: 30px;
    }

    /*BOTONES BOTTOM*/
    .btns-listado{
        /*display: flex;*/
        /*flex-direction: row;*/
        /*justify-content: space-around;*/
        margin-bottom: 30px;
    }
    .btn-signific.btn-primary, .btn-moderado.btn-primary {
        width: 49%;
        border-radius: 20px;
        padding: 10px 30px;
        text-align: center;
        color: white;
        cursor: pointer;
    }

    .cont-signific .actions, .cont-moderado .actions {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 50%;
    }
    .actions .btn-primary {
        padding: 10px;
        border-radius: 20px;
        margin-right: 10px;
        color: white;
        font-size: 13px;
        cursor: pointer;
    }
    .correlacion{
        cursor: pointer;
    }

/*PERFIL ASOCIADO*/
.porcentaje-ahres{
    text-align: right;
    font-size: 40px;
    font-weight: 800;
}
.desemp-bg {
height: 40vh;
    background-image: url(/assets/img/user.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 45%;
    margin: auto;
}

.desemp-content{
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    height: 100%;
}

.desemp-content p{
    padding: 10px 20px;
    border-radius: 20px;
    height: auto;
    color: white;
}

.listado-perfil{
    text-align: left;
    margin-top: 30px;
}
.red{color: var(--red);}
.green{color: var(--green);}
.blue{color: var(--blue);}
.yellow{color: var(--yellow);}
.orange{color: var(--orange);}
.primario{ color: #06296a}

.bg-red{ color: #F5F4F4;background-color: var(--red);}
.bg-green{ color: #F5F4F4;background-color: var(--green);}
.bg-blue{ color: #F5F4F4;background-color: #2E2D68;}
.bg-yellow{background-color: var(--yellow);}
.bg-orange{ color: #F5F4F4;background-color: var(--orange);}
.bg-orange-dark{ color: #F5F4F4;background-color: var(--orange-dark);}
.bg-green-dark { color: #F5F4F4;background-color: #006400}

.bg-pink{ color: #F5F4F4;background-color: var(--pink);}
.bg-gray{background-color: #BEBEBE;}