@CHARSET "UTF-8";

@import url('fonts.css');
@import url('header.css');
@import url('footer.css');

html,
body {
    height: 100%;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-style: normal;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
}
.wrap {
    position: relative;
    min-height: 100%;
    height: auto;
    margin: 0 auto -64px;
    padding: 72px 0 64px;
}
@media (max-width: 1199.99px) {
    .header .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .container-xl {
        max-width: 1200px;
    }
}
.col-fixed,
.col-fluid {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .col-fixed {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
    }
    .col-fluid {
        -ms-flex: 0 0 calc(100% - 250px);
        flex: 0 0 calc(100% - 250px);
        max-width: calc(100% - 250px);
    }
}
@media (min-width: 992px) {
    .col-fixed {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }
    .col-fluid {
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);
    }
}
.content-header {
    margin-bottom: 1rem;
    background: #e2d0c2 url('../images/beige-bg.jpg') center/cover no-repeat content-box;
    box-shadow: inset 0 -0.6rem 0.4rem -0.5rem rgba(0, 0, 0, 0.075);
}
@media (min-width: 992px) {
    .content-header {
        margin-bottom: 2rem;
    }
}
.content-header > div {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.content-header h1 {
	margin-bottom: 0;
	font-size: 2.4rem;
    font-weight: bold;
    color: #545454;
}
.content-header-nav .nav-link {
    color: #d55140;
}
.content-header-nav .nav-item.divider:before {
    display: block;
    content: '';
    padding: 0.50rem 0.35rem;
    color: #747474;
}
@media (min-width:992px) {
	.content-header-nav .nav-link {
        background-color: rgba(255, 255, 255, 0.20);
    }
	.content-header-nav .nav-link:hover,
	.content-header-nav .nav-link:active,
    .content-header-nav .nav-link.active,
	.content-header-nav .nav-link:focus {
	    background-color: #d55140;
	    color: #fff;
	}
    .content-header-nav .nav-link:focus {
	    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
	}
}
@media (max-width:991px) {
	.content-header h1 {
		font-size: 2rem;
    }
    .content-header-nav .nav {
	   margin-bottom: 0.50rem;
    }
	.content-header-nav .nav-item:first-child .nav-link {
		padding-left: 0;
	}
    .content-header-nav .nav-item:last-child .nav-link {
        padding-right: 0;
    }
    .content-header-nav .nav-item.divider:before {
        content: '|';
    }
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0.50rem;
    background-color: transparent;
}
.content-nav .nav-link {
    border-radius: 0.3rem;
    color: #d55140;
}
.content-nav .nav-link:hover,
.content-nav .nav-link:active,
.content-nav .nav-link.hover,
.content-nav .nav-link:focus {
    background-color: #d55140;
    color: #fff;
}
.content-nav .nav-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}
.content-nav .nav-link.disabled {
    color: #6c757d;
}
.content-header .breadcrumb-item + .breadcrumb-item::before,
.content-header .breadcrumb .breadcrumb-item,
.content-header .breadcrumb .breadcrumb-item a {
    color: #545454;
}
.content-header .breadcrumb .breadcrumb-item a {
    color: #d55140;
}
.section-menu .nav-item .nav-link {
	position: relative;
	color: #474747;
}
.section-menu .nav-item .nav-link:hover,
.section-menu .nav-item .nav-link:focus {
    color: #16181b;
    background-color: #e9ecef;
}
.section-menu .nav-item .nav-link.active {
    background-color: #d55140;
    color: #fff;
}
#btnScrollToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #323232;
    color: white;
    cursor: pointer;
    padding: 0.5rem 0.65rem;
    border-radius: 0.25rem;
    line-height: 1;
    opacity: 0.75;
}
#btnScrollToTop:hover {
    background-color: #222;
}

/* Contact */
.contact .form-control:focus {
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.35);
}
.contact .btn-primary {
    background-color: #d55140;
    border-color: #d55140;
}
.contact .btn-primary:not(:disabled):not(.disabled):active,
.contact .btn-primary:hover {
    background-color: #ce402d;
    border-color: #ce402d;
}
.contact .btn-primary:focus,
.contact .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}

