* {
    font-family: "Roboto", 'Segoe UI';
}
.nav-item-mobile {
    display: none;
    font-weight: bold;
}
.titlePreguntasFrecuentes {
    text-align: left;
    display: inline-block;
    font-size: 28px;
    color: #313131;
    font-weight: 300;
    margin-top: 2em;
    margin-bottom: .5em;
}
.page-header {
    background-image: url('images/img_not_empleado.jpg');
    min-height: 54vh;
}
.img-principal {
    height: fit-content;
}
.footerFeature {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    background-color: rgba(253, 249, 249, 0.77);
    padding: 15px;
    color: #383838;
}
.titleFeature {
    font-size: 1.8rem;
    font-weight: 500;
}
.btn-ampliar-info {
    color: #383838;
    background: none;
    border: 3px solid #383838;
    font-weight: bold;
}
.btn-ampliar-info:hover {
    color: #383838;
}
.container-principal {
    margin-bottom: 2em;
}
.col-btn {
    padding: 1em 4em;
}
.btn-preguntas {
    font-weight: 300;
    color: #585858;
    margin: 0;
    font-size: 17px;
}
.btn-preguntas:hover {
    color: #398BF7;
    text-decoration: none;
    cursor: pointer;
}
.card-header-preguntas {
    background: none;
}
.oi-chevron-right {
    margin-left: 1em;
}
.col-picture-principal {
    padding: 0;
}
.col-jumbotron {
    display: none;
}
.accordion {
    margin-bottom: 3.5rem;
}
.card-body {
    background-color: #c7dae24a;
    color: #000;
    font-size: 17px;
    font-weight: 300;
}
.navbar-secundario .navbar-nav .nav-item {
    padding: 0 15px;
    border-right: 1px solid;
    font-weight: 500;
    font-size: 14px;
    color: #505050;
}
.navbar-secundario {
    max-width: fit-content;
}
.navbar-secundario .navbar-nav .nav-item:last-child {
    border-right: none;
}
.flecha-acordion {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #585858;
}
.nav-temas {
    border-bottom: 1px solid #ded7d7;
    border-top: 1px solid #ded7d7;
    margin: 1em 0;
    padding: 1em 0;
}
.navbar-dark {
    background-color: #fff!important;
}
.nav-pills .nav-link {
    padding: 0px 10px 10px 0px;
}
.nav-item .nav-pills .nav-link.active .card-areas{
    box-shadow: 3px 3px 7px -4px;
}
.nav-pills .nav-link .card-areas:hover{
    box-shadow: 3px 3px 7px -4px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: transparent;
    font-weight: 600;
}
.card-areas{
    min-height: 90px;
}
.show-mobile{
    display: none;
}
.img-acordeon{
    max-width: 40px;
}
.text-area{
    color: #333; 
    font-size: 16px; 
    font-weight: 500;
}
@media handheld, only screen and (max-width: 1280px) {
    .col-btn {
        padding: 2em 4em;
    }
}
@media handheld, only screen and (max-width: 1024px) {
    .col-btn {
        padding: 1.8em 2em;
    }
}
@media handheld, only screen and (max-width: 990px) {
    .btn-ampliar-info {
        font-size: smaller;
    }
    .col-btn {
        padding: 2em 1em;
    }
    .hide-mobile{
        display: none;
    }
    .show-mobile{
        display: block;
    }
    .btn-preguntas {
        font-size: 20px;
    }
}
@media handheld, only screen and (max-width: 600px) {
    .col-jumbotron {
        display: inline-block;
    }
    .jumbotron {
        margin-bottom: 0em;
        margin-top: 1em;
        padding: 1rem;
    }
    .col-picture-principal {
        display: none;
    }
    .title-jumbotron {
        font-size: 1.5rem;
    }
    .text-jumbotron {
        font-size: 1rem;
    }
    .btn-ampliar-info {
        color: black;
        border: 3px solid black;
        float: none!important;
        margin-left: auto;
        display: table;
    }
    .btn-ampliar-info:hover {
        color: black;
    }
    .titlePreguntasFrecuentes {
        font-size: 25px;
    }
    .navbar-secundario .nav-item {
        display: none!important;
    }
    .nav-item-mobile {
        display: inline-block;
    }
    .nav-pills .nav-link {
        font-size: 14px;
        padding: 5px 7px;
    }
    .flecha-acordion {
        right: 7.5px;
    }
    .nav-temas {
        padding: .5em 0;
    }
}
/*
    DEMO STYLE
*/

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.navbar {
    padding: 3px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #313131;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #8c8a8a;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #fff;
}
#sidebar ul.components {
    padding: 20px 0;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    font-family: "Roboto", 'Segoe UI';
    padding: 10px 25px;
    display: block;
}
#sidebar ul li a:hover {
    color: #8c8a8a;
    background: #fff;
}
#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
ul.CTAs {
    padding: 20px;
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.collapse {
    transition: height 0.01s;
}
.container-final {
    background: #e6e6e6;
    padding: 10px;
}
.text-final {
    font-size: 15px;
    text-align: center;
    margin: 0;
    color: #1b1b1b;
    font-weight: 500;
}