@media only screen and (min-width: 768px) {
    .contenedor header.contenido-header {
        width: 100%;
        display: flex;
        height: 27.142em;
        align-items: stretch;
        position: relative;
    }

    .contenedor header.contenido-header .scroll-header {
        display: none;
    }

    .contenedor header.contenido-header .normal-header {
        width: 100%;
        display: flex;
    }

    .contenedor header.contenido-header .normal-header .bg-audifonos {
        background: url(/podcast/imag/custom/iconos/audifonos_header.png)no-repeat center;
        background-size: 100%;
        /* max-width: 52.75em; */
        /* max-width: 844px; */
        /* width: 100%; */
        /* height: 100%; */
        /* min-height: 21.375em; */
        /* min-height: 342px; */
        right: 10%;
        top: -15%;
        opacity: .7;
        flex: 1;
        position: relative;
        z-index: -1;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        position: relative;
        /* background: rgba(90, 255, 255, 0.25); */
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .btn-menu {
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .titular-pagina {
        display: inline-flex;
        flex: 1;
        position: relative;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu {
        z-index: 1;
        align-self: center;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: -2.5%;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .btn-menu:hover .menu-button span, .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .btn-menu:hover .menu-button span::before, .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .btn-menu:hover .menu-button span::after {
        background: white;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .logo-menu {
        height: 50px;
        width: 200px;
        background: url(/podcast/imag/custom/logos/cooperativa_podcast_sobrenosotros.svg) no-repeat center;
        background-size: 70%;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .menu-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* position: absolute; */
        z-index: 1;
        left: .66667em;
        /* font-size: 1.5em; */
        /* line-height: 1.5; */
        width: 100px;
        padding: 35px;
        /* background: red; */
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .menu-button.close {
        width: 30px;
        padding: 0;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .menu-button span::before {
        content: "";
        position: absolute;
        top: -10px;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .menu-button span::after {
        content: "";
        position: absolute;
        top: 10px;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .menu-button span {
        position: relative;
        display: block;
        height: 10.9375vw;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .menu-button span, .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .menu-button span::before, .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .menu-button span::after {
        width: 100%;
        height: 5px;
        background: #5affff;
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .cont-btn-menu .menu-button p {
        color: white;
        font-size: 0.625rem;
        font-weight: bold;
        text-transform: uppercase;
        margin: 15px 0 0 0;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .icon {
        width: 45px;
        height: 45px;
        display: inline-grid;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .icon.icon-audifonos {
        background: var(--icon-audifonos)no-repeat;
        background-size: contain;
        justify-self: start;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .titular-podcast {
        display: inline-flex;
        width: 100%;
        /* max-width: 740px; */
        /*max-width: 46.25em;*/
        /* min-height: 10em; */
        /* min-height: 145px; */
        position: relative;
        background: url(/podcast/imag/custom/logos/cooperativa_podcast_sobrenosotros.svg) no-repeat center;
        background-size: 100%;
        /* margin: 0 0 25px 0; */
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .titular-podcast .txt-titular {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-size: 85px;
        font-weight: 900;
        /* height: 50px; */
        /* background: red; */
        line-height: 1;
        /* display: none; */
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .titular-podcast .txt-titular.coop {
        /* background: green; */
        /* -webkit-transform: scale(1.06); */
        -ms-transform: scale(1.06);
        /* transform: scale(1.06); */
        /* padding-left: 5px; */
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .titular-podcast .txt-podcast {
        display: inline-flex;
        align-items: center;
        line-height: 1;
        /* background: red; */
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .titular-podcast .txt-podcast p.pod {
        font-size: 5.3125em;
        color: white;
        float: left;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .titular-podcast .txt-podcast p.cast {
        font-size: 5.3125em;
        color: white;
        font-weight: 900;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .logo {
        z-index: 1;
        cursor: pointer;
        position: absolute;
        top: 5%;
        right: 0;
    }

    .contenedor header.contenido-header .normal-header .enlace-portada .logo.logo-coop {
        display: flex;
        width: 125px;
        height: 50px;
        background: url(/podcast/imag/custom/logos/coop.svg)no-repeat center;
        background-size: 100%;
    }

    /* BAJADA */
    .contenedor header.contenido-header .normal-header .bajada-podcast {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        /* display: inline-grid; */
        /* grid-template-columns: 1fr auto; */
        margin: 0 0 0 11.5%;
        /* grid-gap: 15px; */
        align-items: center;
        z-index: 2;
        /* background: red; */
    }

    .contenedor header.contenido-header .normal-header .bajada-podcast .bajada-podcast-txt {
        display: inline-flex;
    }

    .contenedor header.contenido-header .normal-header .bajada-podcast .bajada-podcast-txt p {
        color: #fff;
        font-size: 1.975em;
        /* font-size: 1.5em; */
    }

    /* BUSCAR */
    .contenedor header.contenido-header .normal-header .contenido-buscar {
        width: 100%;
        min-height: 65px;
        display: grid;
        justify-items: end;
        align-items: center;
        display: none;
    }

    .contenedor header.contenido-header .normal-header .contenido-buscar .buscar {
        display: grid;
        width: 50%;
        justify-items: end;
    }

    .contenedor header.contenido-header .normal-header .contenido-buscar .buscar label {
        display: inline-grid;
        color: #fff;
        text-align: right;
        text-transform: capitalize;
        font-size: 1.25em;
        padding-bottom: 0.3125em;
        font-weight: bold;
    }

    .contenedor header.contenido-header .normal-header .contenido-buscar .buscar .input-buscar {
        display: inline-grid;
        width: 325px;
        height: 40px;
        background: #04385b var(--icon-lupa) no-repeat scroll 8px 9px;
        padding-left: 40px;
        background-size: 25px;
        color: #2cc1f9;
        border: 1px solid #08568a;
        font-size: 23px;
        font-size: 1.5rem;
        font-weight: lighter;
    }

    /* REDES SOCIALES */
    .contenedor header.contenido-header .normal-header .contenido-redes-music {
        display: inline-grid;
        align-items: center;
        margin: 35px 0;
        z-index: 2;
        display: none;
    }

    .contenedor header.contenido-header .normal-header .contenido-redes-music .redes-sociales {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 2.8125em);
        grid-gap: 0 10px;
    }

    .contenedor header.contenido-header .normal-header .contenido-redes-music .icon {
        width: 2.8125em;
        height: 2.8125em;
        cursor: pointer;
    }

    .contenedor header.contenido-header .normal-header .contenido-redes-music .red-spotify {
        background: var(--logo-spotify) no-repeat;
        background-size: 100%;
    }

    .contenedor header.contenido-header .normal-header .contenido-redes-music .red-itunes {
        background: var(--logo-itunes) no-repeat;
        background-size: 100%;
    }

    .contenedor header.contenido-header .normal-header .contenido-redes-music .red-rss {
        background: var(--logo-rss) no-repeat;
        background-size: 100%;
    }

    /* CONTENIDO EXTRA */
    .contenedor header.contenido-header .normal-header .contenido-extra {
        width: 250px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        position: absolute;
        bottom: 50px;
        right: 0;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .contenido-compartir {
        display: inline-flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        margin: 0 0 10px 0;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .contenido-compartir .txt-compartir {
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .contenido-compartir .txt-compartir p {
        color: white;
        font-size: 1.25em;
        text-transform: capitalize;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .contenido-compartir ul {
        display: flex;
        position: relative;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .contenido-compartir ul li {
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .contenido-compartir ul li:last-child {
        margin-left: 10px;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .contenido-compartir ul li:last-child::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 50%;
        left: -25%;
        background: #5affff;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .contenido-compartir ul li a.icon {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .contenido-compartir ul li a.icon.face {
        background: url(/podcast/imag/custom/redes_sociales/colores/facebook.svg) no-repeat center;
        background-size: cover;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .contenido-compartir ul li a.icon.twitter {
        background: url(/podcast/imag/custom/redes_sociales/colores/twitter.svg) no-repeat center;
        background-size: cover;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .btn-informacion::before {
        content: '';
        position: absolute;
        width: 90%;
        height: 1px;
        background: #5affff;
        right: 0;
        top: -12.5%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .btn-informacion {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        width: 100%;
        position: relative;
        padding: 10px;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5 linear;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .btn-informacion:hover {
        background: rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 0 1px white;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .btn-informacion:hover .icon.icon-siguenos {
        background: url(/podcast/imag/custom/iconos/hover/btn_info_white.svg) no-repeat center;
        background-size: 100%;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .btn-informacion p {
        color: white;
        font-size: 1.25em;
        margin-right: auto;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .btn-informacion .icon {
        width: 25px;
        height: 25px;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .btn-informacion .icon.icon-siguenos {
        background: url(/podcast/imag/custom/iconos/btn_info.svg) no-repeat center;
        background-size: 100%;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .btn-informacion .icon.icon-escribenos {
        background: url(/podcast/imag/custom/iconos/escribenos.svg) no-repeat center;
        background-size: 100%;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .mini-player {
        display: inline-flex;
        width: 300px;
        min-height: 45px;
        background: rgba(3, 32, 51, 0.5);
        margin: 5px 0 0 0;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .mini-player:hover {
        background: rgba(255, 255, 255, 0.25);
        cursor: pointer;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .mini-player .contenido-mini-player {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 10px 15px;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .mini-player .contenido-mini-player .txt-mini-player {
        color: #fff;
        font-size: 1.5em;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .mini-player:hover .contenido-mini-player .txt-mini-player {
        color: var(--color-celeste);
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .mini-player .contenido-mini-player .icon {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .mini-player .contenido-mini-player .icon.icon-play {
        background: url(/podcast/imag/custom/botones_player/btn_play.svg) no-repeat center;
        background-size: 100%;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .mini-player:hover .contenido-mini-player .icon.icon-play {
        background: url(/podcast/imag/custom/botones_player/hover/btn_play_white.svg) no-repeat center;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .mini-player .contenido-mini-player .icon.icon-pause {
        background: url(/podcast/imag/custom/botones_player/btn_pause.svg) no-repeat center;
    }

    .contenedor header.contenido-header .normal-header .contenido-extra .mini-player:hover .contenido-mini-player .icon.icon-pause {
        background: url(/podcast/imag/custom/botones_player/hover/btn_pause_white.svg) no-repeat center;
    }

    /**=== HEADER FIXED TOP ===**/
    .contenedor header.contenido-header.header-fixed {
        left: 0;
        max-width: 100%;
        /*! background: rebeccapurple; */
        min-height: 50px;
        height: 50px;
        background: #032033;
        position: fixed;
        z-index: 9;
        top: 0;
        box-shadow: 0 0 0 1px #5affff1c;
        display: block;
        -moz-transition: background 1000ms ease 0s;
        /* transition: background 1000ms ease 0s; */
        /* -webkit-transition: background 1000ms ease 0s; */
    }

    .contenedor header.contenido-header.header-fixed .normal-header {
        display: none;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        margin: auto;
        max-width: 1300px;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .cont-menu-titular {
        display: inline-flex;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .logo {
        display: inline-flex;
        width: 125px;
        height: 50px;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .logo.logo-coop {
        background: url(/podcast/imag/custom/logos/coop.svg)no-repeat center;
        background-size: 80%;
    }

    /* BTN MENU */
    .contenedor header.contenido-header.header-fixed .scroll-header .cont-btn-menu {
        display: inline-flex;
        margin: 0 30px 0 0;
        cursor: pointer;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .cont-btn-menu .menu-button {
        display: flex;
        align-items: center;
        /* position: absolute; */
        z-index: 1;
        height: 50px;
        left: .66667em;
        font-size: 1.5em;
        line-height: 1.5;
        width: 1.5em;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .cont-btn-menu .menu-button span::before {
        content: "";
        position: absolute;
        top: -10px;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .cont-btn-menu .menu-button span::after {
        content: "";
        position: absolute;
        top: 10px;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .cont-btn-menu .menu-button span {
        position: relative;
        display: block;
        height: 10.9375vw;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .cont-btn-menu .menu-button span, .contenedor header.contenido-header.header-fixed .scroll-header .cont-btn-menu .menu-button span::before, .contenedor header.contenido-header.header-fixed .scroll-header .cont-btn-menu .menu-button span::after {
        width: 100%;
        height: 5px;
        background: #5cffff;
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px;
    }

    /* TITULAR */
    .contenedor header.contenido-header.header-fixed .scroll-header .enlace-portada {
        display: inline-flex;
        position: relative;
        justify-items: center;
        min-width: 330px;
        height: 50px;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .enlace-portada .titular-podcast {
        display: inline-flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: start;
        background: url(/podcast/imag/custom/logos/cooperativa_podcast_completo.svg) no-repeat center;
        background-size: 100%;
        min-width: 150px;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .enlace-portada .titular-podcast .txt-titular {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: lighter;
        line-height: 20px;
        display: none;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .enlace-portada .titular-podcast .txt-titular strong {
        font-weight: bold;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .enlace-portada .sombra-audifonos {
        width: 100px;
        height: 50px;
        background: url(/podcast/imag/custom/iconos/audifonos_header.svg) no-repeat center;
        background-size: cover;
        /* position: absolute; */
        /* left: 160px; */
    }

    /* REDES SOCIALES */
    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast {
        display: inline-flex;
        align-items: center;
        flex-flow: row nowrap;
        min-width: 650px;
        display: none;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast .bajada-podcast {
        display: inline-flex;
        max-width: 400px;
        width: 100%;
        font-size: 1em;
        float: left;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast .bajada-podcast p {
        font-size: 1em;
        color: #fff;
        text-transform: uppercase;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast .bajada-podcast p strong {
        font-weight: bold;
        font-size: .7em;
        float: left;
        width: 100%;
        color: #5affff;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast .redes-sociales {
        display: inline-grid;
        grid-template-columns: repeat(3, 35px);
        grid-gap: 15px;
        align-items: center;
        margin-left: 40px;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast .icon {
        cursor: pointer;
        height: 35px;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast .red-spotify:hover {
        /* background: var(--logo-spotify-hover) no-repeat; */
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transition: all .3s ease-in-out;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast .red-spotify {
        background: url(/podcast/imag/custom/redes_sociales/colores/spotify.svg) no-repeat center;
        background-size: cover;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast .red-itunes {
        background: url(/podcast/imag/custom/redes_sociales/colores/itunes.svg) no-repeat center;
        background-size: cover;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast .red-itunes:hover {
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transition: all .3s ease-in-out;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast .red-rss:hover {
        /* background: var(--logo-rss-hover) no-repeat; */
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transition: all .3s ease-in-out;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-redes-podcast .red-rss {
        background: url(/podcast/imag/custom/redes_sociales/colores/instagram.svg);
        background-size: cover;
    }

    /* BUSCAR */
    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-buscar {
        display: inline-flex;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-buscar .buscar {
        display: grid;
        justify-items: center;
        align-items: center;
        position: relative;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-buscar .buscar label {
        display: inline-grid;
        color: #fff;
        text-align: right;
        text-transform: capitalize;
        font-size: 1em;
        font-weight: bold;
        position: absolute;
        z-index: 910120210;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-buscar .buscar .input-buscar {
        display: inline-grid;
        width: 318px;
        height: 25px;
        background: #04385b url(/2019/pruebas/eduardo/player_podcast/img/iconos/lupa.svg) no-repeat scroll 10px 2px;
        padding-left: 40px;
        background-size: 20px;
        color: #2cc1f9;
        border: 1px solid #08568a;
        font-size: 23px;
        font-size: 1.5rem;
        font-weight: lighter;
    }

    /* LOGO COOPERATIVA */
    .contenedor header.contenido-header .contenido-icon-logo {
        display: inline-flex;
        /*! background: tomato; */
        justify-content: end;
        min-width: 125px;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-icon-logo .icon {
        width: 89px;
        height: 37px;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-icon-logo .logo-coop {
        background: url(/podcast/imag/custom/logos/coop.svg) no-repeat;
        background-size: cover;
    }

    .contenedor header.contenido-header.header-fixed .scroll-header .contenido-icon-logo .logo-coop:hover {
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transition: all .3s ease-in-out;
    }
}

@media only screen and (max-width: 767px) {
    body.no-scroll {
        overflow: hidden;
    }

    .contenedor header.contenido-header .normal-header {
        display: none;
    }

    .contenedor header.contenido-header {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        height: 9.375vw;
        /*! background: rebeccapurple; */
        background: #03283c;
        background-position: left 50vw bottom 0;
        background-size: contain;
        position: fixed;
        top: 0;
        z-index: 4;
        /* overflow: hidden; */
    }

    .container header.container-header .container-icon-logo {
        display: grid;
        /*! background: tomato; */
    }

    .contenedor header.contenido-header .scroll-header {
        display: flex;
        flex-flow: row;
        width: 90vw;
        height: 9.375vw;
        justify-content: space-between;
        align-items: center;
    }

    .contenedor header.contenido-header .scroll-header .cont-menu-titular {
        display: flex;
        flex-flow: row;
        align-items: center;
    }

    .contenedor header.contenido-header .scroll-header .logo {
        width: 20vw;
        height: 10vw;
    }

    .contenedor header.contenido-header .scroll-header .logo.logo-coop {
        background: url(/podcast/imag/custom/logos/coop.svg) no-repeat center;
        background-size: 90%;
    }

    /* BTN HAMBURGUER MENU */
    .contenedor header.contenido-header .scroll-header .cont-btn-menu {
        display: inline-flex;
        justify-self: start;
        margin-right: 5vw;
    }

    .contenedor header.contenido-header .scroll-header .cont-btn-menu .menu-button {
        display: flex;
        align-items: center;
        /*! position: absolute; */
        z-index: 1;
        height: 9.25vw;
        left: .66667em;
        font-size: 5vw;
        /* line-height: 1.5; */
        width: 1.25em;
    }

    .contenedor header.contenido-header .scroll-header .cont-btn-menu .menu-button span::before {
        content: "";
        position: absolute;
        top: -8px;
    }

    .contenedor header.contenido-header .scroll-header .cont-btn-menu .menu-button span::after {
        content: "";
        position: absolute;
        top: 8px;
    }

    .contenedor header.contenido-header .scroll-header .cont-btn-menu .menu-button span {
        position: relative;
        display: block;
        height: 10.9375vw;
    }

    .contenedor header.contenido-header .scroll-header .cont-btn-menu .menu-button span, .contenedor header.contenido-header .scroll-header .cont-btn-menu .menu-button span::before, .contenedor header.contenido-header .scroll-header .cont-btn-menu .menu-button span::after {
        width: 100%;
        height: 4px;
        background-color: white;
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px;
    }

    /* TITULAR */
    .contenedor header.contenido-header .scroll-header .enlace-portada {
        display: inline-flex;
        flex-flow: row;
        justify-self: start;
        position: relative;
    }

    .contenedor header.contenido-header .scroll-header .enlace-portada .titular-podcast {
        background: url(/podcast/imag/custom/logos/cooperativa_podcast_completo.svg) no-repeat center;
        background-size: contain;
        height: 9.375vw;
        width: 30vw;
    }

    .contenedor header.contenido-header .scroll-header .enlace-portada .titular-podcast .txt-titular {
        color: #fff;
        text-transform: uppercase;
        font-size: 4vw;
        font-weight: lighter;
        line-height: 1;
        display: none;
    }

    .contenedor header.contenido-header .scroll-header .enlace-portada .titular-podcast .txt-titular strong {
        font-weight: bold;
    }

    .contenedor header.contenido-header .scroll-header .enlace-portada .sombra-audifonos {
        background: url(/podcast/imag/custom/iconos/audifonos_header.svg) no-repeat center;
        background-size: cover;
        height: 9.375vw;
        width: 20vw;
        margin: 0 0 0 -5vw;
        /* position: absolute; */
        /* right: -2.5vw; */
    }

    .container header.container-header .scroll-header .container-redes-podcast {
        display: none;
    }

    /* REDES SOCIALES */
    .contenedor header.container-header .scroll-header .container-redes-music {
        display: none;
    }

    .contenedor header.container-header .scroll-header .container-redes-music .redes-sociales {
        display: grid;
        grid-template-columns: repeat(3, 35px);
        grid-gap: 15px;
    }

    .contenedor header.container-header .scroll-header .container-redes-music .icon {
        height: 35px;
        border-radius: 100%;
    }

    .contenedor header.container-header .scroll-header .container-redes-music .red-spotify {
        background: var(--logo-spotify) no-repeat;
        background-size: 100%;
    }

    .contenedor header.container-header .scroll-header .container-redes-music .red-itunes {
        background: var(--logo-itunes) no-repeat;
        background-size: 100%;
    }

    .contenedor header.container-header .scroll-header .container-redes-music .red-rss {
        background: var(--logo-rss) no-repeat;
        background-size: 100%;
    }

    /* BUSCAR */
    .contenedor header.container-header .scroll-header .container-buscar {
        display: none;
    }

    .contenedor header.container-header .scroll-header .container-buscar .buscar {
        display: grid;
        justify-items: center;
        align-items: center;
        position: relative;
    }

    .contenedor header.container-header .scroll-header .container-buscar .buscar label {
        display: inline-grid;
        color: #fff;
        text-align: right;
        text-transform: capitalize;
        font-size: 1em;
        font-weight: bold;
        position: absolute;
        z-index: 910120210;
    }

    .contenedor header.container-header .scroll-header .container-buscar .buscar .input-buscar {
        display: inline-grid;
        width: 325px;
        height: 25px;
        background: #04385b url(/2019/pruebas/eduardo/player_podcast/img/iconos/lupa.svg) no-repeat scroll 10px 2px;
        padding-left: 40px;
        background-size: 20px;
        color: #2cc1f9;
        border: 1px solid #08568a;
        font-size: 23px;
        font-size: 1.5rem;
        font-weight: lighter;
    }

    /* LOGO COOPERATIVA */
    .contenedor header.container-header .scroll-header .container-icon-logo .icon {
        width: 17.1875vw;
        height: 7.8125vw;
    }

    .contenedor header.container-header .scroll-header .container-icon-logo .logo-coop {
        background: url(/podcast/imag/custom/logos/coop.svg)no-repeat center;
        background-size: 100%;
    }
}

.capa-header {
    width: 100%;
    height: 400px;
    background: red
}

@media only screen and (max-width: 1366px) and (min-width: 768px) {
    .contenedor header.contenido-header.header-fixed .scroll-header {
        max-width:1000px;
        width: 95%;
    }
}
