@charset "utf-8";

/* CSS Override Antonioh */

/* ESTILOS GENERALES*/
body {
    padding: 0px;
    margin: 0px;
    background-color: #f8f7f2;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    font-family: 'Optima_Regular', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
audio,
video,
source {
    display: block;
    margin: 0;
    padding: 0;
}

a {
    color: #a2007c;
    text-decoration: none;
}

a,
img {
    border: medium none;
}

a:focus,
:focus {
    outline: none;
}

div {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

ul,
li {
    list-style: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
    line-height: 1px;
    padding: 0px;
    height: 0px;
    font-size: 1px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.anim {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.anim2 {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.row {
    width: 1240px;
    margin: auto;
    padding: 0px;
}

.row1 {
    width: 970px;
    margin: auto;
    padding: 0px;
}

header {
    float: left;
    width: 100%;
    position: relative;
    display: grid;
    max-width: 100%;
    z-index: 999;
    min-width: 100%;
    background: #fff;
}

header ul.hd-links li a.srch-ico {
    display: none;
}

/* BOTONES PRINCIPALES */
.ver-btn {
    position: absolute;
    right: 0;
}

.ver-btn a {
    background: #FFFFFF;
    border: 1px solid #deae34;
    font-family: 'Kozuka Gothic Pro B';
    font-size: 14px;
    line-height: 18px;
    color: #a2007c;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    transition: all .5s ease;
}

.ver-btn a:hover {
    background: #a2007c;
    color: #ffffff;
}

.ver-btn-banner-turis {
    position: absolute;
}

.ver-btn-banner-turis a {
    background: transparent;
    border: 1px solid #fff;
    font-family: 'Kozuka Gothic Pro B';
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    transition: all .5s ease;
}

.ver-btn-banner-turis a:hover {
    background: #ffffff;
    color: #A31984;
}

/* FRANJA SUPERIOR */
.top-grn-bg {
    float: left;
    width: 100%;
    padding: 12px 0 12px 5px;
    background: #a2007c;
}

.top-grn-bg .top-main {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdr-top {
    float: left;
    width: 100%;
    height: 80px;
    background: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #a2007c;
}

.is-sticky .hdr-top {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.logo {
    float: left;
    width: auto;
}

.logo img {
    float: left;
    width: auto;
}

.hdr-rht {
    float: right;
    width: auto;
}

.top-lft {
    float: left;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top-lft ul {
    float: left;
    width: auto;
    display: flex;
    align-items: center;
}

.top-lft ul li {
    float: left;
    width: auto;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}

.top-lft ul li span {
    float: left;
    width: auto;
    margin-right: 3px;
}

.top-lft ul li span:last-child {
    margin-right: 0;
}

.top-lft ul li span a {
    color: #FFFFFF;
    font-size: 11px;
    font-family: 'Kozuka Gothic Pro B';
    text-transform: uppercase;
}

.top-lft ul li span:first-child a {
    font-size: 7px;
}

.top-lft ul li span:last-child a {
    font-size: 14px;
}

.top-lft ul li::after {
    position: absolute;
    content: "";
    right: 0;
    background: #ffffff;
    width: 2px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.top-lft ul li a {
    float: left;
    width: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Kozuka Gothic Pro B';
    transition: all .5s ease;
}

.top-lft ul li:last-child a {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.top-lft ul li a:hover {
    opacity: 0.7;
}

.top-lft p a:hover {
    opacity: 0.7;
}

.top-lft ul li img {
    float: left;
    width: auto;
}

.top-lft ul li:last-child:after {
    content: none;
}

.top-lft ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.top-lft ul li:last-child a span {
    background: url("../images/alto-ico.svg") no-repeat left center;
    width: 8px;
    height: 8px;
    display: inline-block;
}

.top-lft p a.ph-ico {
    background: url("../images/phone-footer.svg") no-repeat left top 4px;
    color: #ffffff;
}

.top-lft p a.ml-ico {
    background: url("../images/envelope-footer.svg") no-repeat left top 5px;
    color: #ffffff;
}

.top-lft p a {
    font-size: 16px;
    line-height: 22px;
    padding: 2px 20px;
    font-family: 'Kozuka Gothic Pro B';
    transition: all .5s ease;
}

.top-rgt {
    float: right;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    padding: 15px 0 15px;
    align-items: center;
}

.top-rgt ul li a {
    float: left;
    width: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Kozuka Gothic Pro B';
    transition: all .5s ease;
}

.top-rgt p a:hover {
    opacity: 0.7;
}

.top-rgt ul li a:hover {
    opacity: 0.7;
}

.top-rgt.search-for {
    float: left;
    width: auto;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}

.select-btn {
    float: left;
    width: auto;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}

.select-btn::after {
    position: absolute;
    content: "";
    right: 0;
    background: #ffffff;
    width: 2px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.select-btn .nice-select {
    background: none;
    font-size: 11px;
    font-family: 'Kozuka Gothic Pro B';
    letter-spacing: normal;
    color: #fff;
    width: auto;
}

.select-btn .nice-select::after {
    border-bottom: none;
    border-right: none;
    right: 0;
    transform-origin: inherit;
    background: url("../images/slt-arw.svg") no-repeat left center;
    transform: inherit;
    width: 8px;
    height: 5px;
    top: 17px;
}

.select-btn .nice-select .option {
    color: #3a3a3a;
    font-size: 11px;
    line-height: 26px;
    font-family: 'Optima_Regular';
    width: auto;
}

.select-btn .nice-select.open::after {
    transform: none;
    background: url("../images/slt-arw-up.svg") no-repeat left center;
}

.select-btn .nice-select:hover::after {
    border-bottom: none;
    border-right: none;
}

.select-btn .nice-select span:hover {
    color: #ffffff;
}

ul.hd-links {
    float: right;
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-right: 20px;
}

ul.hd-links li {
    flex: 0 1 auto;
    position: relative;
}

ul.hd-links li img {
    position: relative;
    top: 4px;
}

.hd-links .search-frm-field {
    opacity: 1;
    position: relative;
    top: unset;
    right: unset;
    display: block;
    margin: 0;
    padding: 2px 15px;
    border-radius: 10px 10px 0 10px;
    background: #fff;
    width: 400px;
    z-index: 99;
    overflow: hidden;
    transition: All 0.5s ease;
    border: 1px solid #deae34;
}

.hd-links .search-frm-field input[type="text"] {
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    border: none;
    background: none;
    width: 350px;
    color: #a2007c;
    margin-top: 0px;
    font-family: 'Optima_Medium';
}

.hd-links .search-frm-field input[type="submit"] {
    float: right;
    border: none;
    width: 15px;
    height: 15px;
    background: url(../images/mob-buscar-ico.svg) no-repeat center center;
    background-color: #fff !important;
    cursor: pointer;
    background-size: contain;
    margin-top: 5px;
    margin-bottom: 0;
    color: #a2007c;
}

.hd-links .search-form.open-form .search-frm-field {
    display: block;
    opacity: 1;
}

.hd-links .search-frm-field input[type="text"]::placeholder {
    font-family: 'Optima_Regular';
    color: #a2007c;
    font-size: 14px;
}

/* MENÚ PRINCIPAL */
.cbp-hrmenu {
    display: block;
    float: left;
    padding: 0px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 18px;
    text-transform: none;
}

.cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cbp-hrmenu>ul,
.cbp-hrmenu .cbp-hrsub-inner {
    margin: 0 auto;
}

.cbp-hrmenu>ul>li {
    display: inline-block;
    padding: 0px 12px;
    line-height: 10px;
}

.cbp-hrmenu>ul>li>a {
    position: relative;
    display: block;
    color: #a2007c;
    text-decoration: none;
    padding: 15px 0 10px 0;
    font-size: 18px;
    font-family: 'Kozuka Gothic Pro B';
}

.cbp-hrmenu>ul>li>a:hover {
    color: #a2007c;
    display: block;
    border-bottom: 25px solid #a2007c;
    transition: all .5s ease;
}

.cbp-hrmenu>ul>li:last-child {
    padding-right: 0px;
}

.cbp-hrmenu>ul>li:last-child>a {
    padding-right: 0
}

.cbp-hrmenu>ul>li:first-child>a {
    padding-left: 0;
}

.cbp-hrmenu>ul>li>a.active {
    color: #a2007c;
    font-family: 'Kozuka Gothic Pro B';
    border-bottom: 4px solid #a2007c;
}

.cbp-hrmenu>ul>li.cbp-hropen a,
.cbp-hrmenu>ul>li.cbp-hropen>a:hover {
    color: #a2007c;
}

.cbp-hrmenu>ul>li>a.selected,
.cbp-hrmenu>ul>li>a.selected:hover {
    color: #a2007c;
}

/* SUBMENÚS DEL MENÚ PRINCIPAL */
.cbp-hrmenu .cbp-hrsub {
    height: auto;
    overflow: auto;
    display: none;
    position: absolute;
    background: #f8f7f2;
    width: 100%;
    left: 0;
    z-index: 9999;
    border-top: solid 1px #a2007c;
    top: 135px;
}

.cbp-hrmenu .cbp-hrsub ul>li>a {
    padding: 0px 35px 0px 0px;
    color: #ffffff;
    font-family: 'Optima_Regular';
    font-size: 14px;
    display: block;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.cbp-hrmenu .cbp-hrsub ul>li>a:hover,
.cbp-hrmenu .cbp-hrsub ul>li>a.active {
    color: #a2007c;
}

.cbp-hrmenu .cbp-hrsub ul>li {
    display: inline-block;
}

.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 50px;
    padding-top: 0px;
}

.cbp-hrmenu .cbp-hrsub-inner>div {
    float: left;
    margin: 0 9px 0 0;
    padding: 6px 6px 10px 6px;
    width: 15.1%;
}

.cbp-hrmenu .cbp-hrsub-inner>div:last-child {
    margin: 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu>ul>li>a.arrow::after {
    background: url("../images/menu-arrow.svg") no-repeat scroll top right;
    content: "";
    position: absolute;
    right: -20px;
    top: 10px;
    width: 7px;
    height: 4px;
}

.cbp-hrmenu>ul>li>a.arrow:hover:after {
    background: url("../images/menu-arrow-hvr.png") no-repeat scroll top right;
}

.cbp-hrmenu .cbp-hrsub-inner .menu-main-col {
    float: left;
    width: 100%;
    padding: 20px 50px 30px;
    background: #fff;
    border: 1px solid #deae34;
    border-top-style: none;
    border-radius: 0px 0px 10px 10px;
}

.cbp-hrmenu .cbp-hrsub-inner .menu-main-col .menu-two-col {
    float: left;
    width: 66%;
}

.cbp-hrmenu .cbp-hrsub-inner .menu-main-col .menu-one-col {
    float: left;
    width: 34%;
    padding-left: 75px;
}

.cbp-hrmenu .cbp-hrsub-inner .menu-main-col .menu-two-col h1 {
    float: left;
    width: 100%;
    color: #a2007c;
    font-family: 'Kozuka Gothic Pro R';
    font-size: 25px;
    line-height: 33px;
    padding-bottom: 20px;
}

.cbp-hrmenu .cbp-hrsub-inner .sub-menu-adv {
    float: left;
    width: 40%;
}

.cbp-hrmenu .cbp-hrsub-inner .sub-menu-adv {
    float: right;
    width: 25%;
    padding: 0;
}

.cbp-hrmenu .cbp-hrsub-inner .sub-menu-adv img {
    float: right;
    width: auto;
}

.cbp-hrmenu .cbp-hrsub-inner ul li .save-offer {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #5f2d53;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 18px;
    text-align: center;
}

.cbp-hrmenu .cbp-hrsub-inner ul li .save-offer span {
    display: block;
    font-size: 22px;
    font-family: 'Optima_Regular';
    text-align: center;
}

/* BREADCRUMB (NAVEGACIÓN) */
.breadcrumb {
    float: left;
    width: 100%;
    padding: 20px 0 15px;
    background: #f9f9f9;
}

.breadcrumb.half-wdth ul {
    padding: 0 185px;
}

.breadcrumb ul {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.breadcrumb ul li {
    display: flex;
    align-items: center;
    font-family: 'Kozuka Gothic Pro B';
    margin-right: 5px;
    padding-right: 10px;
    position: relative;
    color: #606268;
    font-size: 12px;
    ine-height: 18px;
}

.breadcrumb ul li a {
    font-family: 'Kozuka Gothic Pro B';
    color: #a2007c;
    font-size: 12px;
    line-height: 18px;
}

.breadcrumb ul li::after {
    position: absolute;
    display: block;
    content: "|";
    font-size: 12px;
    line-height: 18px;
    color: #606268;
    top: 0px;
    right: 0;
}

.breadcrumb ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumb ul li:last-child::after {
    display: none;
}

.breadcrumb ul li a:hover {
    color: #a2007c;
    opacity: 0.7;
}

/* BLOQUES */

/* DIVS CONTENEDORES DE BLOQUES */
.container {
    container: inline-size;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

section {
    contain: layout inline-size style;
    display: grid;
    max-width: 100%;
    min-width: 100%;
}

.card {
    container-type: inline-size;
    container-name: card;
}

/* BLOQUE DE PORTADA: IMAGEN DESTACADA DE FONDO Y ENTRADAS DESTACADAS */
.desta-sec {
    position: relative;
    padding: 220px 0 0px 0;
    margin-top: 0px;
    background: #8aba3e
}

.desta-img-fondo {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f7f2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.desta-list ul {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: auto;
    grid-auto-flow: dense;
}

.desta-list ul li {
    position: relative;
    overflow: hidden;
    flex: 0 1 24%;
/*  background: #a2007c; */
    border: 10px solid #f8f7f2;
    border-bottom: 0px;
}

.desta-cont ul li:hover img {
    transform: scale(1.1);
}

.desta-list ul li.wide a img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/8;
    object-fit: cover;
}

.desta-list ul li:hover .desta-cont.text-ctr {
    top: 40%;
    transform: scale(1);
}

.desta-list ul li.wide .desta-cont.text-ctr {
    height: auto;
    width: 55%;
    margin-bottom: 0;
    top: unset;
    bottom: 0;
    padding: 10px 10px;
    background: rgba(162, 0, 124, 0.7);
    border-radius: 0px 3px 0 0px;
}

.desta-cont {
    position: absolute;
    transition: all .5s ease;
}

.desta-cont h3 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Kozuka Gothic Pro B';
    text-align: left;
}

.desta-cont h4 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Kozuka Gothic Pro M';
    text-align: left;
}

.desta-cont.text-ctr {
    text-align: center;
}

/* BLOQUE DE PORTADA: BOTONES WEBS MUNICIPALES */
.botones-webs-sec {
    background: #f8f7f2;
    padding: 15px 0 15px 0;
}

.botones-webs-list ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
}

.botones-webs-list ul li {
    flex: 0 1 24%;
    background: #eeecdf;
    border: 1px solid #deae34;
    border-radius: 10px 10px 0 10px;
    align-items: center;
    align-content: center;
    padding: 10px;
}

.botones-webs-list ul li a {
    display: flex;
}

.botones-webs-list ul li:hover {
    background: #fff;
}

.botones-webs-img {
    padding: 5px 10px 0px 5px;
}

.botones-webs-cont {
    width: 100%;
    display: flex;
    align-items: center;
}

.botones-webs-cont p {
    font-size: 16px;
    font-family: 'Kozuka Gothic Pro B';
    color: #a2007c;
    line-height: 18px;
    text-align: left;
}

/* BLOQUE DE PORTADA: CONVOCATORIAS ABIERTAS A LA CIUDADANÍA */
.servicios-sec {
    display: grid;
    max-width: 100%;
    min-width: 100%;
    background: #eeecdf;
    padding: 25px 0 25px 0;
}

.servicios-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 25px;
}

.servicios-sec h2 {
    color: #A31984;
    font-family: 'Kozuka Gothic Pro B';
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    padding-bottom: 20px;
}

.servicios-lft {
    flex: 0 1 32%;
    border: 1px solid #deae34;
    border-radius: 15px 15px 0 15px;
    padding: 10px;
}

.servicios-mid {
    flex: 0 1 32%;
    border: 1px solid #deae34;
    border-radius: 15px 15px 0 15px;
    padding: 10px;
}

.servicios-rht {
    flex: 0 1 32%;
    border: 1px solid #deae34;
    border-radius: 15px 15px 0 15px;
    padding: 10px;
}

.servicios-sec h3 {
    width: 100%;
    color: #A31984;
    font-family: 'Kozuka Gothic Pro B';
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.servicios-sec p {
    width: 100%;
    color: #444444;
    font-family: 'Optima_Regular';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.servicios-sec ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 0;
    border-top: 1px solid #deae34;
}

.servicios-sec ul li {
    flex: 0 1 100%;
    padding: 5px;
    border-bottom: 1px solid #deae34;
}

.servicios-sec ul li a {
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Kozuka Gothic Pro M';
    font-size: 14px;
    line-height: 22px;
    color: #a2007c;
}

.servicios-sec ul li:hover {
    background: #f8f7f2;
    color: #a2007c;
}

/* BLOQUE DE PORTADA: ÚLTIMAS NOTICIAS */
.ultimas-sec {
    display: grid;
    max-width: 100%;
    min-width: 100%;
    background: #a2007c;
    padding: 25px 0 25px 0;
}

.ultimas-inner {
    width: 100%;
    display: grid;
    position: relative;
}

.ultimas-sec h2 {
    width: 100%;
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Kozuka Gothic Pro B';
    font-size: 32px;
    line-height: 42px;
}

.ultimas-sec ul.four {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
}

.ultimas-sec ul.four li {
    flex: 0 1 23%;
    background: #f8f7f2;
    border-radius: 10px;
}

.ultimas-sec ul.four li .ultimas-img {
    width: 100%;
    overflow: hidden;
    display: flex;
    border-radius: 8px 8px 0 0;
}

.ultimas-sec ul.four li .ultimas-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.ultimas-sec ul.four li:hover .ultimas-img img {
    transform: scale(1.1);
}

.ultimas-sec ul.four li .ultimas-cnt {
    width: 100%;
    background: #f8f7f2;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}

.ultimas-sec ul.four li .ultimas-cnt h3 {
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Kozuka Gothic Pro B';
    font-size: 20px;
    line-height: 24px;
    color: #3a3a3a;
}

.ultimas-sec ul.four li .ultimas-cnt h5 {
    color: #a2007c;
    font-size: 16px;
    line-height: 12px;
    font-family: 'Optima_Bold';
    position: relative;
    text-align: left;
    padding: 15px 0 0 25px;
    border-top: 1px solid #3a3a3a
}

.ultimas-sec ul.four li .ultimas-cnt h5:after {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    background: url(../images/calendar.svg) no-repeat 0 0;
    width: 25px;
    height: 25px;
}

.ultimas-sec ul.four li .ultimas-img img {
    width: 300px;
    height: 200px;
}

/* BLOQUE DE PORTADA: BANNER TURISMO */
.reci-sec {
    display: grid;
    max-width: 100%;
    min-width: 100%;
    background: #f8f7f2;
    padding: 25px 0 25px 0;
}

.reci-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 0;
    background: #8aba3e;
    border-radius: 8px;
}

.reci-inner-carpeta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 0;
    background: #BF4726;
    border-radius: 8px;
}

.reci-cont {
    flex: 0 1 50%;
    padding: 60px 70px;
}

.reci-img {
    flex: 0 1 50%;
}

.reci-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.reci-sec h6 {
    width: 100%;
    color: #ffffff;
    font-family: 'Kozuka Gothic Pro B';
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.reci-sec h2 {
    width: 100%;
    color: #ffffff;
    font-family: 'Kozuka Gothic Pro B';
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
}

.reci-sec h2 span {
    font-family: 'Kozuka Gothic Pro B';
}

.reci-sec p {
    width: 100%;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Optima_Medium';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.reci-sec p span {
    font-family: 'MerriweatherSans-Italic';
}


/* BLOQUE DE PORTADA: AGENDA CULTURAL Y DE OCIO */
.agenda-sec {
    display: grid;
    max-width: 100%;
    min-width: 100%;
    background: #deae34;
    padding: 25px 0 25px 0;
}

.agenda-inner {
    width: 100%;
    display: grid;
    position: relative;
}

.agenda-sec h2 {
    color: #fff;
    font-family: 'Kozuka Gothic Pro B';
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    padding-bottom: 25px;
}

.agenda-sec ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 2%;
}

.agenda-sec ul li {
    flex: 0 1 32%;
    display: flex;
    background: #f7f7f7;
    border-radius: 8px;
    overflow: hidden;
    border: 10px solid #F6F4F0;
}

.agenda-dtlz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.agenda-img {
    flex: 0 1 181px;
    position: relative;
    overflow: hidden;
}

.agenda-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.agenda-cont {
    flex: 0 1 calc(100% - 181px);
    padding: 5px 5px 5px 15px;
    width: 100%;
}

.agenda-cont h6 {
    font-size: 20px;
    line-height: 22px;
    font-family: 'Kozuka Gothic Pro B';
    color: #a2007c;
    letter-spacing: 0.2px;
    text-align: left;
    margin-bottom: 20px;
}

.agenda-cont p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Kozuka Gothic Pro B';
    color: #444444;
    text-align: left;
    margin-bottom: 10px;
}

.agenda-cont h4 {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 12px;
    font-family: 'Optima_Bold';
    position: relative;
    text-align: left;
    padding: 15px 0;
    border-top: 1px solid #3a3a3a
}

.agenda-dtlz:hover .agenda-img img {
    transform: scale(1.1);
}


/* BLOQUE DE PORTADA: SUSCRIPCIÓN A BOLETÍN SEMANAL Y BUSCADOR DE TRÁMITES */
.oferta-sec {
    display: grid;
    max-width: 100%;
    min-width: 100%;
    background: #eeecdf;
    padding: 25px 0 25px 0;
}

.oferta-sec h2 {
    width: 100%;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Kozuka Gothic Pro B';
}

.oferta-sec p {
    width: 100%;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Optima_Regular';
}

.oferta-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 0;
}

.oferta-form {
    flex: 0 1 50%;
    padding: 50px 50px;
    background: #a2007c;
    border-radius: 10px 0 0 10px;
}

.oferta-form ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
}

.oferta-form ul li {
    flex: 0 1 100%;
}

.oferta-form ul li input[type="text"] {
    width: 100%;
    padding: 0px 16px;
    border: solid 1px rgba(0, 0, 0, 20%);
    color: #9E9B8C;
    height: 50px;
    line-height: 50px;
    font-family: 'Optima_Regular';
    font-size: 14px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    background: #f8f8f8;
    border-radius: 4px;
}

.oferta-form ul li input[type="text"]:focus {
    border: solid 1px #A31984;
    background: #fff;
}

.oferta-form ul li input[type=checkbox]:not(old) {
    position: absolute;
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
    display: none;
    left: 3px;
    top: 22px;
}

.oferta-form ul li input[type=checkbox]:not(old)+label {
    display: inline-block;
    line-height: 1.5em;
    width: 100%;
    font-family: 'Optima_Regular';
    color: #9E9B8C;
    font-size: 14px;
}

.oferta-form ul li input[type=checkbox]:not(old)+label p {
    font-family: 'Optima_Regular';
    color: #ffffff;
    font-size: 15px;
    width: calc(100% - 36px);
    line-height: 24px;
    margin-bottom: 0;
    cursor: pointer;
}

.oferta-form ul li input[type=checkbox]:not(old)+label>span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 3px 10px 0 0;
    vertical-align: middle;
    border: 1px solid #000000;
    position: relative;
    background: #fff;
    float: left;
}

.oferta-form ul li input[type=checkbox]:not(old):checked+label>span:before {
    content: '';
    display: inline-block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #a2007c;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.sub-butt {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.sub-butt input[type="submit"] {
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0px 35px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-family: 'MerriweatherSans-ExtraBold';
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 20px;
    background: transparent;
}

.sub-butt input[type="submit"]:hover {
    background: #ffffff;
    color: #5F2D54;
}

.tramites-lst {
    flex: 0 1 50%;
    padding: 50px 50px;
    background: #7f2347;
    border-radius: 0 10px 10px 0;
}

.tramites-lst .sea-pad {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    margin-bottom: 22px;
}

.tramites-lst .sea-pad input[type="text"] {
    width: 100%;
    border: none;
    background: #ffffff;
    color: #9E9B8C;
    font-family: 'Optima_Regular';
    font-size: 14px;
    line-height: 24px;
    padding: 13px 25px;
    border-radius: 6px;
}

.tramites-lst .sea-pad input[type="submit"] {
    position: absolute;
    right: 20px;
    top: 18px;
    background: url(../images/search-b.svg) no-repeat;
    border: none;
    width: 22px;
    height: 21px;
    cursor: pointer;
}

.tramites-lst h5 {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Kozuka Gothic Pro B';
    margin-bottom: 18px;
}

.tramites-lst ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 15px;
}

.tramites-lst ul li {
    flex: 0 1 100%;
    position: relative;
    padding-left: 22px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
    justify-content: space-between;
    align-items: center;
}

.tramites-lst ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background: #ffffff;
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

.tramites-lst ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Optima_Regular';
    flex: 0 1 70%;
    transition: all .5s ease;
}

.tramites-lst ul li span {
    flex: 0 1 34px;
}

.tramites-lst ul li span a.lnk {
    background: url(../images/link-arrow.svg) no-repeat;
    width: 34px;
    height: 34px;
    display: flex;
    transition: all .5s ease;
}

.tramites-lst ul li:hover span a.lnk {
    background: url(../images/link-arrow-h.svg) no-repeat;
    width: 34px;
    height: 34px;
    display: flex;
}

.tramites-lst ul li:hover a {
    text-decoration: underline;
}

/* BLOQUE DE PORTADA: MAPA DE PUERTO REAL */
.mapageo-sec {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    background: #fff
}

.mapageo-sec h2 {
    color: #fff;
    font-family: 'Kozuka Gothic Pro B';
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding: 30px;
    background: #a2007c
}

.map-img img {
    float: left;
    width: 100%;
}

.map-img iframe {
    float: left;
    width: 100%;
}

.multi-map {
    float: left;
    width: 100%;
    height: 60vh;
}

.multi-map .img-det {
    float: left;
    width: 100%;
    max-width: 400px;
    height: 110px;
}

.multi-map .img-det h2 {
    font-size: 16px;
    color: #A31984;
    font-family: 'Kozuka Gothic Pro B';
    line-height: 20px;
    margin-bottom: 5px;
    background: #f8f7f2;
    padding: 2px;
    border: 1px solid #deae34;
    border-radius: 10px 10px 10px 0;
}

.multi-map .img-det p {
    color: #5f2d53;
    font-family: 'Optima_Medium';
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: inherit;
}

.multi-map .img-det a {
    letter-spacing: 0.5px;
    color: #282828;
    font-family: 'Kozuka Gothic Pro B';
}

.multi-map .img-det a:hover {
    color: #a2007c;
    border-bottom: 1px solid #507f6f;
}

.multi-map .mapa-im {
    float: left;
    width: 36%;
    display: flex;
}

.multi-map .mapa-im img {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 110px;
}

.multi-map .mapa-im img.logo-default {
    width: 75px;
    object-fit: scale-down;
}

.multi-map .mapa-txt {
    float: right;
    width: 60%;
    margin-left: 4%;
}

.gm-style .gm-style-iw-d {
    min-height: 140px;
}

.gm-style .gm-style-iw-c button {
    top: 0px !important;
    right: 0px !important;
}

/* PLANTILLA DISTRIBUIDORA */
.inner-banner>img {
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

.sede-sec {
    width: 100%;
    float: left;
    padding: 0 0 55px;
}

.sede-list {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 25px;
}

.sede-list ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}

.sede-list ul li {
    flex: 0 1 19%;
    overflow: hidden;
    border-radius: 8px;
    background: #eeecdf;
}

.sede-list ul li a {
    width: 100%;
    float: left;
}

.sede-list ul li .sede-img {
    width: 100%;
    float: left;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sede-list ul li .sede-cnt {
    width: 100%;
    float: left;
    min-height: 80px;
    align-items: center;
    display: flex
}

.sede-list ul li .sede-cnt h3 {
    width: 100%;
    color: #3A3A3A;
    font-family: 'Kozuka Gothic Pro B';
    font-size: 18px;
    line-height: 20px;
    transition: all .5s ease;
    text-align: center;
    padding: 10px 20px;
}

.sede-list ul li .sede-cnt span {
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sede-list ul li:nth-child(3n+1) .sede-img {
    background: #a2007c;
}

.sede-list ul li:nth-child(3n+2) .sede-img {
    background: #a2007c;
}

.sede-list ul li:nth-child(3n+3) .sede-img {
    background: #a2007c;
}

.sede-list ul li:hover .sede-cnt h3 {
    color: #be5da7;
}

/* PLANTILLA PÁGINA NOTICIA */
.noticia-details {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.noticia-details-title {
    float: left;
    width: 100%;
    background: #fefdfe;
    padding: 50px 0 0;
}

.noticia-content {
    float: left;
    width: 100%;
}

.noticia-content .row {
    width: 765px;
    background: #f8f7f2;
}

.noticia-details-title h1 {
    float: left;
    width: 100%;
    color: #3A3A3A;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Kozuka Gothic Pro B';
    padding-bottom: 20px;
}

.noticia-details-title h4 {
    float: left;
    width: auto;
    padding-left: 30px;
    font-family: 'Kozuka Gothic Pro B';
    background: url(../images/calendar.svg) no-repeat left center;
    color: #a2007c;
    font-size: 18px;
    line-height: 20px;
}

.noticia-details-title .dte-tags {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 40px;
    background: #eeecdf;
    padding: 8px 12px;
    border-radius: 10px 10px 0 0px;
}

.noticia-details-title .noticia-tags {
    width: auto;
    background: url("../images/tag-ico.svg") no-repeat left center;
    padding-left: 30px;
}

.noticia-details-cnt {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.noticia-details-cnt p {
    float: left;
    width: 100%;
    color: #3A3A3A;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}

.noticia-details-cnt p span {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.31px;
    font-family: 'Optima_Medium';
}

.details-ban-img {
    float: left;
    width: 100%;
    padding: 25px 0 25px;
    overflow: hidden;
}

.details-ban-img img {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 10px solid #fff;
}

.details-ban-img h4 {
    float: left;
    width: 100%;
    padding-top: 10px;
    color: #3A3A3A;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Optima_Medium';
    text-align: center;
}

/* PLANTILLA TODAS LAS NOTICIAS */
.noticia-main {
    float: left;
    width: 100%;
    background: #FFF;
    margin-top: 40px;
    z-index: 9;
    position: relative;
}

.noticia-title {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
}

.noticia-title.noticies-filter {
    margin-bottom: 0px;
}

.noticia-title h1 {
    color: #3A3A3A;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Kozuka Gothic Pro B';
}

.filter-btn a {
    background: #a2007c url("../images/filter-btn.svg") no-repeat right 25px center;
    padding: 5px 50px 5px 25px;
    display: flex;
    border-radius: 8px;
    color: #ffffff;
    width: 122px;
    height: 40px;
    font-size: 15px;
    line-height: 27px;
    font-family: 'Kozuka Gothic Pro B';
    transition: all .5s ease;
}

.filter-btn a.mob-filter {
    display: none;
}

.filter-btn a:hover {
    background: #3a3a3a url("../images/filter-btn.svg") no-repeat right 25px center;
}

.filter-btn a.close {
    background: #3a3a3a url("../images/close-btn.svg") no-repeat right 25px center;
}

.filter-div {
    float: left;
    width: 100%;
    display: none;
    margin-bottom: 50px;
}

.filter-div.show {
    display: block;
}

.noticia-list-sec {
    float: left;
    width: 100%;
    padding: 55px 0 75px;
    background: #eeecdf
}

.noticia-list-sec h2 {
    float: left;
    width: 100%;
    font-family: 'Kozuka Gothic Pro B';
    color: #3A3A3A;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 25px;
}

.noticia-lst {
    float: left;
    width: 100%;
}

.noticia-lst ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 50px;
}

.noticia-lst ul li {
    flex: 0 1 31.33%;
}

.noticia-details .noticia-content .noticia-details-cnt .row ul {
    float: left;
    width: 100%;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    padding-bottom: 20px;
}

.noticia-details .noticia-content .noticia-details-cnt .row ul li {
    padding-left: 30px;
    list-style: initial;
    margin-left: 18px;
}

.noticia-details .noticia-content .noticia-details-cnt .row ul li::marker {
    color: #5f2d53;
    font-size: 20px;
}

ul.cer-filter-lst {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul.cer-filter-lst li {
    float: left;
    width: 19.5%;
    margin-right: 4%;
}

ul.cer-filter-lst li:nth-child(4n-4) {
    width: 13.25%;
    margin-right: 3%;
}

ul.cer-filter-lst li:last-child {
    width: 13.25%;
    margin-right: 0px;
}

ul.cer-filter-lst li .nice-select .list {
    max-height: 20vh;
    overflow-y: auto;
}

ul.cer-filter-lst li input[type="text"].search-txt {
    background: none;
    width: 100%;
    padding: 0px 35px 0px 0px;
    border: none;
    border-bottom: 1px solid #3a3a3a;
    border-radius: 0px;
    color: #3C3C3B;
    height: 45px;
    line-height: 21px;
    font-size: 16px;
    letter-spacing: -0.11px;
    font-family: 'Optima_Medium';
    background: url(../images/ico-cercar.svg) no-repeat top 15px right 15px;
}

ul.cer-filter-lst li input[type="text"].search-txt:focus {
    color: #a2007c;
    border-bottom: solid 1px #a2007c;
    background: url(../images/ico-cercar.svg) no-repeat top 15px right 15px;
}

ul.cer-filter-lst li input[type="text"].datepicker-here {
    background: none;
    width: 100%;
    padding: 0px 35px 0px 0px;
    border: none;
    border-bottom: 1px solid #3a3a3a;
    border-radius: 0px;
    color: #3C3C3B;
    height: 45px;
    line-height: 21px;
    font-size: 15px;
    letter-spacing: -0.11px;
    font-family: 'Optima_Medium';
    background: url(../images/calendar.svg) no-repeat top 15px right 15px;
}

ul.cer-filter-lst li input[type="text"].datepicker-here:focus {
    color: #a2007c;
    border-bottom: solid 1px #a2007c;
    background: url(../images/calendar.svg) no-repeat top 15px right 15px;
}

ul.cer-filter-lst li .select_box_input {
    background: none;
    width: 100%;
    padding: 0px 35px 0px 0px;
    border: none;
    border-bottom: 1px solid #3a3a3a;
    border-radius: 0px;
    color: #3C3C3B;
    height: 45px;
    line-height: 42px;
    font-size: 16px;
    letter-spacing: -0.11px;
    font-family: 'Optima_Medium';
}

ul.cer-filter-lst li .select_box_input.open {
    color: #a2007c;
    border-bottom: solid 1px #a2007c;
}

ul.cer-filter-lst li .nice-select::after {
    right: 15px;
}

ul.cer-filter-lst li .nice-select.open::after {
    border-bottom: 2px solid #a2007c;
    border-right: 2px solid #a2007c;
}

ul.cer-filter-lst li .nice-select .list {
    width: 100%;
    border-radius: 0px;
    row-gap: inherit;
}

ul.cer-filter-lst li .nice-select .list li {
    width: 100% !important;
    margin: 0px 0px;
    font-family: 'Optima_Medium';
    font-size: 14px;
    padding: 2px 12px !important;
    color: #000;
}

ul.cer-filter-lst li .nice-select .option:hover {
    color: #fff;
    background: #a2007c;
}

ul.cer-filter-lst li .nice-select:hover::after {
    border-bottom: 2px solid #a2007c;
    border-right: 2px solid #a2007c;
}


/* GUTENBERG THE CONTENT */
.gutenberg-the-content p {
    margin-bottom: 15px;
}

.gutenberg-the-content .wp-block-details {
    clear: both;
    text-align: left;
}

.gutenberg-the-content .wp-block-details summary {
    font-size: 14px;
    line-height: 20px;
    font-family: "Optima_Regular";
    margin-bottom: 10px;
}

a:hover {
    color: #a21983;
}

/* THEME FIX */
.top-rgt {
    padding: 0;
}

header ul.hd-links li {
    position: relative;
}

header ul.hd-links li a {
    position: absolute;
    top: -13px;
}

.ftr-btm {
    background: none;
}

.sticky-wrapper:not(.is-sticky) .hdr-top {
    border-bottom: solid 1px #a2007c;
}


.ultimas-sec ul.three {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 0;
    margin-bottom: 30px;
}

.ultimas-sec ul.three li {
    flex: 0 1 32%;
}

.ultimas-sec ul.three li .ultimas-img {
    width: 100%;
    overflow: hidden;
    display: flex;
    border-radius: 15px 15px 0 15px
}

.ultimas-sec ul.three li .ultimas-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    aspect-ratio: 1 / 1;
}

.ultimas-sec ul.three li:hover .ultimas-img img {
    transform: scale(1.1);
}

.ultimas-sec ul.three li .ultimas-cnt {
    width: 95%;
    background: #ffffff;
    padding: 20px 40px 10px 0;
    position: relative;
    margin-top: -40px;
    border-radius: 0 10px 0 0;
}

.ultimas-sec ul.three li .ultimas-cnt h3 {
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Optima_Medium';
    font-size: 20px;
    line-height: 27px;
}

.ultimas-sec ul.three li .ultimas-cnt h5 {
    color: #606268;
    font-size: 14px;
    line-height: 12px;
    font-family: 'Kozuka Gothic Pro B';
    position: relative;
    padding-left: 25px;
}

.ultimas-sec ul.three li .ultimas-cnt h5:after {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    background: url(../images/calendar.svg) no-repeat 0 0;
    width: 15px;
    height: 14px;
}



.reci-sec h2 p {
    width: 100%;
    color: #ffffff;
    font-family: "MerriweatherSans-Light";
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
}

.reci-sec h2 strong,
.reci-sec h2 p strong {
    font-family: "Kozuka Gothic Pro B";
}

.reci-sec p em {
    font-family: "MerriweatherSans-Italic";
}



.agenda-img img {
    width: 181px;
    height: 181px;
}


/* GALERIA */
.breadcrumb {
    background: #fff;
}

#lightcase-overlay {
    z-index: 9999;
}

#lightcase-case {
    z-index: 9999;
}

.biblio.zonal .breadcrumb {
    padding-bottom: 0;
    position: relative;
    margin-top: -43px;
    border-radius: 10px 10px 0px 0px;
}

.inner-banner>img {
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

/* BIBLIOTECA */
.page-section.biblio {
    position: relative;
    z-index: 1;
}

.page-section.biblio:first-child {
    z-index: 9;
}

.page-section.biblio .card {
    background: #fff;
    border-radius: 10px;
    border: solid 1px #fff;
}

.page-section.biblio .card .breadcrumb {
    border-radius: 10px 10px 0px 0px;
}

.page-section.biblio .bib-cnt {
    padding-top: 20px;
}

.biblio .bib-cnt .trans-rgt h3,
.biblio-cnt .bioo-cnt h3 {
    font-family: "KozGoProBold";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 27px;
    text-align: left;
    color: #231f20;
}

.biblio-cnt .bioo-cnt .smk_accordion.acordeon-morado {
    display: flex;
}

.biblio-cnt .bioo-cnt ul.accordion_example1.acordeon-morado li .accordion_in .acc_content strong,
.biblio-cnt .bioo-cnt ul.accordion_example1.acordeon-morado li .accordion_in .acc_content b {
    font-family: "MerriweatherSans-Medium";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 27px;
    text-align: left;
    color: #a31984;
}

.biblio .bib-cnt .trans-rgt a,
.biblio .bib-cnt .trans-rgt p a {
    color: #a31984;
}

.biblio .bib-cnt .trans-rgt a:hover,
.biblio .bib-cnt .trans-rgt p a:hover {
    text-decoration: underline;
}

/* CARDS */
.ejemo-cnt {
    padding: 0;
    padding-top: 33px;
}

#page>.ejemo .ejemo-cnt {
    padding: 0 40px;
    padding-top: 33px;
}

.ejemo ul {
    margin-bottom: 40px;
    row-gap: 20px;
}

/* GRAN CARD */
.vestii div.vest-pad {
    padding: 42px 0;
}

#page>.vestii div.vest-pad {
    padding: 42px 33px 107px 33px;
}

.vestii div.vest-pad div.vest-rgt h2 {
    font-family: "MerriweatherSans-Medium";
    font-weight: normal;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 25px;
    text-align: left;
    color: #a31984;
}

.vestii div.vest-pad div.vest-rgt p {
    font-family: "MerriweatherSans-Medium";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #444;
}

.vestii div.vest-pad div.vest-rgt p strong,
.vestii div.vest-pad div.vest-rgt p b {
    color: #a31984;
}

/* SERVICIO INFORMACION */
.page-template-servicio-informacion .agenda-sec {
    background: #deae34;
    margin-bottom: 40px;
}

.page-template-servicio-informacion .ultimas-sec {
    background: #a2007c;
    margin-bottom: 40px;
}

.page-template-servicio-informacion .ultimas-sec ul.three {
    row-gap: 10px;
}

.page-template-servicio-informacion .ultimas-sec ul.three li .ultimas-cnt {
    width: 100%;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.page-template-servicio-informacion .ultimas-sec ul.three li .ultimas-cnt h3 {
    width: 100%;
    margin-bottom: 20px;
    font-family: "Optima_Medium";
    font-size: 16px;
    line-height: 23px;
}

.page-template-servicio-informacion .ultimas-sec ul.three li .ultimas-cnt h5 {
    color: #606268;
    font-size: 14px;
    line-height: 12px;
    font-family: "MerriweatherSans-Medium";
    position: relative;
    padding-left: 25px;
}

.page-template-servicio-informacion .agenda-sec ul li {
    flex: 0 1 100%;
}

/* PERSONA */
.per-lft .persona-main p {
    float: left;
    width: 100%;
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.per-lft .persona-main ol {
    float: left;
    width: 100%;
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.per-lft .info-mail {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dfdfdf;
}

.persona-documentos.biblio-cnt ul.activ li a {
    background-position-x: right;
    background-position-y: center;
}

.info-mail a {
    background: url("../images/ico-mail.svg") no-repeat left top 5px;
}

.persona-main ol {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
}

.persona-main ol li {
    flex: 0 1 100%;
}

.persona-main ul>li ul {
    list-style-type: decimal;
    row-gap: 10px;
    margin-left: 35px;
}

.persona-main ul>li ul>li {
    list-style-type: decimal;
}

/* EMPRESA */
.vestii div.vest-pad div.vest-lft img {
    width: auto;
}

.acc-menu-lft ul li a {
    background: #f9f9f9 url("../images/ico-1.svg") no-repeat right 30px center;
}

.acc-menu-lft ul li a:hover,
.acc-menu-lft ul li a.active {
    color: #ffffff;
    background: #a2007c url("../images/ico-2.svg") no-repeat right 30px center;
}

/* ORDENANZAS */
.instruccion-out {
    padding: 35px 0;
}

/* PAGINACION */
.pagination-lst a.prev.page-numbers {
    background: url(../images/ico-1.svg) no-repeat scroll 0 0;
    background-position: center;
    width: 14px;
    transform: rotate(180deg);
}

.pagination-lst ul li a.next.page-numbers {
    background: url(../images/ico-1.svg) no-repeat scroll 0 0;
    background-position: center;
    width: 14px;
}

/* CONTENIDO DISTRIBUIDORA: DOCUMENTOS */
section.contenido_distribuidora-documentos .bioo-cnt {
    width: 100%;
}

/* CONTENIDO DISTRIBUIDORA: AVISOS */
section.contenido_distribuidora-avisos {
    padding: 35px 0;
}

section.contenido_distribuidora-avisos .bioo-cnt {
    width: 100%;
    padding-left: 0;
}

/* FLEXIBLE CONTENIDO: MOSTRAR PERSONAS */
.flexible_contenido-mostrar_personas {
    margin-bottom: 40px;
}

.pagination-lst ul li a:is(.next-arw, .prev-arw).hidden {
    display: none;
}

.pagination-lst ul li a.prev-arw {
    background: url("../images/ico-1.svg") no-repeat scroll 0 0;
    background-position: center;
    width: 14px;
    transform: rotate(180deg);
}

.pagination-lst ul li a.next-arw {
    background: url("../images/ico-1.svg") no-repeat scroll 0 0;
    background-position: center;
    width: 14px;
}

.details-ban-img img {
    object-fit: contain;
}



/* JIRA: ADPR-15 */
.page-template-contactar .inner-ban-cont h2 {
    padding-top: 32px;
}

.page-template-contactar .cnct-details-main {
    padding: 40px;
}

.cnct-rgt ul {
    row-gap: 20px;
}

.page-template-contactar .contact-form {
    padding: 0;
}

.flexible_contenido-mostrar_personas {
    margin-bottom: 0;
}

.smk_accordion:not(.acordeon-morado) .accordion_in:not(.acc_active) .acc_head .acc_icon_expand {
    background-size: 13px;
}

/* end JIRA: ADPR-15 */

/* CABECERA */
.breadcrumb.service ul {
    margin-left: -9px;
}

.breadcrumb {
    padding: 12px 0 15px;
    background: #f8f7f2;
}

.cita-sec.cita-sec-home .cita-sec-fondo {
    background-size: cover;
}

.logo img {
    height: 58px;
}

.inner-banner {
    padding: 0 0px;
}

.inner-ban-cont h2 {
    font-size: 35px;
    line-height: 38px;
    padding: 29px 40px 25px 40px;
}

.menu-bajoheader {
    background: #f9f9f9;
}

.box-list {
    margin-top: -40px;
}

.box-list ul li a {
    padding: 30px 10px 10px;
    min-height: 80px;
}

.has-large-font-size {
    font-size: 22px !important;
    line-height: 28px !important;
    font-family: "Optima_Medium" !important;
}

.has-medium-font-size {
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: "Optima_Regular" !important;
}

/* FOOTER */

footer {
    float: left;
    width: 100%;
    padding: 35px 0 50px;
    background: #7F2347;
}

.ftr-top {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 150px;
    margin-bottom: 20px;
}

.ftr-top .ftr-lnks {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.ftr-cnct {
    float: left;
    width: 38%;
    margin-top: 20px;
}

.ftr-cnct ul {
    display: flex;
    column-gap: 4%;
}

.ftr-cnct ul li {
    flex: 0 1 48%;
}

.ftr-cnct p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
}

.ftr-cnct ul li:last-child p {
    padding-left: 0;
    padding-bottom: 3px;
}

.ftr-cnct ul li:last-child p:last-child {
    padding-bottom: 0;
}

.ftr-cnct p a {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
    transition: all .5s ease;
}

.ftr-cnct p a.ml-ico {
    text-decoration: underline;
}

.ftr-cnct p a:hover {
    opacity: 0.7;
}

.ftr-cnct p.addr-ico {
    background: url("../images/location-footer.svg") no-repeat left top 0px;
}

.ftr-cnct p a.ph-ico {
    background: url("../images/phone-footer.svg") no-repeat left top 0px;
}

.ftr-cnct p a.ml-ico {
    background: url("../images/envelope-footer.svg") no-repeat left top 3px;
}

.ftr-lnks ul {
    float: left;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}

.ftr-lnks ul li {
    flex: 0 1 auto;
}

.ftr-lnks ul li a {
    width: 37px;
    height: 37px;
    display: inline-block;
    transition: all .5s ease;
}

.ftr-lnks ul li a:hover {
    opacity: 0.7;
}

.ftr-lnks ul li a.ftr-yt-ico {
    background: url("../images/youtube-footer.svg") no-repeat scroll 0 0;
}

.ftr-lnks ul li a.ftr-fb-ico {
    background: url("../images/facebook-footer.svg") no-repeat scroll 0 0;
}

.ftr-lnks ul li a.ftr-tw-ico {
    background: url("../images/twitter-footer.svg") no-repeat scroll 0 0;
}

.ftr-lnks ul li a.ftr-ig-ico {
    background: url("../images/instagram-footer.svg") no-repeat scroll 0 0;
}

.ftr-mid {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 8%;
    row-gap: 25px;
}

.ftr-mid .ftr-menu {
    flex: 0 1 13.6%;
}

.ftr-menu h2 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Kozuka Gothic Pro B';
    padding-bottom: 15px;
}

.ftr-menu ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
}

.ftr-menu ul li {
    flex: 0 1 100%;
}

.ftr-menu ul li a {
    float: left;
    width: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    transition: all .5s ease;
}

.ftr-menu ul li a:hover {
    opacity: 0.7;
}

.ftr-btm {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 35px;
    padding-top: 20px;
    margin-top: 45px;
    border-top: 1px solid #747474;
}

.ftr-btm>div {
    flex: 0 1 auto;
}

.copyrights p {
    color: #ffffff;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.21px;
}

.ftr-oth-lnks ul {
    float: left;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}

.ftr-oth-lnks ul li {
    flex: 0 1 auto;
}

.ftr-oth-lnks ul li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.21px;
    transition: all .5s ease;
}

.ftr-oth-lnks ul li a:hover {
    opacity: 0.7;
}

.ftr-btm>div.ftr-vol-btn {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.ftr-vol-btn a {
    border: 1.5px solid #747474;
    border-radius: 8px;
    height: 40px;
    padding: 0 30px;
    font-family: 'Kozuka Gothic Pro B';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 21px;
    transition: all .5s ease;
}

.ftr-vol-btn a:hover {
    background: #ffffff;
    border: 1.5px solid #ffffff;
    color: #3a3a3a;
}


/* 404 */
.container h1 {
    color: #a31984 !important;
}

.search-form input[type="submit"] {
    background-color: #a31984 !important;
}


.error404 {
    background: url(../images/404-bg.webp) no-repeat scroll 0 0;
    background-position: center;
    background-size: cover;
}

.error404 header ul.hd-links li a {
    top: -5px;
}


/* COLORS DISTRIBUIDORA */


.turism-sec {
    padding: 80px 0 0 0;
}



/* CONTENIDOS */
.telefons-title.sede p strong,
.telefons-title.sede p b {
    font-family: "Kozuka Gothic Pro B";
}

.wp-block-separator {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.turism-title a,
.gutenberg-the-content a {
    color: #a31984;
    border-bottom: 1px solid rgba(163, 25, 133, 0.2);
}

.turism-title a:hover,
.gutenberg-the-content a:hover {
    border-bottom: 1px solid rgba(163, 25, 133, 1);
    transition: all 0.5s ease;
}

.acc-menu-lft ul li a:hover,
.acc-menu-lft ul li a.active {
    border-radius: 6px;
}



/* INICIO */
.reci-img img {
    border-radius: 0px 8px 8px 0px;
}

/* BOTONES */
.cal-btn-div ul li a.cal-btn {
    border: 1.5px solid #edd8e8;
}

.orden-lst-div ul li a span.leer-mas-btn {
    border: 1.5px solid #edd8e8;
}

.info-link ul li a {
    border: 1.5px solid #edd8e8;
}

/* ACTAS */
.page-template-actas .inner-cont-sec .inner-cont-rgt {
    padding-top: 95px;
}

/* SERVICIOS */
.service-title {
    padding: 0 150px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.service-sec {
    padding: 0 0 35px 0;
}

.smk_accordion:not(.acordeon-morado) .accordion_in.acc_active>.acc_content {
    padding-top: 20px;
}

.page-template-servicio-informacion .breadcrumb.service ul {
    margin-left: 10px;
    background: none;
}

.biblio {
    top: -52px;
}

.biblio .bib-cnt .trans-rgt h1 {
    margin-bottom: 30px;
    margin-top: 35px;
}

.biblio .bib-cnt .trans-lft .sidebar .sidebar-lst ol.num-lst li a.active {
    color: #a31984;
}

.biblio .bib-cnt .trans-lft .sidebar .sidebar-lst ol.num-lst li a.active::before {
    top: 5px;
}

.biblio .bib-cnt .trans-lft .sidebar .sidebar-lst ol.num-lst li a::before {
    top: 5px;
}

/* TEXTOS LEGALES SIN MAPA */
.page-template-dinamic-textos-legales .inner-cont-sec {
    padding-bottom: 80px;
}

.pagina-cont-cnt p {
    font-family: "Optima_Regular";
}

/* BUSCADOR */
section.noticia-list-sec.results-sec.search-page h3 {
    font-family: "KozGoProBold";
}

/* RESULTADOS */
body.page-template-resultados .noticias {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}

body.page-template-resultados .noticias h1 {
    float: left;
    width: 100%;
    font-family: "KozGoProBold";
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 10px;
    color: #282828;
    letter-spacing: -1px;
    text-transform: uppercase;
}

body.page-template-resultados .accordion_example1 {
    float: left;
    width: 100%;
}

body.page-template-resultados .faq-bg {
    float: left;
    width: 100%;
    background: #fff;
    padding: 35px 0 45px 0;
}

body.page-template-resultados .accordion_example1.smk_accordion .accordion_in .acc_head {
    border: none;
    padding: 15px 20px;
    color: #000000;
    transition: all 0.4s ease;
}

body.page-template-resultados .resultados p {
    float: left;
    width: 100%;
    font-family: "Optima_Regular";
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
}

.has-text-align-center {
    text-align: center;
}

body.page-template-resultados .wp-block-columns {
    width: 100%;
}

/* FI RESULTADOS */

/* PLENOS */
.orden-lst-div ul li a {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    padding-bottom: 0;
    padding-left: 0;
}

.orden-lst-div ul li a h3 {
    margin: 0;
    width: calc(100% - 40px);
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
}

.orden-lst-div ul li a:hover h3 {
    text-decoration: underline;
}

.calendar .ui-datepicker-calendar td {
    font-family: "Optima_Medium";
    font-size: 16px;
}

.calendar .ui-datepicker-calendar .ui-datepicker-current-day a,
.calendar .ui-datepicker-calendar .ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today a,
.calendar .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default.ui-state-active {
    font-family: "Optima_Medium";
    color: #fff;
}

.calendar .ui-datepicker-calendar .ui-datepicker-current-day {
    background: #5f2d53;
    border-radius: 50%;
}

.orden-cont-cnt h2 {
    float: left;
    width: 100%;
    font-family: "KozGoProBold";
    color: #a2007c;
    font-size: 26px;
    line-height: 20px;
    padding: 25px 0;
}

.orden-lst-div ul li a h3 {
    color: #3a3a3a;
}

.orden-lst-div select,
.orden-lst-div input[type="date"] {
    width: 100%;
    border-radius: 9px;
    color: #303030;
    padding: 15px 20px 10px;
    height: 50px;
    border: 0.5px solid #dddddd;
    font-family: "Optima_Medium";
    font-size: 16px;
    letter-spacing: 0px;
    transition: all 0.5s ease;
    background: none;
    margin-bottom: 20px;
}

.orden-lst-div input[type="date"]:focus {
    border: 0.5px solid #a2007c;
}

.orden-lst-div ul {
    margin-bottom: 40px;
}

.ver-mas-btn-plenos,
.ver-mas-btn-juntas {
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 45px;
    cursor: pointer;
    background: #a2007c;
    border: none;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-family: "Optima_Medium";
    padding: 0px 10px;
    /* border-radius: 27px; */
    transition: all 0.5s ease;
    margin: 0 auto;
}

.ver-mas-btn-plenos:hover,
.ver-mas-btn-juntas:hover {
    color: #ffffff;
    background: #3a3a3a;
}




/* PÁGINA DE INICIO DE SESIÓN Y REGISTRO */
.login-left {
    background: #a2007c;
}

.login-frm .form-box button.env-btn,
.login-btm button.reg-btn {
    background: #5f2d53;
}

.login-frm .form-box button.env-btn:hover,
.login-btm button.reg-btn:hover {
    background: #a2007c;
}

.login-right ul.tabs li.tab-link,
.login-right ul.tabs li.tab-link.current {
    color: #a2007c;
}

.login-right ul.tabs li.tab-link.current::after {
    background: #a2007c;
}

.login-frm .form-box .frm-input.checkbox.fullwid a,
.login-frm.form-list p a,
.login-frm .form-box .frm-input.checkbox.has-ovida a {
    color: #a2007c;
}

.login-frm .form-box .frm-input.checkbox.fullwid a:hover,
.login-frm.form-list p a:hover,
.login-frm .form-box .frm-input.checkbox.has-ovida a:hover {
    color: #5f2d53;
}

.login-frm .form-box .frm-input .frm-input-ctrl [type="radio"]:checked+label:after,
.login-frm .form-box .frm-input .frm-input-ctrl [type="radio"]:not(:checked)+label:after {
    background: #a2007c;
}

/* JIRA ADPR-44 */
.directorio-acc .smk_accordion .accordion_in .acc_head h4 {
    margin-right: 15px;
}

.home-banner .flex-caption {
    margin-bottom: 10px;
    padding-left: 5px;
}

.home-banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.home-banner ul.slides {
    display: block;
}

.home-banner ul.slides li {
    background: none;
    border-radius: 0;
}

.home-banner .flexslider {
    min-height: inherit;
    width: 100%;
}

.desta-sec>.home-banner>.container {
    position: relative;
    /* margin-top: -465px; */
}

.desta-sec>.home-banner>.container.one-element {
    /* width: 500px; */
}

.desta-sec>.home-banner>.container.one-element .desta-list ul li {
    border: none;
}

.home-banner>.galeria-home-banner-portada>.flex-control-nav {
    display: none;
}

.home-banner .flex-caption::after {
    content: none;
}

.home-banner .flex-caption {
    padding: 0 20px;
    top: auto;
    bottom: 20px;
    transform: none;
}

.home-banner .flex-caption .flex-cont {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 20px;
    width: 332px;
}

.home-banner .flex-caption .flex-cont h2 {
    font-family: Kozuka Gothic Pro B;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
}

.home-banner .flex-caption .flex-cont h4 {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
}

.home-banner .flex-caption .flex-cont a {
    transition: all .5s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #a21983;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    padding: 0 15px;
    height: 28px;
    border-radius: 25px;
}

.home-banner .flex-caption .flex-cont a:hover {
    background: #5f2d53;
}

.home-banner .flex-control-nav {
    bottom: 5px;
    width: 80px;
    right: -20%;
}

.home-banner .flex-control-nav li a {
    width: 17px;
    height: 17px;
}

.home-banner .flex-control-nav li a.flex-active {
    background: #FFFFFF;
}

.home-banner .flex-control-nav li a {
    background: #a2007c;
}

.home-banner .flex-control-nav li {
    margin: 0 7px 0px 0;
}


/* PAGINACIÓN */
.pagination {
    width: 100%;
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
}

.pagination ul {
    width: auto;
    display: flex;
    column-gap: 10px;
    row-gap: 0;
    justify-content: center;
}

.pagination ul li {
    flex: 0 1 auto;
}

.pagination ul li a {
    color: #8D8D8D;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-family: 'Geist-SemiBold';
    font-size: 16px;
    transition: all .5s ease;
}

.pagination ul li a.active {
    color: #FFFFFF;
    background: #a2007c;
    font-family: 'Geist-Bold';
}

.pagination ul li a.active:hover {
    color: #FFFFFF;
    background: #a2007c;
}

.pagination ul li a:hover {
    color: #FFFFFF;
    background: #a2007c;
}

a.next-arw span {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/ico-pages-right.svg") no-repeat scroll right top;
    transition: all .5s ease;
}

a.next-arw:hover {
    opacity: 0.5;
}

a.prev-arw span {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/ico-pages-left.svg") no-repeat scroll left top;
    transition: all .5s ease;
}

a.prev-arw:hover {
    opacity: 0.5;
}

.pagination ul li a span.lft {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/ico-pages-left.svg) no-repeat scroll right top;
    transition: all .5s ease;
}

.pagination ul li a span.rgt {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/ico-pages-right.svg) no-repeat scroll right top;
    transition: all .5s ease;
}

/* .pagination ul li a span:is(.lft, .rgt) {opacity: 0.5;} */
.pagination ul li a.pagination__number_active {
    color: #FFFFFF;
    background: #a2007c
}

.jurado-list.ordenanzas-list>ul>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jurado-list.ordenanzas-list h5 {
    margin: 0;
    transition: all 0.4s ease;
}

.jurado-list.ordenanzas-list a:hover h5 {
    color: #a2007c;
}

.jurado-list.ordenanzas-list ul li ul {
    width: auto;
    margin-left: 0;
}


/* AGENDA CALENDARIO TITLE CAPITALIZE FIX */
.fc .fc-toolbar-title:first-letter {
    text-transform: uppercase;
}

.fc .fc-toolbar-title {
    text-transform: lowercase;
}

.galeria-home-banner-portada.flexslider .slides img {
    aspect-ratio: 19 / 3;
    object-fit: cover;
}

/* XXSS Síguenos: Tiktok */
.segueix-tab .tab-list ul li.tiktok span.ico {
    background: url(../images/tiktok.svg) no-repeat scroll 0 0;
    background-size: contain;
}

.segueix-tab .tab-list ul li.tiktok.current span.ico,
.segueix-tab .tab-list ul li.tiktok:hover span.ico {
    background: url(../images/tiktok-g.svg) no-repeat scroll 0 0;
    background-size: contain;
}

.desta-list .home-banner {
    width: 100%;
}

.desta-list .home-banner .flexslider .slides img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.desta-list .home-banner .flex-control-nav {
    width: 100%;
    margin: 0;
}

.desta-list .home-banner .flex-control-nav li {
    border: none !important;
}

.desta-sec>.home-banner>.container.one-element {
    /* width: 500px; */
}

.desta-sec>.home-banner>.container.one-element .flexslider .slides img {
    aspect-ratio: 41 / 9;
    object-fit: cover;
}

.desta-sec>.home-banner>.container.desta-portada.un-elemento {
    max-width: 450px;
}

.desta-portada .desta-list ul li.wide a img {
    aspect-ratio: 16/5;
    object-fit: cover;
}