/* FDM */
.section.fdm {
    background: #c5af92 url("/images/fdm-bg.png") center/cover no-repeat content-box;
}
.section.fdm > div {
    height: 100%;
}
.section.fdm > div > .row {
    display: flex;
    height: 100%;
    align-items: stretch;
}
.section.fdm .text-wrapper {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section.fdm .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: end;
}
.section.fdm h1 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
	text-shadow: 1px 1px 2px #000;
}
@media (min-width: 576px) {
    .section.fdm .img-wrapper {
       padding-top: 20px;
    }
    .section.fdm .text-wrapper {
        justify-content: flex-end;
        text-align: right;
    }
}
@media (min-width: 992px) {
    .section.fdm h1 {
        font-size: 3rem;
    }
}
.section.fdm .list-inline {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
}
@media (min-width: 992px) {
    .section.fdm .list-inline {
        font-size: 1.8rem;
    }
}
.section.fdm .list-inline-item {
    margin-right: 0;
}
.section.fdm .list-inline-item:not(:last-child):after {
    content: '\2022';
    color: #d55140;
    margin: 0 0.5rem;
    text-shadow: 1px 1px 1px #000;
}
.section.fdm .btn-primary {
    background-color: #d55140;
    border-color: #d55140;
    box-shadow: 0 1px 1px #000;
}
.section.fdm .btn-primary:active,
.section.fdm .btn-primary:hover {
    background-color: #ce402d;
    border-color: #ce402d;
}
.section.fdm .btn-primary:focus,
.section.fdm .btn-primary:active:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 94, 0.5);
}

/* CLB */
.section.clb {
    background: #fff url("/images/world-map.png") center no-repeat content-box;
}
.section.clb > div {
    height: 100%;
}
.section.clb > div > .row {
    display: flex;
    height: 100%;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 992px) {
    .section.clb > div > .row {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.section.clb h1 {
    font-size: 3rem;
    font-weight: bold;
}
.section.clb h2 {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    color: #474747;
}
.section.clb .line {
    display: block;
    content: '';
    width: 6rem;
    height: 0.375rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    background-color: #74ae34;
}
.section.clb p {
    color: #474747;
}
.section.clb .btn-primary {
    background-color: #74ae34;
    border-color: #74ae34;
}
.section.clb .btn-primary:active,
.section.clb .btn-primary:hover {
    background-color: #5a8628;
    border-color: #5a8628;
}
.section.clb .btn-primary:focus,
.section.clb .btn-primary:active:focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 174, 52, 0.5);
}
.section.clb .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 30px;
}
@media (min-width: 992px) {
	.section.clb .img-wrapper {
	   padding-top: 0;
    }
}
.section.clb ul {
    margin-bottom: 0;
}
.section.clb ul > li {
    margin-right: 2rem;
    text-align: center;
}
.section.clb ul > li:last-child {
    margin-right: 0;
}
.section.clb ul > li > span {
    font-size: 1.6rem;
    font-weight: bold;
}
.section.clb ul > li > p {
    margin-bottom: 0;
}

/* FRM & GRF & IGP */
.section.fgi {
    background: #f3f3f3;
}
.section.fgi > div {
    height: 100%;
}
.section.fgi > div > .row {
    display: flex;
    height: 100%;
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 992px) {
    .section.fgi > div > .row {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.section.fgi > div > .row > .col {
    display: flex;
    justify-content: center;
}
.section.fgi h1 {
    font-size: 1.8rem;
    font-weight: bold;
}
.section.fgi .line {
    display: inline-block;
    content: '';
    width: 6rem;
    height: 0.375rem;
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
    background-color: #ffce3a;
}
.section.fgi .btn-secondary {
    background-color: #ffce3a;
    border-color: #ffce3a;
    color: #212529;
}
.section.fgi .btn-secondary:active,
.section.fgi .btn-secondary:hover {
    background-color: #ffc206;
    border-color: #ffc206;
    color: inherit;
}
.section.fgi .btn-secondary:focus,
.section.fgi .btn-secondary:active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 206, 58, 0.5);
}
.section.fgi ul {
    margin-bottom: 0;
}
.section.fgi ul > li > span {
    font-size: 1.6rem;
    font-weight: bold;
}
.section.fgi ul > li > p {
    margin-bottom: 0;
}
.section.fgi img {
    display: block;
}
.section.fgi .card {
    border: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease;
}
.section.fgi .card:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.section.fgi .card-footer {
    padding: 1.25rem;
    background-color: transparent;
    border-top: 0;
}

