/*
Códigos hexadecimales: #ffc09f // #ffee93 // #fcf5c7 // #a0ced9 // #adf7b6
Códigos hexadecimales: #809bce // #95b8d1 // #b8e0d2 // #d6eadf // #eac4d5
Códigos hexadecimales: #e8dff5 // #fce1e4 // #fcf4dd // #ddedea // #daeaf6
Códigos hexadecimales: #d4afb9 // #d1cfe2 // #9cadce // #7ec4cf // #52b2cf
Códigos hexadecimales: #79addc // #ffc09f // #ffee93 // #fcf5c7 // #adf7b6
Códigos hexadecimales: #e27396 // #ea9ab2 // #efcfe3 // #eaf2d7 // #b3dee2

Códigos hexadecimales: #fdffb6 // #caffbf // #9bf6ff // #a0c4ff // #ffc6ff

Códigos hexadecimales: #70d6ff // #ff70a6 // #ff9770 // #ffd670 // #e9ff70


*/
body {
    /* background-color: #efefef; */
    /* color: #3a3a3a; */
    color: #333333;
}

p {
    font-size: 1.25rem;
    font-weight: 300;
}

.titulo {
    display: flex;
    height: 6rem;
}

/*Estilos login*/
#divLoading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, 0.65);
    z-index: 9999;
    display: none;
}

#divLoading img {
    width: 50px;
    height: 50px;
}

.debug {
    background-color: black;
    color: #fff;
}

.bg-amarillo {
    background-color: #fdffb6;
}

.bg-verde {
    background-color: #caffbf;
}

.bg-celeste {
    background-color: #9bf6ff;
}

.bg-azul {
    background-color: #a0c4ff;
}

.bg-rosa {
    background-color: #ffc6ff;
}

.bg-violeta {
    background-color: #ffb6cb;
}

.btn-descarga {
    background-color: #b6c1ff;
    border-color: #b6c1ff;
}

.list-group-item>a {
    color: var(--bs-list-group-color);
    text-decoration: none;
}


.accordion-button-Contacto:not(.collapsed) {
    color: var(--bs-accordion-btn-color);
    /* background-color: rgb(196, 249, 255) !important; */
    background-color: #a0c4ff !important;
    box-shadow: none;
}


.photo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-logo {
    max-height: 300px;
}

.listGuion li::marker {
    content: "- ";
    color: #333333;
}

.listCheck li::marker {
    content: "✓ ";
    color: #333333;
}