﻿
/*FILTROS*/
.checkTodos label {
    display: flex;
    max-width: 130px;
    min-width: 130px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #b0b0b0;
    color: #fff;
    margin: 0.5%;
    border-radius: 5px;
    font-size: 1em;
}

.checkTodos input[type=checkbox]:checked + label {
    background-color: #525252;
    color: #fff !important;
}

.checkTodos input[type=checkbox] {
    visibility: hidden;
}

.checkCSC label {
    display: flex;
    max-width: 130px;
    min-width: 130px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #9f3b3b;
    color: #fff;
    margin: 0.5%;
    border-radius: 5px;
    font-size: 1em;
}

.checkCSC input[type=checkbox]:checked + label {
    background-color: #8b0000;
    color: #fff !important;
}

.checkCSC input[type=checkbox] {
    visibility: hidden;
}

.check1PB label {
    display: flex;
    max-width: 130px;
    min-width: 130px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #7e1e4a;
    color: #fff;
    margin: 0.5%;
    border-radius: 5px;
    font-size: 1em;
}

.check1PB input[type=checkbox]:checked + label {
    background-color: #5e002b;
    color: #fff !important;
}

.check1PB input[type=checkbox] {
    visibility: hidden;
}

.checkBibA label {
    display: flex;
    max-width: 130px;
    min-width: 130px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #89b7dd;
    color: #fff;
    margin: 0.5%;
    border-radius: 5px;
    font-size: 1em;
}

.checkBibA input[type=checkbox]:checked + label {
    background-color: #4682b4;
    color: #fff !important;
}

.checkBibA input[type=checkbox] {
    visibility: hidden;
}

.checkBibB label {
    display: flex;
    max-width: 130px;
    min-width: 130px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #783da3;
    color: #fff;
    margin: 0.5%;
    border-radius: 5px;
    font-size: 1em;
}

.checkBibB input[type=checkbox]:checked + label {
    background-color: #4b0082;
    color: #fff !important;
}

.checkBibB input[type=checkbox] {
    visibility: hidden;
}

.checkCD label {
    display: flex;
    max-width: 130px;
    min-width: 130px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #894e89;
    color: #fff;
    margin: 0.5%;
    border-radius: 5px;
    font-size: 1em;
}

.checkCD input[type=checkbox]:checked + label {
    background-color: #800080;
    color: #fff !important;
}

.checkCD input[type=checkbox] {
    visibility: hidden;
}

.carousel-item img {
    object-fit: cover;
}

.modal-dialog {
    max-width: 800px;
}

/*FOOTER*/

.footerLab {
    /*background-color: #4A0D3A;*/
    color: white;
    /*padding: 2rem 0;*/
}

    .footerLab a {
        color: white;
        text-decoration: none;
    }

        .footerLab a:hover {
            color: #f8f9fa;
            text-decoration: underline;
        }

.social-icons a {
    margin: 0 10px;
    font-size: 1.5rem;
}

.footerLab-logo {
    max-width: 600px;
    height: auto;
}

.footerLab-text {
    font-size: 0.9rem;
}

.divider {
    border-left: 1px solid rgba(255,255,255,0.2);
    height: 100%;
}

.footerLab-top {
    background-color: #5a0e3d;
    padding: 1.5rem 0;
    margin-top: 2rem;
    margin-left: -12px;
    /*margin-right: -12px;*/
}

/* Nueva clase para la sección inferior */
.footerLab-bottom {
    background-color: #44021e;
    padding: 1.5rem 0;
    /*margin-top: 2rem;*/
    margin-left: -12px;
    /*margin-right: -12px;*/
}