/* Search */
.search section {
    padding: 1.5rem 0;
}
.search .search-box {
    margin-top: -1rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}
@media (min-width: 992px) {
    .search section {
        padding: 2.5rem 0;
    }
    .search .search-box {
        margin-top: -2rem;
    }
}
.search h4 {
    font-size: 1.1rem;
    font-weight: 300;
}
.search .btn {
    padding: 0.55rem 0.75rem;
    font-weight: 300;
}
.search .btn-primary,
.search .btn-primary:not(:disabled):not(.disabled):active {
    border-color: #d55140;
    background-color: #d55140;
}
.search .btn-primary:active:focus,
.search .btn-primary:not(:disabled):not(.disabled):active:focus,
.search .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}
.search .btn-shadow {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.250);
}
.search .btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.search .table thead th,
.search .table thead td {
    font-weight: 400;
 }
.search .table:not(.table-dark) thead th,
.search .table:not(.table-dark) thead th a {
    color: #d55140;
}
.search .table thead tr {
    background-color: rgba(0, 0, 0, 0.08);
}
.search .table thead tr th {
    color: #fff;
}
.search .table tbody tr:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, 0.05);
}
.search :not(.text-sm) .table thead th {
    font-size: 0.875rem;
}
.search .table td:empty:after {
    content: '— Sin especificar —';
    font-style: italic;
    font-size: 0.875rem;
    color: #aaa;
}
.search .table th,
.search .table td {
    vertical-align: middle;
}
.search .table th a:after,
.search .table th a.asc:after,
.search .table th a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding-left: 5px;
    color: inherit;
}
@media (min-width: 992px) {
    .search .table th a:after {
        content: '\f0dc';
    }
    .search .table th a.asc:after {
        content: '\f15d';
    }
    .search .table th a.desc:after {
        content: '\f881';
    }
}
.search .table img {
    color: #ffffff;
}
.search .table-hover tbody tr:hover {
    background-color: #d55140;
    color:#fff;
}
.search .table tr.clickable {
    cursor: pointer;
}

