:root {
    /* Azules institucionales */
    --color-policia:        #103661;
    --color-policia-transparent:        #10366150;
    --color-policia-medio:  #1a4f8a;
    --color-policia-oscuro: #0a2240;

    /* Acento C1b3rwall */
    --color-acento:        #f0b42a;
    --color-acento-suave:  #faeeda;

    /* Neutros */
    --color-fondo:         #f4f6f9;
    --color-borde:         #dde3ec;
    --color-texto-sec:     #5a7a9a;

    /* Inputs y bloques informativos */
    --color-input-bg:      #10366138;
    --color-info-bg:       #f0b42a22;
}
@font-face {
    font-family: 'Electrolize';
    src: url('../fonts/electrolize.woff') format('woff')

}
body{
    font-family:'Electrolize', sans-serif;
    width:99%
}
#logo_container{
    padding: 10px
}
/*
.head::before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 40, 86, 0.85);
    transform: skewX(-9deg);
    transform-origin: top right;
}*/
.head{
    position: relative;
}
h1{
    font-size: 5rem !important;
    margin: 0 !important;
    padding: 0rem 1rem !important;
    color: #fff
}
.container{
    min-height: 400px;
    padding: 20px 0px
}
h2{
    margin-top: 30px
}
.form-control, .form-select, .grey-box{
    background-color: var(--color-input-bg);
    border-radius: 0;
}
.text-box{
    padding: 15px;
    margin: 10px 0px;
    background: var(--color-info-bg);;
}
.form-control:focus, .form-select:focus{
    box-shadow: none;
    border-color: var(--color-policia-oscuro);
    background-color: var(--color-input-bg);
}
h2{
    font-weight: bold;
}
h4{
    background: #103661;
    color: #fff;
    padding: 10px;
}
