﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.modal-body-scrollable {
    height: 80vh;
    overflow-y: auto;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0e8a34;
}

/*.btn-info {
    color: #fff;*/
   /* background-color: #1b6ec2;*/
    /*border-color: #1861ac;
    margin: 2px;
    text-decoration: none;*/
    /*text-shadow: 0px 1px 0px #2f6627;*/

/*}*/

.btn btn-success btn-warning btn-secondary btn-danger btn-delete btn-info btn-primary btn-group btn-info :hover {
    text-align: center;
    display: inline-block;
    border-radius: 5% 5%;
    margin-inline-end: 2px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0e8a34;
    border-color: #1861ac;
    padding: 0px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 12px;
    font-family:Calibri;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
        font-family: Calibri;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

h5{
    text-align:center;
    font-weight:bold;
}

.marca-agua {
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background-image: url('../images/main-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}




/* Sección derecha */
.right-section {
    width: 60%;
    height: 60%;
    border-radius: 10px;
    margin: 20px auto;
    text-align: center;
   
}

/* Inputs */
.input-container {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin-bottom: 15px;
}

    .input-container input {
        width: 100%;
        padding: 12px;
        padding-right: 40px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
    }

    /* Iconos */
    .input-container i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: gray;
    }

/* Botón */
.ini {
    /*width:70%;*/ 

    /*align-content:center;*/
   
}

.welcome-box {
   text-align:center;
    padding: 40px;
    border-radius: 10px;
    
    max-width: 600px;
}

.h1 {
   
    margin-bottom: 20px;
    color: #198754;
}

.p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

/*encabezados dark de las tablas toda la aplicación*/
thead {
    background-color: #0e8a34; /* color de fondo oscuro */
    color: #fff; /* texto blanco */
}
thead th {
    position: sticky;
    top: 0;
    text-align: center !important;
    vertical-align: middle !important;
    z-index: 2; /* asegúrate de que esté por encima del contenido */
}
dropdown-item {
    background-color: #0e8a34; /* color de fondo oscuro */
    color: #fff;
}
.modal-header {
    background-color: #0e8a34 !important;
    color: #fff !important;
}
.toast2 {
    transition: opacity 0.5s ease-in-out;
    min-width: 800px;
    max-width: 90vw;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

textarea.form-control {
    white-space: pre-wrap;
    word-wrap: break-word;
}
textarea {
    white-space: pre-line !important;
    display: block !important;
}
dd {
    white-space: pre-line !important;
    display: block !important;
}
label {
    font-size: 1rem; /* o el tamaño de .h6 */
    font-weight: bold;
}
/* inicio de index para mensaje de entrada*/
.welcome-container {
    max-width: 90%; /* Ancho máximo del bloque */
    margin: 40px auto; /* Centra horizontalmente con espacio arriba y abajo */
    text-align: justify; /* Justifica el texto */
    padding: 0 10px; /* Márgenes internos laterales */
}

.welcome-title {
    color: #1b5e20; /* Verde institucional */
    font-weight: 700;
    text-align: center; /* Centra el título */
    margin-bottom: 20px;
    font-size: 3.1rem;
}

.welcome-text {
    color: #333;
    font-size: 2.1rem;
    line-height: 1.6;
    text-align: justify; /* Justifica el texto */
}


