#block-weatherwidget--2 {
    display: none;
}

#block-weatherwidget {
    max-width: 650px;
}

@media (max-width: 1440px) {
    #block-weatherwidget {
        max-width: 650px;
        width: min(510px, 100%);
        margin: 0 auto;
    }
}

#content-data {
    width: 100%;
    max-width: 650px;
}

.content-info {
    max-width: 650px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    border-radius: 12px;
    background-color: var(--secondary-50);
}

@media (max-width: 1440px) {
    .content-info {
        flex-direction: column;
    }
}

.content-info .info-concello {
    width: 44%;
    background-size: cover !important;

}

.content-info .content-prediction {
    width: 65%;
    padding: 24px 16px;
}

@media (max-width: 1440px) {
    .content-info .info-concello {
        width: 100%;
        height: 180px;
    }

    .content-info .content-prediction {
        width: 100%;
    }
}

.content-info .info-concello,
.content-prediction .list-group-item {
    border-radius: 12px;
}

.content-prediction {
    display: flex;
    flex-direction: column;
    position: relative;
}

.content-prediction .today-temp h2 {
    color: var(--neutral-900);
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 0;
}

.content-prediction .today-temp p {
    color: var(--neutral-600);
    font-size: 16px;
    font-weight: 400;
}


.content-prediction .actual-temp {
    display: none;
    position: absolute;
    right: 16px;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Source Sans 3';
    color: #D90041;
}

.content-prediction #list-group-predicion-concellos .day-container {
    --wday-header: 160px;
    --size: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 1600px) {
    .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 120px;
    }
}

@media (max-width: 1500px) {
    .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 60px;
    }
}

@media (max-width: 1439px) {
    .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 160px;
    }
}

@media (max-width: 900px) {
    .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 120px;
    }
}

@media (max-width: 767px) {
    .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 160px;
    }
}

@media (max-width: 467px) {
    .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 120px;
    }
}

@media (max-width: 390px) {
    .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 80px;
    }
}

.content-prediction #list-group-predicion-concellos .daytime-wrapper .daytime {
    color: var(--neutral-700);
    font-family: 'Source Sans 3';
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.content-prediction #list-group-predicion-concellos .day-container .day-row {
    display: flex;
    gap: 48px;
}

@media (max-width: 467px) {
    .content-prediction #list-group-predicion-concellos .day-container .day-row {
        display: flex;
        gap: 24px;
    }
}

@media (max-width: 350px) {
    .content-prediction #list-group-predicion-concellos .day-container .day-row {
        display: flex;
        gap: 12px;
    }
}

.content-prediction #list-group-predicion-concellos .day-container .day-row .spacer,
.content-prediction #list-group-predicion-concellos .day-container .day-row p {
    min-width: var(--wday-header);
}

.content-prediction #list-group-predicion-concellos .day-container .day-row p {
    color: var(--neutral-700);
    font-family: 'Source Sans 3';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    height: var(--size);
    display: flex;
    align-items: center
}

.content-prediction #list-group-predicion-concellos .day-container .day-wrapper {
    width: 100%;
    display: flex;
}

.content-prediction #list-group-predicion-concellos .day-container .day-wrapper:not(.temps-wrapper) {
    justify-content: space-between;
}

@media (max-width: 1440px) {
    .content-prediction #list-group-predicion-concellos .day-container .day-wrapper:not(.temps-wrapper) {
        justify-content: unset;
        gap: 48px;
    }
}

@media (max-width: 1180px) {
    .content-prediction #list-group-predicion-concellos .day-container .day-wrapper:not(.temps-wrapper) {
        justify-content: space-between;
        gap: unset;
    }
}

@media (max-width: 767px) {
    .content-prediction #list-group-predicion-concellos .day-container .day-wrapper:not(.temps-wrapper) {
        justify-content: unset;
        gap: 48px;
    }
}

@media (max-width: 467px) {
    .content-prediction #list-group-predicion-concellos .day-container .day-wrapper:not(.temps-wrapper) {
        justify-content: space-between;
        gap: unset;
    }
}

.content-prediction #list-group-predicion-concellos .day-container .day-wrapper:not(.temps-wrapper) > * {
    width: var(--size);
    height: var(--size);
}

.content-prediction #list-group-predicion-concellos .day-container .rain-wrapper strong {
    display: flex;
    align-items: center;
    width: var(--size);
    height: var(--size);
}

.content-prediction .origin {
    text-align: end;
    margin-block-start: 16px;
}

/* Page meteoroloxia */

.page-page027 .content-info {
    flex-direction: column;
}

.page-page027 .content-info #fondo-info-concello  {
    height: 300px;
    width: 100%;
}

.page-page027 .content-info .content-prediction {
    width: 100%;
    padding: 32px;
}

.page-page027 .content-info .content-prediction .list-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
    overflow: unset !important;
}

.page-page027 .content-info .content-prediction .day-container {
    flex-direction: column;
    position: relative;
}

.page-page027 .content-info .content-prediction .day-container .actual-temp {
    right: 0;
}

@media (max-width: 1439px) {
    .page-page027 #block-weatherwidget {
        max-width: 650px;
        width: 100%;
    }

    .page-page027 .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 60px;
    }
}

@media (max-width: 1279px) {
    .page-page027 .content-prediction #list-group-predicion-concellos .day-container .day-wrapper:not(.temps-wrapper) {
        justify-content: unset;
        gap: 24px;
    }

    .page-page027 .content-info .content-prediction .list-group {
        gap: 32px;
    }
}

@media (max-width: 991px) {
    .page-page027 .content-info .content-prediction .list-group {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-page027 .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 120px;
    }
}

@media (max-width: 767px) {
    .page-page027 .content-info .content-prediction .list-group {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-page027 .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 160px;
    }

    .page-page027 .content-prediction #list-group-predicion-concellos .day-container .day-wrapper:not(.temps-wrapper) {
        gap: 48px;
    }

    .page-page027 .content-info {
        width: fit-content;
        margin: 0 auto;
    }
}

@media (max-width: 520px) {
    .page-page027 .content-info {
        width: 100%;
    }

    .page-page027 .content-prediction #list-group-predicion-concellos .day-container .day-wrapper:not(.temps-wrapper) {
        gap: 32px;
    }

    .page-page027 .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 140px;
    }
}

@media (max-width: 420px) {
    .page-page027 .content-info .content-prediction {
        padding-inline: 16px;
    }

    .page-page027 .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 100px;
    }
}

@media (max-width: 350px) {
    .page-page027 .content-prediction #list-group-predicion-concellos .day-container .day-wrapper:not(.temps-wrapper) {
        gap: 16px;
    }

    .page-page027 .content-prediction #list-group-predicion-concellos .day-container {
        --wday-header: 100px;
    }
}