body {
    background-repeat: no-repeat;
    background-attachment: fixed;
	color:#198f53;
}

body,h1,h2 {
    color:#FFFFFF;
}

.card-body {
	color: #0056b3!important;
}
.cajaFormulario {
	  height: 55vh;
	  overflow-y: scroll;
}

.soloBorde{
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding-bottom: 10px;
    margin: 10px;
}

.fondo-ficha {
    background: #FFF; 
    padding-left: 5px; 
    padding-bottom: 5px;
}

.caja-dispositivo{
    width: 25rem;
    height: 15rem;
    background-color: rgba(255, 255, 255, 0.5); 
    margin-top: 10px;
}

.campo-swith{
    /* muestra el botón swith dentro de una caja blanca a modo de campo de formulario  */
    margin-top: .5rem;
    height: calc(1.5em + .75rem + 2px);
    background-color: #FFF; 
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 3px;
    text-align: center;
}

.campo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 3px;
}

.campo-numero {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 3px;
    text-align: right;
}

.campo-Tabla {

    background-color: rgba(255, 255, 255, 0.8);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    min-width: 5rem;
    padding: 3px;
}

.margen-inferior{
    margin-bottom: 10px;
}

.margen-superior{
    margin-top: 20px;
}

.table{
    /* color:#198f53;  */
    color: #0056b3;
    background-color: rgba(255, 255, 255, 0.5);
}

.table-hover{
    /* color:#198f53;  */
    color: #0056b3;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    margin-bottom: 1rem;
    padding: .75rem;
    border-collapse: inherit;
}




/* valores para las fichas */
.nav-tabs-ficha .nav-link-ficha {
    color:#336688;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    padding: .5rem 1rem;
}

.nav-tabs-ficha .nav-link-ficha.active {
    color:#0056b3;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    padding: .5rem 1rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color:#0056b3;
}

.fondo {
    background-color: rgba(255, 255, 255, 0.5);
    color:#0056b3;
    padding: 10px;
}




@media only screen and (max-width: 500px) {

    .parallax { 
        /* The image used */
        background-image: url("/imagenes/fondo.png");
        background-color: rgba(0, 0, 0, 0.5);


       /* Set a specific height */
        height: 100%; 

        /* Create the parallax scrolling effect */
        opacity: 0.8;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;


        padding: 100%;


        
        justify-content: center;
        align-items: center;
        font-size:0.8em;
	line-height:1em;
    }
    .h1 {
        font-size:1em;
        line-height:1.5em;
    }
    
    .parallaxtitulo { 
        font-size:0.8em;
        line-height:1.2em;
        justify-content: center;
        align-items: center;
        color: #FFFFFF !important;
        text-shadow: 2px 2px 2px #000!important;
    }
}

@media only screen and (max-width: 1023px) {

    .parallax { 
        /* The image used */
        background-image: url("/imagenes/fondo.png");
        background-color: rgba(0, 0, 0, 0.5);


       /* Set a specific height */
        height: 100%; 

        /* Create the parallax scrolling effect */
        opacity: 0.8;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;


        padding: 100%;


        
        justify-content: center;
        align-items: center;
        font-size:1.2em;
	line-height:1.5em;
    }
    .h1 {
        font-size:1em;
        line-height:1.5em;
    }
    
    .parallaxtitulo { 
        font-size:1em;
        line-height:1.2em;
        justify-content: center;
        align-items: center;
        color: #FFFFFF !important;
        text-shadow: 2px 2px 2px #000!important;
    }
}

@media only screen and (min-width: 1024px) {

    .parallax { 
        /* The image used */
        background-image: url("/imagenes/fondo.png");
        background-color: rgba(0, 0, 0, 0.5);

        /* Set a specific height */
        height: 100%; 

        /* Create the parallax scrolling effect */
        opacity: 0.8;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;


        padding: 100%;
        justify-content: center;
        align-items: center;

    }
    
    .parallaxtitulo { 
        justify-content: center;
        align-items: center;
        color: #2a425b !important;
        text-shadow: 2px 2px 2px #FFF!important;
    }
}



.cajaregistro {
    justify-content: center;
    align-items: center;
}

.parallaxcontenido {
 
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;

}

.centrado-porcentual {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.barrasuperior {

 
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
  
}

.datos-barra {
    float: left !important;
}
.datos-barra-usuario {
    float: right !important;
}

.my-flex-card > div > div.card {
    height: calc(100% - 15px);
    margin-bottom: 10px;
    display: flex;
}

.btn-esquina {

    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #5577aa; 
    text-shadow: 0 1px 0 #fff; 
    opacity: 1;
}

.btn-esquina:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.imgcolexp{
    height: 20px;
    width:20px;
}

.container {
     max-width: 1300px; 
}

.deficiencias {
    max-width: 80%;
    width: 100%;
    list-style: none;
    
}

.deficiencias .deficiencia {
    width : 100%;
    text-align: left;
    color:#000;
    background-color: #FFF;
    padding: 20px 10px;
    margin: 15px 0;
    border-radius: 10px;
        
}

.custom-file-label::after {
    content : "Explorar";
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: red;
    background-color: red;
}

