* {
    box-sizing: content-box;
}
body, html {
    height: 100%;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: auto;
}
body {
    padding: 0px;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: medium;
    text-shadow: none;
}
.btn-center {
    text-align: center;
}
button {
    cursor: pointer;
}
/* ===== APP CONTAINER ===== */
.app {
    background: #FFF;
    overflow: auto;
}
.app__icon {
    margin: .25rem;
}
.app__topheader {
    position: fixed;
    top: 0;
    height: 40px;    
    width: 100%; 
    z-index: 998;
}
.topheader {
    display: flex;
    background: #293949;
    color: #FFF;
    height: 100%;
}
.topheader__toggler {
    background-color: #ff4c3e;
    border: 0;
    border-right: 1px solid #ffffff; 
    padding-left: 1rem;
    padding-right: 1rem;
    outline: none;
    color: #ffffff;
}
.topheader__content {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex: 1 1 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.topheader__section {
    align-self: center;
}
.topheader__section--breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}
.topheader__section--breadcrumb .breadcrumb__item {
    font-weight: 700;
    font-size: 12px;
    text-shadow: none;
} 
.topheader__section--breadcrumb .breadcrumb__icon {
    font-size: 14px;
}
.topheader__link {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
}
.topheader__link .app__icon {
    font-size: 14px;
    vertical-align: middle;
}
.topheader__link:hover,
.topheader__link:focus {
    color: #ff4c3e;
}
.app__content {
    background-color: #f4f6f9 !important;
    position: relative;
    top: 40px;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}
.app__footer {
    background-color: #293949;
    color: #FFF;
    padding: .5rem;
    margin-top: 40px;
}
/* ===== PROFILE ===== */
.profile-container {
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile {
    margin-top: .5rem;
    margin-bottom: .5rem;
    width: 100%;
    max-width: 360px;
}
.profile .card {
    background-color: #FFF;
    color: #212529;
    border-radius: .25rem;
    border-top: 3px solid #293949;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.profile .card__imgcontainer {
    position: relative;
    margin-bottom: 1rem;
}
.profile .card__img {
    display: block;
    border-radius: 50%;
    border: 3px solid #293949;
    margin: 0 auto;
    padding: .25rem;
    width: 150px;
    height: 150px;
    object-fit: scale-down;
}
.profile .card__thumbnail {
    position: absolute;
    bottom: 0;
    right: calc(50% - 85px);
    height: 50px;
    width: 50px;
    object-fit: scale-down;
}
.profile .card__header + .card__body {
    padding-top: 0;
}
.profile .card__body .card__title,
.profile .card__body .card__subtitle {
    text-align: center;
    padding: 0;
    letter-spacing: initial;
    text-transform: uppercase;
}
.profile .card__body .card__title {
    font-weight: 700;
    margin-bottom: .5rem;
}
.profile .card__body .card__subtitle  {
    color: #6c757d;
    font-weight: 600;
}
.profile .card__body .card__title + .card__subtitle {
    margin-top: -.75rem;
}
.profile .card__body .card__subtitle + .card__subtitle {
    margin-top: .25rem;
}
.profile .card__body .btn {
    margin: auto;
}
.profile .listgroup {
    padding: 0;
    margin: 0;
    font-size: 1rem;
}
.profile .listgroup__item {
    list-style: none;
    padding: .75rem;
    text-transform: uppercase;
    /*border-left: 2px solid #e9ecef;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6c757d;
    background-color: #f8f9fa;
    margin-bottom: .25rem;
}
.profile .listgroup__item:last-of-type {
    margin-bottom: 0;
}
.profile .listgroup__item b {
    color: #495057;
}

        /* =============== =============== */

        .contenedor-centro {
            width: 60%;
            max-width: 400px;
            margin: auto;
            width: 90%;
        }
        .cuadro_seleccion{
            background-color: rgba(4, 57, 166, 1); 
            color: white; 
            border-radius:2px;
            padding:5px;
        }
        .cuadro_seleccion:HOVER{
            background-color: rgba(4, 57, 166, 0.5); 
            color: white; 
            border-radius:2px;
            padding:5px;
        }
       
        #img-loader {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            
            display: inline-block;
            width: 100px;
            height: 60px;
            padding: 20px;
            background: rgba(0, 0, 0, 0.7);
            color: #ffffff;
            border-radius: 3px;
            text-align: center;
        }
        #img-loader i {
            font-size: 32px;
        }
        #img-loader p {
            margin: 5px;
            text-align: center;
        }
       
        path {
            stroke-width: 2px;
        }
        
        /*PUSH BAR*/
        html.pushbar_locked {
            overflow: hidden;
            -ms-touch-action: none;
            touch-action: none;
        }

        .pushbar_locked .pushbar_main_content.pushbar_blur {
            filter: blur(15px);
        }

        .pushbar_overlay {
            z-index: -999;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            will-change: opacity;
            transition: opacity 0.5s ease;
            opacity: 0;
            background: #3c3442;
        }

        html.pushbar_locked .pushbar_overlay {
            opacity: 0.8;
            z-index: 999;
        }

        [data-pushbar-id] {
            z-index: 1000;
            position: fixed;
            overflow-y: auto;
            will-change: transform;
            transition: transform 0.5s ease;
            background: #fff;
        }

        [data-pushbar-direction="left"][data-pushbar-id], [data-pushbar-direction="right"][data-pushbar-id] {
            top: 0;
            width: 256px;
            max-width: 100%;
            height: 100%;
        }

        [data-pushbar-direction="top"][data-pushbar-id], [data-pushbar-direction="bottom"][data-pushbar-id] {
            left: 0;
            width: 100%;
            min-height: 150px;
        }

        [data-pushbar-direction="left"][data-pushbar-id] {
            left: 0;
            transform: translateZ(0) translateX(-100%);
        }

        [data-pushbar-direction="right"][data-pushbar-id] {
            right: 0;
            transform: translateZ(0) translateX(100%);
        }

        [data-pushbar-direction="top"][data-pushbar-id] {
            top: 0;
            transform: translateZ(0) translateY(-100%);
        }

        [data-pushbar-direction="bottom"][data-pushbar-id] {
            bottom: 0;
            transform: translateZ(0) translateY(100%);
        }

        [data-pushbar-id].opened {
            display: block;
            transform: translateX(0px) translateY(0px);
        }
        .pushbar{
          background-color: #293949;
          color: #fff;
          padding:20px;
        }
        .pushbar .btn-cerrar{
          text-align: right;
        }
        .pushbar .btn-cerrar button{
          background: none;
          color: #808080;
          border:none;
          cursor: pointer;
          font-size: 20px;
        }
        .menu_lateral a{
          display: block;
          color: #fff;
          padding:20px 0;
          border-bottom: 1px solid #fff;
          font-family: helvetica;
          font-size: 15px;
          transition: 3s ease color;
          text-decoration: none;
        }
        .menu_lateral a:hover{
          color: #aaa;
        }