.catastro-acordion .view-grouping-header {
    width: 100%;
    text-align: start;
    cursor: pointer;
    color: #3366cc;
    font-size: 1em;
    font-weight: 500;
    padding: 1em;
    background: #fff url(../../catastro/images/img/navegacion_abajo_blue.svg) no-repeat scroll 99% 15px;
    border-radius: 6px 6px 0 0;
    border: solid 2px #e6effd;
    background-size: 2.5rem;
}
.catastro-acordion .view-grouping {
    margin-bottom: 0.2rem;
}
.catastro-acordion .view-grouping-content {
    border: solid 1px #efefef;
    border-radius: 0 0 15px 15px;
    margin-bottom: 2rem;
    box-shadow: 0 0 4px #ebebeb;
    background: #fafafa;
}
.catastro-group {
    font-size: 1.5em;
    font-weight: 600;
    color: #3366CC;
    line-height: 2.25em !important;
}
.catastro-group .catastro-head--acordion {
    background: #DFDFDF;
    margin: 0 !important;
    font-size: 16px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.catastro-group .catastro-head--acordion .col-md-7 {
    line-height: 15px;
    margin-top: 9px;
    padding: 0.5em 1em;
    border-left: 1px solid #b1acac;
    margin-bottom: 13px;
}
.catastro-group .catastro-head--acordion .col-md-2 {
    line-height: 15px;
    margin-top: 9px;
    padding: 0 1em;
    border-left: 1px solid #b1acac;
    margin-bottom: 13px;
}
.catastro-acordion .is-active {
    background: #fff url(../../catastro/images/img/navegacion_arriba_blue.svg) no-repeat scroll 99% 15px !important;
    background-size: 2.5rem !important;
}
.catastro-content--acordion-desktop {
    font-size: 14px;
    padding: 0.75rem 15px;
    margin: 0;
    border-bottom: solid 2px #e6effd;
}
.catastro-content--acordion-desktop a {
    color: #3377cc;
}
.catastro-content--acordion-desktop .col-md-7, .catastro-content--acordion-desktop .col-md-2, .catastro-content--acordion-desktop .col-md-5 {
    border-left: solid 1px #dbdbdb;
}
.catastro-content--acordion-desktop .archivo .file--application-pdf {
    width: 100%;
}
.catastro-acordion ul {
    list-style: none;
    padding: 0;
}
.catastro-acordion .item-list li {
    margin: 0;
    padding: 0;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.d-flex {
    display: flex !important;
}
.cloud a:visited {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #c20201 !important;
}

.agenda--inicio a:visited {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #c20201 !important;
}

.slick-slide .destacado--nodo {
    padding: 15px;
    background: #ffffff;
    margin: 15px 10px;
    box-shadow: 1px 2px 3px #f1f1f1;
    border-radius: 10px;
    border: solid 1px #e3e3e3;
}

.slick-slide .destacado--nodo p {
    line-height: 19px;
    margin: 13px 0;
    height: 75px;
    overflow: hidden;

}
.bg-red {
    background: #ea0a2a;
}

.micrositio-go .mt-4 {
    margin-top: 3em;
    margin-bottom: 1em;
}

.block-title {
    font-size: 1.7em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

.banner-home-left {
    margin-top: 0px;
    background-size: cover;
    width: 100%;


}

.trasnparencia--adjunto ul {
    padding: 0;
}

.agenda-header {
    padding: 25px 39px;
    border-radius: 20px;
    margin: 20px 0;
    background: #fff;
    border-bottom: solid 3px #ffb71b;
}

.banner--home {
    margin-top: 12px;
    background: #f3f3f3;
}

.banner--home .views_slideshow_cycle_teaser_section {
    position: relative;
    width: 100% !important;
    height: 600px !important;
}

.banner-home-content {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
}

.banner-home-content h4, .banner-home-content h3 {
    color: #ffffff;
    font-size: 1.8em;
    padding: 0;
    margin: 0 91px;
}

.banner-home-content h5 {
    color: #ffffff;
    font-size: 1em;
}


.content-top-2 .views-slideshow-controls-bottom .views-slideshow-pager-bullets {
    text-align: center;
    position: relative;
    top: -33px;
    z-index: 3;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
    background: #6c85af !important;

}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {

    background: #fffdfd !important;

}

#views_slideshow_cycle_main_slide-block_1 {
    background: #27313d;
    margin-top: 0px
}

/** Enlaces destacados */
.content-top {
    background: #FFFFFF;
}
.content-med1, .content_bottom {
    background: rgb(249 249 249);
    color: black;
}

.content-med1--row {
    margin-top: 85px;
}

.region-content-top {
    position: relative;
    z-index: 3;
}

.enlaces-destacados {
    padding: 20px 10px;
    border-bottom: solid 3px #d9d3d3;
    border-radius: 0 0 5px 5px;
}

.enlaces-destacados .card-body {
    height: 60px;
    margin-top: 15px;
}

.destacado-img img {
    border-radius:0;
    padding: 15px;
}

.card.card-default.card-destacado:hover {
    transform: translateY(-4%);
}

.card.card-default.card-destacado {
    -webkit-transition: all 0.5s ease-in-out;
    box-shadow: none;
}

.enlaces-destacados a {
    font-weight: 100 !important;
    line-height: 1.6rem;
    color: rgb(39, 49, 61);
}

/** tramites destacados */

.tramites--destacados-img img {

    background: transparent;
    border-radius: 14px;
}

.tramites--destacados-img img:hover {
    -webkit-transition: all 0.5s ease-in-out;
    box-shadow: 1px 1px 8px grey;
}

/** terminos destacados */
.testings {
    text-align: center;
    width: 83%;
    margin-left: 7%;
    margin-top: 30px;
}

.cloud {
    display: inline;
    list-style-type: none;
    width: 400px;
}

.cloud li {
    list-style: none;
    display: inline;
    margin: 4px;
    float: none;
    display: inline-grid;
}


.cloud a {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--color-gris);
    padding: 10px 20px;
    border-radius: 15px;
    color: #ffffff;
}

.cloud a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--color-gris-cla);
}

