@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/source-sans-pro-300.eot');
    src: local(''),
         url('fonts/source-sans-pro-300.eot?#iefix') format('embedded-opentype'),
         url('fonts/source-sans-pro-300.woff2') format('woff2'),
         url('fonts/source-sans-pro-300.woff') format('woff'),
         url('fonts/source-sans-pro-300.ttf') format('truetype'),
         url('fonts/source-sans-pro-300.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/source-sans-pro-regular.eot');
    src: local(''),
         url('fonts/source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/source-sans-pro-regular.woff2') format('woff2'),
         url('fonts/source-sans-pro-regular.woff') format('woff'),
         url('fonts/source-sans-pro-regular.ttf') format('truetype'),
         url('fonts/source-sans-pro-regular.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/source-sans-pro-600.eot');
    src: local(''),
         url('fonts/source-sans-pro-600.eot?#iefix') format('embedded-opentype'),
         url('fonts/source-sans-pro-600.woff2') format('woff2'),
         url('fonts/source-sans-pro-600.woff') format('woff'),
         url('fonts/source-sans-pro-600.ttf') format('truetype'),
         url('fonts/source-sans-pro-600.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/source-sans-pro-700.eot');
    src: local(''),
         url('fonts/source-sans-pro-700.eot?#iefix') format('embedded-opentype'),
         url('fonts/source-sans-pro-700.woff2') format('woff2'),
         url('fonts/source-sans-pro-700.woff') format('woff'),
         url('fonts/source-sans-pro-700.ttf') format('truetype'),
         url('fonts/source-sans-pro-700.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/source-sans-pro-900.eot');
    src: local(''),
         url('fonts/source-sans-pro-900.eot?#iefix') format('embedded-opentype'),
         url('fonts/source-sans-pro-900.woff2') format('woff2'),
         url('fonts/source-sans-pro-900.woff') format('woff'),
         url('fonts/source-sans-pro-900.ttf') format('truetype'),
         url('fonts/source-sans-pro-900.svg#SourceSansPro') format('svg');
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(136, 136, 136, 0.80);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(102, 102, 102, 0.40);
}
:root {
    --dark-blue: #0074c5;
    --light-blue: #e5f7fb;
}
body {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #494D55;
    position: relative;
	background-color: #EEF2F5;
}
body:before {
    position: fixed;
    content: "";
    z-index: 900;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2d2829;
    opacity: .5 !important;
    visibility: hidden;
    cursor: pointer;
}
body.show-menu {
    overflow: hidden;
    padding-right: 10px;
}
body.show-menu:before {
    opacity: 1;
    visibility: visible;
}
a {
	color: #186ADE;
}
a:link, a:focus, a:active, a:hover {
    /* text-decoration: none; */
	color: #186ADE;
}
p {
    margin:20px 0 !important;
}
ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
}
.list-inline li {
    display: inline-block;
}
.list-inline li:not(:last-child) {
    margin-right: 0.5rem;
}
.form-control:focus {
    color: #494D55;
    background-color: transparent;
    border-color: #E2DED7;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.badge-success, a.badge-success, a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #287F55;
}
.badge-teal, a.badge-teal, a.badge-teal:hover, a.badge-teal:focus {
    color: #fff;
    background-color: #6cae8c;
}
.badge-warning, a.badge-warning, a.badge-warning:hover, a.badge-warning:focus {
    color: #fff;
    background-color: #f5c518;
}
/* Header */
#mainNav {
    padding: 0;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 76px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 10%);
}
body.show-menu #mainNav {
    padding-right: 10px;
}
#mainNav .navbar-toggler, #mainNav .navbar-toggler:focus {
    color: rgba(126, 126, 126, 0.5);
    border-color: transparent;
    outline: none;
    color: #00ade7;
    align-self: center;
}
#mainNav > .container-fluid {
    align-items: flex-end;
}
#mainNav > .container-fluid, footer > .container-fluid, #main-content > .container-fluid {
    max-width: 1200px;
}
#logo-header {
    height: 50px;
}
.navbar-brand {
    margin: 0.4rem 1rem 0.4rem 0;
}
#navbarNav {
    align-self: flex-end;
}
/* Menú */
#menu-toggle {
    color: #2D2829; /*#0074c5;*/
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}
#menu {
    width: 320px;
    height: calc(100vh - 76px);
    top: 76px;
    right: -320px;
    bottom: 0;
    margin: 0;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 10%) inset;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1001;
}
#menu.show {
    right: 0;
}
#menu-inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 76px);
}
#menu .navbar-nav {
    margin: 1rem;
}
#menu a.nav-link {
    padding: 0.25rem 1rem !important;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #2D2829 !important;
    font-weight: 600;
}
#menu a.nav-link:hover, #menu li.toggled {
    background-color: #f9f9f9;
}
#menu ul.navbar-nav > li + li {
    margin-top: 0.5rem;
}
.menu-toggle:after {
    font-family: 'outline';
    font-size: 24px;
    float: right;
    margin-right: -0.5rem;
    margin-top: -3px;
    content: '\e929';
}
.menu-toggle.toggled:after {
    content: '\e92e';
}
#menu .submenu {
    margin-bottom: 0.5rem;
    display: none;
}
#menu .sub-link {
    font-size: 16px;
    font-weight: 600;
    color: #494D55;
    display: block;
    padding: 0.25rem 2rem !important;
    line-height: 1.2;
}
#menu .sub-link:hover {
    color: #2D2829;
}
@media (max-width: 575px) {
    #mainNav {
        height: 66px;
    }
    #header-label {
        font-size: 1rem;
    }
    #logo-header {
        height: 40px;
    }
    .navbar-brand {
        margin: 0.5rem 0.5rem 0.5rem 0;
    }
    #menu {
        height: calc(100vh - 66px);
        top: 66px;
    }
}
/* Footer */
#up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
}
#up .ico {
    width: 45px;
    height: 45px;
    font-size: 32px;
    line-height: 45px;
    color: #2d2829;
    background-color: #EEF2F5;
    font-weight: bold;
    border-radius: 50%;
	border: 2px solid #494d55;
}
.footer {
    color: #fff;
    background-color: #970E48;
    font-size: 16px;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer .form {
    max-width: 380px;
}
.footer input.form-control {
    border-radius: 100px !important;
    padding: 1.5rem;
    border-color: #7D828B;
    background-color: #fff;
    color: #2D2829 !important;
    font-size: 16px;
}
.footer input.form-control:focus {
    z-index: 0 !important; 
}
.footer input.form-control::placeholder {
    color: #7D828B;
}
.footer .icon-buscar {
    border-radius: 50%;
	right: 5px;
    height: 40px;
    top: 10%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #077D55;
	border-color: #077D55;
	color: #fff;
}
.footer .icon-buscar:active {
	background-color: #077D55 !important;
	border-color: #077D55 !important;
}
.footer .input-group-append .btn {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    background-color: #1ab5eb;
    border-left: 1px solid #1ab5eb;
    color: #fff !important;
}
.footer .copyright {
    background-color: #BC2251;
}
/* Página sección */
#pagina-seccion {
    min-height:calc(100vh - 197px);
    width:100%;
    background-color:#EEF2F5;
    padding-top:110px;
    padding-bottom:15px;
}
#pagina-seccion .list-inline li {
    white-space:nowrap;
}
#pagina-seccion .list-inline li + li {
    border-left:1px solid #494D55;
    padding-left:0.5rem;
}
#pagina-seccion .titulo_pagina {
    font-size:24px;
    font-weight:bold;
    color:#2D2829;
}
#pagina-seccion .titulo_pagina, #pagina-seccion .descripcion_pagina {
    text-align:center;
    max-width:800px;
    margin:0 auto;
    line-height:1.2;
}
#pagina-seccion .seccion {
    padding:15px 0;
}
#pagina-seccion .seccion:before, #pagina-seccion .seccion:after {
    display:table;
    content:" ";
}
#pagina-seccion .seccion:after {
    clear:both;
}
#pagina-seccion .seccion .card {
    margin-top: 1rem;
    padding-bottom: 1rem;
}
.card.offset1 {
    margin-left:33.33333333%;
}
.card.offset2 {
    margin-left:16.66666667%;
}
.card .inner {
    height:200px;
    background-color:#FFF;
    padding:10px;
}
.card .informe {
    text-align:center;
    line-height:1.2;
    vertical-align:middle;
    font-size:18px;
    font-weight:600;
	color: #2D2829;
}
.card .desc {
    margin-top:10px;
    padding-top:10px;
    line-height:1.2em;
}
.desc.borde {
    border-top:2px solid #970E48;
}
.desc.borde div.mt-2 {
    color: #7D828B;
}
.shadow {
    box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
    -webkit-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
    -moz-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
}
@media (max-width:991px) {
    .card.offset1 {
        margin-left:25%;
    }
    .card.offset2 {
        margin-left:0;
    }
}
@media (max-width:680px) {
    .card .inner {
        height:auto !important;
    }
    .card.offset1, .card.offset2 {
        margin-left:auto;
    }
}
/* Páginas informes */
#pagina {
    min-height: calc(100vh - 298px);
    padding: 0 15px 30px 15px;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
}
#pagina .padre {
    padding-bottom:15px;
    height:35px;
}
#encabezado {
    float:right;
    width:75%;
    height:36px;
    display:table;
    background-color:transparent;
    border-bottom: 2px solid #970E48;
}
#cuerpo {
    float:right;
    width:75%;
    background-color:#EEF2F5;
    margin-bottom:15px;
    padding:15px 0;
    margin-bottom:30px;
}
#izquierda {
    float:left;
    width:25%;
    height:100%;
    padding-right:25px;
    margin-bottom:30px;
}
#pagina.full #encabezado, #pagina.full #cuerpo {
    width:100%;
}
#pagina .titulo_pagina {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    color: #2D2829;
	text-align: left;
}
#pagina .regresar {
    display:none;
    vertical-align:middle;
    text-align:right;
    cursor:pointer;
}
.menu_lateral {
    background-color:#fff;
	border: 1px solid #E2DED7;
	box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
    -webkit-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
    -moz-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
}
.menu_lateral .text {
    display:table-cell;
    vertical-align:middle;
    line-height:1em;
    text-align:left;
    padding:3px 10px;
}
.menu_header {
    margin-bottom:10px;
    border-bottom:1px solid #E2DED7;
    text-align:center;
    font-size:16px;
    padding:0 10px;
    height:36px;
    line-height:33px;
    display:block;
}
.menu_header b {
    display:inline-block;
    vertical-align:middle;
    line-height:normal;
    font-weight:bold;
    color:#2D2829;
}
.menu_title {
    margin-bottom:5px;
    border-bottom:1px solid #DDD;
    text-align:center;
    font-size:16px;
    padding:5px 10px;
    display:block;
}
.menu_item {
    position:relative;
    display:block;
    margin-bottom:10px;
	padding: 0 10px;
    color:#2D2829;
}
.menu_item .tabla {
    color:#2D2829;
    text-decoration:none;
    width:100%;
	padding: 5px;
    display:table;
}
.menu_item a.selected {
	border-radius: 5px;
    font-weight:bold;
	background-color: #EEF2F5;
	border: 1px solid #CEB182;
}
.menu_item > .tabla > .tran {
    display:table-cell;
    vertical-align:middle;
    padding:5px;
    line-height:normal !important;
    font-weight:normal;
}
.menu_item a .tran {
    color:#2d2829; /*#970E48;*/
}
.menu_item .text {
    width:100%;
}
@media (max-width:991px) {
    #izquierda, #encabezado, #cuerpo {
        float:none;
        width:100%;
    }
    #izquierda {
        padding-right:0;
        margin-bottom:0;
    }
    .menu_header, .menu_title {
        text-align:left;
        padding:5px 10px;
        height:auto;
        line-height:initial;
    }
    .menu_item .text {
        line-height:normal;
    }
    .menu_item .tran {
        color:#555;
        font-size:16px;
    }
    .menu_lateral {
        margin-top: 5px;
    }
}
/* Bloques */
.bloque {
    width:25%;
    float:left;
    height:140px;
    text-align:center;
    padding:10px;
    display:table;
}
.bloque a .tran {
    color:#2d2829;
}
.bloque a {
    text-decoration:none;
    color:#2D2829;
    width:100%;
    height:100%;
    background-color:#fff;
    display:table-cell;
    text-align:center;
    vertical-align:top;
    line-height:1.2;
    padding:10px;
    border:1px solid #E2DED7;
	box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
    -webkit-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
    -moz-box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 20%) !important;
}
.bloque .tran {
    line-height:40px;
}
.bloque div {
    font-weight:600;
}
@media (max-width:720px) {
    .bloque {
        width:50%;
    }
}
@media (max-width:400px) {
    .bloque {
        width:100%;
        height:auto;
        float:none;
    }
}
/* Primer y segundo nivel */
.l {
    margin-top:10px;
    margin-bottom:10px;
    font-size:medium;
	font-weight: 700;
	color: #C2995C
}
.l ul li {
	color: #494D55;
}
.l ul, .l div {
    padding-left:22px;
}
.l > ul {
    margin-top:10px;
	font-weight: normal;
}
.l > a {
	font-weight: normal;
}
.l .table {
    margin-top:15px;
}
/* Tercer nivel */
.l3 {
    margin-top:10px;
    margin-bottom:10px;
    font-size:medium;
	color:#C2995C;
	font-weight: 700;
}
.l3 ul, .l3 div {
    display:none;
}
.l3 .table {
    margin-top:15px;
}
.l3 li {
	color:#494D55;
}
.l3 .descripcion {
	font-weight: normal;
	color:#494D55;
}
.l3 a {
	font-weight: normal;
}
i.action {
    cursor:pointer;
    float:left;
    margin-right:8px;
    margin-top:4px;
    font-weight:600;
	background-color: #E2DED7;
    border-radius: 50%;
}
/* Marco normativo */
.resaltado {
    color: #f3841c;
    font-weight:bold;
}
.nota {
    color: #00a8e4;
    font-weight:bold;
}
.mxw720 {
    max-width:720px;
}
/* Páginas con banner superior */
#main-content {
    padding-top: 76px;
    padding-bottom: 30px;
    min-height: calc(100vh - 200px);
	background-color: #fff;
}
.banner-section {
    padding: 50px 0 140px 0;
    background-color: #EEF2F5 !important;
}
#page {
    display: flex;
    align-items: flex-start;
    margin-top: -100px;
    margin-bottom: 30px;
    z-index: 100;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
}
#body {
    align-self: stretch;
    flex-grow: 1;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
