/*
    diferencias con relación a "BlueBox_v4.4.less":
    
    [001]   
    se añade el mostrar si pantalla de móvil o de Pc:
    * .mostrar-si-pc    
    * .mostrar-si-movil 

    [002]
    se anula "@media (max-width: 1200px)" para poder usar "ratchet.css"     
    
    [003]
    se añade: toast obtenido de materialize.css

   // a partir de aquí nuevos para v4.4.1-pc
    [004]
    difiere con "BlueBox_v4.4-pc.css" 
    se añade a "nav" la opción de quedar el menú flotante  "position: fixed !important;"

    [005]
    se adapta más aún "navCab" y "nav" para que puede convivir con materialize.css


    // a partir de aquí nuevos para v4.4.2-pc
    [006]
    (006.1): se elimina: input, input:focus, input:hover
    (006.2): se añaden: 
        - .centrar
        - ...
        - .flotar > label

    [007]
        - pseudo-código sirve para mover la etiqueta `label' hacia arriba
            -- .flotar > .txt-control:focus ("a")
        - ...

*/
/* Azul 10% - R235 G248 B252 */
body {
    position: absolute;
    margin: 0px;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 2em;
    font-size: 20px;
    font-family: Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
    /*background: -webkit-linear-gradient(top, white, @azul_Claro);
    background: -moz-linear-gradient(top, white, @azul_Claro);
    background: -ms-linear-gradient(top, white, @azul_Claro);
    background: -o-linear-gradient(top, white, @azul_Claro);
    background: linear-gradient(top, white, @azul_Claro);*/
    /*background: -webkit-linear-gradient(top, white, @azul_Claro);
    background: -moz-linear-gradient(top, white, @azul_Claro);
    background: -ms-linear-gradient(top, white, @azul_Claro);
    background: -o-linear-gradient(top, white, @azul_Claro);
    background: linear-gradient(top, white, @azul_Claro);*/
    background-color: white;
    background-repeat: no-repeat;
}

#Page,
#Pagina {
    position: relative;
    background-color: white;
    /* radial-gradient(circle, white, #0d4871); */
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 2em;
    margin-top: 0em;
    display: block;
}

header,
#cabecera {
    color: #0D4871;
    border-radius: 4px;
    text-align: center;
    vertical-align: text-bottom;
    padding: 0.3em;
    /*clear: both;*/
    height: 90px;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    background: -webkit-linear-gradient(right, #D2F5FF, #39B5E4);
    background: -moz-linear-gradient(right, #D2F5FF, #39B5E4);
    background: -ms-linear-gradient(right, #D2F5FF, #39B5E4);
    background: -o-linear-gradient(right, #D2F5FF, #39B5E4);
    background: linear-gradient(right, #D2F5FF, #39B5E4);
}

    header > div,
    #cabecera > div {
        color: #0D4871;
        text-shadow: 2px 2px 2px #FFFFFF;
        font-size: 1.3em;
        font-weight: bold;
        padding-top: 1em;
    }

    header > img,
    #cabecera > img {
        float: left;
        margin-left: 1em;
        margin-top: 1em;
    }

    header > #idTitulo,
    #cabecera > #idTitulo {
        float: left;
        font-size: 0.93em;
        margin-top: 1em;
    }

    header > #navCab,
    #cabecera > #navCab {
        /*Usando este valor, el elemento actúa como si estuviera 
        posicionado con el valor relative hasta que se alcanza 
        un umbral de desplazamiento (en el propio elemento o 
        en el elemento padre), con el cual el elemento pasa a 
        posicionarse como si estuviera posicionado con el 
        valor fixed.*/
        /*    position: sticky;*/
        position: fixed !important;
        font-family: Tahoma;
        font-size: 13px;
        /* font-size: 1.3em;*/
        color: #D2F5FF;
        text-shadow: 2px 2px 2px #0D4871;
        background-color: transparent !important;
        font-weight: bold;
        float: right;
        /*margin-top: 1em;*/
        line-height: 56px !important;
        font-family: Tahoma;
        margin-left: 7em !important;
        box-shadow: none !important;
        z-index: 5 !important;
        width: 40%;
    }

        header > #navCab > a,
        #cabecera > #navCab > a {
            /*background-color: red;*/
            text-decoration: none;
            /*height: 40em;*/
            text-align: center;
            vertical-align: central;
            /*border-style: solid;
        border-color: white;
        border-spacing: 10px;*/
            margin-right: 1em;
            text-transform: uppercase;
            /*   font-size: 0.5em;*/
            color: white;
            /*background-position: 95%;*/
        }

            header > #navCab > a:hover,
            #cabecera > #navCab > a:hover {
                color: #0D4871;
                text-shadow: 4px 3px 4px white;
            }

    header:hover,
    #cabecera:hover {
        color: #f07700;
    }

    header > div:hover,
    #cabecera > div:hover {
        color: #f07700;
    }

