/* =========================================================================
   TABLA DEL TOOLTIP (convención eldiario.es, compartida entre proyectos)
   ========================================================================= */

.columna-datos-eldiarioes {
    text-align: right;
    padding-bottom: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #ddd;
}

.primeracolumna-eldiarioes {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* =========================================================================
   CABECERA
   Mismos valores que el tracker de temperaturas (2605), para que las dos
   piezas se lean como parte de la misma serie.
   ========================================================================= */

.container-title-olas-calor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.container-title-olas-calor h4 {
    max-width: 640px;
    width: 100%;
    text-align: left;
    color: #000000;
    font-size: 31px;
    margin: 15px 0px 0px 0px;
    font-family: Sanomat-Bold, Georgia;
    font-weight: 400;
}

.container-title-olas-calor p {
    max-width: 640px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-family: 'Encode Sans', sans-serif;
    line-height: 18px;
    margin: 10px 0px 0px 0px;
    color: #181818;
}

.container-title-olas-calor .border-upside-hot {
    box-sizing: border-box;
    max-width: 640px;
    height: 5.38px;
    text-decoration-line: line-through;
    text-decoration-color: #A32A31;
    text-decoration-style: wavy;
}

.olas-calor-source {
    font-size: 12px;
    text-align: left;
    font-family: 'Encode Sans', sans-serif;
    line-height: 20px;
    color: #181818;
}

.olas-calor-container {
    width: 100%;
}

/* =========================================================================
   EJES Y LEYENDA
   ========================================================================= */

.olas-calor-container .tick text {
    font-family: "Encode Sans", sans-serif;
    font-size: 12px;
    fill: #4a4a4a;
}

/* La transición solo afecta al resaltado del hover */
.olas-calor-container [class^="rect-"] {
    transition: fill-opacity 0.15s ease;
}

@media only screen and (max-width: 600px) {
    .container-title-olas-calor h4 {
        font-size: 26px;
    }

    .container-title-olas-calor {
        margin-left: 0px;
    }
}
