/*1d0a2b31866a105bdfa9161468881ad1*/

#g-header .g-main-nav .g-toplevel>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active>.g-menu-item-container {
    color: #dfe0e3;
    background: #6a0d0e;
}
.g-main-nav .g-sublevel>li>.g-menu-item-container {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
}
#g-main {
    padding: 0.5rem 0;
}
h2, h3, h4, h5, h6 {
    color: #851012;
}
h1 {
    font-size: 1.4rem;
    color: #666666;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
}
h2 {
    font-size: 1.4rem;
    border-bottom: 1px solid #f0f2f4;
}
h3 {
    font-size: 1.2rem;
    margin: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #f0f2f4;
}
body {
    font-size: 1rem;
    line-height: 1.4;
}
hr {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #f0f2f4;
    margin: 0.3rem 0;
}
.page-link {
    color: #6a0d0e;
    border: 2px solid #dee2e6;
}
.btn {
    color: #ffffff;
    border: none;
    background-color: #8e0003;
    margin: 2px;
}
.btn:hover {
    color: #ffffff;
    background-color: #c71d12;
}
.button:hover {
    background-color: #c71d12;
}
a {
    color: #8e0003;
}
a:hover {
  color: #c71d12;
  text-decoration: none;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    color: beige;
    text-decoration: none;
}
.g-social a {
    background: #dadade;
    border: none;
}

/*agenda*/
    .contenedor{
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #eaeaea;
        border-radius: 10px;
        text-align: center;
    }
    .fecha{
        width: 25%;
    }
    .numero h3{
        font-size: 40px;
        color: #8e0003;
        margin: 0;
        padding: 6px;
        background: #eaeaea;
        border-radius: 10px 0 0 0;
    }
    .mes p{
        color: #fff;
        margin: 0;
        padding: 6px;
        background: #8e0003;
        border-radius: 0 0 0 10px;
    }
    .titulo{
        width: 75%;
    }
    .titulo h2{
        border: none;
    }
    .flyer{
        border-radius: 10px;
    }

/*agenda out*/

    .contenedor-out{
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #eaeaea;
        border-radius: 10px;
        text-align: center;
    }
    .fecha-out{
        width: 25%;
    }
    .numero-out h3{
        font-size: 40px;
        color: #8a8586;
        margin: 0;
        padding: 6px;
        background: #eaeaea;
        border-radius: 10px 0 0 0;
    }
    .mes-out p{
        color: #fff;
        margin: 0;
        padding: 6px;
        background: #8a8586;
        border-radius: 0 0 0 10px;
    }
    .titulo-out{
        width: 75%;
    }
    .titulo-out h2{
        border: none;
        color: #8a8586;
    }
    table tbody tr:nth-child(odd){
        background: #eaeaea;
    }