html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;       
    }

    .card {
        padding: 2vw; /* Ajusta el padding para pantallas peque�as */
    }

    
}

.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 .2rem #51ABBA;
}

.btn {
    border-radius: 4rem;
    
}

button {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5rem;    
    /*background-color: #007bff;*/
    margin: 1rem;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    button:hover, .btn:hover {
        /*background-color: #0056b3;*/
        box-shadow: 0 0 0 0.1rem white, 0 0 0 .5rem #e0e0e0;
    }


html, body {
    height: 100%;
    margin: 0;
    background-color: #fff;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}


p {
    text-align: justify;
}



.contenedor-flex-center {
    display: flex;
    justify-content: center;
}


a > .Rojo {
    color: #dc2626;
}


.SeccionHeader {
    /*border: 10px solid #000;*/
    background-color: #f1f5f9;
    border-radius: 10px;
    padding: 2rem;
}

/*.table {
    color: #334155;
    font-size: small;
}*/



.form-floating .form-label, .form-group .form-label {
   /* color: #0d9488;*/
    font-size: small;
}


.form-floating > textarea, .form-floating input, .form-select {
    border: 0px;
    /*border-radius: 16px;*/
    color: #09757a;
    border-bottom: 1px solid #51ABBA; /*stone-500  en hex ##78716c*/
}

.list-group-item {
    border: 0;
    border-radius: 8px
}


.select2-container {
    z-index: 1050;
}


/*16 04 2024*/

/*#tblDatos {*/
    /*color: #334155;*/
    /*font-size: small;    
}*/



