.otgs-development-site-front-end {
    display: none;
}

/* Legal */
.general-content-sec a {
    text-decoration: underline;
    transition: all 0.5s ease;
}

.general-content-sec a:hover {
    color: #5694BC;
}

.general-content-sec h2 {
    float: left;
    width: 100%;
    color: #212F59;
    font-size: 35px;
    line-height: 1.1;
    font-family: 'FoundersGrotesk-Bold';
    padding: 20px 0px 10px;
}

/* END Legal */

/* Footer */
.yt-icon p a {
    color: #FFFFFF;
}

.menu-container>div>div {
    width: 100%;
}

ul.ftr-addr li {
    max-width: 75%;
}

/* END Footer */

/* Index */
.subscribe-buzon-main .form-response p {
    color: rgb(77, 85, 109);
}

/* END Index */

/* Contenido Flexible */
.acosol-cnt-rgt p a {
    color: #5694BC;
    font-family: 'FoundersGrotesk-Bold';
    transition: all 0.5s ease;
    text-decoration: underline;
}

.acosol-cnt-rgt p a:hover {
    color: #212F59;
}

.video-flexible {
    margin: 50px 0px;
}

/* END Contenido Flexible */

/* HEADER */
.hdr-top-sec {
    position: relative;
    z-index: 9999;
}

/* end HEADER */

/* SERVICIOS */
.inner-title-sec .inner-edares-rgt ul li {
    float: left;
    width: 100%;
    color: #4D556D;
    font-size: 18px;
    line-height: 1.3;
}

/* end SERVICIOS */

/* EMBALSE */
.embalse-dashboard .embalse-card {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.embalse-dashboard h3 {
    margin: 0 0 20px;
    color: #1c284f;
    font-size: 18px;
    font-weight: 700;
}

.embalse-gauge-wrap {
    position: relative;
    height: 250px;
}

.embalse-gauge-center {
    position: absolute;
    left: 50%;
    bottom: 38px;
    transform: translateX(-50%);
    text-align: center;
}

.embalse-gauge-center strong {
    display: block;
    color: #273044;
    font-size: 34px;
    line-height: 1;
}

.embalse-gauge-center span {
    display: inline-block;
    margin-top: 8px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #e9fff4;
    color: #16a36f;
    font-size: 13px;
    font-weight: 700;
}

.embalse-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 16px;
    padding-top: 18px;
    border-top: 1px solid #edf0f5;
}

.embalse-summary span {
    display: block;
    color: #748094;
    font-size: 14px;
}

.embalse-summary strong {
    display: block;
    margin-top: 4px;
    color: #1f2937;
    font-size: 18px;
}

.embalse-source {
    margin: 16px 0 0;
    color: #748094;
    font-size: 12px;
}

.embalse-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.embalse-card-head h3 {
    margin: 0;
}

.embalse-bars-card canvas {
    height: 300px !important;
    width: 525px !important;
}

.embalse-table-toggle {
    border: 0;
    border-radius: 8px;
    padding: 10px 16px;
    background: #2d7ff9;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.embalse-table-wrap {
    margin-top: 24px;
    overflow-x: auto;
}

.embalse-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.embalse-table caption {
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px;
}

.embalse-table th,
.embalse-table td {
    padding: 10px;
    border-bottom: 1px solid #edf0f5;
    text-align: left;
}

/* end EMBALSE */

/* JIRA ACO-11 */
.desktop-search {
    background: #212F59;
}

.news-detail-sec ul.doc-link li::before {
    position: absolute;
    content: "";
    background: url(../images/descarga.svg) no-repeat;
    top: 0px;
    left: 0px;
    width: 19px;
    height: 19px;
}

.factura-bx-sec ul li ul {
    margin-top: 15px;
}

.news-box-out .loader {
    background-image: url("../../resources/v1/images/footer-logo.svg");
}

.page-template-landing-proyecto .related-projects-sec,
.page-template-landing-proyecto .agua-list,
.page-template-landing-proyecto .sustainability-agua-sec {
    scroll-margin-top: 100px;
}

.page-template-landing-proyecto .head-top-in .logo img {
    max-width: 210px;
}

.hm-slide video {
    max-height: 650px;
    width: 100%;
    object-fit: cover;

}

