
.footer .info{
    margin-bottom: 40px;
}
    .footer .info i{
        /* font-size: 50px; */
        color: #ddd;
        /* transition: color .5s; */
    }
    .footer .info a.link:hover{
        color: #43B4E4 !important;
        margin-bottom: 50px !important;
    }
    
.footer .icons{
    margin-bottom: 50px;
}
    .footer .icons i{
        font-size: 50px;
        color: #ddd;
        /* color: red; */
        /* background-color: #fff; */
        transition: color .5s;
    }
        .footer .icons i.fa-facebook:hover{         color: #3b5998; }
        .footer .icons i.fa-twitter:hover{          color: #00acee; }
        .footer .icons i.fa-youtube:hover{          color: #c4302b; }
        .footer .icons i.fa-flickr:hover{           color: rgb(255, 0, 132); }
        .footer .icons i.fa-map-marker-alt:hover{   color: #B23121; }
        .footer .icons i.fa-envelope:hover{         color: #A65E2E; }




        .footer .icons a{
            color: #fff !important;
        }
        /*.footer .icons a:hover{
            color: #ccc !important;
        }*/

/* .dataTables_length{
    padding-left: 20px !important;
} */
/* input,textarea,select{ text-transform: uppercase !important }; */
/* .tt-uc{ text-transform: uppercase !important }; */
.d-ib{  display: inline-block; }    /* alinea elementos */
.d-b{  display: block !important; }    /* alinea elementos */
.d-i{  display: inline !important; }    /* alinea elementos */
.d-n{   display: none; }   /* Oculta elementos con esta clase */
.custom-select{ height: 35px; }   /* Normaliza el tamaño del select al de los demás controles */
.btn_big{   height: 35px; padding-top: 7px; }   /* Normaliza el tamaño del botón al de los demás controles */
.disabled{ pointer-events: none; cursor: no-drop !important;/*text-decoration-color:rgb(255, 255, 255) !important;*/ opacity: 0.4 !important; }
/* .disabled i{ background-color: white; color: var(--tam-gris) !important; } */
/* .disabled i{ background-color: var(--tam-celeste); color: #EAEAEA !important; } */

/* BLOQUEAR */
.disabled i{ /*background-color: var(--light);*/ color: var(--tam-gris) !important; opacity: 1; }
.disabled.bg-secondary i{ /*background-color: var(--light);*/ color: var(--light) !important; opacity: 1; }

/* <i> iconos*/
.acciones-th{ width: 200px; }
/* - - - - - - */
.acciones-td > section{ margin-left: 3px; margin-right: 3px; display: inline-block; opacity: 1; transition: opacity 1s; }
.acciones-td > section i:hover{ opacity: 0.5; }
    /*-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);*/

.acciones-td > section > a > i.fa-xl{ font-size: 19px !important; }


.h7{ font-size: 12px!important; }


/* Colors */
.c-saved{ color: #97C93D !important; }
.c-unsaved{ color: var(--tam-rojo) !important; }

/* Text Area */
.text_area_label{   border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-width: 0px; background-color: var(--text-area); }
.text_area_control{ border-top-right-radius: 0px !important; border-top-left-radius: 0px !important; }


/* Clase para dibujar cuadro semejante a una card */
.cuadro{ border-color: rgba(0, 0, 0, 0.125); border-style: solid; border-width: 1px; border-radius: 4px; padding: 15px; }
.cuadro.is-invalid{ border-color: var(--tam-rojo); }
.is-warning{ border-color: var(--yellow) !important; }
.is-success{ border-color: var(--tam-verde) !important; }

.bg-tam-verde{background-color: var(--tam-verde) !important; }


.despliegue_title{
    font-size: 16px;
    font-style: italic;
}
.despliegue_subtitle{
    font-size: 13px;
}
.bg-primary.btn_referencia:hover{
    background-color: #1D7DCA !important;
    /* -webkit-box-shadow: 0px 2px 20px -4px rgba(0,0,0,0.75); */
    /* -moz-box-shadow: 0px 2px 20px -4px rgba(0,0,0,0.75); */
    /* box-shadow: 0px 2px 20px -4px rgba(0,0,0,0.75); */
}
.bg-secondary.btn_referencia:hover{
    background-color: #5a6268 !important;
    /* -webkit-box-shadow: 0px 2px 20px -4px rgba(0,0,0,0.75); */
    /* -moz-box-shadow: 0px 2px 20px -4px rgba(0,0,0,0.75); */
    /* box-shadow: 0px 2px 20px -4px rgba(0,0,0,0.75); */
}

/* Contenido de Referencias */
.bg-primary.btn_referencia{ border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-width: 0px; }
.content_referencia > .card{ border-top-left-radius: 0px; border-top-right-radius: 0px; border-width: 0px; }

.bg-cool-gray{
    /* background-color:#636466 !important; */
    background-color:#6c757d !important;
    color: white;
}
.bg-blocked{
    background-color:gainsboro !important;
}

.bg-gray_light{
    background-color:#EAEAEA !important;
}


@media (max-width: 360px){
    .without_cuadro .cuadro{
        padding: 0px; border-width: 0px;
    }
}


.card-header.card-header-edit{
    background: var(--primary);
    color: white;
}

/*tr {
    background-color: white;
    transition: background-color 1s;
}*/

tr {
    background-color: white;
    transition: background-color 2s;
}
.tr-selected, .tr-tam-verde {
    background-color: var(--tam-verde) !important;
    transition: background-color 2s !important;
}
.tr-tam-rojo {
    background-color: var(--tam-rojo) !important;
    /* color: white !important; */
    transition: background-color 2s !important;
}

/* Botón de flecha, para regresar al top*/
/* ===== Scroll to Top ====  */
#return-to-top {
    position: fixed;
    bottom: 78px;
    right: 8px;
    background: var(--secondary);
    opacity: 0.5;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;

    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;

    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    #return-to-top:hover {
        background: var(--primary);
        opacity: 0.9;
    }

    #return-to-top i {
        position: relative;
        left: 10px;
        top: 10px;
        color: #fff;
        margin: 0;
        font-size: 20px;
        
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
        #return-to-top:hover i {
                top: 5px;
        }
/* ===== Scroll to Top ====  */


/* .dataTables_wrapper > .row > div:nth-child(2) > div > label,
.dataTables_wrapper > .row > div:nth-child(2) > div > label > input{
    width: 50%;
} */

.w-33{  width: 33%;  }
.w-66{  width: 66%;  }

.w-20{  width: 20%;  }
.w-30{  width: 30%;  }

.w-15{  width: 15%;  }
.w-35{  width: 35%;  }


/* CARD TABLE */
.card-table{
    padding: 0px 0px !important;
}
    .card-table .dataTables_wrapper > .row:first-child,
    .card-table .dataTables_wrapper > .row:last-child{
        padding: 5px 25px 5px 25px;
        /* color: var(--primary); */
        /* color: var(--secondary); */
        /* font-size: 14px; */
    }
        .card-table .dataTables_wrapper > .row:first-child {
            /* background-color: red; */
            /* background: var(--primary); */
            border-bottom-color: rgb(241, 241, 241);
            /* border-bottom-left-radius: 0px; */
            /* border-bottom-right-radius: 0px; */
            border-bottom-style: solid;
            border-bottom-width: 3px;
        }
            .card-table .dataTables_wrapper > .row:first-child label{
                margin-bottom: 0px !important;
            }
.card-table .table{
    width: 100% !important;
}
/* CARD TABLE */

.bw-1{ border-width:1px !important; }
.bw-2{ border-width:2px !important; }
.bw-3{ border-width:3px !important; }
.bw-4{ border-width:4px !important; }
.bw-5{ border-width:5px !important; }
.bw-6{ border-width:6px !important; }
.bw-7{ border-width:7px !important; }
.bw-8{ border-width:8px !important; }
.bw-9{ border-width:9px !important; }
.bw-10{ border-width:10px !important; }
.bw-11{ border-width:11px !important; }
.bw-12{ border-width:12px !important; }
.bw-13{ border-width:13px !important; }
.bw-14{ border-width:14px !important; }
.bw-15{ border-width:15px !important; }



#map {
    height: 600px;
    /* height: 100%; */

    /* height: calc(1.5em + 0.75rem + 2px); */
    /* height: calc(100% - 48px); */
    width: 100%;
    /* width: 500px; */
}

.scroll-horizontal{
    /* background-color: #333; */
    overflow: auto;
    white-space: nowrap;
}


/* #main-menu-navigation .menu-item{ */
    /* background-color: #fff !important; */
    /* color: var(--tam-gris) !important; */
    /* color: var(--tam-azul) !important; */
    /* color: var(--tam-celeste) !important; */
    /* color: var(--tam-verde) !important; */

    
    /* color: #fff;
    background-color: var(--tam-primay);
    transition: all 0.8s; */
/* } */
 #main-menu-navigation .menu-item:hover{
    background-color: #1d7dca !important;
    /* color: var(--tam-celeste) !important; */
} 


/* .base_th_checkbox{ padding-bottom: 5px; } */
.base_checkbox{ width: 20px; height: 20px; }


.cabecera_sticky{ padding-top: 24px; }
.cabecera_sticky.sticky-top{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.1);
}


.modal {
    overflow-y:auto;
}



/* CONTENEDOR CARGANDO */
@media (max-width: 1023px){
    #contenedor_cargando{
        /* background-color: var(--tam-azul); */
        /* opacity: 0.9; */
        background-color: rgba(20, 20, 20, 0.9);
        height: 100%;
        width: 100%;

        position: fixed;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        z-index: 10000;
    }
}
@media (min-width: 1024px){
    #contenedor_cargando{
        background-color: rgba(20, 20, 20, 0.9);
        height: 100%;
        width: calc(100%);

        top: 0;
        
        position: fixed;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        z-index: 10000;
    }
}

