/*
             __---~~~~--__                      __--~~~~---__
            `\---~~~~~~~~\\                    //~~~~~~~~---/'  
              \/~~~~~~~~~\||                  ||/~~~~~~~~~\/ 
                          `\\                //'
                            `\\            //'
                              ||          ||      
                    ______--~~~~~~~~~~~~~~~~~~--______              
               ___ // _-~                        ~-_ \\ ___  
              `\__)\/~                              ~\/(__/'          
               _--`-___                            ___-'--_        
             /~     `\ ~~~~~~~~------------~~~~~~~~ /'     ~\        
            /|        `\                          /'        |\     
           | `\   ______`\_         DMC        _/'______   /' |          
           |   `\_~-_____\ ~-________________-~ /_____-~_/'   |  
           `.     ~-__________________________________-~     .'       
            `.      [_______/------|~~|------\_______]      .'
             `\--___((____)(________\/________)(____))___--/'           
              |>>>>>>||                            ||<<<<<<|
              `\<<<<</'                            `\>>>>>/' 
*/
body {
    background: #222;
    color: #fefefe;
    font-family: 'Sintony', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: 0 !important;
}

a {
    color: #fefefe;

}

a:hover {
    color: #fff;
}

h1,
h2,
h3,
h4 {
    font-family: 'Oswald', sans-serif;

}

.osw {
    font-family: 'Oswald', sans-serif;
}

.tresuno {
    background: #313131
}

.oitnb {
    background: #f09217;
}

.normcore {
    font-weight: normal;
}

#live {
    display: none;
}

.footer-prisa {
    border-top: 1px solid #525252;
}


.efe {
    background: #fffffff2;
}

.dos {
    background: #222222f2;
}

.dosdos {
    background: #222;
}

#navbarNavDropdown {
    margin: auto;
}

.nav-futuro {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.88);
}

.navbar-toggler {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #0000;
}

aside.space,
section.space,
div.space {
    top: 8em;
}

.capacitor {
    display: block;
    font-weight: 700;
}


.battery {
    width: 28px;
    height: 14px;
    display: inline-block;
    border: 1px #f09217 solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s normal forwards ease-in-out;
    -moz-animation: charge 5s normal forwards ease-in-out;
    animation: charge 5s normal forwards ease-in-out;
    left: 5px;
    margin: 0 auto;
}

.battery:after {
    width: 2px;
    height: 7px;
    background-color: #f09217;
    border-radius: 0px 1px 1px 0px;
    position: absolute;
    content: "";
    top: 2px;
    right: -4px;
}

@-webkit-keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #f09217;
    }

    100% {
        box-shadow: inset 30px 0px 0px #f09217;
    }
}

/*@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #f09217;}
    100%{box-shadow: inset 30px 0px 0px #f09217;}
}*/
/*@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #f09217;}
    100%{box-shadow: inset 30px 0px 0px #f09217;}
}*/



.logo-main {
    position: absolute;
    width: 175px;
    z-index: 1;
    left: 8%;
    top: -18px;
}

.arms {
    margin-left: 1.5em;
    margin-bottom: -11px;
    ;
}

.playing {
    width: 10px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    background: #f09217;
    position: relative;
}

.playing:before,
.playing:after {
    content: "";
    width: 10px;
    background: #f09217;
    position: absolute;
    bottom: 0;
}

.playing:before {
    height: 24px;
    left: -13px;
}

.playing:after {
    height: 32px;
    right: -13px;
}

.playing.animated {
    animation: pulse linear 0.7s;
    animation-iteration-count: infinite;
}

.playing.animated:before {
    animation: pulse2 linear 1s;
    animation-iteration-count: infinite;
}

.playing.animated:after {
    animation: pulse3 linear 0.9s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        height: 40px;
        margin-top: 0;
    }

    40% {
        height: 10px;
        margin-top: 30px;
    }

    100% {
        height: 40px;
        margin-top: 0;
    }
}

@keyframes pulse2 {
    0% {
        height: 24px;
    }

    40% {
        height: 8px;
    }

    100% {
        height: 24px;
    }
}

@keyframes pulse3 {
    0% {
        height: 32px;
    }

    40% {
        height: 12px;
    }

    100% {
        height: 32px;
    }
}

.main-skin {
    background: #222;
    margin-bottom: 49.9rem;
    position: relative;
    z-index: 10;
}

.footer-futuro {
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

}

img.corp {
    max-width: 200px;
}

.rrss-footer i {
    color: #e8e8e8ab;
    font-size: 1.3em;
    padding: .7em .3em 0 .3em;
}

.rrss-footer i:hover {
    color: #fff;
}

.text-footer p {
    color: #a5a5a5;
    font-size: .6em;
}

.logos-footer li:nth-child(2) {
    border-left: 1px solid #7c7c7d;
    height: 50px;
    padding-top: 2em;
}

