div.contenedor h1 {
    font-size: 2.14rem!important;
}
div.contenedor h3 {
    font-size: 1.5rem!important;
}
div.contenedor h4 {
    font-size: 1.3rem!important;
    margin: .3em 0!important;
}
div.contenedor p{
    font-size: 1rem!important;
}
.contenedor .contenedor-argitalpenak{
    padding: 1.5em 0;
    margin: 1em 0;
}

.contenedor .title-buscador{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0.7em 0 !important;
}
.contenedor .title-buscador i {
    font-size: 1.8em;
    margin: 0.2em 0;
    display: flex;
    justify-content: end;
    align-items: center;
    vertical-align: middle;
}

.contenedor .title-argitalpenak{
    color: #333;
    font-weight: 700;
    margin: .5em 0!important;
}

.contenedor .subtitle-argitalpenak{
    color: #1472a4;
}

.contenedor .atala-argitalpenak {
    text-transform: uppercase;
    color: grey;
    margin: 0.3em 0!important;
}

.contenedor .urtea-argitalpenak{
    color: #1472a4;
    margin: 0.3em 0!important;
}

.contenedor .deskripzioa-argitalpenak{
    color: grey;
    margin: 0.3em 0!important;
}

/*pagination*/
.contenedor .pagination {
    display: flex;
    padding-left: 0;
    list-style: none !important;
    border-radius: 0.25rem;
    justify-content: end!important;
    font-size: 1rem;
    margin-top: 0px;
    margin-button: 0px;
}

.contenedor .wrapper-personas{
    margin-top: 2em;
    border-top: 1px solid #d1e5ef;
    padding-top: 3em;
}

.contenedor .wrapper-personas i, .contenedor .wrapper-personas a{
    font-size: 1.4em;
}

.contenedor .wrapper-personas a:hover{
    color:#1472a4;
}

.contenedor .primera-fila{
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

#listID-header {
	display: flex;
    padding-left: 0;
    justify-content: end!important;
}

#listID-footer {
	display: flex;
    padding-left: 0;
    justify-content: end!important;
}

.contenedor .dropdown-menu {
	list-style: none !important;
}

.modal-dialog {
    pointer-events: none !important;
}

.modal-content {
	pointer-events: none !important;
}