﻿/*
    AUTHOR: AGUSTIN MERILES @agustin_meriles
    COMPANY: PINARD SOFTWARE E INNOVACIÓN
    FOR: RADIO LIBERTAD 99.1
    FILE: STYLE-XXS
*/

/* FONT FAMILIES */
@font-face {
    font-family: 'Muli-Light';
    src: url('Muli-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Muli-Light.woff') format('woff'), url('fonts/Muli-Light.ttf') format('truetype'), url('fonts/Muli-Light.svg#Muli-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Regular';
    src: url('Muli-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Muli-Regular.woff') format('woff'), url('fonts/Muli-Regular.ttf') format('truetype'), url('fonts/Muli-Regular.svg#Muli-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-SemiBold';
    src: url('Muli-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Muli-SemiBold.woff') format('woff'), url('fonts/Muli-SemiBold.ttf') format('truetype'), url('fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('Muli-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Muli-Bold.woff') format('woff'), url('fonts/Muli-Bold.ttf') format('truetype'), url('fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light.woff') format('woff'), url('fonts/OpenSans-Light.ttf') format('truetype'), url('fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold.woff') format('woff'), url('fonts/OpenSans-Semibold.ttf') format('truetype'), url('fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.ttf') format('truetype'), url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

a,
a:visited,
a:hover a:active,
a:focus {
    color: #DD9030;
}

.centered {
    vertical-align: middle;
    display: inline-block;
}

.centerer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* TOP BAR */
.top-bar {
    background: #F8F8F8;
    height: 70px;
    -webkit-box-shadow: 0 5px 10px 0 #000000;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
    -ms-box-shadow: 0 5px 10px 0 #000000;
    -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
    box-shadow: 0 5px 10px 0 #000000;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top-bar-logo {
    width: 112px;
    height: 28px;
    margin-top: 25px;
}

.top-bar .tag-seccion {
    font-family: 'Muli-Regular', sans-serif;
    font-size: 14px;
    background: #DD9030;
    display: inline-block;
    color: #fff;
    padding: 4px 8px;
    margin-top: 22px;
    margin-left: 6px;
    max-width: 82px;
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

a.top-bar-menu {
    font-family: 'Muli-Bold', sans-serif;
    font-size: 18px;
    background-image: url('img/top-bar-hamburguer.png');
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    margin-top: 24px;
    padding-right: 0;
    text-decoration: none;
}

    a.top-bar-menu:hover {
        text-decoration: none;
    }

    a.top-bar-menu span {
        color: transparent;
    }

/* SEARCH BAR */
.search-widget {
    display: none;
    padding: 10px 4px;
    margin-top: 12px;
    margin-left: 12px;
}

    .search-widget:after {
        content: "";
        display: table;
        clear: both;
    }

.top-bar.search-open .search-widget {
    border: 1px solid #919191;
}

.search-widget .btn-show {
    width: 29px;
    height: 29px;
}

.top-bar.search-open .search-widget .btn-show {
    display: block;
    float: left;
    padding: 0 8px;
}

.show-on-search {
    display: none;
}

.hide-on-search {
    display: block;
    float: left;
}

.top-bar.search-open .show-on-search {
    display: block;
    float: left;
}

.top-bar.search-open .hide-on-search {
    display: none;
}

.search-widget .btn-show .icon-search {
    background-image: url('img/top-search.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 29px;
    height: 29px;
}

.search-widget .btn-hide {
    display: block;
    width: 12px;
    height: 12px;
    float: right;
    margin: 8px 16px;
}

    .search-widget .btn-hide .icon-search-close {
        background-image: url('img/top-search-close.png');
        background-repeat: no-repeat;
        display: block;
        width: 12px;
        height: 12px;
    }

.search-widget input {
    margin-left: 16px;
    line-height: 22px;
    font-family: 'Muli-Regular', sans-serif;
    width: 260px;
    border: none;
    outline: none;
}

    .search-widget input:focus {
        outline: none;
    }

.search-widget button {
    background: #E7992E;
    color: #fff;
    border: none;
    padding: 6px 12px;
    font-family: 'Muli-Regular', sans-serif;
}

.search-widget .loading {
    display: none;
}

/* MENU SEARCH */
menu .menu-search {
    margin: 16px 8px;
}

    menu .menu-search .search-widget {
        display: block;
        padding: 4px;
        margin: 0;
        border: 1px solid #919191;
    }

        menu .menu-search .search-widget input {
            width: 170px;
            height: 100%;
            margin-left: 4px;
        }

/* SUB TOP BAR */
.sub-top-bar {
    position: absolute;
    top: 70px;
    width: 100%;
    height: 70px;
    background: #5376b4; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #5376b4 50.1%, #5376b4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#5376b4 50.1%,#5376b4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#5376b4 50.1%,#5376b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#5376b4',GradientType=1 ); /* IE6-9 */
}

    .sub-top-bar .download-container {
        height: 70px;
        background: #5376B4;
        -ms-border-radius: 47px 0 0 47px;
        border-radius: 47px 0 0 47px;
    }

    .sub-top-bar .text {
        color: #fff;
        padding: 18px 0 0 24px;
        float: left;
    }

        .sub-top-bar .text .primary {
            font-family: 'Muli-Bold', sans-serif;
            font-size: 16px;
        }

        .sub-top-bar .text .secondary {
            font-family: 'OpenSans-Light', sans-serif;
            font-size: 14px;
            line-height: 12px;
        }

    .sub-top-bar .download .icons {
        float: right;
        padding-top: 16px;
        padding-left: 0;
    }

        .sub-top-bar .download .icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
        }

            .sub-top-bar .download .icons a.apple {
                background-image: url('img/apple.png');
            }

            .sub-top-bar .download .icons a.android {
                background-image: url('img/android.png');
            }

    .sub-top-bar .programa .images {
        float: left;
    }

        .sub-top-bar .programa .images .pic-conductor {
            width: 55px;
            height: 55px;
            -ms-border-radius: 50%;
            border-radius: 50%;
            margin-top: 8px;
            display: inline-block;
        }

            .sub-top-bar .programa .images .pic-conductor img {
                border: 3px solid #DADAE3;
                width: 55px;
                height: 55px;
                -ms-border-radius: 50%;
                border-radius: 50%;
            }

        .sub-top-bar .programa .images .listen {
            background: #CE5516;
            width: 30px;
            height: 30px;
            -ms-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            margin-left: -20px;
            vertical-align: middle;
            padding-top: 5px;
            padding-left: 5px;
        }

            .sub-top-bar .programa .images .listen img {
                width: 19px;
                height: 20px;
            }

            .sub-top-bar .programa .images .listen button {
                -ms-opacity: 0;
                opacity: 0;
            }

/* HOME CONTAINER */
.home-wrapper {
    margin-top: 145px;
}

/* NOTAS CONTAINER */
.notas-wrapper {
    /*margin-top: 70px;*/
    margin-top: 145px;
}

.container.notas-wrapper {
    margin-top: 0;
}

.notas-wrapper.outer-container .right-container,
.container-nota.outer-container .right-container {
    display: none;
}

/* MENU */
menu {
    margin: 0;
    padding: 0;
    display: block;
    height: 100%;
    width: 300px;
    background: #F7F6F6;
    border-left: 1px solid #DADAE2;
    border-bottom: 1px solid #DADAE2;
    position: fixed;
    top: 0;
    -ms-opacity: 0;
    opacity: 0;
    right: -300px;
    z-index: 999999999;
    -webkit-box-shadow: 0 5px -10px 0 rgba(0,0,0,0.4);
    -ms-box-shadow: 0 5px -10px 0 rgba(0,0,0,0.4);
    box-shadow: 0 5px -10px 0 rgba(0,0,0,0.4);
}

body .overlay {
    background: #757575;
    background: rgba(117, 117, 117, 0.25);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999990;
    display: none;
}

body.menu-open .overlay {
    display: block;
}

body.menu-open {
    overflow: hidden;
}

menu .menu-top-bar {
    height: 60px;
    background: #DA9414;
}

    menu .menu-top-bar .listen {
        display: none;
    }

    menu .menu-top-bar .listen-dot {
        width: 17px;
        height: 17px;
        margin-top: 21px;
        margin-left: 16px;
        vertical-align: middle;
        float: left;
    }

        menu .menu-top-bar .listen-dot img {
            width: 17px;
            height: 17px;
        }

    menu .menu-top-bar .text {
        color: #fff;
        padding: 13px 0 0 16px;
        float: left;
    }

        menu .menu-top-bar .text .primary {
            font-family: 'Muli-Bold', sans-serif;
            font-size: 16px;
        }

        menu .menu-top-bar .text .secondary {
            font-family: 'OpenSans-Light', sans-serif;
            font-size: 14px;
            line-height: 12px;
        }

    menu .menu-top-bar .close-button {
        float: right;
    }

        menu .menu-top-bar .close-button .icon-close {
            background: url('img/icon-close.png') no-repeat;
            width: 22px;
            height: 22px;
            display: block;
            margin-top: 19px;
            margin-right: 16px;
        }

menu .menu-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

    menu .menu-content .menu-item-header {
        height: 46px;
        background: #EBEAE9;
        border-top: 1px solid #DADAE2;
        border-bottom: 1px solid #DADAE2;
    }

        menu .menu-content .menu-item-header span {
            font-family: 'Muli-Bold', sans-serif;
            font-size: 18px;
            color: #757575;
            display: inline-block;
            padding-top: 10px;
            padding-left: 12px;
            padding-right: 12px;
            height: 100%;
            border-bottom: 2px solid #757575;
        }

    menu .menu-content ul.menu-item-subitems {
        content: '6';
        font-family: 'Muli-Regular', sans-serif;
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

        menu .menu-content ul.menu-item-subitems li {
            list-style: none;
            display: block;
            width: 100%;
            height: 32px;
            float: left;
        }

            menu .menu-content ul.menu-item-subitems li a {
                display: block;
                height: 32px;
                padding-top: 7px;
                padding-left: 12px;
                padding-right: 12px;
                color: #757575;
                text-decoration: none;
                border-right: 1px solid #DADAE3;
                border-bottom: 1px solid #DADAE3;
            }

                menu .menu-content ul.menu-item-subitems li a:hover,
                menu .menu-content ul.menu-item-subitems li a:active,
                menu .menu-content ul.menu-item-subitems li a:focus {
                    font-family: 'Muli-Bold', sans-serif;
                    color: #DA9414;
                }

        menu .menu-content ul.menu-item-subitems.with-bullet {
            margin: 8px;
            display: none;
            cursor: pointer;
        }

            menu .menu-content ul.menu-item-subitems.with-bullet li {
                display: block;
                width: auto;
                min-height: 32px;
                height: 100%;
                float: none;
            }

                menu .menu-content ul.menu-item-subitems.with-bullet li:before {
                    color: #757575;
                    content: "\25B6";
                    padding-top: 6px;
                    padding-right: 8px;
                    padding-left: 8px;
                    float: left;
                }

                menu .menu-content ul.menu-item-subitems.with-bullet li a {
                    border: none;
                }

                menu .menu-content ul.menu-item-subitems.with-bullet li.expanded:before {
                    content: "\25BC";
                }

        menu .menu-content ul.menu-item-subitems .expand-container {
            display: none;
        }

/* PROGRAMACION WIDGET */
.programacion-widget {
    background-color: #F3F2F1;
    -ms-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
    margin-bottom: 16px;
    font-family: 'Muli-Regular', sans-serif;
}

    .programacion-widget .tab-content {
        height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .programacion-widget h4 {
        background-color: #ED5404;
        -ms-border-radius: 16px 16px 0 0;
        border-radius: 16px 16px 0 0;
        padding: 8px 12px;
        margin-bottom: 0;
        font-family: 'Muli-Regular', sans-serif;
        font-size: 11pt;
        font-weight: normal;
        color: #fff;
        text-transform: uppercase;
    }

    .programacion-widget .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.35;
        background-color: #F3F2F1;
        border: 1px solid #CECECE;
        -ms-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        font-size: 10pt;
        color: #444;
    }

    .programacion-widget .nav > li > a {
        position: relative;
        display: block;
        padding: 4px 8px;
    }

    .programacion-widget .nav-tabs > li.active a {
        color: #fff;
        background-color: #F69220;
    }

    .programacion-widget .programa {
        font-family: 'Muli-Regular', sans-serif;
        font-size: 10pt;
        border-bottom: 1px dashed #B7B7B7;
        padding: 8px;
        cursor: pointer;
    }

        .programacion-widget .programa:last-child {
            border: none;
        }

        .programacion-widget .programa .hora {
            font-size: 9pt;
            display: inline-block;
            width: 48px;
            text-align: center;
        }

        .programacion-widget .programa .descripcion {
            display: inline-block;
            vertical-align: top;
        }

            .programacion-widget .programa .descripcion .nombre {
                display: block;
                font-weight: bold;
            }

            .programacion-widget .programa .descripcion .conductores {
                display: block;
                font-family: 'Muli-Regular', sans-serif;
                font-size: 10pt;
            }

#programacion-submenu .programacion-widget {
    margin: 0;
    border: none;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#programacion-submenu p {
    padding: 16px;
    margin: 0;
}

    #programacion-submenu p a {
        padding: 0;
        margin: 0;
        color: #444;
    }

.menu-item-header[data-target]:after {
    content: "\25B6";
    color: #757575;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.menu-item-header[data-target].expanded:after {
    content: "\25BC";
}

.menu-social {
    margin: 16px;
}

    .menu-social a {
        width: 28px;
        height: 27px;
        background-repeat: no-repeat;
        display: block;
        float: left;
        margin-right: 8px;
    }

        .menu-social a.youtube {
            background-image: url('img/icon-youtube.png');
        }

        .menu-social a.tiktok {
            background-image: url('img/icon-tiktok.png');
        }

        .menu-social a.snapchat {
            background-image: url('img/icon-snapchat.png');
        }

        .menu-social a.facebook {
            background-image: url('img/icon-facebook.png');
        }

        .menu-social a.twitter {
            background-image: url('img/icon-twitter.png');
        }

        .menu-social a.instagram {
            background-image: url('img/icon-instagram.png');
        }

header .menu-social {
    margin-top: 21px;
    display: none;
}

menu .menu-social {
    display: block;
}

/* NOTAS */
.nota {
    padding: 4px;
}

    .nota > div {
        height: 132px;
        border-bottom: solid 1px #DADAE3;
        position: relative;
        overflow: hidden;
        height: 340px;
        padding: 0;
        width: 344px;
        margin: 0 auto;
    }

    .nota.destacada-big > div,
    .nota.destacada-small > div {
        background: #F8F8F8;
        border-bottom: solid 2px #DADAE3;
    }

    .nota h2 {
        margin: 0;
        padding: 0;
        padding-top: 12px;
        font-family: 'REM', sans-serif;
        font-weight: 600;
        font-size: 15px;
    }

    .nota.destacada-big h2,
    .nota.destacada-small h2 {
        font-size: 18px;
    }

    .nota h2 a {
        color: #454542;
    }

        .nota h2 a:visited,
        .nota h2 a:active,
        .nota h2 a:focus {
            color: #454542;
            text-decoration: none;
        }

        .nota h2 a:hover {
            color: #DD9030;
            text-decoration: none;
        }

    .nota h3.tema {
        margin: 0;
        padding: 0;
        padding-top: 8px;
        font-family: 'OpenSans-Semibold', sans-serif;
        font-size: 14px;
    }

    .nota.destacada-big h3.tema,
    .nota.destacada-small h3.tema {
        font-size: 16px;
    }

    .nota h3.tema a {
        color: #DD9030;
    }

        .nota h3.tema a:visited,
        .nota h3.tema a:active,
        .nota h3.tema a:focus {
            color: #DD9030;
            text-decoration: none;
        }

        .nota h3.tema a:hover {
            color: #454542;
            text-decoration: none;
        }

    .nota .nota-image {
        display: block;
        float: none;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .nota .nota-image img {
            height: auto;
            width: 100%;
        }

    .nota .nota-footer {
        padding: 0 4px;
        padding-top: 12px;
        height: 63px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #FFF;
    }

    .nota.destacada-big .nota-footer,
    .nota.destacada-small .nota-footer {
        padding-top: 5px;
        height: 55px;
        background: #F8F8F8;
    }

    .nota .nota-footer .addthis_custom_sharing {
        float: left;
        width: 50%;
    }

    .nota .nota-footer .nota-autor {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 15px;
        color: #939496;
        border-left: solid 1px #DADAE3;
        float: left;
        width: 50%;
        white-space: nowrap;
        overflow: hidden;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding-left: 4px;
        margin: 0;
        margin-top: 6px;
        overflow: hidden;
    }

    .nota .nota-image .nota-seccion {
        top: 0;
    }

    .nota .nota-image .nota-seccion {
        font-family: 'Muli-Regular',sans-serif;
        font-size: 14px;
        color: #fff;
        padding: 6px 12px;
        top: 0;
        display: block;
        position: absolute;
        background: #dd9030;
        -ms-opacity: .75;
        opacity: .75;
        -webkit-transition: all 250ms ease-out;
        -moz-transition: all 250ms ease-out;
        -ms-transition: all 250ms ease-out;
        -o-transition: all 250ms ease-out;
        transition: all 250ms ease-out;
    }

    .nota .nota-image .nota-fecha {
        bottom: 0;
        right: 0;
        font-family: 'Muli-Regular',sans-serif;
        font-size: 14px;
        color: #fff;
        padding: 6px 12px;
        display: block;
        position: absolute;
        background: #dd9030
    }

.nota-banner-composite {
    padding: 0;
}

.nota-banner {
    padding: 4px;
    overflow: hidden;
}

    .nota-banner div {
        margin: 0 auto;
        width: 320px;
        height: 50px;
        color: #eaeaea;
        background: #eaeaea;
        overflow: hidden;
    }

        .nota-banner div img:hover {
            cursor: pointer;
        }

.nota-banner-codigo-1 div,
.nota-banner-codigo-2 div,
.nota-banner-codigo-5 div,
.nota-banner-codigo-12 div {
    height: 100px;
}

/* NUEVO NOTAS */

/* NOTAS */
/*.nota {
    padding: 8px;
    padding-right: 0;
    padding-bottom: 0;
}

.nota > div {
    height: 360px;
    padding: 0;
    width: 344px;
    margin: 0 auto;
}

.nota.destacada-big > div,
.nota.destacada-small > div {
    width: 100%;
}

.nota .nota-footer {
    width: 100%;
    padding-left: 8px;
    padding-top: 6px;
    height: 50px;
}

.nota .nota-text {
    display: block;
    float: none;
    width: 100%;
    padding: 0 8px;
}

.nota.destacada-big > div {
    height: 488px;
}

.nota.destacada-big .nota-text {
    width: 100%;
    padding: 0 12px;
}

.nota.destacada-small .nota-text {
    width: 100%;
    padding: 0 8px;
}

.nota.destacada-big h2 {
    font-size: 25px;
    line-height: inherit;
}

.nota.destacada-big .nota-footer {
    padding-left: 12px;
}

.nota.destacada-small {
    margin: 0;
    padding-bottom: 14px;
}

.nota.destacada-small > div {
    height: 148px;
}

.nota .nota-text {
    display: block;
    float: none;
    width: 100%;
}

.nota .nota-image {
    display: block;
    float: none;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.nota.destacada-big .nota-image {
    height: 294px;
    width: 100%;
}

.nota.destacada-big .nota-image img {
    height: auto;
    width: 100%;
}

.nota.destacada-small .nota-image {
    display: none;
}

.nota.destacada-small .nota-footer .addthis_custom_sharing {
    width: auto;
    float: none;
    position: absolute;
    left: 0;
}

.nota.destacada-small .nota-footer .nota-autor {
    width: 50%;
    float: none;
    position: absolute;
    right: 0;
    background: #F8F8F8;
    padding: 6px 4px;
    bottom: 4px;
}

.nota .nota-image {
    height: auto;
    width: 100%;
}

.nota .nota-image img {
    height: auto;
    width: 100%;
}

.nota .nota-image .nota-seccion {
    top: 0px; 
}

.nota.destacada-small h2 {
    font-size: 18px;
}*/

/*END NUEVO NOTAS */


/* FOOTER */
.wrapper {
    position: relative;
}

footer {
    background-color: #393d40;
    padding: 16px 0;
}

    footer a,
    footer a:active,
    footer a:focus {
        color: #AEAEAE;
        text-decoration: none;
    }

        footer a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

    footer h4 {
        font-family: 'Muli-Regular', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0;
    }

        footer h4 a {
            color: #ffffff;
            display: inline-block;
            padding: 20px 0;
            height: 100%;
            width: 100%;
        }

            footer h4 a:focus,
            footer h4 a:active {
                color: #ffffff;
            }

    footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 10pt;
        padding-left: 4px;
    }

        footer ul li {
            color: #AEAEAE;
        }

            footer ul li.contacto a {
                display: inline-block;
                color: #AEAEAE;
                padding-bottom: 12px;
            }

                footer ul li.contacto a .contact-text {
                    color: #fff;
                    font-size: 10pt;
                }

            footer ul li.contacto .contact-text a {
                color: #fff;
                font-size: 10pt;
            }


            footer ul li.bordered {
                margin-right: 2em;
            }

                footer ul li.bordered a {
                    color: #AEAEAE;
                    display: inline-block;
                    margin-bottom: 1em;
                    width: 100%;
                    height: 100%;
                }

                footer ul li.bordered i {
                    color: #AEAEAE;
                }

    footer .footer-section ul li .fa {
        display: inline-block;
        width: 16px;
    }

    footer hr {
        border: none;
        border-bottom: #848484 solid 1px;
        margin-bottom: 16px;
    }

    footer .footer-section .logo {
        background-image: url('img/footer-logo.png');
        -ms-background-size: cover;
        background-size: 100%;
        -ms-background-repeat: no-repeat;
        background-repeat: no-repeat;
        -ms-background-position: center;
        background-position: center;
        width: 252px;
        height: 50px;
        margin: 16px auto;
    }

    footer .footer-section .logo-footer-text {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 10pt;
        color: #AEAEAE;
        text-align: center;
    }

    footer p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 10pt;
        margin-top: 12px;
        color: #848484;
    }

    footer ul,
    footer p {
        font-size: 10pt;
    }

    footer .footer-section {
        border-bottom: #848484 solid 1px;
    }

        footer .footer-section.no-border {
            border-bottom: none;
        }

    footer h4 a {
        background-image: url('img/icon-plus-no-circle.png');
        background-repeat: no-repeat;
        background-position: 100% center;
    }

    footer .footer-section ul {
        display: none;
    }

    footer .footer-section.expanded ul {
        display: block;
    }

    footer .footer-section.expanded h4 a {
        background-image: url('img/icon-minus-no-circle.png');
    }

    footer .footer-section.no-expandable {
        border: none;
    }

        footer .footer-section.no-expandable a,
        footer .footer-section.no-expandable.expanded a {
            background-image: none;
        }

    footer ul.footer-social li {
        display: inline-block;
    }

        footer ul.footer-social li a {
            display: inline-block;
            width: 24px;
            height: 24px;
            background: #848484;
            text-align: center;
            line-height: 24px;
            color: #fff;
            -ms-border-radius: 50%;
            border-radius: 50%;
            margin-right: 4px;
            margin-bottom: 8px;
        }

/* NORMAL PAGE HEADERS */
h1.page-title {
    color: #454542;
    font-family: 'Muli-Semibold', sans-serif;
    font-size: 30px;
    margin-bottom: 16px;
}

h2.page-title {
    color: #454542;
    font-family: 'Muli-Semibold', sans-serif;
    font-size: 30px;
    margin-bottom: 16px;
}

.page-breadcrumb ul {
    margin: 16px 0;
    padding: 0;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 10pt;
    text-transform: uppercase;
}

    .page-breadcrumb ul li {
        color: #424346;
        display: inline-block;
        padding-right: 6px;
    }

        .page-breadcrumb ul li a {
            color: #424346;
        }

            .page-breadcrumb ul li a:hover {
                text-decoration: none;
                color: #DA9414;
                font-family: 'OpenSans-Bold', sans-serif;
            }

    .page-breadcrumb ul li {
        border-right: #424346 solid 1px;
    }

        .page-breadcrumb ul li:last-child {
            border-right: none;
        }

/* NOTA VIEW CONTAINER */
.container-nota {
    margin-top: 145px;
}

    .container-nota.container-nota-secondary {
        margin: 0;
    }

header.top-bar .container.container-nota {
    margin: 0;
}

.container-nota .page-breadcrumb {
    display: inline-block;
}

.container-nota blockquote {
    font-family: 'OpenSans-Semibold', sans-serif;
    font-size: 12pt;
    color: #333;
    border-left: 4px solid #DD9030;
    margin: 2.5rem 0;
}

.container-nota .nota-info {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 11pt;
    color: #949596;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .container-nota .nota-info strong {
        color: #333;
    }

    .container-nota .nota-info .nota-info-part {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

.container-nota .nota-date {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 11pt;
    color: #949596;
}

.container-nota .nota-tema-principal a {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 11pt;
    background-color: #DD9030;
    color: #fff;
    padding: .5rem 1rem;
    display: inline-block;
}

    .container-nota .nota-tema-principal a:hover {
        text-decoration: none;
    }

.container-nota h1.nota-title {
    font-family: 'REM', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #0071BC; /* EX #454542 */
    margin: 4px 0 16px 0;
}

.container-nota .bajada {
    font-family: 'REM', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #454542; /*EX-939496*/
}

.container-nota .nota-view-image img {
    width: 100%;
}

.container-nota .nota-view-image .nota-view-image-epigrafe {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 14px;
    background: #DADAE3;
    color: #424346;
    padding: 8px;
}

.container-nota .nota-audio-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .container-nota .nota-audio-info .programa-card {
        padding-top: 16px;
        display: flex;
        align-items: center;
    }

        .container-nota .nota-audio-info .programa-card p {
            color: #333;
            margin: 0;
        }

        .container-nota .nota-audio-info .programa-card img {
            margin: 0 1rem;
            height: 48px;
            width: 48px;
            -ms-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 5px 0 #333;
            -ms-box-shadow: 0 0 5px 0 #333;
            box-shadow: 0 0 5px 0 #333;
            border: 3px solid #ffffff;
        }

.container-nota .columnista-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 10pt;
    color: #949596;
    border: solid 2px #DADAE3;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

    .container-nota .columnista-info h5 {
        font-family: 'OpenSans-Bold', sans-serif;
        font-size: 11pt;
        margin: 0;
    }

        .container-nota .columnista-info h5 strong {
            color: #333;
        }

    .container-nota .columnista-info .columnista-bio {
        margin-top: .5rem;
    }

    .container-nota .columnista-info a:hover,
    .container-nota .columnista-info a:focus,
    .container-nota .columnista-info a:active {
        text-decoration: none;
    }

    .container-nota .columnista-info .pic-columnista {
        width: 64px;
        height: 64px;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-right: 1rem;
    }

        .container-nota .columnista-info .pic-columnista img {
            border: 4px solid #DADAE3;
            width: 64px;
            height: 64px;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

.container-nota .nota-audio-info {
    padding: 8px;
}



    .container-nota .nota-audio-info p {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 14px;
        color: #939496;
        margin-bottom: 8px;
    }

    .container-nota .nota-audio-info .conductor-nombre p,
    .container-nota .nota-audio-info .conductor-nombre p a {
        color: #000;
    }

    .container-nota .nota-audio-info p a {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 14px;
        color: #DD9030;
    }

    .container-nota .nota-audio-info .conductor-card .conductor-pic img {
        height: 60px;
        width: 60px;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 5px 0 #333;
        -ms-box-shadow: 0 0 5px 0 #333;
        box-shadow: 0 0 5px 0 #333;
        border: 3px solid #ffffff;
    }

.nota-audio-player .player-expander {
    background-color: #F8F8F8;
    background-image: url('img/icon-listen.png');
    background-position: 8px center;
    background-repeat: no-repeat;
    height: 48px;
    border: 1px solid #DADAE3;
    padding: 0 42px;
    position: relative;
}

    .nota-audio-player .player-expander span.expander-title {
        line-height: 48px;
        color: #666668;
        font-family: 'Muli-Bold', sans-serif;
        font-size: 14px;
    }

    .nota-audio-player .player-expander span.expander-caret {
        width: 16px;
        height: 16px;
        color: #666668;
        position: absolute;
        right: 4px;
        top: 14px;
    }

        .nota-audio-player .player-expander span.expander-caret:before {
            content: '\25B6';
        }


    .nota-audio-player .player-expander.expanded span.expander-caret:before {
        content: '\25BC';
    }

.nota-audio-player .player-audios {
    display: none;
    border: 1px solid #DADAE3;
    border-top: none;
    padding: 8px;
    color: #424346;
}

.nota-audio-player h5 {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 14px;
}

.nota-audio-player .duration {
    font-family: 'Muli-Bold', sans-serif;
    font-size: 28px;
    display: block;
    float: left;
    margin-right: 8px;
}

.container-etiquetas {
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 12pt;
}

    .container-etiquetas strong {
        font-family: 'OpenSans-Bold', sans-serif;
        color: #333;
    }

/* AUDIO PLAYER OVERRIDES */
#player-short,
#player-long,
#player-short-lg,
#player-long-lg {
    width: auto;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}

.nota-audio-player .jw-skin-seven .jw-background-color {
    background: transparent;
}

.nota-audio-player .jw-icon-playback:before {
    content: "\e60e";
    font-size: 16px;
}

.nota-audio-player .jw-display-icon-container {
    top: 0;
    height: auto;
    width: auto;
    margin: 0 auto;
}

.nota-audio-player .jw-rightclick.jw-reset.jw-open {
    display: none;
}

.nota-audio-player .jw-display-icon-container .jw-icon-display {
    font-size: 16px;
}

.nota-audio-player .jw-icon-fullscreen {
    display: none;
}

.nota-audio-player .jw-icon-volume {
    display: none;
}

.nota-audio-player .jw-icon-tooltip.jw-tooltip-time.jw-button-color {
    display: none;
}

.nota-audio-player .jwplayer.jw-flag-media-audio .jw-controlbar {
    display: block;
}

.nota-audio-player .jw-icon-playback {
    -moz-min-width: 40px;
    -ms-min-width: 40px;
    -o-min-width: 40px;
    -webkit-min-width: 40px;
    min-width: 40px;
}

.nota-audio-player .jw-icon-display:before {
    content: "\e60e";
    font-size: 16px;
}

.nota-audio-player .jw-skin-seven .jw-display-icon-container {
    border: none;
}

.nota-audio-player .jw-skin-seven .jw-button-color {
    background: #424346;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.nota-audio-player .jw-icon-inline {
    line-height: 40px;
    float: right;
}

.nota-audio-player .jw-skin-seven .jw-button-color:hover {
    color: #fff;
}

.nota-audio-player .jw-skin-seven .jw-controlbar {
    border: none;
    height: auto;
}

.nota-audio-player .jw-skin-seven .jw-text {
    display: none;
}

.nota-audio-player .jw-controlbar-center-group {
    width: 80px;
    float: left;
    position: absolute;
    top: 10px;
}

.nota-audio-player .jw-group {
    display: block;
}

.nota-audio-player .jw-skin-seven .jw-progress {
    background: #DD9030;
}

.nota-audio-player .jw-skin-seven .jw-knob {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #424346;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.nota-audio-player .jwplayer.jw-flag-audio-player .jw-controlbar {
    position: relative;
}

.nota-audio-player .jw-skin-seven .jw-slider-horizontal .jw-slider-container {
    height: 1em;
}

.nota-audio-player .jw-skin-seven .jw-slider-horizontal .jw-rail,
.nota-audio-player .jw-skin-seven .jw-slider-horizontal .jw-buffer,
.nota-audio-player .jw-skin-seven .jw-slider-horizontal .jw-progress {
    height: 5px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.nota-bajada-add-this {
    text-align: center;
}

/* NOTA VIEWER BODY */
.nota-body {
    font-family: 'REM', sans-serif;
    font-weight: 300;
    font-size: 13pt;
    padding: 8px;
    color: #262625;
    margin-bottom: 8px;
}

    .nota-body a {
        text-decoration: underline;
    }

    .nota-body h2 {
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 35px;
        line-height: 34px;
    }

    .nota-body h3 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 35px;
        line-height: 34px;
    }

.nota-top {
    border-bottom: 1px solid #DADAE3;
}

.nota-blockquote {
    margin: 16px 0;
}

.container-nota .nota-blockquote-firma {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 16px;
    color: #424346;
    text-align: center;
    margin: 0;
    margin-top: 8px;
}

    .container-nota .nota-blockquote-firma:before {
        content: '-';
    }

.container-nota .nota-foot-temas {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #DADAE3;
}

    .container-nota .nota-foot-temas span {
        font-family: 'OpenSans-Semibold', sans-serif;
        font-size: 15px;
        color: #424346;
    }

    .container-nota .nota-foot-temas a {
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 15px;
        color: #DD9030;
    }

        .container-nota .nota-foot-temas a:hover,
        .container-nota .nota-foot-temas a:active,
        .container-nota .nota-foot-temas a:focus {
            color: #DD9030;
            text-decoration: none;
        }

.nota-mas-sobre-tema {
    font-family: 'Muli-Bold', sans-serif;
    font-size: 28px;
}

    .nota-mas-sobre-tema .tag-seccion {
        font-family: 'Muli-Regular', sans-serif;
        font-size: 14px;
        background: #DD9030;
        display: block;
        float: left;
        color: #fff;
        padding: 4px 8px;
        margin-left: 14px;
        margin-bottom: 8px;
        white-space: nowrap;
        overflow: hidden;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .nota-mas-sobre-tema a,
    .nota-mas-sobre-tema a:visited,
    .nota-mas-sobre-tema a:hover,
    .nota-mas-sobre-tema a:active,
    .nota-mas-sobre-tema a:focus {
        color: #DD9030;
        text-decoration: none;
    }

    .nota-mas-sobre-tema .nota-mas-sobre-tema-nota {
        height: 105px;
        border-bottom: 1px solid #DADAE3;
        margin-bottom: 8px;
        overflow: hidden;
    }

        .nota-mas-sobre-tema .nota-mas-sobre-tema-nota a,
        .nota-mas-sobre-tema .nota-mas-sobre-tema-nota a:visited,
        .nota-mas-sobre-tema .nota-mas-sobre-tema-nota a:hover,
        .nota-mas-sobre-tema .nota-mas-sobre-tema-nota a:active,
        .nota-mas-sobre-tema .nota-mas-sobre-tema-nota a:focus {
            font-family: 'Muli-Semibold', sans-serif;
            font-size: 18px;
            color: #454542;
            display: block;
        }

        .nota-mas-sobre-tema .nota-mas-sobre-tema-nota h4 {
            font-size: 15px;
            margin: 0;
            margin-left: 8px;
            width: 55%;
            float: left;
        }

        .nota-mas-sobre-tema .nota-mas-sobre-tema-nota .image {
            width: 40%;
            float: left;
        }

            .nota-mas-sobre-tema .nota-mas-sobre-tema-nota .image img {
                width: 100%;
            }

.btn-ver-mas {
    text-align: right;
}

    .btn-ver-mas a {
        font-size: 10pt;
    }

.container-nota .nota-banner.nota-banner-codigo-2 div {
    width: 300px;
    height: 250px;
}

.nota-facebook-comments {
    border-top: 1px solid #DADAE3;
}

    .nota-facebook-comments h3 {
        font-family: 'Muli-Bold', sans-serif;
        font-size: 28px;
        color: #939496;
        margin-top: 0;
        padding-top: 8px;
        border-top: 2px solid #DADAE3;
        display: inline-block;
    }

    .nota-facebook-comments p {
        margin: 4px 0;
        color: #939496;
        font-family: 'Muli-Light', sans-serif;
        font-size: 12px;
    }

.floating-right-banner {
    display: none;
}

.container-nota .floating-right-banner,
.container-nota .right-normal-banners {
    display: none;
}

/* FICHA DE PROGRAMA */
.page-content {
    font-family: 'Muli-Regular', sans-serif;
}

    .page-content p {
        font-size: 13pt;
    }

.page-subtitle {
    color: #454542;
}

.page-summary {
    color: #939496;
}

h3.page-notas {
    font-family: 'Muli-Semibold', sans-serif;
    font-size: 18pt;
    color: #939496;
    margin-bottom: 16px;
}

.programa-ficha {
    margin-bottom: 24px;
}

    .programa-ficha ul.programa-datos {
        list-style: none;
        margin: 24px 0;
        padding: 0;
    }

        .programa-ficha ul.programa-datos li {
            background-position: 0 center;
            background-repeat: no-repeat;
            border-bottom: 1px solid #DADAE3;
            font-size: 10pt;
            height: 40px;
            line-height: 32px;
            padding: 4px 0;
        }

            .programa-ficha ul.programa-datos li label {
                font-family: 'Muli-Light', sans-serif;
                width: 86px;
            }


.conductor-card {
    border: 1px solid #B7B7B7;
    -ms-border-radius: 24px;
    background-color: #EFEFEF;
    display: block;
    margin-top: 8px;
}

    .conductor-card .conductor-pic {
        display: inline-block;
        margin: 12px;
    }

        .conductor-card .conductor-pic img {
            height: 80px;
            width: 80px;
            -ms-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 5px 0 #333;
            -ms-box-shadow: 0 0 5px 0 #333;
            box-shadow: 0 0 5px 0 #333;
            border: 4px solid #ffffff;
        }

    .conductor-card .conductor-nombre {
        font-family: 'Muli-Semibold', sans-serif;
        font-size: 12pt;
        font-weight: bold;
        display: inline-block;
    }


/* PROGRAMAS */
.programa-item {
    font-family: 'Muli-Regular', sans-serif;
    font-size: 10pt;
}

    .programa-item .space-container {
        position: relative;
        -webkit-perspective: 800px;
        -moz-perspective: 800px;
        -ms-perspective: 800px;
        -o-perspective: 800px;
        perspective: 800px;
    }

    .programa-item .programa-card {
        text-align: center;
        margin-top: 24px;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: transform 1s;
        -moz-transition: transform 1s;
        -ms-transition: transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
    }

    .programa-item a,
    .programa-item a:hover,
    .programa-item a:active,
    .programa-item a:focus {
        color: #444444;
        text-decoration: none;
    }

    .programa-item .programa-card .face {
        border: 1px solid #C4C5C7;
        background-color: #EFEFEF;
        display: block;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 8px;
    }

    .programa-item .programa-card .back {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 0 16px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .programa-item .programa-card.flipped {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .programa-item .programa-card p {
        color: #8D8D8E;
        font-size: 12pt;
        text-align: left;
        margin: 16px;
        overflow: hidden;
    }

    .programa-item .programa-card .front p {
        height: 54px;
    }

    .programa-item .programa-card .back h3 {
        color: #4574B7;
        font-family: 'Muli-Bold', sans-serif;
        font-size: 12pt;
    }

    .programa-item .programa-card .back p {
        height: 124px;
    }

    .programa-item .programa-card .back .conduce p {
        font-size: 10pt;
        text-align: left;
        height: auto;
        margin-bottom: 0;
    }

        .programa-item .programa-card .back .conduce p em {
            font-family: 'Muli-Bold', sans-serif;
            color: #444;
            font-style: normal;
        }

.programa-card .programa-top-wrapper {
    padding: 8px;
}

    .programa-card .programa-top-wrapper p {
        margin: 0;
        font-size: 10pt;
        text-align: center;
    }

.programa-card .text-conductores {
    display: none;
}

.programa-card .programa-logo {
    display: block;
    margin: 0;
}

.programa-card .pictures-conductores ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .programa-card .pictures-conductores ul li {
        display: inline-block;
        margin-left: -16px;
    }

        .programa-card .pictures-conductores ul li:first-child {
            margin-left: 0;
        }

.programa-card .pic-conductor {
    height: 88px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: 6px;
}

    .programa-card .pic-conductor img {
        height: 80px;
        width: 80px;
        border: 4px solid #ffffff;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .programa-card .pic-conductor.three img {
        margin-top: 10px;
        height: 60px;
        width: 60px;
    }

.programa-card h5 {
    font-family: 'Muli-Bold', sans-serif;
    font-size: 12pt;
    margin-top: 0;
    margin-bottom: 0;
}

.programa-card p.conducen {
    font-family: 'Muli-Light', sans-serif;
    font-size: 10pt;
    text-align: center;
    margin: 0;
    color: #000;
}

.programa-item h4 {
    font-family: 'Muli-Semibold', sans-serif;
    font-size: 14pt;
}

.programa-item .horario {
    font-family: 'Muli-Semibold', sans-serif;
    color: #939496;
}

.programas-container {
    border-bottom: 1px solid #DADAE3;
    padding-bottom: 32px;
    margin-bottom: 16px;
}

/* TIPOS TARIFAS */
ul.tipos-tarifas {
    font-family: 'Muli-Regular', sans-serif;
    font-size: 12pt;
    margin-top: 32px;
    padding: 0;
    list-style: none;
}

    ul.tipos-tarifas li .contenido {
        display: none;
        font-family: 'Muli-Regular', sans-serif;
        color: #939496;
        padding: 16px;
        border: 1px solid #CECECE;
        border-bottom: none;
    }

    ul.tipos-tarifas li a {
        padding: 12px 16px;
        display: block;
        background: #F3F2F1;
        border: 1px solid #CECECE;
        border-bottom: none;
        color: #444;
    }

        ul.tipos-tarifas li a:hover,
        ul.tipos-tarifas li a:visited,
        ul.tipos-tarifas li a:active,
        ul.tipos-tarifas li a:focus {
            color: #444;
            text-decoration: none;
        }

    ul.tipos-tarifas li:last-child a {
        border-bottom: 1px solid #CECECE;
    }

        ul.tipos-tarifas li:last-child a.expanded {
            border-bottom: none;
        }

    ul.tipos-tarifas li:last-child .contenido {
        border-bottom: 1px solid #CECECE;
    }

p.tipos-tarifas-footer {
    font-family: 'Muli-Regular', sans-serif;
    font-size: 12pt;
    color: #939496;
    margin-top: 32px;
}

/* LOGIN TARIFARIO */
.tarifario-mail-fields {
    margin-top: 15px;
}

    .tarifario-mail-fields input {
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 3em;
    }

.tarifario-mail-buttons {
    margin: 15px 0;
    text-align: right;
}

    .tarifario-mail-buttons button {
        background-color: #c8c8c8;
        color: #ffffff;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .tarifario-mail-buttons button.btn-primary {
            background-color: #F69220;
            border-color: #F69220;
        }

.tarifario-login h4 {
    font-family: 'Muli-Bold', sans-serif;
    font-size: 16pt;
}

#resultado-mail-enviado h4 {
    color: #87AF09;
}

#resultado-mail-enviado > p:nth-child(2),
#resultado-mail-no-enviado > p:nth-child(2) {
    margin-bottom: 0;
}

#resultado-mail-no-enviado h4 {
    color: #ED5404;
}

.tarifario-login {
    margin: 16px 0;
    font-family: 'Muli-Regular', sans-serif;
    font-size: 11pt;
}

    .tarifario-login h3 {
        font-family: 'Muli-Bold', sans-serif;
        font-size: 14pt;
        margin-bottom: 16px;
    }

    .tarifario-login button {
        font-family: 'Muli-Regular', sans-serif;
        font-size: 11pt;
    }

    .tarifario-login input {
        font-family: 'Muli-Regular', sans-serif;
        font-size: 10pt;
    }

    .tarifario-login .small {
        font-family: 'Muli-Regular', sans-serif;
        font-size: 9pt;
        color: #808184;
    }

/*#login-form,
#mail-form {
    padding: 0 16px;
}*/

.tarifario-login-form {
    background-color: #F3F7FB;
    padding: 16px 24px;
    border: 1px solid #D9D9DB;
}

.tarifario-login-error {
    color: #ff0000;
}

.tarifario-login-field {
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 15px;
    height: 3em;
}

.tarifario-login .resultado-mail {
    padding-left: 32px;
}

.tarifario-login .resultado-mail {
    padding-left: 32px;
}

    .tarifario-login .resultado-mail h3 {
        margin-top: 32px;
    }

    .tarifario-login .resultado-mail a {
        font-family: 'Muli-Bold', sans-serif;
    }

.btn-login {
    background-color: #DD9030;
    border: none;
    color: #fff;
    padding: 8px;
    margin-top: 12px;
    float: right;
}

.subheader-tarifario {
    background-color: #F3F2F1;
}

    .subheader-tarifario h3 {
        font-family: 'Muli-Light', sans-serif;
        font-size: 18pt;
        margin: 16px;
        float: left;
    }

button.button-orange,
input.button-orange,
a.button-orange {
    border: none;
    float: right;
    background: #F69220;
    font-family: 'Muli-Regular', sans-serif;
    color: #ffffff;
    padding: 8px 32px;
    margin: 16px;
    margin-left: 0;
}

input.button-gray,
a.button-gray {
    border: none;
    float: right;
    background: #b5b5b5;
    font-family: 'Muli-Regular', sans-serif;
    color: #ffffff;
    padding: 8px 32px;
}

    a.button-gray:hover,
    a.button-gray:visited,
    a.button-gray:focus,
    a.button-gray:active {
        color: #ffffff;
    }

form .loading {
    display: none;
}

/* CALCULADORA */

form.tarifario {
    padding: 16px;
}

    form.tarifario label {
        font-family: 'Muli-Regular', sans-serif;
        font-size: 12pt;
        font-weight: normal;
        color: #333333;
    }

    form.tarifario select.form-control {
        border: 1px solid #B5B5B5;
        color: #808184;
        font-family: 'Muli-Regular', sans-serif;
        font-size: 11pt;
        font-weight: normal;
        height: 36px;
        width: 260px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-image: url('img/icon-chevron-down.png');
        background-position: 235px center;
        background-repeat: no-repeat;
        margin-right: 16px;
    }

a.help-mark {
    font-family: 'Muli-Bold';
    background: #B5B5B7;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}

    a.help-mark:hover,
    a.help-mark:active,
    a.help-mark:visited,
    a.help-mark:focus {
        color: #ffffff;
    }

    a.help-mark.white {
        background: #ffffff;
        color: #F9C056;
    }

        a.help-mark.white:hover,
        a.help-mark.white:active,
        a.help-mark.white:visited,
        a.help-mark.white:focus {
            color: #F9C056;
        }

    a.help-mark.orange {
        background: #F9C056;
        color: #ffffff;
    }


.table-curved {
    border-collapse: separate;
    border: solid #CECECE 1px;
    border-left: 0;
    border-top: 0;
}

    .table-curved > thead:first-child > tr:first-child > th {
        border-bottom: 0;
        border-top: solid #CECECE 1px;
    }

    .table-curved td, .table-curved th {
        border-left: 1px solid #CECECE;
        border-top: 1px solid #CECECE;
    }

table.table-tarifa {
    font-family: 'Muli-Regular', sans-serif;
    background: #F9C056;
    border-spacing: 0;
    color: #444;
}

    table.table-tarifa tbody tr {
        background: #F3F2F1;
    }

table.table-tarifa {
    font-size: 12pt;
}

    table.table-tarifa th,
    table.table-tarifa td {
        text-align: center;
        font-weight: normal;
    }

        table.table-tarifa td span {
            display: inline-block;
            padding: 8px;
            color: #808184;
        }

        table.table-tarifa td:first-child span {
            color: #B7B7B7;
        }

        table.table-tarifa td span em {
            font-style: normal;
            font-family: 'Muli-Light', sans-serif;
            color: #444;
        }

    table.table-tarifa tr th:first-child,
    table.table-tarifa tr td:first-child {
        text-align: left;
        width: 25%;
    }

th .titulo {
    text-transform: uppercase;
}

    th .titulo em {
        font-size: 16pt;
        font-style: normal;
    }

        th .titulo em:before {
            content: "►";
            padding-right: 4px;
            font-size: 10pt;
        }

.table-tarifa-xs {
    display: none;
}

.table-calculadora th span,
.table-calculadora td span {
    padding: 8px;
    display: inline-block;
}

.table-calculadora th:first-child span {
    font-family: 'Muli-Bold', sans-serif;
    text-transform: uppercase;
}

.table-calculadora th:last-child span {
    font-family: 'Muli-Bold', sans-serif;
}

.table-calculadora th:last-child {
    background: #e9b451;
}

table.table-tarifa.table-calculadora td:first-child span {
    color: #444;
}

.table-calculadora td:last-child {
    background: #f9e2bb;
    background: rgba(249, 226, 187, .5);
    text-align: right;
}

    .table-calculadora td:last-child span {
        font-family: 'Muli-Regular', sans-serif;
        font-size: 13pt;
        font-weight: bold;
        color: #444;
    }

.table-curved.table-calculadora td {
    border-left: none;
    vertical-align: middle;
}

.table-calculadora input {
    color: #808184;
    width: 80px;
}

/* NOSOTROS */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.nosotros-body h2 {
    background: none;
    font-family: 'Muli-Bold', sans-serif;
    font-size: 22pt;
    color: #444;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 0;
}

.nosotros-body p {
    font-family: 'Muli-Light', sans-serif;
    font-size: 13pt;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: justify;
}

    .nosotros-body p strong {
        font-family: 'Muli-Bold', sans-serif;
    }

.nosotros-buttons {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
}

    .nosotros-buttons a {
        font-family: 'Muli-Bold', sans-serif;
        font-size: 14pt;
        color: #4574B7;
        text-transform: uppercase;
        padding: 4px 16px;
        border: 1px solid #4574B7;
        border-bottom: 2px solid #4574B7;
        margin: 0 4px;
    }

        .nosotros-buttons a:hover,
        .nosotros-buttons a:active,
        .nosotros-buttons a:visited,
        .nosotros-buttons a:focus {
            color: #4574B7;
            text-decoration: none;
        }

.nosotros-heading {
    margin-top: 32px;
    padding: 8px;
}

.nosotros-heading-body {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
}

.nosotros-heading h3.section {
    color: #9C9B9A;
    text-transform: none;
    font-family: 'Muli-Regular', sans-serif;
    margin: 0 16px 8px 16px;
}

    .nosotros-heading h3.section a {
        color: #9C9B9A;
    }

#slideshow-oyentes {
    padding: 64px;
}

.comentario-oyente {
    font-size: 16px;
    border-right: 1px solid #ccc;
    min-height: 120px;
}

    .comentario-oyente:last-child {
        border: none;
    }

    .comentario-oyente p {
        font-family: 'Muli-Regular', sans-serif;
        color: #9C9B9A;
    }

    .comentario-oyente em {
        font-family: 'Muli-Bold', sans-serif;
        color: #404144;
        font-style: normal;
    }

#slideshow {
    margin: 0 auto;
}

/* CONTACTO */
div.alert {
    font-family: 'Muli-Regular', sans-serif;
}

p.contacto-paragraph {
    margin: 16px;
    font-family: 'Muli-Regular', sans-serif;
    font-size: 12pt;
    color: #B7B7B7;
}

form.contacto .form-control {
    margin-bottom: 16px;
    font-family: 'Muli-Regular', sans-serif;
}

form.contacto input.form-control {
    height: 36px;
}

form.contacto input.button-gray,
form.contacto button.button-orange {
    font-family: 'Muli-Regular', sans-serif;
    font-size: 12pt;
    margin-top: 0;
    float: none;
    text-transform: uppercase;
}

.datos-contacto h4 {
    font-family: 'Muli-Light', sans-serif;
    font-size: 14pt;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 0;
}

.datos-contacto p {
    margin-top: 0;
    margin-bottom: 24px;
    font-family: 'Muli-Regular', sans-serif;
    font-size: 11pt;
    color: #808184;
}

.datos-contacto .social-buttons {
    text-align: left;
    margin: 0;
    margin-bottom: 32px;
    float: none;
    display: block;
}

    .datos-contacto .social-buttons a {
        display: inline-block;
        height: 32px;
        width: 32px;
        background-color: #4675B7;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

        .datos-contacto .social-buttons a span {
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            display: block;
        }

    .datos-contacto .social-buttons .facebook {
        background-image: url('img/header-facebook-white.png');
    }

    .datos-contacto .social-buttons .twitter {
        background-image: url('img/header-twitter-white.png');
    }

    .datos-contacto .social-buttons .instagram {
        background-image: url('img/header-instagram-white.png');
    }

.datos-contacto .map {
    background-image: url('img/bg-map.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
    border: solid 1px #D9D9D9;
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 32px;
}

    .datos-contacto .map a {
        position: absolute;
        left: 8px;
        bottom: 8px;
        display: inline-block;
        font-family: 'Muli-Regular', sans-serif;
        font-size: 12pt;
        color: #4675B7;
        padding-right: 16px;
        background-image: url('img/icon-exit.png');
        background-repeat: no-repeat;
        background-position: 100% center;
    }

        .datos-contacto .map a:hover,
        .datos-contacto .map a:active,
        .datos-contacto .map a:focus,
        .datos-contacto .map a:visited {
            color: #4675B7;
        }

/* FICHA COLUMNISTA */
.columnista-ficha {
    margin-top: 32px;
    margin-bottom: 16px;
    padding-bottom: 32px;
    border-bottom: 2px solid #DADAE3;
}

    .columnista-ficha::after {
        display: block;
        clear: both;
        content: " ";
    }

    .columnista-ficha .columnista-pic {
        text-align: center;
    }

        .columnista-ficha .columnista-pic img {
            height: 148px;
            width: 148px;
            -ms-border-radius: 50%;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 5px 0 #333;
            -ms-box-shadow: 0 0 5px 0 #333;
            box-shadow: 0 0 5px 0 #333;
            border: 6px solid #ffffff;
        }

    .columnista-ficha .columnista-bio {
        padding-top: 32px;
    }

        .columnista-ficha .columnista-bio .tags .seccion-tag {
            background-color: #f09500;
            background-color: rgba(240,149,0,1);
            color: #fff;
            padding: 4px 8px;
            font-family: 'Muli-Light', sans-serif;
            font-size: 12pt;
        }

        .columnista-ficha .columnista-bio p {
            margin-top: 8px;
            color: #939496;
            text-align: justify;
        }


.columnista-item {
    font-family: 'Muli-Regular', sans-serif;
    margin-bottom: 16px;
}

a.columnista-item-anchor {
    text-decoration: none;
    color: #454542;
}

    a.columnista-item-anchor:hover,
    a.columnista-item-anchor:focus,
    a.columnista-item-anchor:active {
        text-decoration: none;
    }

.columnista-card {
    border: 1px solid #C4C5C7;
    background-color: #F8F5F5;
    padding: 16px;
}

    .columnista-card .columnista-pic img {
        -ms-border-radius: 50%;
        border-radius: 50%;
        width: 110px;
        height: 110px;
        -webkit-box-shadow: 0 0 5px 0 #333;
        -ms-box-shadow: 0 0 5px 0 #333;
        box-shadow: 0 0 5px 0 #333;
        border: 4px solid #ffffff;
    }

    .columnista-card .columnista-name {
        margin-left: 16px;
    }

.columnista-item p {
    color: #939496;
    margin: 8px;
    padding-top: 8px;
    text-align: center;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 76px; /* Fallback for non-webkit */
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* LANDING PAGE */

.download-app {
    display: none;
}

.landing-page-top {
    position: relative;
    border-bottom: 1px solid #7f7f7f;
    background: #efefef;
    margin-bottom: 16px;
}

    .landing-page-top:before {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -15px;
        border-width: 30px 30px 0;
        border-style: solid;
        border-color: #2f2f2f transparent;
        display: block;
        width: 0;
    }

    .landing-page-top:after {
        content: "";
        position: absolute;
        bottom: -29px;
        left: 50%;
        margin-left: -14px;
        border-width: 29px 29px 0;
        border-style: solid;
        border-color: #efefef transparent;
        display: block;
        width: 0;
    }

.landing-page-bottom {
    background: #fff;
}

.landing-page-top-wrapper,
.landing-page-bottom-wrapper {
    margin: 64px;
}

.landing-page-bottom-wrapper {
    text-align: center;
}

.landing-page-top h2,
.landing-page-bottom h2 {
    background: none;
    font-family: 'Muli-Regular', sans-serif;
    font-size: 24pt;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
}

.landing-page-top p,
.landing-page-bottom p {
    font-family: 'Muli-Regular', sans-serif;
    font-size: 12pt;
    margin-bottom: 32px;
}

.landing-page-bottom p {
    width: 50%;
    margin: 32px auto;
}

.landing-page-top .button-container {
    text-align: center;
    margin-bottom: 32px;
}

    .landing-page-top .button-container a {
        background-repeat: no-repeat;
        display: inline-block;
        height: 58px;
    }

a.button-app-store {
    background-image: url('img/button-app-store.png');
    width: 162px;
    margin-right: 16px;
}

a.button-google-play {
    background-image: url('img/button-google-play.png');
    width: 172px;
    margin-left: 16px;
}

.landing-page-top-image {
    background-image: url('img/landing-page-top-image.png');
    background-repeat: no-repeat;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 386px;
    height: 330px;
}

.landing-page-bottom-image {
    background-image: url('img/landing-page-bottom-image.png');
    background-repeat: no-repeat;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 614px;
    height: 220px;
    margin: 0 auto;
}

.radio-player {
    background-image: url('img/blue_background.jpg');
    background-repeat: no-repeat;
    -ms-background-size: 100%;
    background-size: 100%;
    background-position: 0 100%;
    width: 360px;
    height: 480px;
}

body.radio-player-body {
    overflow: hidden;
    padding: 0;
    margin: 0;
}


.pic-conductor {
    display: inline-block;
}

    .pic-conductor img {
        -webkit-box-shadow: 0 0 5px 0 #333;
        -ms-box-shadow: 0 0 5px 0 #333;
        box-shadow: 0 0 5px 0 #333;
        height: 160px;
        width: 160px;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 8px solid #ffffff;
    }

    .pic-conductor.radio img {
        height: 124px;
        width: 124px;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 6px solid #ffffff;
    }

#radio-player {
    position: absolute;
    bottom: 0;
}

#radio-data {
    text-align: center;
}

    #radio-data h2 {
        background: none;
        color: #fff;
        font-family: 'Muli-Bold', sans-serif;
    }

    #radio-data h3 {
        color: #fff;
        font-family: 'Muli-Regular', sans-serif;
        font-size: 14pt;
        margin: 0;
    }


/* NOTAS MAS LEIDAS */
.notas-mas-leidas h3 {
    font-family: 'Muli-Bold', sans-serif;
    font-size: 28px;
    color: #757575;
    padding: 8px 4px;
    border-bottom: 2px solid #9E9E9E;
    display: inline-block;
    margin-bottom: 0;
}

.notas-mas-leidas ol {
    margin: 0;
    border-top: 1px solid #DADAE3;
    padding: 4px;
    padding-top: 16px;
}

    .notas-mas-leidas ol li {
        list-style: none;
        margin-bottom: 4px;
    }

        .notas-mas-leidas ol li a {
            background: #EFEFEF;
            display: block;
            padding: 12px;
        }

            .notas-mas-leidas ol li a .notas-mas-leidas-number {
                width: 10%;
                display: block;
                float: left;
                font-family: 'Muli-Bold', sans-serif;
                font-size: 28px;
                color: #9E9E9E;
            }

            .notas-mas-leidas ol li a .notas-mas-leidas-titulo {
                width: 90%;
                display: block;
                float: left;
                font-family: 'Muli-Regular', sans-serif;
                font-size: 14px;
                color: #424346;
            }


/* LIGHTBOX */
.lightbox {
    font-family: 'Muli-Regular', sans-serif;
}
