body {
    font-family: Ubuntu, sans-serif;
    color: #000;
}

strong {
    font-weight: bold;
}

.contenido .center {
    text-align: center;
}

.text p {
    margin: 8px 0px;
}

.text {
    margin: 32px 0px;
}

span.cursiva {
    font-style: italic;
}

.titlefaq {
    font-size: 18px;
}

nav {
    background-color: rgba(101, 99, 99) !important;
    height: 70px;
}

.navbar-fixed {
    height: 70px;
}

.spaciado {
    margin: 0px 25px;
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #000;
}

ul:not(.browser-default)>li {
    list-style-type: none;
    list-style: disc;
    list-style-position: inside;
}

@media screen and (max-width: 39.9375em) {
    .spaciado {
        text-align: center !important;
    }
}