#body .seccion {
    padding: 1.5rem 2.5rem;
    background-color: #fff;
    border-radius: 0.25rem;
    min-height: 450px;
}
.page-title {
    color: #2D2829 !important;
    font-size: 1.75rem;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
}
.section-title {
    color: #2D2829 !important;
    font-size: 1.5rem;
    font-weight: 700;
	text-align: center;
    line-height: 1.2;
}
.subtitle {
    color: var(--dark);
    font-size: 1.25rem;
    font-weight: 600;
}
@media (max-width: 767px) {
    #body .seccion {
        padding: 1.5rem;
    }
    .page-title {
        font-size: 1.5rem;
    }
    .section-title {
        font-size: 1.25rem;
    }
}
@media (max-width: 575px) {
    #main-content {
        padding-top: 66px;
    }
    #body {
        padding-right: 0;
        padding-left: 0;
    }
    .page-title {
        padding-right: 15px;
        padding-left: 15px;
    }
}
/* Iconos */
.ico, .tran {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.ico16 {
    font-size:16px;
    line-height:normal;
}
.ico20 {
    font-size:20px;
}
.ico24 {
    font-size:24px;
}
.ico32 {
    font-size:32px;
}
/* Ligas */
a.doc:before, a.rtf:before, a.xls:before, a.csv:before, a.pdf:before, a.zip:before, a.img:before, a.txt:before, a.grid:before, a.link:before, i.doc:before, i.rtf:before, i.xls:before, i.csv:before, i.pdf:before, i.zip:before, i.img:before, i.txt:before, i.grid:before, i.link:before, i.blank:before, a.blank:before {
    font-family: 'outline';
    font-weight: normal !important;
}
a.doc:before, a.rtf:before, a.xls:before, a.csv:before, a.pdf:before, a.zip:before, a.img:before, a.txt:before, a.grid:before, a.link:before, a.blank:before {
    padding-right: 0.25rem;
    text-decoration: none !important;
    display: inline-block;
}
a.doc:before, i.doc:before {
    color: #1450b4;
    content: "\e68f";
}
a.rtf:before, i.rtf:before {
    color: #1450b4;
    content: "\e9e0";
}
a.xls:before, i.xls:before {
    color: #0f7a3f;
    content: "\e690";
}
a.csv:before, i.csv:before {
    color: #0f7a3f;
    content: "\e9df";
}
a.pdf:before, i.pdf:before {
    color: #ff0033;
    content: "\e6ab";
}
a.zip:before, i.zip:before {
    color: #f9b233;
    content: "\e63c";
}
a.img:before, i.img:before {
    color: #f9b233;
    content: "\e68c";
}
a.txt:before, i.txt:before {
    color: #f9b233;
    content: "\e9e0";
}
a.link:before, i.link:before {
    color: #186ade;
    content: "\e693";
}
a.grid:before, i.grid:before {
    color: #f9b233;
    content: "\e9df";
}
a.blank:before, i.blank:before {
    color: #186ade;
    content: "\e90d";
}
/* *** */
.titulo_seccion {
    font-size:20px;
    font-weight:900;
    line-height:24px;
    color:#2D2829;
	text-align: left !important;
}
.titulo {
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    line-height:24px;
    color:#C2995C;
}
.subtitulo {
    font-size:16px;
    font-weight:700;
    color:#494D55;
    border-bottom:1px solid #E2DED7;
    position:relative;
}
.seccion.shadow .subtitulo {
    font-size:20px;
    font-weight:900;
    color:#2D2829;
    border: none;
	text-transform: uppercase;
}
.seccion.shadow ul li strong {
    font-size:16px;
    font-weight:900;
    color:#C2995C;
    border: none;
}
.subtitulo a {
    color:#1F3464;
}
.no-display {
    display:none;
}
.clear {
    clear:both;
}
.mw-xs {
    max-width: 360px;
}
.mw-sm {
    max-width: 540px;
}
.mw-md {
    max-width: 720px;
}
.mw-lg {
    max-width: 960px;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-dark-blue {
    color: #970E48;
}
.text-blue {
    color: var(--blue);
}
.text-indigo {
    color: var(--indigo);
}
.text-purple {
    color: var(--purple);
}
.text-pink {
    color: var(--pink);
}
.text-red {
    color: var(--red);
}
.text-orange {
    color: var(--orange);
}
.text-yellow {
    color: var(--yellow);
}
.text-green {
    color: var(--green);
}
.text-teal {
    color: var(--teal);
}
.text-cyan {
    color: #186ADE !important;
}
.bg-light-blue {
    background-color: var(--light-blue);
}
ul.vin-list {
    list-style: none;
}
ul.vin-list li {
    display: block;
    position: relative;
}
ul.vin-list li:before {
    content: url("../img/vin.png");
    position: absolute;
    display: block;
    left: -30px;
}
/* Tablas */
table.table thead th {
    background-color:#2D2829;
    border-bottom:2px solid #2D2829;
	color: #C2995C;
}
table.table {
	color: #7D828B;
    border-bottom:1px solid #ddd;
}
.table th, .table td {
	border-top: 1px solid #E2DED7 !important;
}
.style-table thead th {
    color: #C2995C;
    background-color: #2D2829 !important;
    border-bottom:none !important;
}
@media (max-width: 767px) {
    .style-table th, .style-table td { 
		display: block;
        padding: 0 5px;
        border-top: none;
        border-bottom: none !important;
    }
    .style-table tr td:first-child, .style-table tr th:first-child {
        padding-top: 5px;
    }
    .style-table tr td:last-child, .style-table tr th:last-child {
        padding-bottom: 5px;
    }
    .style-table tr {
        border-top: 1px solid #dee2e6;
    }
    .style-table .text-center, .style-table .text-right {
        text-align: left !important;
    }
}
/* Fancybox */
.fancybox-container {
    font-family: 'Source Sans Pro';
}
.fancybox-close-small:after {
    font-size: 2rem;
    line-height: 1;
}
.fancybox-is-open .fancybox-bg {
    opacity:0.5 !important;
}
.fancybox-bg {
    background:#000 !important;
}    
.fancybox-slide > *, .fancybox-image-wrap, .fancybox-content {
    border-top: 5px solid #970E48;
}
.fancybox-slide > .fancy-info {
    border-top: 5px solid var(--blue);
    width: 100%;
    max-width: 480px;
}
.fancybox-slide > .fancy-success {
    border-top: 5px solid var(--green);
    width: 100%;
    max-width: 480px;
}
.fancybox-slide > .fancy-error {
    border-top: 5px solid var(--orange);
    width: 100%;
    max-width: 480px;
}
.fancybox-slide > .fancy-warning {
    border-top: 5px solid var(--yellow);
    width: 100%;
    max-width: 480px;
}
.fancybox-slide > .fancy-primary {
    border-top: 5px solid var(--blue);
    width: 100%;
    max-width: 480px;
}
.fancybox-close-small {
    top: 0;
    right: 0;
    outline: none;
}
.fancybox-close-small:hover:after, .fancybox-close-small:focus:after {
    color: #666 !important;
    outline: none !important;
    background: transparent;
}
.fancybox-slide--iframe .fancybox-close-small {
    right: 15px;
}
.fancybox-content {
    width:100%;
	max-width: 1024px !important;
}
.fancybox-inner {
    font-family: 'Source Sans Pro';
}
/* Cards */
.card-primary, .modal-content {
    border-top: 5px solid var(--primary);
}
.card-primary .card-title, .modal-title {
    color: var(--dark);
    font-size: 1.25rem;
    font-weight: bold;
}
.card-header {
    padding: 1rem 1rem;
    background-color: transparent;
    border-bottom: none;
}
.card-title {
    margin-bottom: 0;
    line-height: 1.5;
}
/* Acordeón */
.accordion-group {
    padding-bottom:1rem;
}
a.accordion-toggle {
    font-size:16px;
    font-weight:bold;
    display:block;
    width:100%;
}
.accordion-toggle:before {
    font-family:'outline';
    font-size:18px;
    color:#666;
    content:"\e929";
    vertical-align:middle;
    padding-right:5px;
}
.accordion-toggle.active:before {
    content:"\e92e";
}
.accordion-vineta:before {
    font-family:'outline';
    font-size:18px;
    color:#666;
    content:"\e9e2";
    vertical-align:middle;
    padding-right:5px;
}
.accordion-body {
    background-color:#F0F0F0;
}
.accordion-body > ul {
    padding-left:20px;
}
.accordion-body li {
    padding:5px 0;
}
/* Modo de impresión */
.print {
    display:none;
}
.print_url {
    padding-top:5px;
    border-top:3px solid #DDD;
}
@media print {
    @page {                
        size:letter;
    }
    body {
        margin:0 auto;
    }
    a[href]:after {
        content:none !important;
    }
    #menu, #izquierda, .footer {
        display:none !important;
    }
    #header {
        width:100%;
        border-bottom:3px solid #DDD;
    }
    #pagina-seccion, #pagina, #encabezado, #cuerpo, #pagina.full #cuerpo, .section {
        width:100%;
    }
    #pagina-seccion, #pagina {
        min-height:auto;
        max-width:none;
    }
    #encabezado, #pagina.full #encabezado {
        height:auto;
        border-bottom:1px solid #CCC;
    }
    .card {
        max-width:33.33333333%;
        width:33.33333333%;
        float:left;
    }
    .card .body {
        height:240px !important;
        margin-top:0;
        border:1px solid #e0e0e0;
        padding:15px;
    }
    .bloque {
        width:33.333333%;
        float:left;
        height:140px;
        text-align:center;
        padding:10px;
        display:table;
    }
    .l3 ul, .l3 div, .p.no-display, #pagina .collapse {
        display:block !important;
    }
    .section .row {
        page-break-inside:avoid;
    }
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
	background-color:#287F55 !important;
	border-color:#287F55 !important;
	color:#fff !important;
}
.btn-outline-primary {
	background-color:#fff !important;
	color:#287F55 !important;
	border-color:#287F55 !important;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: #EFEDEA;
}
.text-decoration-none{
    text-decoration: none !important;
}
.submenu > li > a{
    text-decoration: none !important;
}
.text-maroon{
    color: #970E48 !important;
}
.text-black{
    color: #2D2829 !important;
}
.text-secundary-gray{
    color: #494d55 !important;
}
.text-ligth-gray{
    color: #7D828B !important;
}
.text-gold{
    color: #C2995C !important;
}
.text-blue-link{
    color: #186ade !important;
}
.bg-light-gray{
    background-color: #EEF2F5  !important;
}
.btn-outline-gray {
    color: #2D2829;
    border-color: #2D2829;
}
.btn-outline-gray:hover{
    color: #fff;
    border-color: #2D2829;
    background-color: #2D2829;
}
a > b{
    font-weight: 600 !important;
}