/* Cambiar color del texto de TODAS las tablas */
.table td,
.table th {
    color:aliceblue !important; /*Color del texto dentro de la tabla*/
    font-weight: bold;
    border-block:double;





}

/* Opcional: agrandar un poco el texto 
.table td {
    font-size: 18px;
}
*/
/* Opcional: color distinto para encabezados */
.table th {
    color: #00eaff !important;
  /*  font-size: 20px;
  */  font-weight: bold;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.1) !important;
}


    /* Texto de enlaces de navbar blanco */
    .navbar .nav-link,
    .navbar-brand {
        color: white !important;
    }



h1 {
    color: #00eaff !important;
    /*  font-size: 20px;
  */ font-weight: bold;
}



h2 {
    color: #00eaff !important;
    /*  font-size: 20px;
  */ font-weight: bold;
}


h4 {
    color: #00eaff !important;
    /*  font-size: 20px;
  */ font-weight: bold;
}

        /* Cambiar color al pasar mouse */
        .navbar .nav-link:hover,
        .navbar-brand:hover {
            color: #00eaff !important; /* celeste bonito */
        }











html {
    font-size: 14px;
 
    
}

.row {
    color: white; /* Color del texto */
    font-size: 20px; /* Tamaņo de la letra */
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-image: url("/Img/barco2.jpg");
    background-size: cover; /* Ajusta la imagen para cubrir toda la pantalla */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que se repita */
    background-attachment: fixed; /* (Opcional) hace que el fondo quede fijo */
}



#FrmLogin {
    border: 1px solid #dedede;
    border-radius: 1em;
    box-shadow: 5px 5px 5px rgba(25,0,0,25);
    padding: 1em;
    background-color:aqua;


}

.text-white-row {
    color: white !important;
}
