/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* gris 8 Dic 2022*/
.aviso-lista {
    margin-top: 1rem;
    color: var(--primary-font-color);
}

.aviso-lista li {
    font-weight: bold;
}

.aviso-lista p {
    font-weight: initial;
    display: initial;
}

.aviso-lista .aviso-sublista li {
    list-style-type: disc;
    margin-left: 2rem;
    font-weight: initial;
}

footer .footer-inner .footer-body .copyright-wrapper .copyright a {
    color: var(--white-color); 
    -webkit-transition: all .2s ease-in-out; 
    transition: all .2s ease-in-out; 
    text-decoration: underline;
}

footer .footer-inner .footer-body .copyright-wrapper .copyright a:hover {
    color: var(--primary-color);
}

/* .aviso-lista .aviso-sublista li::marker {
    font-weight: bold;
} */


/* gris 19 Ene 2023*/

/*.accordion-type-1 .accordion .accordion-body {
    text-align: justify;
}

 .hub-formulario {
    padding-top: 3rem;
    background-color: aliceblue;
}

.contacto-direccion {
    background-color: #003177;
} */