#pie,
footer {
    color: white;
    border-radius: 7px;
    padding: 1px !important;
    clear: both;
    height: 3.3em;
    font-size: 0.7em;
    text-align: left;
    vertical-align: text-bottom;
    text-transform: capitalize;
    background-position: 97%;
    background-repeat: no-repeat;
    background-image: url('../DIB/key_right.png');
    background-color: #0D4871;
}

    #pie > p,
    footer > p {
        color: white;
        margin-top: 10px !important;
        padding-left: 1em;
        /*padding-top: 1em;*/
    }

ul {
    list-style: none;
}

#MostrarMenu {
    margin-top: 0em;
    display: none;
}

#NoMostrarMenu {
    display: block;
}

a,
a:visited {
    text-decoration: none;
    color: #39B5E4;
}

@media (max-width: 576px) {
    a,
    a:visited {
        text-decoration: none;
        color: #f07700;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    a,
    a:visited {
        text-decoration: none;
        color: #f07700;
    }
}

/*nav {
  background-color: #0000cd;
  position: fixed !important;
  margin-top: 0.8em;
  margin-left: 7em;
  width: 30%;
}*/


nav {
    position: fixed !important;
    font-family: Tahoma;
    font-size: 13px;
    color: #FFFFFF;
    padding-left: -10px;
    margin-bottom: 0px;
    background-color: #D2F5FF !important;
    background-color: white !important;
    background-color: radial-gradient(circle, white, #5AB433) !important;
    /*width: 200px;*/
    width: 100%;
    z-index: 5;
}

    nav:before,
    nav:after {
        display: table;
        content: "";
    }

    nav:after {
        clear: both;
    }

    nav:before,
    nav:after {
        display: table;
        content: "";
    }

    nav:after {
        clear: both;
    }

    nav > BUTTON {
        float: left;
        /*z-index: 1;*/
        /*padding-left: 1.3em;*/
    }

    nav > ul {
        padding-left: 0.3em;
        border-radius: 4px;
        border-style: solid;
        border-color: transparent !important;
        /*background-color: @azulOscuro;*/
        /*background: -webkit-linear-gradient(right, @azul_Claro, @azulOscuro);
        background: -moz-linear-gradient(right, @azul_Claro, @azulOscuro);
        background: -ms-linear-gradient(right, @azul_Claro, @azulOscuro);
        background: -o-linear-gradient(right, @azul_Claro, @azulOscuro);
        background: linear-gradient(right, @azul_Claro, @azulOscuro);*/
    }

        nav > ul > .horizontal {
            margin: 0em;
            float: right;
            color: white;
        }

        nav > ul > li {
            z-index: 1;
            position: relative;
            /*position: absolute;*/
            display: block;
            cursor: pointer;
            border-style: solid;
            border: 1px solid #FFFFFF;
            border-radius: 4px;
            margin: 0.3em;
            background: -webkit-linear-gradient(right, #39B5E4, #0D4871);
            background: -moz-linear-gradient(right, #39B5E4, #0D4871);
            background: -ms-linear-gradient(right, #39B5E4, #0D4871);
            background: -o-linear-gradient(right, #39B5E4, #0D4871);
            background: linear-gradient(right, #39B5E4, #0D4871);
        }

            nav > ul > li > a {
                color: white !important;
            }

                nav > ul > li > a:hover,
                nav > ul > li > a:focus {
                    font-weight: bold;
                    color: #f07700 !important;
                    /*background-color: @naranja;*/
                }

.situar_usuario_derecha {
    float: right;
    color: #0D4871;
    margin-top: 0.3em;
    font-size: 0.7em !important;
}

    .situar_usuario_derecha:hover {
        color: #5AB433;
    }

hr {
    height: 0.1em;
    background-color: #0D4871;
    clear: both;
}

#msjBox {
    display: none;
    font-family: Calibri;
    font-weight: bold;
    background-color: #f07700;
    text-align: center;
    border: 5px solid #0D4871;
}
/* The Modal (background) */
.modalEsperaPorFavor,
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #000000;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal_mostrar {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #000000;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 4px;
    border-color: #357ebd;
    border-style: solid;
    -webkit-box-shadow: inset 0 2px 2px rgba(255, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    box-shadow: inset 0 2px 2px rgba(255, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
/* The Close Button */
.close {
    color: #cccccc;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

section {
    background-color: white;
    height: 100%;
    margin-top: 0.2em;
    margin-left: 0.13em;
    margin-right: 0.13em;
    margin-bottom: 2em;
    padding-bottom: 1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
}

    section > div {
        flex-grow: 1;
    }

.SubSection {
    background-color: white;
    margin-top: 0.2em;
    margin-left: 0.13em;
    margin-right: 0.13em;
    padding-bottom: 0.1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
}

    .SubSection > div {
        flex-grow: 1;
    }

.sectiontarjeta {
    background-color: white;
    height: 100%;
    margin-top: 0.2em;
    margin-left: 0.13em;
    margin-right: 0.13em;
    margin-bottom: 0.2em;
    padding: 1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

    .sectiontarjeta > div {
        flex-grow: 1;
    }

    .sectiontarjeta:hover {
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(240, 128, 0, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(240, 128, 0, 0.6);
    }

.SubSectionSinJustificaciOn {
    background-color: white;
    margin-top: 0.2em;
    margin-left: 0.13em;
    margin-right: 0.13em;
    padding-bottom: 0.1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
}

    .SubSectionSinJustificaciOn > .flexGrowZero {
        flex-grow: 0;
    }

.fila2 {
    /*float: left;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.columnado {
    background-color: white;
    height: 100%;
    margin-top: 0.2em;
    margin-left: 0.13em;
    margin-right: 1em;
    margin-bottom: 2em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    -o-align-items: stretch;
    -ms-align-items: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
    /*flex-flow: row wrap;*/
    flex-flow: column wrap;
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

.columnadoSinSeparaciOn {
    background-color: white;
    height: 100%;
    margin-top: 0.2em;
    margin-left: 0.13em;
    margin-right: 1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

#idNotificaciones {
    padding-right: 0;
    margin-bottom: 0;
    /*float: right;*/
    width: 195px;
    background-color: #D2F5FF !important;
}

.row,
.fila {
    margin-right: -1px;
    margin-left: -1px;
}

    .row::before,
    .fila::before,
    .row::after,
    .fila::after {
        display: table;
        content: " ";
    }

    .row::after,
    .fila::after {
        clear: both;
    }

.columna {
    position: relative;
    /*display:block;*/
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}
/*.@{color13}(@colorin) {
    background-color: @colorin;
}*/
.color1 {
    background-color: #D2F5FF;
}

.color2 {
    background-color: #CCCBBB;
}

label {
    color: darkblue;
    font-size: 18px;
}

input,
.txt_entrada_datos {
    display: inline;
    height: 19px;
    padding: 6px 12px;
    padding: 3px 9px;
    padding-right: 0em;
    margin-right: 1px;
    font-size: 13px;
    font-size: 0.9em;
    line-height: 1.42857143;
    color: black;
    font-family: Tahoma;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #39B5E4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 100%;
}

    input:focus,
    .txt_entrada_datos:focus {
        color: white;
        font-weight: bold;
        background-color: @azul_claro;
        background-color: darkblue;
        border-color: #5ab433;
        #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    input:hover,
    .txt_entrada_datos:hover {
        font-weight: bold;
        border-color: #5ab433;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

textarea {
    overflow: hidden;
    display: inline;
    width: 100%;
    padding: 3px 9px;
    padding-right: 0em;
    margin-right: 0px;
    font-size: 0.9em;
    line-height: 1.42857143;
    color: black;
    font-family: Tahoma;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #39B5E4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    textarea:focus {
        color: white;
        background-color: darkblue;
        border-color: #5ab433;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    textarea:hover {
        /*font-weight: bold;*/
        border-color: #5ab433;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.cbo_1 {
    display: inline;
    height: 27px;
    padding-left: 3px;
    font-size: 1.2em;
    line-height: 1.42857143;
    color: black;
    font-family: Tahoma;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #39B5E4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-appearance: listbox;
}

    .cbo_1:focus {
        color: white;
        /*font-weight: bold;*/
        /*background-color: @azul_claro;*/
        background-color: darkblue;
        border-color: #5ab433;
        /* #66afe9;*/
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .cbo_1:hover {
        /*font-weight: bold;*/
        border-color: #5ab433;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.contador {
    COLOR: RED;
    font-size: 13px;
}

.collection {
    display: grid;
    grid-template-columns: repeat(auto-fit, 250px);
    grid-auto-rows: 300px;
    grid-gap: 1rem;
    justify-content: center;
}
/*para poner circulo en etiqueta*/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #D2F5FF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #0D4871;
    border-radius: 10px;
}

.badge_2 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #0D4871;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ebf8fc;
    border-radius: 10px;
}

.badge_3 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #ebf8fc;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #0D4871;
    border-radius: 10px;
}

.badge_rojo {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: red;
    border-radius: 10px;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    .badge {
        font-size: 0.7em;
    }

    .badge_2 {
        font-size: 0.7em;
    }

    .badge_3 {
        font-size: 0.7em;
    }

    .badge_rojo {
        font-size: 0.7em;
    }

    .table-view-cell {
        font-size: 0.9em;
    }
}

.badge_xl {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 16px;
    float: right;
    /*font-size: 0.8rem;*/
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: red;
    border-radius: 10px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

.alert-success {
    color: black;
    background-color: #00ff21;
    border-color: #f07700;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }
/*
 (inicio) para mostrar si la pantalla es móvil o pc
*/
ocultar,
.hidden,
.d-none {
    display: none !important;
}

.mostrar,
.show,
.d-block {
    display: block !important;
}

@media (max-width: 576px) {
    .show-if-pc,
    .mostrar-si-pc {
        display: none !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .show-if-pc,
    .mostrar-si-pc {
        display: none !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .show-if-pc,
    .mostrar-si-pc {
        display: block !important;
    }
}

@media (max-width: 576px) {
    .show-if-mobile,
    .mostrar-si-movil {
        display: block !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .show-if-mobile,
    .mostrar-si-movil {
        display: block !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .show-if-mobile,
    .mostrar-si-movil {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .show-if-mobile,
    .mostrar-si-movil {
        display: none !important;
    }
}
/*
 (fin) para mostrar si la pantalla es móvil o pc
*/
/*
 (inicio) toast obtenido de materialize.css
*/
#toast-container {
    display: block;
    position: fixed;
    z-index: 10000;
}

@media only screen and (max-width: 600px) {
    #toast-container {
        min-width: 100%;
        bottom: 0%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
        left: 5%;
        bottom: 7%;
        max-width: 90%;
    }
}

@media only screen and (min-width: 993px) {
    #toast-container {
        top: 10%;
        right: 7%;
        max-width: 86%;
    }
}

.toast {
    border-radius: 2px;
    top: 35px;
    width: auto;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    background-color: #357ebd;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default;
}

    .toast .toast-action {
        color: #eeff41;
        font-weight: 500;
        margin-right: -25px;
        margin-left: 3rem;
    }

    .toast.rounded {
        border-radius: 24px;
    }

@media only screen and (max-width: 600px) {
    .toast {
        width: 100%;
        border-radius: 0;
    }
}
/*
 (fin) toast obtenido de materialize.css
*/
.cuadrado {
    text-align: center;
    background-color: darkblue;
    color: white;
    font-size: medium;
    border-radius: 7px;
    border-color: darkred;
    border-style: solid;
    height: 5.7em;
    width: 20em;
    /*padding-top: 1em;*/
    padding-bottom: 1em;
    margin-left: 1.2em;
    margin-bottom: 1.3em;
}

    .cuadrado > .nombre {
        padding-top: 1em;
    }


/*[006]*/
.centrar {
    text-align: -webkit-center;
}

.txt_top {
    padding-top: 1.9rem !important;
}


.txt_top_bottom {
    padding-top: 1.9rem !important;
    padding-bottom: 1rem;
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.mb-3,
.margen-de-abajo-3 {
    margin-bottom: 1rem !important
}

.fw-normal {
    font-weight: 400 !important
}

.flotar,
.form-floating {
    position: relative
}

    .flotar > .txt-control::-moz-placeholder,
    .form-floating > .form-control::-moz-placeholder {
        color: transparent
    }

    .flotar > .txt-control::placeholde,
    .form-floating > .form-control::placeholder {
        color: transparent
    }

    .flotar > .txt-control:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .flotar > .txt-control:focus,
    .flotar > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .flotar > .txt-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

/*    .flotar > .txt-control,
    .form-floating > .form-control {
        padding: 1rem .75rem
    }*/

        /* .form-floating > .txt-control*/

        .flotar > .txt-control:not(:-moz-placeholder-shown) ~ label {
            opacity: .65;
            transform: scale(.85) translateY(-.5rem) translateX(.15rem)
        }

        /* [007] pseudo-código sirve para mover la etiqueta `label' hacia arriba */
        .flotar > .txt-control:focus ~ label,
        .flotar > .txt-control:not(:placeholder-shown) ~ label,
        .flotar > .form-select ~ label {
/*            color: white;*/
            opacity: .65;
            transform: scale(.85) translateY(-.5rem) translateX(.15rem)
        }

        /* [007] pseudo-código sirve para mover la etiqueta `label' hacia arriba */
        .flotar > .txt-control:-webkit-autofill ~ label {
            opacity: .65;
            transform: scale(.85) translateY(-.5rem) translateX(.15rem)
        }

label {
    color: black;
    display: inline-block
}

.flotar > .txt-control:focus-within ~ label {
    color: white;
}

.flotar > label,
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}
