:root {
    --blue: #004081;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #BF2F74;
    --red: #df0209;
    --orange: #F56D15;
    --yellow: #f8bc08;
    --green: #2B9543;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #EDEEF0;
    --gray-dark: #343a40;
    --primary: #004081;
    --secondary: #7A7B80;
    --success: #2B9543;
    --info: #2A9DA4;
    --warning: #f8bc08;
    --danger: #df0209;
    --light: #f8f9fa;
    --dark: #343a40;
    /* --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; */
}

body, html {
    height: 100%;
}

/*cargador de incio*/

#div_carga {
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /*display: none;*/
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 1060;
    text-align: center;
}

#cargador {
    color: #004081;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

/*Fin cargador inicio*/

/* ------------------------------
    Footer 
------------------------------ */

hr {
    border: none;
    outline: none;
    position: relative;
}

footer hr {
    border: 1.5px solid #dedede;
    margin-bottom: 3.5vh;
    margin-top: 3.5vh;
}

footer hr::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    background: url(../img/escudoH.png) no-repeat center #fff;
    padding: 3vh 8vw;
    transform: translate(-50%, -50%);
    background-size: contain;
}

footer p {
    font-size: 12px;
    margin-bottom: 5px;
    margin-Top: 10px;
    color: #808080;
}

/* ------------------------------
    Fin footer 
------------------------------ */

p {
    margin-bottom: 1px !important;
}

label {
    color: #00437F;
}

.table {
    margin-bottom: 0rem;
}

.main-container {
    min-height: 80vh;
    /* height: 80vh;
    overflow: auto */
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-family: Gotham-bold, sans-serif !important;
}

.nav-tabs .nav-item:first-child {
    margin: 5px 0px;
    margin-bottom: -1px;
}

a {
    color: #00448c;
}

.bg-primary {
    background-color: #00437F !important;
}

.bg-secondary {
    background-color: #7A7B80 !important;
}

.bg-info {
    background-color: #2A9DA4 !important;
}

.bg-gray {
    background-color: #EDEEF0 !important;
}

.text-primary {
    color: #00437F !important;
}

.text-secondary {
    color: #7A7B80 !important;
}

.text-info {
    color: #2A9DA4 !important;
}

.text-gray {
    color: #EDEEF0 !important;
}

.border-gray {
    border-color: #EDEEF0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}

.cmb-rounded .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2pt solid #00437F;
    border-radius: 1rem;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}

.form-control-rounded {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2pt solid #00437F;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
}

.form-control-rounded:focus, .select2-search__field:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(0, 42, 87);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 68, 141, 0.522);
}

.form-control-rounded::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7A7B80;
    opacity: 1;
    /* Firefox */
}

.form-control-rounded:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7A7B80;
}

.form-control-rounded::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #7A7B80;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}

