.CharacterContainer {
    text-align: center;
    font-size: 1.3em;
    line-height: 2em;
    background-color: #a0100f;
    color: white;
    cursor: pointer;
    padding: 0 5px;
}

.CharacterElement {
    margin-right: 10px;
    display: inline-block;
}

.Inactive {
    color: grey;
    cursor: default;
}

.AppElement {
    font-size: 3em;
    line-height: 1.5em;
    margin-top: 0.5em;
    font-weight: bold;
    position: relative;
}

.AppElement:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 1em;
    margin-top: -1em
}

.voc-detail p {
    font: 17px/23px IBM Plex Serif Regular, serif !important;
}

li.pueblo {
    display: inline-block;
    width: 205px;
    height: 225px;
    margin-bottom: 1.2rem;
    text-align: center;
    background-color: #eff0f1;
    vertical-align: top;
    position: relative;
    font-weight: bold;
    margin-right: 15px;
}

.pie-foto a {
    font: 18px/18px "Guardian Textsans Medium", sans-serif !important;

}

.pie-foto {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: absolute;
    text-align: center !important;
    width: 100%;
    padding: 0 15% 0 15%;
}

.pueblo .foto-pueblo {
    width: 205px;
}

.wrapper {
    padding-bottom: 4rem;
}

/* Back to Top */
.back-to-top {
    position: absolute;
    margin-left: 1rem;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    margin-top: 13px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    display: inline-block;
    font-size: 1.8rem;
}

.back-to-top:hover {
    background: #e9ebec;
}

.back-to-top.mostrar {
    opacity: 1;
}

.ribbon-rot {
    position: absolute;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 0%, 0.72);
    width: 90px;
    height: 150px;
}

.escudoMun {
    width: auto;
    height: 78px;
    margin: 30px auto;
}

.wrapper {
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.escudoImg{
    height: 85%;
    width: auto;
    margin: auto;
    padding-top: 5%;
}