.icono{
    margin-right: 0.50vw;
}
.icono_2margn{
    margin-left: 0.80vw;
    margin-right: 0.40vw;
}
.icon_griss{
    color: rgba(128, 128, 128, 0.692);
}
.icon_verd{
    color: rgb(1, 152, 179);
    font-weight: bold;
}
.ico_izq{
    margin-left: 0.30vw;
}
.icon_azull{
    color: rgb(3, 190, 50);    
}
.icon_sindefinir{
    color: rgb(243, 199, 2);
}
/* ----------------------------------------------- */

/* ESTILOS DEDICADOS AL HEADER */
#header_PR{
    background-color: rgb(82, 81, 81);
    position: fixed;width: 87%;
    z-index: 998;
}
#header_PR>div{
    display: flex;
    width: 100%;    
}
#header_PR>div > div{
    /* border: solid red 1px; */
}
/* titulo de la seccion */
.tit_seccion{
    width: 13%;
}
.txt_titheader_PR{
    font-weight: bold;
    color: white;
    font-size: 0.85vw;
    padding: 1vw;
}
/* seccion del formulario de busqeuda */
#cont_busq{
    padding: 0.50vw;;
    padding-left: 1vw;
    padding-right: 1vw;
    background-color: rgba(0, 0, 0, 0.24);
    width: 28%;
}
.form_buscar >ul{    
    display: flex;    
}
.input_buscar{    
    padding: 0.50vw;
    width: 92%;
    display: block;
    background: none;
    border: none;
    border-radius: 5px;
    background-color:rgba(0, 0, 0, 0.438);
    color: rgba(255, 255, 255, 0.897);
}
.bton_buscar_PR{
    display: block;
    margin-left: 0.25vw;
    padding: 0.50VW;
    background-color:rgba(0, 0, 0, 0.247);
    border: none;
    color: rgba(255, 255, 255, 0.479);
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}
/* ver proyectos por categorias */
.ver_categoria{
    padding: 0.50vw;
    width: 26%;
}
.ver_categoria span{
    display: inline-block;
    padding: 0.50vw;
    padding-top: 0.50vw;
    padding-bottom: 0.50vw;
    color: white;
}
.ver_categoria select{
    padding: 0.50vw;
    border-radius: 5px;
    border: none;
}
/* seccion de las estadisticas */
.PR_stadis {
    width: 22%;    
}
.PR_stadis >ul{
    display: flex;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.068);
    justify-content: space-around;
    padding:0.20vw ;
}
.icon_stadis_PR{
    position: relative;
    padding: 0.50vw;
    /* padding-left: 1.40vw;
    padding-right: 1.40vw; */
    background-color: gray;
    border-radius: 50%;
}
.HPE_cont_icon{
    display: block;
    background-color: rgb(2, 187, 2);
    border-radius: 50%;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.089);
    padding: 0.30vw;
    /* padding-left: 0.40vw;
    padding-right: 0.40vw; */
    color: white;
    font-size: 1.1vw;
}
.numero_PR{
    display: block;
    position: absolute;
    top: 0.50vw;right:-1.20vw ;
    z-index: 1000;
    color: white;
    background-color: white;
    padding: 0.10vw;    
    border-radius: 5px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.089);
    color: red;
    font-size: 0.70vw;
    font-weight: bold;
}
.red_icon{
    background-color: rgb(253, 16, 107);
}
.blue_icon{
    background-color: rgb(4, 138, 248);
}
.yellow_icon{
    background-color: rgb(207, 137, 7);
}
.explic_PR{
    display: none;
}
/* seccion del boton de actualizar */
.PR_cont_bton_refres{
    border: solid 1px rgba(197, 195, 195, 0.562);
    width: 11%;
    padding: 0.50vw;
    display: flex;
    justify-content: center;    
}
.PR_cont_bton_refres a{
    padding: 0.35vw;
    display: block;
    border-radius: 5px;
    border: solid 1px rgba(128, 128, 128, 0.658);
    color: white;
    font-weight: bold;
    background-color: rgba(44, 43, 43, 0.692);
}
/* --------------------------------------------------- */
/* icono estado proyecto sin definir */
.cab_tabla{
    position: fixed;
    z-index: 1000;
    width: 87%; 
    top: 3.30vw;  
    padding-top: 1vw; 
    background-color: rgb(255, 255, 255);
}
.camp_datos{    
    display: flex;
    width: 81%;
}
.camp_opciones{
    width: 19%;
    background-color: rgba(36, 216, 248, 0.315);        
}
.camp_opciones >h3{
    text-align: center;
    padding-top: 0.50vw;
    padding-bottom: 0.50vw;
    font-size: 0.85vw;
}
.cel1{
    width: 20%;    
}
.cel2{
    width: 19%;    
}
.cel3{
    width: 24%;    
}
.cel4{
    width: 15%;    
}
.cel5{
    width: 10%;
}
.cel6{
    width: 13%;
}
.filas_tablas{
    display: flex;        
}
/* estilo dedicado a la cabecera */
.celdas_up {
    padding-top: 0.50vw;
    padding-bottom: 0.50vw;    
    border: solid 0.1vw rgba(60, 68, 70, 0.171);    
}
.celdas_up span{
    display: block;    
    text-align: center;
    font-weight: bold;
    font-size: 0.85vw;
    color: rgb(1, 152, 179);;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
}
/* estilos dedicados al cuerpo de la tabla */
.cuerpo_tabla{
    width: 100%;
    padding-top: 6.50vw;
}
.PRFCT_main{
    display: flex;
    background-color: rgba(255, 255, 255, 0.664);
    padding-top: 0.35vw;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(36, 35, 35, 0.144);    
}
.celdas_daw{
    padding: 0.35vw;
}
.celdas_daw span{
    text-align: center;
    display: block;
    padding: 0.20vw;
    font-size: 0.95vw;
}
.txt_autor {
    font-weight: bold;
    color: rgb(2, 165, 111);  
    color: rgb(24, 114, 250);  
    color: gray ;
    text-align: left;    
}
.celdas_daw a{
    text-align: left;
    display: block;
    padding: 0.20vw;
    color: rgb(34, 120, 250); 
    font-weight: bold;
    text-decoration: underline;
    font-size: 0.95vw;   
    position: relative;    
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Comfortaa', cursive;
    font-family: 'Fredoka One', cursive; 
    font-family: 'Sulphur Point', sans-serif;  
    font-family: 'DM Sans', sans-serif; 
}
.pr_cont_stado{
    position: absolute;
    right: 0vw;top: 0;    
}
.celdas_daw a:hover{
    color: rgb(24, 114, 250);
    color: rgb(2, 163, 115);
}
.txt_pais{
    font-style: italic;    
}
.txt_fecha{
    font-style: italic;
    font-size: 0.95vw;
    color: gray;
}
.txt_autor .icono{
    color: rgb(4, 122, 177); 
    color:rgba(64, 95, 85, 0.726);    
}
.txt_tit_proyect .icono{
    color:rgb(247, 2, 104)
}
/* seccoion de los botones */
.cont_btones{
    display: flex;
    padding-top: 0.50vw;
    padding-left: 0.50vw;
    padding-right: 0.50vw;
    justify-content: space-around;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.bton_aceptar{
    background-color: green;
    padding: 0.25vw;
    padding-right: 1vw;
    padding-left: 1vw;
    color: white;
    border-radius: 5px;;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.bton_negar{
    background-color: red;
    padding: 0.25vw;
    padding-right: 1vw;
    padding-left: 1vw;
    color: white;
    border-radius: 5px;;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

/* vista resumida del proyecto */
.PR_resumen_detalles{
    display: none;
    position: fixed;
    bottom: 0;
    width: 87%;     
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.568);
    border: solid 1px rgba(128, 128, 128, 0.178);
}
.PRD_main{
    display: flex;
    position: relative;
    justify-content: space-between;    
    justify-content: center;
    width: 100%;
    padding: 1vw;   
}
.PRDM_bton_x{
    position: absolute;
    right: 1vw;top: 1vw;
    font-size: 1.50vw;
}
.PRRD_det_part{    
    background-color: white;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-left: 2vw;
    margin-right: 2vw;
}
.PRDP_cont_icon{
    background-color: rgb(1, 148, 233);
    padding: 1.50vw;
}
.PRDP_cont_icon .prdpci{
    font-size: 5vw;
    color: white;
}
.PRDP_cont_datos{
    padding: 1vw;
}
.PRDP_cont_datos li span{
    font-size: 0.90vw;
    color: gray;
}
.PRDP_cont_datos h3{
    font-size: 1.50vw;
    color: rgba(128, 128, 128, 0.753);
    color: rgb(1, 148, 233);
    padding: 0.50vw;
    font-weight: normal;
    border-bottom: solid 1px rgba(128, 128, 128, 0.178);
}
.PRDP_cont_datos > ul{
    margin-top: 0.50vw;
}
.PRDP-nom{
    font-weight: bold;  
    margin-bottom: 0.50vw;  
    font-size: 1.15vw;
}
.PRDP_p-f{    
    font-size: 0.90vw;    
}
.PRDP_icons{
    color: rgb(1, 148, 233);
    font-size: 0.90vw;
    margin-left: 0.50vw;
    margin-right: 0.50vw;
}
.PRDP_campo{

}
.PRDP_dato{
    font-weight: bold;
}
/* ESTADO DEL PROYECTO */
.PRRD_stado_proj{
    width: 100%;     
    padding: 0.50vw;
    display: flex;
    justify-content: space-between;
    border: solid red 1px;
    background-color: rgba(238, 237, 237, 0.815); 
    border: solid 1px rgba(155, 154, 154, 0.103);
}
.PRRD_stado_proj h3{
    padding: 0.50vw;
    font-style: italic;
    font-weight: normal;
}
.PRRD_txt_premio{
    padding: 0.5vw;
    font-weight: bold;
    font-family: 'Mallanna', sans-serif;
    font-size: 1.10vw;
    color: gray;
}
/* proyecto en buzon de espera */
.PRRD_spera{        
    text-align: center;
    font-size: 1.10vw;
    padding: 0.50vw;
    color: rgb(212, 140, 5);
    border-radius: 5px;
}
/* DETALLES GENERALES DEL PROYECTO */
.PRFCT_proyec_detalles_main{
    /* display: none;     */
}

/* VENTANAS MODALES */
.modal{
    display: none;
    
}