.sombra001{-webkit-box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.67);
    box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.67);}

.app-bar{
    background-color: #13709e!important;
    color: #ffffff;
}

.navbar-collapse {
    background-color: #13709e!important;
    color: #ffffff;
}


@media only screen and (max-width: 450px) or (max-width: 425px) {
    .pcoded-header > .collapse:not(.show){
        display: none;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 8px;
        padding-left: 8px;}
    spam{
        font-size: 12px;
    }
    .estiloC{
        display: flex;
    }
}

.estiloC{
    display: grid;
}
@media only screen and (max-width: 991px) {
    .pcoded-header > .collapse:not(.show) {
        display: none;
    }
}

.btn-primary{
    background-color: #0366D6;
    color: #fff;
    outline-color: #75b5fd;
}
.btn-success {
    background-color: #60a917;
    color: #fff;
}
.custom-select, .form-control {
    padding: 5px 10px;
    background-color: #ffffff;
}
p {
    margin-bottom: 3px;
    margin-top: 3px;
}

input:active{
    background-color: #ffffff;
}

.cuadrado_01 {
    width: 50px;
    height: 50px;
    display: block;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: .25em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.item {
    /*background: tomato;*/
    background-color: #eff2f3;
    padding: 5px;
    width: 125px;
    height: 125px;
    margin: 3px;
    /*margin: 10px;*/
    color: white;
    text-align: center;
    border: 1px solid #000000;
    display: grid;
}
.float-item {
    float: left;
}

.ulcontainer {
    list-style:none;
    margin: 0;
    padding: 0;
}
.line-separator{
    height:10px;
    /*background:#717171;*/
    /*border-bottom:1px solid #313030;*/
    width: 100%;
}

.iconuser {
    width: 43px;
    height: 43px;
}

.azul {
    color: #0000FF;
    font-weight: bold;
}

#contenedor {
    display: flex;
    align-items: center;
}
#contenedor .bloque{
    display:    inline-block;
    vertical-align: middle;
    height:100px;
    border:1px solid #333;
    background: #222D32;
    /*margin:10px 10px;*/
    text-align: center;
    margin-bottom: 2px;
    font-size: 20px;
    color: #ffffff;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/761.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.borde-1 {
    border:1px solid #000000;
}

.rojo {
    color: red;
}

.div_divisor {
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: #ee5e21;
    /*background-color: #1abc9c;*/
    height: 40px;
}

.div_divisor2 {
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: #4e6ca3;
    height: 40px;
}

.div_01 {
    width: 158px;
    margin: 4px;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid #ddd;
}

.div_02{
    width: 158px;
}

.div_03{
    width: 158px;
    text-align: center;
    position: relative;
    display: table-cell;
    height: 158px;
    vertical-align: middle;
}

.div_04{
    display: table-cell;
    padding: 8px 16px;
    width: 158px;
}
.div_05{
    text-align: left;
    display: block;
    position: relative;
    /*height: 40px;*/
    height: auto;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
    font-family: Roboto;
    color: #1a73e8;

}

.div_06{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    font-family: Roboto;
    color: #202124;
    padding-top: 4px;
}
.azul_f {
    background-color: #0366D6;
    color: #ffffff;
}
.verde {
    background-color: #a3dd79;
}
.col-12{
    padding-left: 5px;
    padding-right: 5px;
}
.image-info {
    font-size: 10px; /* Tamaño de fuente pequeño */
    line-height: 1.2; /* Espacio reducido entre líneas */
    text-align: center;
}
.imagen-btn{
    display: flex;
    justify-content: center;
}

.mini {
    width: 80px;
    height: auto;
    margin: auto;
}


@media (min-width: 1024px) {
    /* Ocultar el div en pantallas de 1024px o más grandes */
    #DivFooter {
        display: none;
    }
}