.block-views-blockterminos-mas-buscados-block-1 h2 {
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 20px;
}

.mail--sus {
    color: black;
    font-size: 1.7em;
    padding: 0;
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
}
.help-block h6{
    color: black;
}
.help-block a {
    color: #003460;
    text-decoration: underline;
}

/* ultimas noticias*/


.ultimas--noticias {
    background: #ffffff;
    border-radius: 7px;
    position: relative;
    top: 55px;
    box-shadow: 2px 2px 6px #b6b4b4;
}

.ultimas--noticias h3 a {

    color: rgb(39, 49, 61);
}

.ultimas--noticias-ctn {
    padding: 136px 15px;
}

.ultimas--noticias-ctn p {
    border-bottom: solid 2px #f1f1f1;
    padding: 15px 0px;
}

.ultimas--noticias-ctn span {
    color: #bcbcbc;
}


.content-med1-col2 {

}

.otras--noticias-all a {
    float: right;
    position: relative;
    top: -34px;
    font-size: 1.1em;
}

.otras--noticias-title a {
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.60);
}

.otras--noticias-title {
    margin: 10px 0px;
}

.otras--noticias-label a {
    color: #c6a80f;
}

.otras--noticias-label::before {
    content: "--";
    background-color: #fff;
    color: #c6a80f;

}

.otras-noticias .views-field-created {
    float: right;
    position: relative;
    top: -13px;
    color: #bcbcbc;
}

.otras-noticias {
    border-bottom: solid 2px #ededed;
    padding-bottom: 20px;
    padding-top: 15px;
}

.ultimas--noticias .col-md-7 {
    padding-right: 0px;
    padding-left: 0px;
}

/* vinculos de interes*/