/* Colombeia */
.colombeia .search-box {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}
@media (min-width: 992px) {
    .colombeia .search-box {
        margin-top: -2rem;
    }
}
.colombeia .nav-tabs .nav-item {
	margin-right: 1.5rem;
}
.colombeia .nav-tabs .nav-item:last-child {
	margin-right: 0;
}
.colombeia .nav-tabs .nav-link {
	margin: 0;
	padding: 0.5rem 0;
    border: none;
    border-radius: 0;
	color: inherit;
}
.colombeia .nav-tabs .nav-link.active,
.colombeia .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: transparent;
}
.colombeia .nav-tabs .nav-item {
	position: relative;
}
.colombeia .nav-tabs .nav-item .nav-link::before {
    height: 3px;
    background: #d55140;
    opacity: 0;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    transition: all .2s ease;
}
.colombeia .nav-tabs .nav-item .nav-link:hover::before,
.colombeia .nav-tabs .nav-item.show .nav-link::before,
.colombeia .nav-tabs .nav-item .nav-link.active::before {
    width: 100%;
    opacity: 1 !important;
    transition: all .1s ease;
}
.colombeia .tab-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (min-width: 992px) {
	.colombeia .tab-content .transcription {
		padding-right: 45px;
		border-right: 1px solid #dee2e6;
	}
	.colombeia .tab-content .translation {
		padding-left: 45px;
	}
}
.colombeia .tab-content h4 {
    margin-bottom: 20px;
	font-size: 0.9rem;
    text-transform: uppercase;
	letter-spacing: 0.2rem;
    color: #adadad;
}
@media (max-width: 767px) {
    .colombeia .tab-content .translation h4 {
        margin-top: 20px;
    }
}
.colombeia .tab-content img {
	color: #fff;
    cursor: zoom-in;
}
.colombeia .nav-document {
     margin: 1rem -0.75rem 0 -0.75rem;
}
@media (max-width: 767px) {
    .colombeia .nav-document {
        justify-content: center;
    }
}
.colombeia .top-nav-page {
    border-bottom: 1px solid #dee2e6;
}
@media (max-width: 767px) {
    .colombeia .top-nav-page {
        display: none;
    }
}
.colombeia .top-nav-page .nav-link {
    position: relative;
    padding: 0.5rem 0.75rem;
    color: inherit;
}
.colombeia .top-nav-page .nav-link::before {
    height: 3px;
    background: #d55140;
    opacity: 0;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    transition: all .2s ease;
}
.colombeia .top-nav-page .nav-link:hover::before,
.colombeia .top-nav-page .nav-link.active::before {
    width: 100%;
    opacity: 1 !important;
    transition: all .1s ease;
}
.colombeia .top-nav-page .nav-info {
    display: block;
    padding: 0.5rem 0.75rem;
    color: #747474;
}
.text-highlighted {
    padding: 0.125rem;
    background: #ffffcc;
    font-weight: inherit;
}

/* Biography */
.biography .timeline-area {
	display: flex;
    position: relative;
	padding-left: 100px;
	z-index: 1;
}
@media only screen and (max-width: 575px) {
    .biography .timeline-area {
        padding-left: 0px;
    }
}
.biography .timeline-date {
    position: absolute;
	width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: start;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .biography .timeline-date {
        width: 100px;
    	display: none;
    }
}
.biography .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.biography .timeline-date::before {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d55140;
    content: "";
	top: 0.5rem;
    right: 26px;
    z-index: 5;
}
.biography .timeline-images {
    position: sticky;
    top: 90px;
}

/* Signatures */
.signature .card {
	color: inherit;
}
.signature .card-img-top {
	border-radius: 0.30rem;
}

/* Graphic */
.graphic .card-img-top {
    border-radius: 0.30rem;
}

/* Iconography */
.iconography .card-img-top {
    border-radius: 0.30rem;
}
@media (min-width:992px) {
	.iconography-view .data-sheet {
		max-width: 35%;
	}
}

/* Pagination */
.pagination .page-link {
    color: #d55140;
	margin: 0 0.125rem;
    border: none;
	border-radius: 4px;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
	background-color: #d55140;
	color: #fff;
}
.pagination .page-link:focus {
	box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}
.pagination .page-item.disabled .page-link {
	display: none;
}
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #d55140;
    border-color: #d55140;
}

/* GridViewSearch */
.grid-view-search .form-group {
    margin-bottom: 0;
}

