
/* 
==================
  C O L O R E S
==================
*/

.clr-blue{
    color: #007eb2;
}

.clr-Orange{
    color: #e86710;  
}

.clr-lightblue{
   color: lightblue;
}

.bg-lightblue{
    background-color: #f0fffe;
 }
.clr-bord-card{
    border-color: #bce8f1;
}

.clr-bord-gold{
    border-color: #ECB857;
}
.clr-bord-orange{
    border-color:#eb5f0a;
}
.clr-gold{
    color: #ECB857;
}

.clr-black_100{
    background-color:black;
}  

.clr-red{
    color: rgb(255,61,65);
}

.clr-grey{
    background-color: #AFA5D9;
}

.clr-grey2{
    background-color: #DEDEDE;
}
.clr-btn-eliminar {
    color: #fff;
    background-color:rgb(255,61,65);
    border-color:rgb(255,61,65); 
}
.clr-btn-eliminar:hover {
    color: #fff;
    background-color:rgb(200,0,4);
    border-color:rgb(200,0,4); 
}

.bg-lightblue{
    background-color:#bce8f1;
}

.bg-gold{
    background-color:#ECB857;
}
.bg-orange{
	background-color:#e86710;
}
.bg-lgblue1{
    background-color: #dceafc;
}
/*
============================
 T A M A Ñ O S  F U E N T E
============================
*/
.fw-750{
    font-weight: 750 ; 
}
.fw-600{
    font-weight: 600;
}

/*
=============================
 T A M A Ñ O  D E  L E T R A
=============================
*/
.fz-14{
    font-size: 14px;
}
.fz-13{
    font-size: 13px;
}
.fz-12{
    font-size: 12px;
}

/*
============================================
 L I N K   W I T H O U T  U N D E R L I N E
============================================
*/
.lnk-wou{
    color:#5b80b2;  
    text-decoration: none;
}

.lnk-wou:hover{
    color: #447e9b;        
}

.lnk-wou-2{
    color:#878e91;  
    text-decoration: none;
}

.lnk-wou-2:hover{
    color: #447e9b;        
}

/*
============================================
 U L   W I T H O U T   D O T
============================================
*/
.ul-wod{
    list-style-type:none;
}

/*
==========================
  M E N U / S U B M E N U
==========================
*/

/* Color de texto y fondo al hacer hoover en opción de submenu */
 .hoverNav .dropdown-item:hover{        
    color: #000!important;	 	
    background:lightblue;	       
}

/*==================
    T A B L A S
  ==================
*/

/*Clase creada para que el hover de las tablas tenga color anaranjado.
  Si se desea continuar con el hover por defecto de bootstrap incluir en la clase table
  simplemente "table-hover"(sin el "hoverTable" obviamente)
*/
.hoverTable tr:hover{  
    background-color:#343a40;	
    
}

/* Tamaño de fuente en tablas */
 table td,table th{   
    font-size: 12px;
}
/* Cambio de tipo de cursar al hacer hoover en fila*/
.table tr {
    cursor: pointer;
}
/* Clase creada para el toggle de una fila*/
.hiddenRow {
    padding: 0 4px !important;    
    font-size: 12px;
}

/* Clases afectadas a la ordenación de las columnas 
   CSS_ORDENACION  */
 
table tr th {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 } 
 .asc:after {
    content: ' ↑';
 }
 .desc:after {
    content: " ↓";
 }
/***************************/



/*==================
    B K 
  ==================
*/

#intro {
    background-image: url(../img/SIVI.jpg);
    background-size: contain;  
    background-position:50% 50%;
    background-repeat:no-repeat;
    height: 90vh;
}
/*
.bg-home{
    
    background-image: url(../img/SIVI.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position:50% 50%; /*en el centro     
}
/*
.bg-logAdm{
    background-image: url('../img/login_ADM.png');
    background-repeat:no-repeat;
    background-size: cover;
    background-position:50% 50%; /*en el centro*/
   /* background-size:contain;   
}

.bg-logProp{
    background-image: url('../img/login_PRO.png');
    background-repeat:no-repeat;
    background-size: cover;
    background-position:50% 50%; /*en el centro*/
   /* background-size:contain;    
}*/

/*=========================
    DROP-DOWN MENU/SUBMENU
  =========================
*/
 
 .dropdown-submenu {
    position: relative;
 }

 .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
 }

 .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
 }	

 /*=========================
    AGENDA INDEX
  =========================
*/
.hiddenRow {
    padding: 0 !important;
}

/*=================
    S I D E B A R
  =================
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
    --header-height: 2.5rem;
    --nav-width: 68px;
    --first-color: black;
    --first-color-light: #F7F6FB;
    --clr-gold : #ECB857;
    --white-color: #F7F6FB;
    --orange-color: #e86710; 
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100;
}

*,
::before,
::after {
    box-sizing: border-box
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s
}

a {
    text-decoration: none
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden    
}

.header_img img {
    width: 35px;
    object-fit: cover;
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--first-color);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--clr-gold);
    font-weight: 1000
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav_link:hover {
    color: var(--orange-color)
}

.nav_icon {
    font-size: 1.25rem
}

.show1 {
    left: 0
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}

.active {
    color: var(--orange-color)
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--orange-color)
}

.height-100 {
    height: 100vh
}

.dropdown-toggle::after {
    margin-left: 0
}
@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 2rem)
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    .show1 {
        width: calc(var(--nav-width) + 156px)
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 188px)
    }
}

/*===================
    C K  E D I T O R
  ===================
*/
.django-ckeditor-widget {
    display: block !important;
}

/*======================
    IMG CIRCLE-ROUNDED
  ======================
*/
/* You can adjust the image size by increasing/decreasing the width, height */
.custom-circle-image {
    width: 4vw; /* note i used vw not px for better responsive */
    height: 4vw;
}
  
.custom-circle-image img {
    object-fit: cover;
}

.custom-circle-thub-image {
    width: 3vw; /* note i used vw not px for better responsive */
    height: 3vw;
}
  
.custom-circle-thub-image img {
    object-fit: cover;
}

/*======================
    DISPLAY-NONE
  ======================
*/

.dis-none{
    display: none;    
}