.view-vinculos-de-interes-front .jcarousel-skin-default .jcarousel li {
    float: left !important;
    width: 263px !important;
    height: auto !important;
    margin: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.view-vinculos-de-interes-front .jcarousel-skin-default .jcarousel li:hover {
    transform: translateY(-4%);
}

.jcarousel-wrapper.jcarousel-skin-default {
    margin: 0px auto !important;
    position: relative !important;
    border: 0px solid #fff !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 0 2px #999 !important;
    -moz-box-shadow: 0 0 2px #999 !important;
    box-shadow: 0 0 0 #999 !important;
}

.vinculos--front-cont {
    background: #a30a0a;
    color: #ffffff;
    padding: 19px 30px;
    height: 150px;
    border-radius: 0px 0px 5px 6px;
    text-align: center;
    font-size: 14px;
}

.vinculos--front-cont a {
    color: #f3f3f3;
    text-decoration: none;
}

.info img {
    width: 69px !important;
    margin-left: 34%;
    margin-top: 50px;
}

.jcarousel-skin-default .jcarousel-control-prev, .jcarousel-skin-default .jcarousel-control-next {
    background: var(--color-gris) !important;
    text-shadow: 0 0 1px #199ad7 !important;
    top: 170px !important;
}

/* glosario de interes*/
.glosario-top1 {
    background: #ffffff url(../images/glosario.jpg);
    text-align: center;
    padding: 90px 10px;
    height: 230px;
}

.glosario-top1 p {
    color: #41ae41;
    font-size: 1.2em;
}

.glosario-top1 a {
    height: 70px;
    line-height: 30px;
    color: #16252e;
    font-size: 1.4em;
}

.glosario-top1 .views-field-field-letra {
    color: green;
}

.glosario-top2 {
    height: 270px;
    border: solid 0 #d4d4d4;
    border-radius: 0 0 5px 5px;
    background: #f9f9f9;
    padding: 25px;
    color: var(--txtgrey);
    font-size: 1em;
    margin-bottom: 25px;
}

.view-faq1 .form-item-title {
    width: 100%;
}

.view-tramites-y-servicios-destacados .form-item-combine {
    width: 54%;
}

.view-prensa .form-item-combine {
    width: 41%;
}

.view-glosario .form-item-title {
    width: 33%;
}

.view-faq1 .form-item-title .form-control {
    background: #ffffff url(../images/search_home.svg);
    background-repeat: no-repeat;
    background-position: 10px;
    font-size: 1em;
    box-shadow: 0px 2px 0px #00000033;
    padding-left: 54px;
    height: 57px;
    border-radius: 0px 5px 5px 0px;
    width: 100%;
    color: black;
    margin-bottom: 0px;
    border-left: solid 4px #199ad7;
    background-size: 29px;

}



.view-filters--tramites{
background: whitesmoke;
padding: 3em 0;
margin-bottom: 2em;
}
.view-header--tramites{
text-align: end;
margin-bottom: 2em;
}
.tramites2-header a{
font-size: 1.75em;
color: #3366cc !important;
text-decoration: underline;
}
.tramites-contenido{
margin-bottom: 4em;
}
.view-filters--tramites fieldset{
width: 100%;
margin-bottom: 2em;
}


.view-filters--tramites legend{
border-bottom: 0 solid #e5e5e5;
}
.view-filters--tramites span{
color: #004884;
}
.tramites--page{
    margin-bottom: 3em;
 }



.tramites2{
border: solid #8f9bb37a 2px;
border-radius: 7px;
padding: 2em;
margin-bottom: 1em;
    transition: 6ms;
}
.tramites2:hover{
    border: solid #004884 2px;
    box-shadow: 3px 4px 0 rgb(143 155 179 / 48%);
}
.tramites2-header{
margin-bottom: 1em;
}
.tramites2-botones a{
border: solid 2px #fa0;
padding: 0.7em;
border-radius: 27px;
display: block;
width: 180px;
text-align: center;
color: #5f5e5e !important;
font-weight: 500;
font-size: 1.1em;
}
.tramites2-botones a:hover {
color: #004884 !important;
}
.tramites2-botones {
margin-top: 1em;
margin-bottom: 2em;
}
.tramites2-header p{
font-size: 1.2em;
margin-top: 1em;
}

.tramites2-body p{
font-size: 1.2em;
margin-top: 1em;
color: #6e6e6e;
}
#views-exposed-form-tramites-y-servicios-destacados-page-1 #edit-reset {
margin: 0 0;
width: 102px;
background: #f3f3f3;
color: #3366cc;
border: none;
border-bottom: solid 2px #3366cc;
top: 5px;
font-size: 17px;
padding: 0;
}