/* GridViewFilters */
.grid-view-filters .filters-toolbar {
    width: auto;
    float: right;
    border-radius: 0.30rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.250);
    white-space: nowrap;
}
@media (max-width: 476px) {
    .grid-view-filters .input-group-lg.active {
        min-width: 116px;
    }
}
.grid-view-filters .filters-toolbar .btn {
    position: relative;
    min-width: 2.625rem;
    height: calc(2.5rem + 2px);
    padding: 0.562rem 0.813rem;
    background-color: #fff;
    border: none;
    color: #6c757d;
    font-weight: 300;
}
.grid-view-filters .filters-toolbar.input-group-lg .btn {
    height: calc(1.5em + 1rem + 2px);
	font-size: 1.25rem;
    line-height: 1.5;
}
.grid-view-filters .filters-toolbar .btn:hover,
.grid-view-filters .filters-toolbar .btn:active,
.grid-view-filters .filters-toolbar .btn:focus {
    background-color: #d55140;
    color: #fff;
}
.grid-view-filters .filters-toolbar .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}
.grid-view-filters .filters-toolbar .btn .badge {
    color: #fff;
    background-color: #6c757d;
}
.grid-view-filters .filters-toolbar .btn:hover .badge,
.grid-view-filters .filters-toolbar .btn:focus .badge {
    color: #d55140;
    background-color: #fff;
}
@media (max-width: 482px) {
    .grid-view-filters .filters-toolbar .btn .badge {
        width: 20px;
    }
}
.grid-view-filters .filters-toolbar:not(.active) .btn-collapse:after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    transition: transform 300ms linear;
    transform: rotateX(180deg);
}
.grid-view-filters .filters-toolbar:not(.active) .btn-collapse.collapsed:after {
    transform: rotateX(0deg);
}
.grid-view-filters .filters-toolbar.active .btn-filter.has-error:after {
    color: #f53b31;
}
.grid-view-filters .filters-toolbar .btn-reset:before {
    position: absolute;
    display: block;
    content: '';
    top: 20%;
    left: 0;
    height: 60%;
    border-left: 1px solid #ddd;
}
.grid-view-filters .filters-toolbar .btn-reset:hover:before,
.grid-view-filters .filters-toolbar .btn-reset:focus:before {
    border-left: none;
}
#filters-dialog .modal-title {
	font-weight: 300;
}
#filters-dialog .modal-body {
    background-color: #f8f9fa;
}
#filters-dialog .modal-footer .btn {
	font-weight: 300;
}
#filters-dialog .modal-footer .btn-primary {
	background-color: #d55140;
	border-color: #d55140;
}
#filters-dialog .modal-footer .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}
#filters-dialog .btn-primary:not(:disabled):not(.disabled):active,
#filters-dialog .btn-primary:hover {
    background-color: #ce402d;
    border-color: #ce402d;
}
#filters-dialog .modal-footer .btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
#filters-dialog .col:nth-child(odd) {
    padding-right: 1rem;
}
#filters-dialog .col:nth-child(even) {
    padding-left: 1rem;
}

/* GridViewFiltersActive */
.colombeia .search-box {
    padding: 0.675rem 0;
}
.filters-active {
    display: flex;
    flex-direction: column;
 }
@media (min-width: 768px) {
    .colombeia .search-box {
        padding: 1.5rem 0;
    }
    .filters-active {
        flex-direction: row;
    }
}
.filters-active .filters-active-body {
    display: flex;
    flex-grow: 1;
}
.filters-active .filters-tag-container {
    margin: 0.675rem -0.25rem 0 -0.25rem;
}
@media (min-width: 768px) {
    .filters-active .filters-tag-container {
        margin: 0 0.25rem;
    }
}
.filters-active .filter-tag {
    display: inline-flex;
    max-width: 345px;
    margin: 0.325rem 0.25rem;
    padding: 0.5rem 0.75rem;
    background-color: #fff;
    border-radius: 0.30rem;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.5;
    color: #333;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.250);
}
.filters-active .filter-tag span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filters-active .filter-tag:focus,
.filters-active .filter-tag:hover {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.35);
}
.filters-active .filter-tag:after {
    display: inline-block;
    padding-left: 0.75rem;
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 600;
    color: #cfd2d5;
}
.filters-active .filter-tag:hover:after {
    color: inherit;
}
.filters-active .btn {
    padding: 0.5rem 0.75rem;
    border: none;
    font-weight: 300;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .filters-active .btn {
        margin: 0.325rem 0;
    }
}
.filters-active .btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
@media (min-width: 768px) {
    .filters-active .btn-filter {
        /*margin-left: -0.75rem;*/
    }
}
@media (max-width: 767px) {
    .filters-active .btn-collapse:after {
        display: inline-block;
        margin-left: 0.5rem;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        transition: transform 300ms linear;
        transform: rotateX(180deg);
    }
    .filters-active .btn-collapse.collapsed:after {
        transform: rotateX(0deg);
    }
}
.filters-active .btn-back {
    color: #d55140;
}
.filters-active .btn-back:hover,
.filters-active .btn-back:focus {
    background-color: #d55140;
    color: #fff;
}
.filters-active .btn-back:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}