.page-template-landing-proyecto .related-projects-sec .noticias-main .noticias-cnt h3 {
    font-size: 25px;
    line-height: 1.3;
}

/* end JIRA ACO-11 */


/*** Llistes ***/
.acosol-cnt-rgt>ul:not(.arrow-list),
.cnt-bx-rgt>ul,
.inner-title-sec>ol,
.inner-title-sec>ul {
    float: left;
    width: 100%;
    color: #4D556D;
    font-size: 18px;
    line-height: 1.3;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 18px;
    padding-bottom: 15px;
}

.acosol-cnt-rgt>ul:not(.arrow-list) {
    line-height: 1.4;
    padding-bottom: 20px;

}

.cnt-bx-rgt>ol li,
.inner-title-sec>ol li {
    /*list-style-type: auto;*/

    flex: 0 1 100%;
    color: #4D556D;
    position: relative;
    padding-left: 18px;
}

.acosol-cnt-rgt>ul:not(.arrow-list) li,
.cnt-bx-rgt>ul li,
.inner-title-sec>ul li {
    /*list-style-type: initial;*/

    flex: 0 1 100%;
    color: #4D556D;
    position: relative;
    padding-left: 18px;
}

.acosol-cnt-rgt>ul:not(.arrow-list) li::before,
.cnt-bx-rgt>ul li::before,
.inner-title-sec>ol li::before,
.inner-title-sec>ul li::before {
    position: absolute;
    content: "";
    background: #5694BC;
    border-radius: 50%;
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
}

/*** END Llistes ***/


/*** Jira ACO-11 ***/
.estado-embalse-title {
    padding: 0px;
}

/*** END Jira ACO-11 ***/

ul.arrow-list li a::before {
    height: 20px;
}


/*** JIRA ACO-18 ***/
.hm-slide .hm-video-embed {
    width: 100%;
    max-height: 725px;
    height: 725px;
    overflow: hidden;
    position: relative;
}

.hm-slide .hm-video-embed iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 1155px;
    min-height: 650px;
    transform: translate(-50%, -50%);
    border: 0;
    display: block;
}

.otras-list ul {
    justify-content: space-between;
}

.otras-list ul li {
    flex: 0 1 23%;
}

.servicios-title-cnt .common-section {
    scroll-margin-top: 160px;
}

.mobile-menu .menu-sub-container>div>div {
    width: 100%;
}

/** nuevos bloques proyecto **/

/* actuaciones */
.section-block {
    margin-bottom: 64px;
    float: left;
    width: 100%;
}

.section-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(86, 148, 188, 0.24);
}

.section-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    margin-top: 2px;
    background: rgba(86, 148, 188, 0.10);
    color: #183c69;
}

.section-meta {
    flex: 1;
}

.section-meta p {
    float: left;
    width: 100%;
    color: #4D556D;
    font-size: 18px;
    line-height: 1.5;
}

.section-tipo-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #212F59;
}

.agua-list h2.section-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    color: #212F59;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.section-desc {
    font-size: 14px;
    color: #4D556D;
    max-width: 600px;
    line-height: 1.6;
}

.section-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0;
}

.badge-count {
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    color: #212F59;
}

.badge-label {
    font-size: 18px;
    color: #4D556D;
    letter-spacing: 0.04em;
}

/* SUBGRUPO */
.subgrupo {
    margin-bottom: 32px;
}

.subgrupo-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    background: rgba(86, 148, 188, 0.10);
    border-left: 3px solid rgba(0, 51, 153, 0.15);
}

.subgrupo-tag {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5694BC;
}

.subgrupo-name {
    font-size: 18px;
    color: #5694BC;
    font-weight: 500;
}

.subgrupo-n {
    margin-left: auto;
    font-size: 18px;
    color: #5694BC;
}