.has-error .form-control, .has-error .custom-select, .has-error .select2-container--default .select2-selection--single {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control, .has-success .custom-select, .has-success .select2-container--default .select2-selection--single {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.btn>svg {
    font-size: 1.2em;
    margin-right: 4px;
}

table .btn>svg {
    font-size: 1.2em;
    margin-right: 2px;
    margin-left: 2px;
}

/* table tbody{
    font-size: .9em;
} */

/* ------------------------------
    Btn degradado 
------------------------------ */

.btn-primary-gradient {
    color: #fff;
    background: rgb(61, 105, 166);
    background: linear-gradient(90deg, rgba(61, 105, 166, 1) 0%, rgba(61, 105, 166, 1) 16%, rgba(40, 68, 108, 1) 100%);
    border-color: none;
    font-family: Gotham-black, sans-serif !important;
    text-transform: uppercase;
}

.btn-primary-gradient:hover {
    color: #fff;
    background: rgb(43, 94, 164);
    background: linear-gradient(90deg, rgba(43, 94, 164, 1) 0%, rgba(32, 88, 164, 1) 16%, rgba(27, 60, 108, 1) 100%);
    border-color: none;
}

.btn-primary-gradient:focus, .btn-primary-gradient.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #00437F;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary-gradient.disabled, .btn-primary-gradient:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary-gradient:not(:disabled):not(.disabled):active, .btn-primary-gradient:not(:disabled):not(.disabled).active, .show>.btn-primary-gradient.dropdown-toggle {
    color: #fff;
    background-color: #00437F;
    border-color: #005cbf;
}

.btn-primary-gradient:not(:disabled):not(.disabled):active:focus, .btn-primary-gradient:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* ------------------------------
   Fin Btn degradado 
------------------------------ */

/* ------------------------------
    btn link 
------------------------------ */

.btn-link {
    font-weight: 400;
    text-decoration: none;
    color: #393D57;
    background-image: linear-gradient(#393D57, #393D57);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

.btn-link:hover {
    color: #393D57;
    background-size: 100% 2px;
    text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
    background-size: 100% 2px;
    text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.list-noticias .list-group-item a {
    text-decoration: none;
    color: #393D57;
    background-image: linear-gradient(#393D57, #393D57);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

.list-noticias .list-group-item a:hover, .list-noticias .list-group-item a:focus {
    color: #2f3457;
    background-size: 100% 2px;
}

/* ------------------------------
    Fin btn link 
------------------------------ */

/* ------------------------------
    Btn primary 
------------------------------ */

.btn-primary {
    color: #fff;
    background-color: #00437F;
    border-color: #00437F;
}

label.btn-primary {
    color: #fff;
    background-color: #00437F;
    border-color: #00437F;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00335f;
    border-color: #00437F;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00335f;
    border-color: #00437F;
    box-shadow: 0 0 0 0.2rem rgba(0, 77, 158, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #262e55;
    border-color: #262e55;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00437F;
    border-color: #00437F;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 35, 68, 0.5);
}

/* ------------------------------
    Fin Btn primary 
------------------------------ */

/* ------------------------------
    Fin btn link 
------------------------------ */

/* ------------------------------
    Btn pink 
------------------------------ */

.btn-pink {
    color: #fff;
    background-color: #BF2F74;
    border-color: #BF2F74;
}

.btn-pink:hover {
    color: #fff;
    background-color: #ba1665;
    border-color: #BF2F74;
}

.btn-pink:focus, .btn-pink.focus {
    color: #fff;
    background-color: #ba1665;
    border-color: #BF2F74;
    box-shadow: 0 0 0 0.2rem rgba(191, 47, 116 0.5);
}

.btn-pink.disabled, .btn-pink:disabled {
    color: #fff;
    background-color: #b63b76;
    border-color: #b63b76;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #BF2F74;
    border-color: #BF2F74;
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show>.btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(191, 47, 116, 0.5);
}

/* ------------------------------
    Fin Btn pink 
------------------------------ */

/* ------------------------------
    Btn success 
------------------------------ */

.btn-success {
    color: #fff;
    background-color: #2B9543;
    border-color: #2B9543;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #168E2D;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #168E2D;
    box-shadow: 0 0 0 0.2rem rgba(43, 149, 67, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #2B9543;
    border-color: #2B9543;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #168E2D;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 149, 67, 0.5);
}

/* ------------------------------
    Fin Btn success 
------------------------------ */

/* ------------------------------
    Btn danger 
------------------------------ */

.btn-danger {
    color: #fff;
    background-color: #df0209;
    border-color: #df0209;
}

.btn-danger:hover {
    color: #fff;
    background-color: #f30008;
    border-color: #f30008;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #f30008;
    border-color: #f30008;
    box-shadow: 0 0 0 0.2rem rgba(243, 0, 8, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #df0209;
    border-color: #df0209;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f30008;
    border-color: #df0209;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 0, 8, 0.5);
}

/* ------------------------------
    Fin Btn danger 
------------------------------ */

/* ------------------------------
    Btn warning 
------------------------------ */

.btn-warning {
    color: #fff;
    background-color: #f8bc08;
    border-color: #f8bc08;
}

.btn-warning:hover {
    color: #fff;
    background-color: rgb(255, 217, 0);
    border-color: rgb(255, 217, 0);
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ffe100;
    border-color: #ffe100;
    box-shadow: 0 0 0 0.2rem rgba(248, 188, 8, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #f8bc08;
    border-color: #f8bc08;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffe100;
    border-color: #f8bc08;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 188, 8, 0.5);
}

/* ------------------------------
    Fin Btn warning 
------------------------------ */

/* ------------------------------
    Btn orange 
------------------------------ */

.btn-orange {
    color: #fff;
    background-color: #F56D15;
    border-color: #F56D15;
}

.btn-orange:hover {
    color: #fff;
    background-color: #f86300;
    border-color: #b14914;
}

.btn-orange:focus, .btn-orange.focus {
    color: #fff;
    background-color: #f86300;
    border-color: #f86300;
    box-shadow: 0 0 0 0.2rem rgba(252, 103, 22, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
    color: #fff;
    background-color: #F56D15;
    border-color: #F56D15;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #f86300;
    border-color: #F56D15;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show>.btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 103, 22, 0.5);
}

/* ------------------------------
    Fin Btn orange 
------------------------------ */

/* ------------------------------
    btn  outline primary 
------------------------------ */

.btn-rounded {
    padding: 7px 25px;
    border-radius: 20px;
    min-width: 160px;
}

.btn-outline-primary {
    color: #262e55;
    border-color: #262e55;
}

.btn-outline-primary>i, .btn-outline-primary>svg {
    color: #2A9DA4;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #262e55;
    border-color: #262e55;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #262e55;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #262e55;
    border-color: #262e55;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* ------------------------------
    Fin btn  outline primary 
------------------------------ */

.fullHeight {
    min-height: 65vh;
}

.error {
    min-height: 100vh;
}

.lineas {
    height: 10px;
    background-image: url('../img/lineas.png');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.linea-info {
    margin: 15px 0px;
    height: 3px;
    background-color: #2A9DA4;
    width: 100%;
}

.ico-fao {
    height: 18px;
    padding: 0px 2px;
}

.icos-borde {
    border: 2px #00335f solid;
    padding: 5px 20px;
}

/* ------------------------------
    Textos 
------------------------------ */

.fs-19 {
    font-size: 19pt;
    line-height: 1;
}

.fs-9 {
    font-size: 9pt;
    line-height: 1;
}

/* ------------------------------
    Navegacion 
------------------------------ */

.nav-item-main {
    list-style: none;
    margin: 1px;
    color: #fff !important;
    min-width: 160px;
    text-align: center;
}

.nav-link-main {
    list-style: none;
    text-decoration: none;
    display: flex;
    padding: .3rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    height: 100%;
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.navbar-dark .navbar-nav .nav-link-main {
    color: #fff;
    font-size: 10px;
}

.navbar-dark .navbar-nav .nav-link-main:hover, .navbar-dark .navbar-nav .nav-link-main[aria-expanded="true"] {
    list-style: none;
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .bg-primary .dropdown-menu {
    padding: .1rem 0;
    margin: .1rem 0 0;
    font-size: 12px;
    color: #fff;
    text-align: left;
    background-color: #00437f;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
}

.navbar-dark .navbar-nav .dropdown-item {
    padding: .25rem 1.5rem;
    font-weight: 400;
    color: #fff;
}

.navbar-dark .navbar-nav .bg-primary .dropdown-item:hover {
    color: rgba(255, 255, 255, .5);
    background-color: #00437f;
}

.navbar-dark .navbar-nav .nav-link-main p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background: #00437F;
}

.nav-item {
    margin: 5px 15px;
}

nav .nom-ct {
    padding-top: 5px;
    font-size: 13px;
    ;
}

a[data-children="collapse"] {
    position: relative;
}

/* 
  svg {
    vertical-align: middle;
    margin-right: 5px;
  } */

.breadcrumb-item {
    font-size: 12px;
}

.breadcrumb {
    background-color: #fff;
}

/* ------------------------------
    Fin navegacion 
------------------------------ */

/* ------------------------------
    Footer 
------------------------------ */

.navbar-gris {
    display: none;
}

.footerTitulo {
    color: #4285f4;
    font-weight: bold;
    font-size: 15px;
}

.footerLinea {
    border-left: 5px solid #4285f4;
}

.pre-footer {
    background-color: #DBDBDB;
    height: 50px;
    width: 100%;
    left: 0%;
    bottom: 0%;
    height: 35px;
    width: 100%;
}

footer {
    background-color: #fff;
    padding-bottom: 10px;
}

footer img {
    float: left;
    margin: 0px 5px;
    height: 8vw;
}

.icos {
    background-color: #4285f4 !important;
    border-radius: 30px;
    color: #fff !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px !important;
    font-size: 15px;
    text-align: center;
    padding: 5px;
}

.contenidoFooter {
    padding-top: 20px;
}

.linkFooter:hover {
    color: rgb(0, 13, 196);
}

.linkFooter:link, .linkFooter {
    color: #9E9E9E;
}

.linkFooter {
    text-decoration: none;
    font-size: 13px;
}

.infoFooter {
    color: #9E9E9E;
}

.EnUsencuesta {
    display: none;
}

/* ------------------------------
   Fin  Footer 
------------------------------ */

.titulo-border {
    border: 2px solid #EDEEF0;
    padding: 5px 35px;
}

/* ------------------------------
    noticias 
------------------------------ */

.list-noticias .list-group-item a {
    text-decoration: none;
    color: #393D57;
    background-image: linear-gradient(#393D57, #393D57);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

.list-noticias .list-group-item a:hover, .list-noticias .list-group-item a:focus {
    color: #2f3457;
    background-size: 100% 2px;
}

/* ------------------------------
    Menu lateral     
------------------------------ */

.navbar {
    padding: 15px 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;
}
.navbar-dark .navbar-toggler {
    font-size: 10px;
    color: #f50b7d;;
    border-color: none;
    /*! background: #f40a7c; */
}
.navbar-dark .navbar-toggler-icon {
    font-size: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28244, 10, 124, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    padding: 0rem .75rem;
    border-radius: .0rem;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    /* perspective: 1500px; */
}

@media (min-width: 1200px) {
    .wrapper {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1540px;
    }
    .wrapper {
        width: 1540px;
    }
    .pt-xxl-0{
        padding-top: 0 !important;
    }
}

@media (min-width: 1900px) {
    .wrapper {
        width: 1850px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

#sidebar {
    margin-left: 15px;
    min-width: 250px;
    max-width: 250px;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    margin-top: 5px;
    ;
    padding: 10px;
    font-size: 1.1em;
    display: block;
    border: 2px #2A9DA4 solid;
    border-radius: 12px;
    color: #2A9DA4;
}

#sidebar ul li a:hover {
    color: #2A9DA4 !important;
    background: #fff;
}

#sidebar ul li.active>a, #sidebar a[aria-expanded="true"] {
    font-family: Gotham-ultra, sans-serif !important;
    color: #fff !important;
    background: #2A9DA4;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    margin-left: 20px;
    font-size: 0.9em !important;
    padding-left: 30px !important;
    color: #2A9DA4;
}

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%;
    min-width: 75vw;
    padding: 5px 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #FFF;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

.frm-title {
    font-family: Gotham-ultra, sans-serif !important;
    text-transform: uppercase;
}

.title-acordeon {
    font-family: Gotham-bold, sans-serif !important;
    margin-bottom: 0;
}

.title-acordeon>button {
    color: #00437F;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 838px) {
    .navbar {
        padding: 7px 5px;
    }

    .navbar-brand img {
        height: auto;
        width: 100%;
        min-width: 13vw;
    }

    .navbar-principal .navbar-nav {
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-principal .navbar-nav .dropdown-menu {
            position: absolute;
            float: none;
            width: 100%;
        }

    #navbarSupportedContent .nav-link {
        padding: .5rem 1rem;
    }

    #navbarSupportedContent .nav-item {
        margin: 0;
    }

    #sidebar {
        margin-left: 15px;
        padding-right: 15px;
        background: #fff;
    }

    nav .nom-ct {
        padding-top: 0px;
        font-size: 11px;
        margin: 7px;
        margin-top: 0px;
    }

    .nav-item-main {
        margin: 3px;
        min-width: 10px;
    }

    #content {
        width: 100%;
        padding: 0px;
        transition: all 0.3s;
    }
    /* ------------------------------
    Textos 
    ------------------------------ */
    .fs-19 {
        font-size: 3.5vw;
        line-height: 1;
    }

    .fs-9 {
        font-size: 9pt;
        line-height: 1;
    }
    /* ------------------------------
    Textos 
    ------------------------------ */
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }

        #sidebar.active {
            margin-left: 0;
            transform: none;
        }

    #sidebarCollapse span:first-of-type, #sidebarCollapse span:nth-of-type(2), #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapse.active span {
        margin: 0 auto;
    }

        #sidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }

    .copy-start, .copy-end {
        display: block
    }

    .copy-line {
        display: none
    }

    footer p {
        font-size: 2vw;
        ;
    }

        footer p.info {
            content: "SIRAG- SFP-2021";
        }

    footer hr {
        border: 1.5px solid #dedede;
        margin-bottom: 2.6vh;
    }

        footer hr::before {
            content: ' ';
            position: absolute;
            top: 0;
            left: 50%;
            background: url(../img/escudoH.png) no-repeat center #fff;
            padding: 1.5em 5em;
            transform: translate(-50%, -50%);
            background-size: contain;
        }
}
 
    /* ------------------------------
    fin menu lateral 
------------------------------ */

    .select2-container {
        width: 100% !important;
    }

    #mdlValidacion .list-group-item {
        position: relative;
        display: block;
        padding: .2rem;
        background-color: #fff;
        border: 0px;
    }

    #mdlAyuda {
        text-align: justify;
    }

    .title-parametros, .title-resultados {
        font-size: 19px;
        font-family: Gotham-bold;
        color: #2d2d2d;
        border-left: #fd7115 solid 4px;
        padding-left: 5px;
    }

    table {
        width: 100% !important;
        font-size: .8rem
    }

        table .btn {
            font-size: .8rem;
        }

    .from-busqueda {
        background-color: #f8f9fa !important;
        border-radius: 5px;
        padding: 15px;
    }

    .from-resultados {
        /* background-color: #f8f9fa !important; */
        border-radius: 5px;
        padding: 15px;
    }

    .has-feedback .form-control {
        padding-right: .75rem;
    }

    .input-group .custom-select, .input-group .form-control {
        height: calc(1.5em + .75rem + 3px);
        border-radius: 0;
    }

    .border-color {
        border-bottom: 10px solid transparent;
        border-image: linear-gradient(90deg, rgba(0, 58, 138, 1) 20%, rgba(0, 179, 185, 1) 20%, rgba(0, 179, 185, 1) 40%, rgba(0, 171, 64, 1) 40%, rgba(0, 171, 64, 1) 60%, rgba(255, 114, 22, 1) 60%, rgba(255, 114, 22, 1) 80%, rgba(245, 11, 125, 1) 80%) 1;
    }

    #introduccion h6 {
        color: #00b6b1;
        padding: 15px;
        border: 2px solid #00b6b1;
        padding: 5px 35px;
        font-family: Gotham-black,'Open Sans',sans-serif !important;
    }