/* CONTENEDOR - MICROSITIOS */
#contenedor_cargando_MICROSITIOS{
    /* background-color: var(--tam-azul); */
    /* opacity: 0.9; */
    background-color: rgba(20, 20, 20, 0.9);
    height: 100%;
    width: 100%;

    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
}



#carga{
	border: 15px solid #ccc;
    /* border-top-color: #537989; */
    border-top-color: var(--tam-azul);

	border-top-style: groove;
	height: 100px;
	width: 100px;
	border-radius: 100%;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: girar 1.5s ease-in-out infinite;
	-o-animation: girar 1.5s ease-in-out infinite;
	animation: girar 1.5s ease-in-out infinite;
}

@keyframes girar{
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
/* CONTENEDOR CARGANDO */


/* PRESOLICITUD y SOLICITUD (Pantallas de Inicio) */
td.td-py-0{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


section.area-verde{
    background-color: #6DEDB3 !important;
    transition: opacity 0.5s;
}
section.area-gris{
    background-color: #9E9E9E !important;
    transition: opacity 0.5s;
}
    section.area-verde:hover{
        opacity: 0.7;
    }
    section.area-gris:hover{
        opacity: 0.85;
    }

    .d-ib{  display: inline-block; }    /* alinea elementos */
    .d-b{  display: block !important; }    /* alinea elementos */
    .d-i{  display: inline !important; }    /* alinea elementos */
    .d-n{   display: none; }   /* Oculta elementos con esta clase */
    .custom-select{ height: 35px !important; font-size: small; }   /* Normaliza el tamaño del select al de los demás controles */
    .custom-select option{
        font-family: "Nunito Sans", sans-serif;
        font-size: small;
    }
    .btn_big{   height: 35px; padding-top: 7px; }   /* Normaliza el tamaño del botón al de los demás controles */
    .disabled{ pointer-events: none; cursor: no-drop !important;/*text-decoration-color:rgb(255, 255, 255) !important;*/ opacity: 0.4 !important; }

    .autocomplete-items {
        position: absolute;
        border: 1px solid #d4d4d4;
        border-bottom: none;
        border-top: none;
        z-index: 99;
        /*position the autocomplete items to be the same width as the container:*/
        top: 100%;
        left: 0;
        right: 0;
      }
      .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
      }
      .autocomplete-items div:hover {
        /*when hovering an item:*/
        background-color: #e9e9e9;
      }
      .autocomplete-active {
        /*when navigating through the items using the arrow keys:*/
        background-color: DodgerBlue !important;
        color: #ffffff;
      }