:root
{
    /*Colores*/
    --colorPrimario:                    rgb(32, 85, 153);
    --colorSecundario:                 rgb(154, 173, 80);
    --colorTerciario:                 rgb(32, 42, 51,1);
    --colorCuaternario:                   ##155BAC;
    --primarioOpacity:                    rgba(194, 55, 63, 0.1);
    --secundarioOpacity:                 rgb(36, 42, 51,0.2);
    --arial:                                  "arial";
    --helvetica_neue_bold:                                  "helvetica_neue_bold";
    --helvetica_neue:                                  "helvetica_neue";
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: var(--helvetica_neue);
}

html,body{
   display: flex;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-y: scroll;
    -ms-overflow-style: none;
    flex-direction: row;

    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    align-items: center;
}

div{
    display: flex;
}
.div_gral{
 width: 100%;
 height: 100%;
 
 justify-content: center;
}
.div_contenedores{
 width: 550px;
 height: 100%;
 border: solid 1px black;
 flex-direction: column;
 display: none;
 position: relative;
}
.div_lista_datos {
 flex-direction: column;
 width: 100%;
 height: 115px;
 border-top: solid 1px black;
 border-bottom: solid 1px black;
 display: flex;
 align-items: center;
 padding: 7px;
}
.div_lista_datos_2{
    flex-direction: column;
    width: 100%;
    height: 115px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 7px;
   }
.p_titulo{
 font-size: 25px;
 text-align: center;
 width: 100%;
 margin-top: 11px;
 margin-bottom: 11px;
 pointer-events: none;
}
.p_paginador{
 font-size: 16px;
}
.btn_menu {
 display: flex;
 width: 61px;
 min-width: 61px;
 height: 25px;
 min-height: 25px;
 font-size: 20px;
 color: #ffffff;
 background: #000000;
 border-radius: 11px;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 margin-top: 14px;
 margin-bottom: 14px;
 box-shadow: 0px 2.5px 2px rgba(0, 0, 0, 0.2);
 font-size: 11px;
}
#div_opciones_usuario{
    display:  flex;
}
.div_input {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    
}
.input_form {
    width: 250px;
    height: auto;
    margin-left: 11px;
    font-size: 20px;
    border: none;
    border-bottom: solid 1px black;
    outline: none;
    padding: 7px;
}
#div_proyecto_auto{
    align-items: center;
    position: relative;
}   
.p_info{
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.div_img {
    width: 280px;
    min-width: 280px;
    height: 151px;
    min-height: 151px   ;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 34px;
}
.c_img_licencia {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 7px;
    background: #000000;
}
.icono_img {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 7px;
    margin-right: 7px;
    background: #ffffff;
    border-radius: 50%;
    padding: 4.3px;
    cursor: pointer;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.23);
}
.input_invisible {
    display: none;
}
.img_back {
    width: 27px;
    min-width: 27px;
    height: 27px;
    min-height: 27px;
    margin: 16px;
    margin-top: 16px;
    margin-left: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 16px;
    margin-left: 16px;
}
#caja_alerta_cerrar_sesion {
	width: 600px;
	height: auto;
	padding: 14px;
	border-radius: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	z-index: 7777;
}

.alert {
	flex-direction: column;
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: none;
	left: 0;
	top: 0;
	z-index: 9999;
}
.capa {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
}
.p_alerta {
	width: 100%;
	height: auto;
	font-size: 22px;
	text-align: center;
}
.div_botones_alerta {
	width: 100%;
	height: auto;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.btn_alerta {
	display: flex;
	width: 133px;
	min-width: 133px;
	height: 43px;
	min-height: 43px;
	font-size: 20px;
	color: #ffffff;
	background: #000000;
	border-radius: 16px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 34px;
	margin-bottom: 34px;
	margin-bottom: 0px;
	box-shadow: 0px 2.5px 2px rgba(0, 0, 0, 0.2);
}