/***
 *  CSS entándar para el indice, pagina principal de la plataforma. 
 ***/

@font-face{
    font-family: microJokerman;
    src:url("../Fonts/JOKERMAN.TTF");  
}

@font-face{
    font-family: microComicSans;
    src:url("../Fonts/Comic_Sans_MS.ttf");  
}

@font-face{
    font-family: microVerdana;
    src:url("../Fonts/verdana.ttf");  
}

@font-face{
    font-family: microComfortaa;
    src:url("../Fonts/Comfortaa-Light.ttf");  
}

@font-face{
    font-family: microLatinSans;
    src:url("../Fonts/lmsansquot8-regular.otf");  
}

@font-face{
    font-family: microDejaVuSans;
    src:url("../Fonts/DejaVuSansMono.ttf");  
}

@font-face{
    font-family: microOpenSans;
    src:url("../Fonts/OpenSans-Regular.ttf");  
}

@font-face{
    font-family: microOpenSansBold;
    src:url("../Fonts/OpenSans-Bold.ttf");  
}

@font-face{
    font-family: microOpenSansLight;
    src:url("../Fonts/OpenSans-Light.ttf");  
}

@font-face{
    font-family: microChilanka;
    src:url("../Fonts/Chilanka-Regular.otf");  
}

@font-face{
    font-family: microNeogray;
    src:url("../Fonts/NeogreyRegular.otf");  
}

@font-face{
    font-family: microNeograyMedium;
    src:url("../Fonts/NeogreyMedium.otf");  
}



body {
    background: black;
    color: whitesmoke;
    font-family: microOpenSans;
    font-size: 21px;  
    margin: 0;


}

.divCon{
    background: black;     
    display: grid;    
    align-items: center;
    justify-content: center;
}    


.t1 {
    font-family: microNeograyMedium;
    font-size: 36px;
    text-align: center;
    color: white; 

    margin-top: 5px;
    margin-bottom: 1px    
}

.t2 {
    font-family: microNeogray;
    font-size: 22px;
    text-align: center;
    color: white; 

    margin-top: 1px;
    margin-bottom: 5px
}

.t3 {
    font-family: microChilanka;
    font-size: 30px;
    text-align: center;
    color: darkcyan;    

    margin-top: 10px;
    margin-bottom: 5px;    
}

.t4 {
    font-family: microNeograyMedium;
    font-size: 28px;
    text-align: center;
    color: #729fcf;

    margin-top: 5px;
    margin-bottom: 5px;
}

.t5{
    font-family: microOpenSansBold;
    font-size: 30px;
    text-align: center;
    color:#729fcf;

    margin-top: 5px;
    margin-bottom: 5px;
}


.t6{
    font-family: microOpenSansBold;
    font-size: 30px;
    text-align: center;
    color: blue;
}

a {
    color: #729fcf; 	
    text-decoration: none;
}


.portada{
    display: flex;     
    align-items: center;
    justify-content: center;

    border-radius: 20px;
    background: linear-gradient(#004576, black, #004576); /*#004576*/;        
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
}


.login{
    border-radius: 20px;
    background: linear-gradient(#004576, black,#004576) ; /*#004576*/        
    padding: 15px;
    margin-bottom: 10px;
}

.pie{
    border-radius: 20px;
    background: linear-gradient(#004576, black); /*#004576*/;        
    padding: 15px;
    margin-bottom: 10px;
}


.enlaces{
    display: flex;     
    align-items: center;
    justify-content: center;

    font-family: microOpenSans;
    font-size: 28px;
    text-align: center; 
}

.enlace{
    color: #3823dc;    
}

.boton{
    font-family: microOpenSansLight !important;
    font-size: 21px !important;
    color: cyan;
    border-radius: 5px;
    background:  linear-gradient(#00895a, black,#00895a); 
}

.mensaje{
    font-family: microOpenSans;
    color: darkorange;
    font-size: 25px;  
}

.aviso{
    font-family: microOpenSans !important;
    color:darkorange;
    font-size: 28px;  
}

.textos{
    color: cyan;
    font-size: calc(0.50rem + 0.7vw) !important;
}

.etiqueta{
    font-family: microOpenSansLight !important;
    font-size: 21px;  
    width: 100%;
    color: cyan;
}

.campos{
    font-family: microOpenSansLight !important;
    font-size: 19px;
    width: 100%;
}

.panelGridLogin  {    
    width: 50% !important;    
    margin-left: 25%;
}





