body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 600px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}


.page-link {
    border-radius: 0.25rem;
}

#pagination-container {
    float: right;
    margin-bottom: 100px;
    border-radius: 0.5rem;
}

.current {
    background-color: #007D88;
    color: white;
    min-width: 40px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 0.5rem;
}

    .current prev {
        background-color: white;
    }

.card-text {
    text-align: center;
    font-size: large;
}

#owl_demo_1 .item img {
    max-width: 400px; /* Ajusta el ancho máximo de la imagen */
    max-height: 400px; /* Ajusta la altura máxima de la imagen */
    text-align: -webkit-center;
}

.customModal {
    padding-top: 15px;
    padding-left: 90px;
    padding-right: 90px;
    text-align: center;
}

.clsLinks {
    text-decoration: none !important;
    font-size: xx-large;
    color: black;
}

.animacionDerecha {
    position: relative;
    animation: animacion .5s 1;
}

@keyframes animacion {
    0% {
        opacity: 1;
    }

    100% {
        transform: translateX(10px);
        opacity: .0;
    }
}

.btn-success1 {
    border: 2.5px solid #008000bf;
}

.btn-danger1 {
    border: 2.5px solid #ff00006e;
}

.error-label {
    color: red;
    display: none;
}

#main {
    display: flex;
    justify-content: flex-end;
}

.editable {
    cursor: text;
    color: #007d88;
    text-decoration: underline;
}

/* Estilos para el modo claro (por defecto) */
body {
    background-color: #ffffff;
    color: #000000;
}

/* Estilos para el modo oscuro */
.dark-mode {
    background-color: #333333e3;
    color: #ffffff;
}


    .dark-mode #appsiconosB {
        display: none;
    }

    .dark-mode #CardsMO {
        background-color: #6f7a78;
        color: white;
    }

    .dark-mode #CardsMOTittle {
        color: white;
    }
