/** Custom Properties **/
:root {
    --primario: #f3901eff;
    --secundario: #ffffff;
    --primarioOscuro : rgb(88, 88, 88);
    --fuentePrimaria : 'Arial', Helvetica, sans-serif;
    --fuenteSecundaria : 'Poppins', sans-serif;
}

html {
    box-sizing: border-box;
    height: 100%;
}
*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: 'Lato', sans-serif;
    min-height: 100%;
}
.swal2-shown aside {
    height: 100vh;
}
/** Login **/
.login,
.crear-cuenta {
    background: #000000;
}
.contenedor-formulario {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}
.contenedor-formulario h1 {
    text-align: center;
    color: white;
}
.contenedor-formulario h1  span{
    font-weight: 400;
    font-size: 1.2rem;
}
.caja-login {
    background-color: white;
    border: 1px solid #707070;
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 25px 35px -17px rgba(0,0,0,0.56);
    -moz-box-shadow: 0px 25px 35px -17px rgba(0,0,0,0.56);
    box-shadow: 0px 25px 35px -17px rgba(0,0,0,0.56);
    padding: 3rem;
    color: black;
}
.campo {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}
.campo label {
    flex: 0 0 100px;
    text-align: right;
    padding-right: 1rem;
}
.campo input[type="text"],
.campo input[type="password"] {
    height: 3rem;
    border: 0;
    flex: 1;
    border: 1px solid #f3901eff;
    border-radius: 5rem;
    padding-left: 2rem;
}
.enviar {
    justify-content: flex-end;
}
.boton {
    background-color: #FAFAFA;
    text-align: center;
    transition: background-color .5s ease-in-out;
    display: block;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
    font-weight: 900;
}
.boton:hover {
    cursor: pointer;
    background-color: var(--primario)!important;
}
.campo a {
    color: #ffffff;
    text-decoration: none;
}

/** Barra **/
body.index {
    height: 100vh;
}
.barra {
    background-color: rgb(88, 88, 88);
    padding: 1rem;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.barra h1 {
    color: white;
    margin:0;
    font-size: 1.4rem;
}
.barra a {
    color: white;
    text-decoration: none;
}

/*** sidebar**/
.contenedor-proyectos {
    min-height: 100vh;
    max-width: 300px;
    background-color: rgb(88, 88, 88);
    padding-top: 1rem;
}
.panel {
    padding: 1rem;
    margin: 1rem;
}
.panel a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.panel h2 {
    color: #f3901eff;
    font-weight: 900;
    text-align: center;
    font-size: 2rem;
    margin: 0;
}

.crear-proyecto i {
    margin-left: 1rem;
}
.crear-proyecto a {
    color: #455A64;
}

.lista-proyectos ul{
    list-style: none;
    padding: 1.5rem 0 0 0;
    margin: 0;
}
.lista-proyectos ul li {
    margin-bottom: 1rem;
}
.lista-proyectos ul li a:hover {
    color: #FDD835;
}


/** Contenido Principal */
.contenedor {
    display: flex;
    height: calc( 100% - 60px);
}
.contenido-principal {
    flex: 1;
    padding: 1rem;
    overflow: scroll;
}
.contenido-principal h1,
.contenido-principal h2 {
    text-align: center;
}
.contenido-principal h1 {
    font-size: 1.8rem;
}
.contenido-principal h2 {
    font-size: 1.4rem;
    margin-top: 2rem;
}
.contenido-principal h1 span {
    font-weight: 400;
}
.agregar-tarea {
    max-width: 800px;
    width: 90%;
    background-color: var(--primario);
    margin: 0 auto;
    padding: 2rem;
    color: var(--primarioOscuro);
    transition: background-color .5s ease-in-out;
}

/** fin complemento **/

.bg-amarillo {
    background-color: #E6E6E6;
}
.bg-blanco {
    background-color: #FAFAFA;
}

/** Listado Pendientes **/
.listado-pendientes {
    background-color: #F2F2F2;
    max-width: 800px;
    width: 90%;
    margin: 2rem auto 0 auto;
    padding: 2rem;
    border: 1px solid #999;
}
.listado-pendientes ul {
    padding: 0;
    list-style: none;
}
.listado-pendientes ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem;
    border-bottom: 1px solid #f3901eff;
}
.listado-pendientes ul li:last-of-type {
    border-bottom: none;
}
.listado-pendientes ul li i {
    cursor: pointer;
}
.acciones i:last-child{
    margin-left: 3rem;
}
.completo {
    color: #00B762;
}
.alerta {
    background-color: red;
    padding: .5rem;
    text-align: center;
    color: white;
    font-size: 1.2rem;
}



.strong {
    color: var(--primario);
}
.strong a {
    color: white;
}
.bg-gradient-primary{
    background-color: #EE721F;
    background-image: linear-gradient(180deg,#F3901E 10%, #F3901E 100%);
    background-size: cover;
}
.row{
    margin-top: 5px;
}
.table td{
    padding: 0.1rem;
}
.ui-front{
    z-index: 5000;
}
.btn-light{
     background-color: #EE721F;
     border-color: #EE721F;
     color: white;
    min-width: 120px;
}
.btn-secondary{
    background-color: #F3901E;
    border-color:  #F3901E;
}
.btn-secondary:hover{
    background-color: #F3901E80;
    border-color:  #F3901E80;
}