.view-prensa .form-item-combine input {
border-left: solid 4px #3366cc;
}


.view-glosario .btn-danger, .view-faq1 .btn-danger, .view-prensa .btn-danger {
position: relative;
left: 71em;
top: -82px;
border: 0;
display: block;
background-size: 32px;
width: 121px;
color: white;
}

.view-glosario .form-select option {
background: white;
color: var(--txtgrey);
}

.view-glosario.control-label {
color: #16252e;
}

/*Vista FAQ */

.faq-top2 {
    text-align: left;
    padding: 11px 15px;
    height: 40px;
    color: #ffffff;
}

.faq-top1 {
    background: #ffffff;
    text-align: left;
    padding: 30px 24px;
    height: 400px;
    margin-bottom: 45px;
    border: solid 1px lightgrey;
    border-radius: 0;
}

.faq-top1 .body {
    color: var(--txtgrey);
    font-size: 1em;
    border-bottom: solid 0 #e2dbdb;
    margin: 14px 0;
    padding-bottom: 20px;
}

.faq-top1 .title a {
    color: #16252e;
    font-size: 1.4em;
    text-decoration: none;
    line-height: 27px;
}

.faq-top1 .views-more-link {
    background: #3366cc;
    display: block;
    width: 192px;
    text-align: center;
    padding: 9px;
    float: left;
    position: absolute;
    top: 430px;
    border-radius: 7px;
    color: #ffffff;
    left: 35px;
}


.faq-top0 {
    background: rgb(39, 49, 61);
    padding: 15px;
    border-radius: 5px 5px 0 0;
    height: 50px;
}

.faq-top0 p {
    color: #ffffff;
}
.faq-top0 span {
    color: #ffffff;
    position: relative;
    left: 79%;
    top: -7px;
    padding: 18px 11px;
    border-radius: 141px;
    height: 56px;
    width: 56px;
    background: rgba(19, 110, 133, 1);
}
/* prensa*/
.tiempo {
    color: orange;
    font-weight: 900;
    font-size: 0.85em;
}

.view-prensa .views-more-link {

    position: absolute;
    top: 14em;
    color: #fff;

}

.card-body h3 a {
    font-weight: 400;
    line-height: 1.6rem;
    color: rgb(0 0 0);
}

.view-prensa .card-default--search {
    height:34em;

}

.view-prensa .card--tipo7 img {
    height: 550px;

}

/*TRanparencia*/

.transparencia {
    background: #f9f9f9;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    border-bottom: solid 0 #d4d4d4 !important;
    padding-top: 30px;
}

.trasnparencia--adjunto {
    border-top: solid 1px #d4d4d4;
    padding-top: 15px;
    margin-top: 10px;
    padding-left: 1em;
}

.transparencia .views-field-title {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 100px;
}

.transparencia .views-field-title a {
    color: rgb(51, 62, 78);
}


.trasnparencia--adjunto span.glyphicon-file {
    border-left: 1px solid #ccc;
    display: none;
}

.transparencia .views-field-field-fecha, .transparencia .views-field-created {
    float: right;
    position: relative;
    top: -48px;
    color: rgb(119, 127, 137);
}

.transparencia .views-field-field-enlace {
    border-top: solid 0px #d4d4d4;
    padding-top: 15px;
    margin-top: 10px;
}

.transparencia .views-field-field-enlace a {
    position: relative !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #3366cc;
    border-color: #3366cc;
    border-radius: 70px;
    padding: 0.3em 1em;

}
.trasnparencia--adjunto .file--application-pdf {
    background-repeat: no-repeat;
    background-position: 0;
}
.transparencia .views-field-field-enlace a:hover {
    background-color: transparent !important;
    border-color: #3366cc !important;
    color: #3366cc !important;
}

.trasnparencia--adjunto li {
    list-style: none;
}

