html {
    font-size: 62.5%;
    min-height: 100%;
    position: relative;
}
body {
    background-color: #fff;
    font-size: 1.9rem;
    line-height: 2.6rem;
    font-family: 'Open Sans', sans-serif;
    color: #595958;
    padding: 0;
    margin: 0;
}
h1 {
    font-weight: 800;
}
h2 {
    color: #3848A8;
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
legend {
    color: #3848A8;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2.6rem;
    margin-top: 3rem;
    margin-bottom: 1rem
}
h2.filtrar {
    color: #595958;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    text-transform: uppercase;
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: .5rem;
}
.container-fluid {
    /* padding-left: 8.33333%;
    padding-right: 8.3333%; */
}
.container-general {
    padding-top: 30px;
}
.cabecera__n2 {
    /* min-height: 650px; */
    padding-left: 8.33333%;
    padding-right: 8.3333%;
    margin-bottom: 5rem;
}
.cabecera {
    overflow: hidden;
    padding: 0px 8.33333% 0px 8.33333%;
}
.cabecera .cabecera__container {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-right: 160px;
}
body.ver .cabecera .cabecera__container {
    padding-right: 120px;
}
.cabecera__img_cabe {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}
.cabecera__img_cabe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left;
}
.cabecera__n1 .row {
    /* .cabecera__n2>.row { */
    min-height: 650px;
}
.cabecera__n2 .cabecera__img_cabe:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
.cabecera__n2 .cabecera__img_cabe:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: #F0F0F0;
    bottom: 0px;
    right: 100px;
    z-index: 1;
}
.cabecera .cabecera__cat {
    padding: 40px 0px 10px 40px;
    padding-left: 0px;
    z-index: 999;
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    margin-bottom: 77px;
}
.cabecera .cabecera__cat .cabecera__cat_list {
    font-size: 16px;
    line-height: 21px;
    font-weight: initial;
    letter-spacing: 0px;
    color: #121212;
}
#breadcrumbs {
    margin-bottom: 0px;
}
#breadcrumbs span span {
    position: relative;
    margin-left: 20px;
    text-transform: uppercase;
}
span.breadcrumb_last {
    display: none;
}
#breadcrumbs span span:before {
    height: 8px;
    width: 8px;
    border-radius: 0px;
    background: #3848A8;
    content: '';
    position: absolute;
    left: -14px;
    top: 6px;
    text-transform: uppercase;
}
.cabecera .cabecera__cat .cabecera__cat_list a {
    text-decoration: none;
    color: #595958;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.cabecera .cabecera__content h1 {
    color: #3848A8;
}
.cabecera__n2.cabecera .cabecera__content h1 {
    font-size: 66px;
    line-height: 64px;
    letter-spacing: 0px;
    margin: 0px;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-weight: 800;
}
.cabecera__n2.cabecera .cabecera2__txt {
    /* max-width: 500px; */
    font-size: 19px;
    line-height: 26px;
    position: relative;
    bottom: initial;
    right: initial;
    margin-top: 30px;
    color: #595958;
}
.card-deck-resultados .card {
    flex: 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-bottom: 6rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    color: #595958;
}
.card {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}
.card-deck-resultados .card:hover {
    text-decoration: none;
}
.card-title {
    font-size: 2.5rem;
    font-weight: 700;
}
.card .card-body {
    padding: 0 1.25rem 0 2rem;
}
.card .card-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.card img {
    width: 100%;
}
.pagination {
    margin-bottom: 0;
    align-items: center;
}
.pagination li {
    display: inline-block;
    margin-bottom: 1px;
}
.pagination li.active .page-link,
.pagination li .page-link:hover {}
.pagination .page-link {
    border: 0 !important;
    background-color: #fff;
    font-size: 2rem;
    color: #2B3031;
    font-weight: bold;
    padding: 0;
    text-align: center;
    width: 47px;
    height: 47px;
    line-height: 47px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: .5rem;
}
.pagination .active .page-link,
.pagination .page-link:hover {
    color: #fff;
    background-color: #595958;
}
.pagination li.suite .page-link {
    display: inline-block;
    margin: 0px 0 0px 0;
}
.pagination li.suite .page-link {
    border: 1px solid #D9D9D9;
    background: url("/img/pag-right.svg") 50% 50% no-repeat;
}
.pagination li.precedent .page-link {
    border: 1px solid #D9D9D9;
    background: url("/img/pag-left.svg") 50% 50% no-repeat;
}
.pagination li:not(.suite):not(.precedent) .page-link:hover {
    border: 1px solid #D9D9D9;
    border-bottom: 3px solid #2B3031;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.page-item.precedent .page-link,
.page-item.suite .page-link {
    border: 1px solid #D9D9D9 !important;
    padding: .5rem;
    width: 68px;
    height: 68px;
}
.mostrando {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 4rem;
}
fieldset {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.form-control {
    border-radius: .2rem;
    border: 1px solid #B4B4B4;
    background: #FFF;
    height: 5.7rem;
    color: #B4B4B4;
    font-size: 1.9rem;
}
input[type=checkbox] {
    width: 26px;
    height: 26px;
    border-radius: .2rem;
    border: 1px solid #B4B4B4;
    background: #FFF;
    box-shadow: none;
}
.texto-label {
    position: relative;
    top: -.5rem;
    left: .5rem;
}
.well-button {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #B2B2B2;
    padding-top: 3rem;
}
.btn-borrar-h {
    color: #3848A8;
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 10rem;
    white-space: normal;
    text-align: left;
    padding: 0;
}
.btn-filtrar {
    padding: 1.5rem 3.5rem;
    background: #3848A8;
    color: #fff;
    font-size: 1.6rem;
}


.btn-filtrar:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}

.fecha-flex {
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: 2rem;
    color: #3848A8;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.fecha:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #3848A8;
    margin-left: .5rem;
    margin-right: .5rem;
    position: relative;
    top: -.5rem;
}
.resumen {
    margin-top: 14.5rem;
}
.botonera {
    margin-top: 5rem;
}
.btn-azul {
	padding: 1rem 2rem;
	color: #fff;
	background: #3848A8;
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
.btn-descargar {
    padding: 1rem 2rem 1rem 45px;
    background: #3848A8 url(/img/descargar.svg) no-repeat 10px center;
}

.btn-azul:hover {
	text-decoration: none;
	color: #FFF;
	opacity: 0.8;
}
.btn-vista {
    color: #3848A8;
    font-size: 1.6rem;
    padding: 1rem 2rem 1rem 45px;
    background: rgba(56, 72, 168, 0.28) url(/img/vista.svg) no-repeat 10px center;
    margin-bottom: 2rem;
}
.volver {
	margin-bottom: 2rem;
}
.btn-volver {
    color: #1C1C1C;
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 3px;
    position: relative;
    padding-left: 80px;
    display: inline-block;
    margin-top: 5rem;
}
.btn-volver:hover {
    text-decoration: none;
    color: #1C1C1C;
}
.btn-volver span {
    display: block;
}
.btn-volver:before {
    content: '';
    display: inline-block;
    width: 68px;
    height: 68px;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url("/img/pag-left.svg") 50% 50% no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 34px);
}
.ver-mas {
	color: #3848A8;
	text-decoration: underline;
	margin-left: 1rem;
	
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2.8rem;
}

.custom-control-label::before {
    left: -2.4rem !important;
    display: block;
    width: 20px !important;
    height: 20px !important;
    background: #fff;
    border: 1px solid #B4B4B4;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -2.4rem !important;
    display: block;
    width: 20px !important;
    height: 20px !important;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #595958;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    /* background-color: #fff; */
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #3848A8;
}

.subraya {
    color: #3848A8;
    text-decoration: underline;
}

.mensaje_error {
    color: #F51A1A;
    font-size: 1.6rem;
}

@media screen and (max-width: 1450px) {
    .container-general {
        padding-top: 88px;
    }
    .cabecera.cabecera__single .cabecera__content h1 {
        font-size: 43px;
        line-height: 50px;
    }
    .cabecera .cabecera__container {
        padding-right: 100px;
    }
    body.ver .cabecera .cabecera__container {
        padding-right: 80px;
    }
    .cabecera__n2>.row {
        min-height: 450px;
    }
    .card-deck-resultados .card {
        flex: 100%;
        max-width: 100%
    }
    .cabecera__n2 {
        min-height: 0;
    }
}
@media screen and (max-width: 1140px) {
    .container-general {
        padding-top: 88px;
    }
    .cabecera.cabecera__single .cabecera__content {
        padding: 10px 0px 40px 0px;
    }
    .cabecera .cabecera__cat {
        margin-bottom: 0;
    }
    body.ver .cabecera .cabecera__cat {
        margin-bottom: 40px;
    }
    .resumen {
        margin-top: 11.5rem;
    }
    .resumen p {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .card-title {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 991px) {
    .cabecera {
        padding: 0px 40px 100px 40px;
    }
    .cabecera__n4.cabecera .cabecera__img_cabe,
    .cabecera .cabecera__img_cabe {
        height: 350px;
    }
    .cabecera__n2 {
        margin-bottom: 0;
    }
    .cabecera__n2.cabecera .cabecera2__txt {
        max-width: none;
    }
    .cabecera .cabecera__container,
    body.ver .cabecera .cabecera__container {
        padding-right: 0;
    }
    .resumen {
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .cabecera .cabecera__img_cabe {
        height: 250px;
    }
}
@media screen and (max-width: 576px) {}