@charset "UTF-8";
body {
    background-color: var(--bg-green);
    color: var(--bg-areia);
}
.texto-header p {
    color: var(--bg-areia);
    margin-bottom: 0;
}
.logo svg {
    width: 100%;
    height: auto;
    fill: var(--yellow-title);
}
.svg-temporada svg {
    fill: var(--petrol);
}

/* SECTIONS VIDEOS */
.eps .row {
    border-bottom: 1px dashed var(--yellow-title);
    padding-bottom: 5rem;
}
.ep-text h3 {
    font-family: var(--font-tertiary);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--petrol);
    text-transform: uppercase;
}
.ep-text h2 {
    font-family: var(--font-secondary);
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--yellow-title);
    text-transform: uppercase;
}