html,
body {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wrap > .container {
    padding: 70px 15px 20px;
    flex: 1;
}

.footer {
    height: 60px;
    background-color: #313d4b;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

/*.content {*/
/*    flex: 1;*/
/*}*/

footer {
    background-color: #343a40;
    color: #fff;
    padding: 20px 0;
    text-align: left;
    margin-top: auto;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.footer-custom {
    background-color: #313d4b;
    font-size: 0.85rem;
    padding-bottom: 20px;
}

.footer-custom h5 {
    font-size: 1.25rem;
    color: #ffffff;
    padding-left: 2.5rem;
}

.footer-link {
    color: #dcdcdc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #00bcd4;
    text-decoration: underline;
}

.footer-custom hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-custom p,
.footer-custom li {
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.contactanos {
    text-align: left;
    padding-left: 2.5rem;
    margin-bottom: -20px !important;
}

.footer-horarios {
    text-align: left;
    padding-left: 2.5rem;
    margin-bottom: -20px !important;
}

@media (max-width: 767px) {
    .footer-custom .col-md-4 {
        text-align: left;
        padding-left: 2.5rem;
    }
}

.links {
    text-align: left;
    padding-left: 2.5rem;
    margin-bottom: -20px !important;
}

.info-visita {
    background-color: #0b3e6f !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.contactanos {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}