/* GridViewPage */
.grid-view-page {
    padding: 0.5rem 0;
}
@media (min-width: 992px) {
    .grid-view-page {
        padding: 1rem 0;
    }
}
.grid-view-page .form-group {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.875rem;
}
.grid-view-page .form-group span {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}
.grid-view-page .form-group span:first-child {
    margin-left: 0;
}
.grid-view-page .form-group span:last-child {
    margin-right: 0;
}
.grid-view-page .form-control {
    display: inline-block;
    width: 3.5rem;
    height: auto;
    padding: 0.125rem 0.25rem;
    font-size: 0.875rem;
    text-align: center;
}
.grid-view-page .input-group-text {
    padding-left: 0.50rem;
    padding-right: 0.25rem;
    background-color: #fff;
    border: none;
}
.grid-view-page .form-control:focus {
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.35);
}

/* gallery */
.lg-sub-html h4 {
    font-size: 1.1rem !important;
	margin: 5px 0 0 !important;
}
.lg-sub-html p {
    font-size: 1rem !important;
}
.not-set {
    color: #c55;
    font-style: italic;
}
.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;
}

/* My Account */
.myaccount .table th {
    font-size: 0.937rem;
    font-weight: 300;
    color: #474747;
}
.myaccount .table.align-middle tr th,
.myaccount .table.align-middle tr td {
    vertical-align: middle;
    white-space: nowrap;
}
.myaccount .table tr td:empty:before {
    content: '— Sin especificar —';
    font-style: italic;
    font-size: 0.875rem;
    color: #aaa;
}
.myaccount .table tr td.empty-undetermined:empty:before {
    content: '— Sin determinar —';
}
.myaccount .btn {
    font-weight: 300;
}
.myaccount .btn-primary {
    background-color: #d55140;
    border-color: #d55140;
}
.myaccount .btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.myaccount .btn-primary:active,
.myaccount .btn-primary:hover,
.myaccount .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ce402d;
    border-color: #ce402d;
}
.myaccount .btn-primary:focus,
.myaccount .btn-primary:active:focus,
.myaccount .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}

/* Bookmark */
.bookmark .card {
    transition: all 0.2s ease;
}
.bookmark .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.bookmark .card-body {
    padding-bottom: 0;
}
.bookmark .card-title {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
}

/* Note */
.note .card {
    transition: all 0.2s ease;
}
.note .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.note .card-body {
    padding-bottom: 0;
}

/* history */
.history .block-title {
    margin-bottom: 1rem;
}
.history .block-title > span {
    padding-bottom: 2px;
    border-bottom: 2px solid #d55140;
    text-transform: capitalize;
}

.history .card {
    transition: all 0.2s ease;
}
.history .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.history .card-body {
    padding-bottom: 0;
}
.history .card-title {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
}