.form--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 10px;
}
.form-actions{
    display: grid !important;
    justify-items: normal;
    align-items: center;
    grid-template-columns: 50% 50%;
    transform: translate(0%, 30%);

}
.btn {
    padding: 0.3rem 0.95rem !important;
    border-radius: 2.5rem !important;
}
.btn-primary {
    background-color: #3366CC !important;
    border-color: #3366CC !important;
    color: #fff !important;
    height: 42px !important;
    min-width: 165px !important;
    font-size: 1.1em;
    align-content: center;
}
.btn-primary:hover {
    background-color: #004884 !important;
    color: #ffffff !important;
    border: solid 1px #004884 !important;
    text-decoration: none;
}
input[data-drupal-selector="edit-reset"]{
    background-color: #fff !important;
    border-color: #36c !important;
    color: #36c !important;
}
input[data-drupal-selector="edit-reset"]:hover{
    color: white !important;
}
.horarios {
    width: 100%;
    background: #ffffff;
}

.ser--btn a {
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(25, 155, 216);
    padding: 10px 20px;
    border-radius: 15px;
}

.ser--cnt p {
    line-height: 20px;
    font-size: 0.9em;
}

.ser--btn {
    position: relative;
    top: 30px;
}

.ser--cnt {
    border-bottom: solid 1px #c9c7c7;
    padding: 10px 0;
    margin-bottom: 10px;
}

.ser-top1 {
    background: #f9f9f9;
    text-align: left;
    padding: 10px 24px;
    height: 515px;
    margin-bottom: 45px;
    box-shadow: 0px 4px 0px #d0d0d0;
    border-radius: 5px;
}

.ser-top1 .title {
    color: rgb(0, 58, 91);
    font-size: 1.1em;
    text-decoration: none;
    line-height: 27px;
}

.view-id-tramites_y_servicios_destacados .js-form-item-field-clasificacion-2-target-id {
    width: 100%;
    margin-bottom: 2em;
}
.view-id-tramites_y_servicios_destacados .form-select {

}
.view-id-tramites_y_servicios_destacados .form-select ul{
    margin: 0;
    padding: 0;
}
.view-id-tramites_y_servicios_destacados .form-select li {
    list-style: none;
}
.view-id-tramites_y_servicios_destacados .js-form-item-field-clasificacion-2-target-id a {
    background: #5a5959;
    color: white !important;
    padding:0.5em 1em;
    border: none;
    border-radius: 25px;
    font-weight: 500;
    margin: 5px;
    display: block;
    float: left;
}
.view-id-tramites_y_servicios_destacados .js-form-item-field-clasificacion-2-target-id a:hover {

    background:   #454545;
}
.tramites2-iconos span{
    position: relative;
    position: relative;
    top: 0;
    left: 0;
    color: #3366cc;
    width: 23px;
    height: 26px;
    float: left;
    font-size: 1.5em;
}
.tramites2-iconos strong {
    font-weight: 500;
    margin-right: 8px;
    color: #004884;
}
.tramites2-body{
    margin-bottom: 15px;
}
.view-id-tramites_y_servicios_destacados .bef-link--selected {
    background: #c20201 !important;
    color: white !important;
    padding: 1em 2em;
    border: none;
    border-radius: 25px;
    font-weight: 500;
    margin: 5px;
    display: block;
    float: left;
}
.view-id-tramites_y_servicios_destacados .bef-link--selected:hover {
    background: #d50403 !important;
}
#edit-field-clasificacion-2-target-id-265{

}

.canales {

    background: #f9f9f9;
    padding: 25px;
    height: 245px;
    border-radius: 5px;

}

.canales2 {


    padding: 25px;
    margin-left: 30px;
    border-radius: 5px;

}

.canales2 img {
    position: relative;
    top: 20px;
    left: 25px;
    width: 70px;
}

.canales .views-field-name a {
    color: rgb(0, 58, 91);
    font-size: 1.1em;
    text-decoration: none;
    line-height: 27px;
}

.canales .views-field-name {
    height: 57px;
}

.canales .views-field-description__value span {
    line-height: 20px;
    font-size: 0.9em;
}

.canales .views-field-view-taxonomy-term a {
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(51 102 204);
    padding: 10px 20px;
    border-radius: 15px;
    position: relative;
    top: 29px;

}

.canales-header {
    text-align: center;
}