.meta-portada:before {
    background-color: #f09217;
    content: '';
    display: block;
    height: 2px;
    width: 35%;
    position: absolute;
    top: -0.4em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.meta-portada {
    position: absolute;
    bottom: 1.5em;
    padding: 0 2em 0 2em;
    left: 0;
    right: 0;
}

.meta-portada h2 {
    font-size: 1.5em;
    text-shadow: 2px 1px 3px #222;
}

.meta-portada small {
    font-family: 'Oswald', sans-serif;
    text-shadow: 2px 1px 3px #222;
}

.col-post-row-2,
.col-post-row-3 {
    overflow: hidden;

}

.col-post article:before {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    background: #222;
    opacity: 0.25;
    transition: 0.3s;
}

.col-post article:hover::before {
    opacity: 0;
    transition: 0.3s;
}

.col-post-row-2 article,
.col-post-row-3 article {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}


.weed article {
    height: 420px;
}

.owl-programas .item {
    background: #313131;
}
}

.meta-programa h4 {
    font-size: 1.4em;
}

.meta-programa p {
    font-size: 0.8em;
}

.envivo-movil {
    font-size: 10px;
    color: #fff;
}

.envivo-movil a {
    color: #fff;
}

.live-icon-movil {
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    background: #f09217;
    width: 20px;
    height: 20px;
    animation: livehover 2s infinite;
    float: left;
    margin-right: 3px;
    margin-top: -4px;
}

.live-icon {
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    width: 15px;
    height: 15px;
    animation: live 2s infinite;
    float: left;
    margin-right: 7px;
    margin-top: 3px;
}

@keyframes live {

    0%,
    100% {
        background: none;
    }

    50% {
        background: #fff;
    }
}

.envivo-top:hover .live-icon {
    animation: livehover 2s infinite;
    background: #f09217;
}

@keyframes livehover {

    0%,
    100% {
        background: none;
    }

    50% {
        background: #f09217;
    }
}


.navbar-redes-movil {
    border-top: 2px solid #f09217;
}

.redes-movil i {
    margin: 0 0 0 0.7em;
    font-size: 1.5em;
    color: #ffffff80;
}

.redes-movil a:nth-last-child(1) {
    border-left: 1px solid #ffffff80;
    padding-left: 0em;
}

.redes-movil a:nth-last-child(2) {
    padding-right: 1em;
}

a.modal-search,
a.modal-search:hover {
    color: #fff;
    cursor: pointer;
}

.search-button {
    color: #fff;
    background-color: #f09217;
    border-color: #f09217;
}

.search-button:hover {
    color: #fff;
    background-color: #943d8c;
    border-color: #943d8c;
}

.s-desk a {
    color: #ffffff80;
}

.m-search .modal-content {
    background: #222;
    border-radius: 0;
    padding: 1rem 1.5rem 1rem 1rem;
}


.over-h {
    overflow: hidden;
}

.meta-programa-page {
    position: relative;
    background: #313131;
}

.meta-programa-page:before {
    position: absolute;
    content: '';
    top: -3.4375rem;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.4375rem 0 0 31.25rem;
    z-index: 0;
    border-color: #0000 #0000 #0000 #313131;
}



.uneta {
    background: url(../../../../../../../themes/backtothefuture/img/uneta.svg) no-repeat center center;
    width: 800px;
    height: 525px;
    position: relative;
    background-size: 75%;
    /* background-size: cover !important; */
    /* -webkit-background-size: cover !important; */
    -moz-background-size: cover !important;
    margin: 3em auto 5em auto;
}

.dial {
    font-family: 'solregular';
    position: absolute;
    bottom: 24%;
    left: 30%;
    font-size: 8em;
    letter-spacing: -0.07em;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.pag-futuro {
    margin: auto;
    display: table;
}

.pag-futuro .pagination {
    border-radius: 0;
}

.pag-futuro .page-item.active .page-link {
    z-index: 1;
    color: #ffe5e5;
    background-color: #f09219;
    border-color: #f09219;
    border-radius: 0;
}

.pag-futuro .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #222;
    border: 1px solid #f09219;
}

.pag-futuro .page-item:last-child .page-link {
    border-radius: 0;
}

.pag-futuro .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 49, 205, 0);
    box-shadow: 0 0 0 0.2rem rgba(111, 49, 205, 0);
}

/** breaks **/


@media (max-width: 575.98px) {

    .navbar-collapse {
        border-top: 2px solid #f09217;
        margin-top: 5px;
    }

    .meta-portada h2 {
        font-size: 1em;
        text-shadow: 2px 1px 3px #222;
    }

    .weed article {
        height: auto;
        background: none !important;
    }

    .portada {
        padding-top: 1em;
    }

    .row-owl {
        margin: 0;
    }

    .main-skin {
        margin-bottom: 33.9rem;
        padding: 0;
    }

    .dos {
        background: #222;
    }

    .h-100-m {
        height: 100%;
    }

    .text-footer p {
        font-size: .5em;
    }


    .col-post-row-2 article {

        background-image: none !important;
    }



    .uneta {
        width: 210px;
        height: 240px;
        position: relative;
        background-size: 90%;

    }

    .dial {
        bottom: 28%;
        left: 22%;
        font-size: 2.8em;


    }