/* Modal */
.modal-title {
    font-weight: 300;
}
.modal-body {
    background-color: #f8f9fa;
}
.modal-body textarea {
    max-height: 24rem;
}
@media (min-width: 992px) {
    .modal-body textarea {
        max-height: 32rem;
    }
}
.modal-footer .btn {
    font-weight: 300;
}
.modal-footer .btn-primary {
    background-color: #d55140;
    border-color: #d55140;
}
.modal-footer .btn-primary:focus,
.modal-footer .btn-primary:not(:disabled):not(.disabled):active:focus,
.modal-footer .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}
.modal-footer .btn-primary:not(:disabled):not(.disabled):active,
.modal-footer .btn-primary:hover {
    background-color: #ce402d;
    border-color: #ce402d;
}
.modal-footer .btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* Forms */
.input-container {
    position: relative;
}
.input-group {
    border-radius: 0.30rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.250);
}
.input-group-lg .form-control {
    height: calc(1.5em + 1rem + 2px);
}
.input-group .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.35);
}
.input-group .btn {
    min-width: 2.625rem;
    padding: 0.5rem 0.813rem;
    background-color: #fff;
    border: none;
    color: #6c757d;
}
.input-group .btn-default:hover,
.input-group .btn-default:active,
.input-group .btn-default.hover,
.input-group .btn-default:focus {
    background-color: #d55140;
    color: #fff;
}
.input-group .btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}
.input-group-append {
    margin-left: 0;
}
.search-reset:before {
    position: absolute;
    display: block;
    content: '';
    top: 20%;
    left: 0;
    height: 60%;
    border-left: 1px solid #ddd;
}
.search-reset:hover:before,
.search-reset:focus:before {
    border-left: none;
}
.form-control {
    height: calc(2.5rem + 2px);
    padding: 0.55rem 0.75rem;
    border: none;
    border-radius: 0.30rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.250);
    font-weight: 300;
}
.form-control:focus {
    border-color: #fff !important;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.35) !important;
}
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: inherit;
    padding-right: 0.75rem !important;
    background: none;
}
.form-control:focus-visible {
    text-shadow: none;
}
.input-group .form-control {
    box-shadow: none;
}
.input-group-text {
    border: none !important;
}
.btn-toggle {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
}
.was-validated .form-control.has-button:invalid ~ .btn-toggle,
.form-control.has-button.is-invalid ~ .btn-toggle {
    right: 2.25rem;
}
.btn-toggle:hover,
.btn-change:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.show-pw:before {
    content: '\f06e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.hide-pw:before {
    content: '\f070';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.select2-container--bootstrap .select2-dropdown {
    box-shadow: none !important;
    border-color: #d3d4d5 !important;
    margin-top: 3px !important;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.35) !important;
    border-color: inherit !important;
}
.select2-container--bootstrap .select2-selection {
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
}
.select2-container--bootstrap .select2-dropdown--above {
    margin-top: -3px !important;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 300px !important;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #d55140 !important;
}
.was-validated .form-control:valid ~ .select2,
.form-control.is-valid ~ .select2 {
    border-color: #ced4da;
}
.select2-container--bootstrap .select2-selection--single {
    height: calc(2.5rem + 2px) !important;
    padding: 0.55rem 0.75rem !important;
    border: none !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.250) !important;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #495057;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    padding: 0.5rem 0.75rem !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #d55140;
}
.bootstrap-switch.bootstrap-switch-focused {
    border-color: #d55140;
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #d55140;
    background-color: #d55140;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #d55140;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgba(213, 81, 64, 0.25);
    border-color: rgba(213, 81, 64, 0.25);
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: inherit;
}
.custom-select {
    height: calc(2.5rem + 2px);
    padding: 0.375rem 1.55rem 0.375rem 0.55rem;
    border: none;
    border-radius: 0.30rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.250);
    font-weight: 300;
}
.custom-select:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.35);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: inherit;
    padding-right: 0.55rem;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
}

/* Nav content */
.nav-page {
    padding: 0.5rem 0;
}
@media (min-width:992px) {
    .nav-page {
        padding: 1rem 0;
    }
}
.nav-page .nav-link,
.nav-document .nav-link {
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    color: #d55140;
}
.nav-page .nav-link:hover,
.nav-page .nav-link:focus,
.nav-document .nav-link:hover,
.nav-document .nav-link:focus {
    background: #d55140;
    color: #ffffff;
}
.nav-page .nav-link:focus,
.nav-document .nav-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 81, 64, 0.25);
}
.nav-page .nav-info {
    display: block;
    padding: 0.5rem 1rem;
    color: #747474;
}

.dropdown-toggle.no-caret:after {
    content: none;
}

/* Error page */
.site-error > div {
    padding-top: 3rem;
}
@media (min-width: 991px) {
    .site-error > div {
        padding-top: 6rem;
    }
}
.site-error {
    font-size: 1.1rem;
}