.icon-canal img {
    width: 45px;
    float: left;
}

.icon-canal {
    display: block;
    height: 45px;
    float: none;
    margin-bottom: 10px;
}

.ser-top1 li {
    list-style: none;
}

.ser-top1 ul {
    padding: 0px;
}

.icon-canal .field--name-name {
    line-height: 16px;
    margin-left: 55px;
    padding-top: 9px;
    font-size: 13px;
}

.icon-canal a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.60);
}

.servicios--card {
    height: 548px;
}

.servicios--card img {
    height: 548px;
}

.serviciosblock {
    margin-top: 35px;
}

.path-taxonomy .page-header {
    display: none;
}

/*diectivos*/
.directivo .row {
    padding: 0px;
    margin: 0px;
}

.directivo--col {
    padding: 0px;
}

.directivo--col img {
    width: 650px;
    height: 500px;
}

.directivo {
    background: #F6F8F9;
    padding: 2em;
    margin-bottom: 25px;
    border-radius: 1em;
}
.directivo h2{
line-height: 1em !important;
}
.directivo--date {

    padding: 5px 0;
}

.directivo--col2 span {
    color: #199ad7;
}

.directivo--col2 {
    padding: 45px 115px 0 15px;
}

.directivo--col2 h3 {
    font-size: 2em;
}

.directivo--col2 h4 {
    font-size: 18px;
    color: var(--blue);
}

.directivo--d {
    margin-top: 22px;
    width:auto;

}

.directivo--d img {
    float: left;

}
.directivo--img{
    border-radius: 1em;
}
.directivo--img {
    padding: 2em;
}
.directivo--img img {
    border-radius: 1em;
}
.directivo--d p {
    color: #6c6c6c;
    font-size: 1em;
    margin-left: 28px;
}

.directivosblock .card--tipo8 img {
    width: 100%;
    height: 700px;
}

.directivosblock .card-default--search {
    height: 780px;

}

.directivosblock .card--tipo8 {

    padding: 47px 45px;
}

