@font-face {
    font-family: MarcinAntB;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-regular-webfont.woff2") format("woff2"), url("https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-regular-webfont.woff") format("woff")
}

@font-face {
    font-family: MarcinAntB;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-medium-webfont.woff2") format("woff2"), url("https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-medium-webfont.woff") format("woff")
}

@font-face {
    font-family: MarcinAntB;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-bold-webfont.woff2") format("woff2"), url("https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-bold-webfont.woff") format("woff")
}

@font-face {
    font-family: MarcinAntB;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-heavy-webfont.woff2") format("woff2"), url("https://static.elpais.com/dist/resources/fonts/marcin-ant-b/marcinantb-heavy-webfont.woff") format("woff")
}

* {
    color: #444;
    font-family: 'MarcinAntB', sans-serif;
}

a:hover {
    text-decoration: none;
}


.compartir {
    border-bottom: 1px solid #f9f9f9;
}

.canalMobile {
    display: none;
}

@media (max-width: 768px) {
    .canalDesktop {
        display: none;
    }

    .canalMobile {
        display: inline;
    }

}

#moduloCanalesMobile {
    display: none;
}


@media (max-width: 768px) {
    #moduloCanalesMobile {
        display: block;
    }

    #moduloCanales {
        display: none;
    }


}


.canal_izquierda {
    width: 117px;
    height: 300px;
    float: left;
    background-color: #EAEAEA;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .canal_izquierda {
        width: 100%;
        height: 100px;
        float: inherit;
    }

}

.canal_centro {
    width: 520px;
    float: left;
    margin-right: 20px;
}

.canal_derecha {
    width: 300px;
/ / height: 600 px;
    background-color: #EAEAEA;
    float: left;
}

div.logoContainerPrograma {
    white-space: nowrap;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: relative;
    height: 100%;
    cursor: default;
    height: 0;
    padding-bottom: 80%;
}

img.logoCanalPrograma {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60%;
}

@media (max-width: 768px) {
    div.logoContainerProgramaMobile {
        width: 100%;
        height: 70%;
        position: relative;
        white-space: nowrap;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        position: relative;
        /* width: 100%; */
        cursor: default;
    }

    img.logoCanalProgramaMobile {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 15%;
        height: 70%;
    }
}

div.fondoColor {
    margin-top: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
    font-size: 0.7em;
    color: white;
}

div.fondoBoton {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    font-size: .9em;
    font-weight: normal;
    color: white;
    cursor: pointer;
}


div.contenedorTextosLateral {
    margin: 5px;
    margin-top: 10px;
    font-size: 0.8em;

}

@media (max-width: 768px) {
    div.contenedorTextosLateral {
        margin: 0px;
        margin-top: 5px;
        font-size: 0.8em;
    }

}

h2 {
    color: #111111;
}

h3 {
    color: #111111;
}

h5 {
    color: #666666;
}

.imagenDetallePrograma {
    margin-bottom: 0;
    max-width: 100%;
    max-height: 10000px;
    float: left;
}

@media (max-width: 768px) {
    .imagenDetallePrograma {
        float: none;;
    }
}

.redesSociales {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    float: left;
    padding: 5px
}

.redesSociales img {
    width: 40px;
    height: 40px;
    display: inline;
}

.proximosPases, .proximosPasesMovil {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.proximosPasesMovil {
    display: none;
}

h3.canal {
    background-color: grey;
    color: #1A1A1A;
    margin-bottom: 0;
    padding: 15px;
/ / width: 60 %;
    min-width: 270px;
/ / max-width: 300 px;
    margin: auto;
    text-align: center;
    font-size: 1.5rem;

}

@media (max-width: 768px) {
    .izquierda, .derecha {
        width: 100%;
    }

    .proximosPases {
        display: none;
    }

    .proximosPasesMovil {
        display: block;
    }


}

.cajaPases {

    color: grey;
    margin: auto;
    width: 100%;

    min-width: 270px;
/ / max-width: 300 px;
    max-height: 200px;
    overflow: scroll;
/ / background: #e6e6e6;
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px grey solid;
}

.cajaPases .canalContainer {
    width: 95%;
    background-color: white;
    height: 60px;
    display: inline-block;
    padding: 5px;
    border-bottom: 1px black dotted;
}

.cajaPases .imagenCanal {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float: left;
}

.cajaPases .datosCanal {
    background-color: red;
    height: 50px;
    text-align: left;
}

.cajaPases .datosCanal .nomCanal {
    color: black;
    font-style: oblique;
    font-weight: bold;
    font-variant: small-caps;
}

.cajaPases .datosCanal .fecha {

}

.cajaPases .datosCanal .fecha .momento {
    font-weight: bold;
}

div.canalesContainer {
    background-color: #FFF;
    width: 300px;
}

div.canalContainer {
    width: 75px;
    height: 75px;
    float: left;
}