/* CARDS GRID */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.act-card {
    border: 1px solid rgba(0, 51, 153, 0.15);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.act-card:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.act-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.act-code {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(86, 148, 188, 0.10);
    color: #5694BC;
}

.act-subtipo {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4D556D;
}

.act-desc {
    font-size: 16px;
    color: #4D556D;
    line-height: 1.45;
    flex: 1;
}

.act-footer {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 7px;
    border-top: 1px solid rgba(0, 51, 153, 0.15);
}

.act-pin {
    font-size: 14px;
    color: #4D556D;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 4px;
}

.act-pin svg {
    width: 11px;
    height: 11px;
    stroke: #E3B51C;
    flex-shrink: 0;
}

.act-budget {
    font-size: 14px;
    font-weight: 600;
    color: #4D556D;
}

/* END actuaciones */

/* presupuestos */
.pres-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.pres-card {
    border: 1px solid rgba(0, 51, 153, 0.15);
    ;
    border-radius: 10px;
    padding: 16px;
}

.pres-tipo {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-radius: 999px;
    display: inline-block;
    color: #4D556D;
}

.pres-valor {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 4px;
    color: #4D556D;
}

.pres-label {
    font-size: 11px;
    line-height: 1.4;
    color: #4D556D;
}

.pres-total-card {
    background: rgba(86, 148, 188, 0.10);
    grid-column: span 2;
}

/* END presupuestos */

/* licitaciones */
.licit-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.licit-table th {
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(86, 148, 188, 0.24);
    color: #4D556D;
}

.licit-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(86, 148, 188, 0.24);
    vertical-align: top;
    color: #4D556D;
}

.licit-table tr:last-child td {
    border-bottom: none;
}

.licit-table tbody tr:hover td {
    background: #FAFAF9;
}

.licit-ref {
    font-weight: 600;
    white-space: nowrap;
    color: #4D556D;
}

.licit-importe {
    white-space: nowrap;
    font-weight: 600;
    text-align: right;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.status-adj {
    background: #E8F5E9;
    color: #2E7D32;
}

.status-licit {
    background: #FFF8E1;
    color: #E65100;
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.status-adj .status-dot {
    background: #4CAF50;
}

.status-licit .status-dot {
    background: #FF9800;
}

/* END licitaciones */
/** END nuevos bloques proyecto **/

/** single actuacion **/
/* tipología */
.tip-box {
    float: left;
    width: 100%;
    background: #eff4f8;
    border-radius: 0 3px 3px 0;
    margin-bottom: 32px;
    padding: 35px;
}

.tip-lbl {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5694BC;
    margin-bottom: 5px
}

.tip-txt {
    font-size: 18px;
    color: #212F59;
    line-height: 1.6;
    font-weight: 400
}

/* data block */
.f-data {
    float: left;
    width: 100%;
    background: #fafafa;
    border-radius: 3px;
    padding: 35px;
    margin-bottom: 32px;
}

.f-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 28px;
    align-items: start
}

.dl {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .06em;
    color: #4D556D;
    margin-bottom: 4px
}

.dv {
    font-size: 22px;
    color: #212F59;
    font-weight: 400;
    line-height: 1.45;
    font-family: 'FoundersGrotesk-Bold';
}

.dv-money {
    font-family: 'FoundersGrotesk-Bold';
    font-weight: 700;
    font-size: 22px;
    line-height: 1
}

.dv-money-a {
    color: #6B1A1A
}

.dv-money-b {
    color: #1A3A5C
}

.dv-money-c {
    color: #1C5C2E
}

.d-item {
    margin-bottom: 20px
}

.d-item:last-child {
    margin-bottom: 0
}

/* municipios */
.munis-list {
    font-size: 22px;
    color: #212F59;
    font-weight: 500;
    line-height: 1.8;
    font-family: 'FoundersGrotesk-Bold';
}

.munis-list .m-sep {
    color: #B8920A;
    margin: 0 5px;
    font-weight: 700
}

/* ejecución */
.ejec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.ejec-lbl {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #AAA
}

.ejec-pct {
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1A
}

.ejec-bar {
    height: 6px;
    background: #E2DDD8;
    border-radius: 999px;
    overflow: hidden
}

.ejec-fill {
    height: 100%;
    border-radius: 999px;
    transition: width .5s ease
}

@media(max-width:900px) {
    .f-data-grid {
        grid-template-columns: 1fr 1fr
    }

    .f-data-grid>div:last-child {
        grid-column: span 2
    }
}

@media(max-width:640px) {

    .f-data-grid {
        grid-template-columns: 1fr
    }

    .f-data-grid>div:last-child {
        grid-column: span 1
    }

    .f-data {
        padding: 20px
    }
}

/** END single actuacion **/

/*** END Jira ACO-18 ***/