.directivosblock .card--tipo8 .card-body {
    position: absolute;
    top: 395px;
    color: #ffffff;
    width: 665px;
    padding: 3em 3em 2em 3em;
    /* overflow: scroll; */
    height: 368px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.directivosblock .card-body p {

    color: rgb(222, 222, 222);

}

.directivosblock .card--tipo8 .card-text {
    border-top: solid 2px #e6e6e6;

}
.directivo--date {
    padding: 1em 2em;
}
.directivo--date h2{
    line-height: 1.4em !important;
}
.directivo--equipo{
    border-bottom: solid 1px #c3c3c3;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    margin-top: 0;
    padding-bottom: 1em;
}
.directivo--equipo h3{
    font-size: 1.25em;
    color: #3366cc;
}

.equipo--directivo--nodo .archivos--tags--new {
     align-items: self-start !important;
 }
.equipo--directivo--nodo .archivos--tags--new h3 {
  display: none !important;
}
.directivo--equipo button{
    color: grey;
    border: solid 1px grey;
}
.h2--equipo--titulo{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: space-between;
    justify-content: flex-start;
    align-items: center;
}
.h2--equipo--titulo img{
    margin-left: 10px;
}
.equipo-directivo-nodo{
    background: #F6F8F9;
    padding: 1em 2em;
    border-radius: 11px;
}
.asesoresblock .card--tipo8 img {
    width: 100%;
    height: 700px;
}

.asesoresblock .card-default--search {
    height: 780px;

}

.asesoresblock .card--tipo8 {

    padding: 47px 45px;
}

.asesoresblock .card--tipo8 .card-body {
    position: absolute;
    top: 390px;
    color: #ffffff;
    width: 665px;
    padding: 3em 3em 2em 3em;
    /* overflow: scroll; */
    height: 405px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.asesoresblock .card-body p {

    color: rgb(222, 222, 222);

}

.asesoresblock .card--tipo8 .card-text {
    border-top: solid 2px #e6e6e6;

}

.blockdirec1 {
    position: absolute;
    top: 47px;
}

.blockdirec1 img {
    width: auto !important;
    height: auto !important;
    float: none;
    position: relative;
    left: 30px;
}

.blockdirec1 p {
    color: #6c6c6c;
    font-size: 1em;
    margin-left: 16px;
    background: #ffffffab;
    width: fit-content;
    padding: 5px 11px;
    border-radius: 0 0 1em 1em;
    margin-top: 11px;
}


.asesoresblock .blockdirec1 {
    position: absolute;
    top: 47px;
}


.view-content-directivos1 .slick-next, .view-content-asesores1 .slick-next {

    left: 85%;
}

.view-content-directivos1 .slick-prev, .view-content-asesores1 .slick-prev {

    width: 152px;

}

.view-content-directivos1 .slick-dots, .view-content-asesores1 .slick-dots {
    position: absolute;
    bottom: 38px;
    display: block;
    width: 88%;
    padding: 12px 20px;
    margin: 0;
    list-style: none;
    text-align: center;
    background: #ffb71b;
    margin-left: 45px;
}

.datos--abiertos .card--tipo7 .ideca--btn-simple {
    top: 150px;

}

.paragraph--type--datos-abiertos {
    width: 200px;
}

.asesoresblock .overlay--card8, .directivosblock .overlay--card8 {
    background-image: linear-gradient(to bottom, #ffffff00, #e7e7e72e, #ffffffa3, #ffffffed, #efefef) !important;
}

.asesoresblock .card--tipo8 h3, .asesoresblock .card--tipo8 .card-body, .asesoresblock .card-body p {
    color: #000 !important;

}

.directivosblock .card--tipo8 h3, .directivosblock .card--tipo8 .card-body, .directivosblock .card-body p {
    color: #000 !important;

}

.asesoresblock .card-body p {
    font-size: 1.3rem !important;
    line-height: 20px !important;
}

.directivosblock .card-body p {
    font-size: 1.3rem !important;
    line-height: 20px !important;
}

.banner-go {
    margin-top: 20px;
}

#views-exposed-form-prensa-page-5 #edit-field-etiqueta-target-id {
    width: 250px;
    background: #ffffff;
    border: none;
    box-shadow: none;
    text-align: left;
}

.noticias--territoriales .views-field-field-banner img {
    width: 100%;
}

article footer {
    background: transparent;
    border-radius: 0;
    position: relative;
    top: -10px;
    box-shadow: none;
    padding-left: 5px;
    margin-top: 0;
    border: solid 0 #e8f0fb;
}

.icono {
    /* width: 255px; */
    min-height: 282px;
    background: #fff;
    border: 1px solid #e6effd;
    padding: 1.2em;
    text-align: center;
    border-radius: 5px;
    margin: 0 1em 2em 0;
    cursor: pointer;
}

.icono:hover {
    border: 1px solid #004884;
    box-shadow: 0 3px 5px 0 rgb(51 102 204 / 29%);
}

.views_slideshow_controls_text {
    position: absolute;
    bottom: 0;
    padding-bottom: 15%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.view-oficina-control .button {
    float: left !important;
}

.ser-top1 li  img{
    display: none;
}
.censo__wrap {
    border: solid 1px whitesmoke;
    box-shadow: 0 2px 5px #cbc2c2;
    border-radius: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
}
.censo__thumb img{
    width: 100%;
    height: auto;
    border-radius: 1em 1em 0 0;
    max-width: 100%;
}
.censo__author{
    margin: 1em;
    border-bottom: solid 2px #d1d1d1;
    text-align: center;
    height: 50px;
    color: black;
}
.censo__subtitle{
    margin-left: 1em;
}
.censo__subtitle span{
    color: black;
    font-weight: 500;
}
.view-filters{
    background: whitesmoke;
    padding: 3em 1em;
    margin-bottom: 4em;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff !important;
    background-color: #3366cc;
    border-color: #3366cb;
}
.pagination > li > a, .pagination > li > span {
    border-radius: 5px;
    position: relative;
    float: left;
    padding: 10px 19px;
    margin-left: 5px;
    line-height: 1.42857143;
    color: #004884 !important;
    text-decoration: none;
    background-color: #fff;
    border: 0 solid #ddd;
}