@charset "utf-8";


#default {
    max-width: none;
}

section {
    font-size: 14px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

/*PARA SOLUCINAR EFECTOS EN MÓDULOS CUANDO EN LPS ABIERTO AL MEZCLARSE CON ESTILOS DEL LOGIN CLÁSICO*/

#page-wrapper {
    height: 157px; /*PROVISIONAL. MIRAR OTRA OPCIÓN*/
}

#topNav {
    min-height: 117px;
}

h2 {
    font-weight: unset !important;
    text-align: unset !important;
    max-width: unset !important;
    background: unset !important;
}

h3 {
    text-align: unset !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
}

/*FIN PARA SOLUCINAR EFECTOS EN MÓDULOS CUANDO EN LPS ABIERTO  AL MEZCLARSE CON ESTILOS DEL LOGIN CLÁSICO*/

/*FOOTER*/

div#bottom {
    display: flex;
    width: 100%;
    flex-direction: column;
    border-top: 1px solid #bfb8af;
    background: #bfb8af15;
}

#bottom h3, #bottom h4 {
    font-family: 'Invention A Bd', Arial !important;
}

#bottom .bgNewBottom + .bgNewBottom {
    border-top: 1px solid #bfb8af;
}

.bgNewBottom {
    width: 100%;
    max-width: 980px;
    background: transparent;
    padding: 30px 0 25px;
    border-top: .5px solid #00857a;
    margin: 0 auto;
}

.bgNewBottom a, .bgNewBottom h3 {
    margin: 0;
    width: 100%;
}

.bgNewBottom a, .bgNewBottom p, .bgNewBottom h3, .bgNewBottom h4 {
    color: #6d6f71;
    float: left;
}
.bgNewBottom h3 {
    text-align: center;
    font-size: 1.4em;
}


.bgNewBottom h4 {
    margin: 20px 0 5px !important;
    text-align: left;
    min-height: auto;
    font-size: 14px;
}

.colNew {
    width: 33%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

#bottom .bgNewBottom {
    border: none;
}

#bottom + .bgNewBottom + .bgNewBottom {
    border-top: 1px solid #bfb8af;
}
.colNew:last-child {
    margin: 23px 0 5px;
}

@media only screen and (max-width: 768px) {

    #bottom {
        padding: 0 10px !important;
    }

}