@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
:root{
    --main-shape-color: hsl(0,100%,50%);
    --font-base: "Inter";
}
/* Custom Fonts */
@font-face {
    font-family: Radio;
    src: url(../fonts/radio-100.woff);
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: Radio;
    src: url(../fonts/radio-200.woff);
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: Radio;
    src: url(../fonts/radio-300.woff);
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: Radio;
    src: url(../fonts/radio-400.woff);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Radio;
    src: url(../fonts/radio-500.woff);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Radio;
    src: url(../fonts/radio-600.woff);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: Radio;
    src: url(../fonts/radio-700.woff);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: Radio;
    src: url(../fonts/radio-800.woff);
    font-weight: 800;
    font-display: swap;
}@font-face {
    font-family: Radio;
    src: url(../fonts/radio-900.woff);
    font-weight: 900;
    font-display: swap;
}
[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-base);
}
html{
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: scroll;
}
header{
    background-color: var(--main-shape-color);
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
}
header .menu-icon, header .mobile-menu, header .close-icon{
    display: none;
}
header .logo a img{
    width: 100px;
}
header .left-header{
    display: flex;
    align-items: center;
}
header nav{
    display: flex;
    gap: 80px;
}
header nav a{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
}
header .imgs-header{
    margin-left: 100px;
    gap: 15px;
    display: flex;
    align-items: flex-end;
}
/* Reproductor */
.radioco-playButton-playing:before{
    font-family: 'FontAwesome', sans-serif;
  content: "\f04b";
}

.radioco-playButton-paused:before{
    font-family: 'FontAwesome', sans-serif;
  content:"\f04c";
}
.radioco-playButton{

    color: white;
    position: relative;
    text-align: left;
    position: relative;
    z-index: 2;
    font-size:50px;
  }

  .radioco-playButton:active{
    color:#39596b;
  }

  .radioco-playButton-playing, .radioco-playButton-paused{
    cursor: pointer;
  }
body.black-bg{
    background: #000;
}
body{
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    width: 100vw;
}
/* NEW Home */
body.home.new-home{
    background: #FD1454;
    --font-base: 'Radio';
    text-transform: uppercase;
    height: 100vh;
}
section.new-home .cols-new-home{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 100%;
}
.cols-new-home > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cols-new-home .central{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cols-new-home .central .top-container{
    display: flex;
}
.social-box, .logo-box{
    display: flex;
    gap: 5px;   
}
.social-box{
    margin-bottom: 5px;
}
.new-home-cta{
    background: #000;
    color: #FD1454;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 25px;
    margin-top: 20px;
}
footer.new-footer{
    background: #000;
    color: #fff;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
}
.modal-vis{
    display: flex !important;
}
.modal-mail{
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    gap: 15px;
}
#mail-btn{
    background: red;
    outline: none;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
}
@media screen and (max-width: 500px) {
    .new-home{
        padding: 0;
    }
    section.new-home .cols-new-home{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    .central .top-container > img {
        width: 95vw;
    }
    .cols-new-home .central .top-container{
        flex-direction: column;
        align-items: center;
    }
    .cols-new-home .central{
        gap: 20px;
    }
    footer.new-footer p{
        font-size: 14px;
    }
}
/* Legacy Home */
body:not(.home){
    overflow-y: scroll;
}
.mobile-layout{
    display: none;
}
.desktop-layout{
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}
.fila-home{
    display: flex;
    justify-content: space-between;
}
.fila-1 .f1-1{
    transform: translateY(-160px);
}
.fila-1 .f1-2{
    transform: translateY(-111px);
    margin-left: -130px;
}
.fila-1 .f1-3{
    transform: translateY(-178px);
    margin-left: -130px;
}
.fila-1 .f1-4{
    transform: translateY(-85px);
}
.fila-1 .f1-5{
    width: 220px;
    transform: translateY(-184px);
    margin-left: 40px;
}
div.text-holder{
    position: relative;
    text-align: center;
}
.text-holder p{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
/*Ocultarlo en lo que esta la seccion*/
.text-holder.prog p{
    display: none;
}
.text-holder.prog p{
    position: absolute;
    transform: translateX(-50%) translateY(-200px);
    left: 50%;
    font-size: 26px;
}
.fila-home.fila-2{
    margin-top: -190px;
}
.fila-2 .f2-1{
    margin-right: 11px;
}
.fila-2 .bg-1{
    background-size: cover;
    mask: url(../img/f2-2.svg);
    mask-repeat: no-repeat;
    background-position: -144%;
    position: relative;
    width: 370px;
    margin-top: -58px;
    margin-right: 15px;
    cursor: pointer;
}
.text-holder.bg-1 p{
    position: absolute;
    transform: translateX(117px) translateY(58px);
    width: 210px;
}
.fila-2 .f2-3 iframe{
    width: 800px;
    margin-top: -50px;
}
.fila-2 .bg-2{
    background-size: cover;
    mask: url(../img/f2-4.svg);
    mask-repeat: no-repeat;
    position: relative;
    width: 340px;
    background-position: 20%;
    transform: translateY(-40px);
    margin-left: 15px;
    cursor: pointer;
}
.text-holder.bg-2 p{
    position: absolute;
    width: 219px;
    transform: translateX(68px) translateY(181px);
}
.fila-2 .f2-5{
    transform: translate(50px, -40px);
}
.fila-3{
    margin-top: -20px;
}
.fila-3 .bg-3{
    background-size: cover;
    mask: url(../img/f3-1.svg);
    mask-repeat: no-repeat;
    width: 335px;
    height: 300px;
    background-position: 50%;
    cursor: pointer;
}
.fila-3 .bg-3 p{
    position: absolute;
    width: 220px;
    transform: translate(29px, 178px);
}
.fila-3 .text-holder.shows{
    transform: translateY(-5px);
    width: 300px;
    margin-right: 40px;
    cursor: pointer;
}
.fila-3 .text-holder.shows p{
    position: absolute;
    transform: translateX(55px) translateY(-280px);
    font-size: 26px;
}
.fila-3 .bg-4{
    background-size: cover;
    mask: url(../img/f3-3.svg);
    mask-repeat: no-repeat;
    width: 600px;
    height: 289px;
    transform: translate(-60px, 5%);
    cursor: pointer;
}
.fila-3 .bg-4 p{
    position: absolute;
    width: 220px;
    transform: translate(101px, 95px);
}
.fila-3 .bg-5{
    background-size: cover;
    mask: url(../img/f3-4.svg);
    mask-repeat: no-repeat;
    width: 330px;
    height: 285px;
    background-position: 50%;
    transform: translateY(-40px);
    cursor: pointer;
}
.fila-3 .bg-5 p{
    position: absolute;
    width: 220px;
    transform: translate(60px, 193px);
}
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--main-shape-color);
    width: 100%;
    padding: 16px 30px;
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 50px;
}
footer .live-scroll{
    white-space: nowrap;
    overflow: hidden;
}
footer .live-text{
    color:#fff;
    font-weight: 500;
    font-size: 22px;
    /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: my-animation 10s linear infinite;
  -webkit-animation: my-animation 10s linear infinite;
  animation: my-animation 10s linear infinite;
}
/* for Firefox */
@-moz-keyframes my-animation {
    from { -moz-transform: translateX(100%); }
    to { -moz-transform: translateX(-100%); }
}
  
/* for Chrome */
@-webkit-keyframes my-animation {
from { -webkit-transform: translateX(100%); }
to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}
.color-slider-wrap{
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    display: flex;
    align-items: center;
}
.color-slider-wrap input{
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  /*  slider progress trick  */
  border-radius: 16px;
}
input[type="range"]::-webkit-slider-runnable-track {
    background: #fff;
    height: 6px;
  }
  
/******** Firefox ********/
input[type="range"]::-moz-range-track {
background: #fff;
height: 6px;
}
/***** Thumb Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -10px; /* Centers thumb on the track */
    background-color: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;    
 }
/***** About ****/
body.about{
    background-color: var(--main-shape-color);
}
.about-page{
    background-color: var(--main-shape-color);
}
.about-page .text-holder{
    position: relative;
    display: flex;
    justify-content: center;
}
.about-page svg.mobile-svg-about{
    display: none;
}
.about-page .inner-text{
    max-height: 500px;
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}
.about-page .text-holder p{
    text-transform: none;
    line-height: 1.68;
    font-size: 19px;
    text-align: justify;
    font-weight: 600;
}
/*Archivo */
section.archive-page{
    padding: 32px 50px 80px 50px;
}
.archive-page .top-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.archive-page h2 {
    font-size: 28px;
}
.archivo h1{
    font-weight: 900;
    font-size: 64px;
    text-transform: uppercase;
}
.top-row .text-search{
    display: flex;
    align-items: center;
    gap: 15px;
}
.top-row .text-search input{
    width: 490px;
    height: 46px;
    font-size: 22px;
    text-transform: uppercase;
}
.top-row .text-search input[type="submit"]{
    background-color: var(--main-shape-color);
    color: #fff;
    border: 1px solid var(--main-shape-color);
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    height: 46px;
    width: 150px;
}
form#form-archivo input[type="checkbox"]{
    display: none;
}
form#form-archivo .cont-generos, form#form-archivo .otras-categorias{
    display: flex;
    gap: 13px;
    row-gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}
form#form-archivo label{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}
form#form-archivo h2.otras-cat-h2{
    margin-top: 25px;
}
form#form-archivo label .text-label{
    position: absolute;
}
form#form-archivo input[type="checkbox"]:checked + label .bg-label svg{
    fill: white;
}
form#form-archivo input[type="checkbox"]:checked + label{
    color: #000;
}
.archive-page .results{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
    gap: 30px;
}
.result-card{
    display: flex;
    border: 2px solid #000;
    padding: 18px;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}
.result-card:hover{
    opacity: 0.6;
}
.result-card .image-card{
    height: 300px;
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    display: flex;
    align-items: end;
    mask: url(../img/img-result-card.svg);
    mask-size:cover;
    mask-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.result-card .tag-cont{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}
.result-card .tag-cont .tag-txt{
    position: absolute;
    color: #fff;
    margin-top: 8px;
}
.result-card .details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 16px;
}
.result-card .details .bottom-details{
    margin-bottom: 18px;
    text-transform: uppercase;
}
.result-card .details h6{
    font-size: 18px;
}
.result-card .details .top-details{
    font-size: 17px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.result-card .details .top-details span{
    text-decoration: underline;
}
/*Modal*/
.modal{
    display: none;
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    background: rgba(255,255,255,.8);
    z-index: 99;
}
.modal.modalShow{
    display: flex;
}
.modal .modal-container{
    position: relative;
    width: 90vw;
    height: 60vh;
    border: 18px solid var(--main-shape-color);
    padding: 10px;
    overflow-y: scroll;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
}
.modal span.closeModal{
    position: absolute;
    top: 0px;
    z-index: 999;
    right: 0px;
    cursor: pointer;
    color: black;
    font-weight: 900;
}
.modal .modal-info-cols{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.modal .modal-info-cols .modal-img {
    mask: url(../img/mask-modal-cover.svg);
    background-size: cover;
    mask-repeat: no-repeat;
    width: 424px;
    height: 600px;
    background-position: center;
    margin-left: -10px;
    position: relative;
}
.modal .modal-info-cols .modal-img svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
}
.modal .modal-info-cols .modal-img svg:hover{
    opacity: 1;
}
.modal .modal-info-cols h2{
    font-size: 40px;
}
.modal .modal-info-cols p.artistas-modal{
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 48px;
}
.modal .modal-info-cols p.generos-modal{
    font-size: 20px;
    margin-bottom: 48px;
}
.modal .modal-info-cols p.descripcion-modal, .modal .modal-info-cols p.bio-modal{
    font-size: 18px;
}
.modal .modal-shows-row, .modal .modal-episodes-row{
    padding-top: 30px;
}
.modal .modal-info-cols .modal-info iframe{
    border: none;
    margin-top: 25px;
}
.modal .modal-shows-row > h2, .modal .modal-episodes-row > h2{
    text-transform: uppercase;
    font-size: 30px;
}
.modal .modal-shows-row .results, .modal .modal-episodes-row .results{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    gap: 30px;
}
@media screen and (max-width: 500px) {
    body.home{
        width: 100vw;
        overflow-y: hidden;
        overflow-y: scroll;
    }
    header{
        padding: 25px 20px;
    }
    header nav.menu{
        display: none;
    }
    header .imgs-header{
        margin: 0;
        order: 0;
    }
    header .imgs-header .live-img{
        width: 60px;
    }
    header .imgs-header .play-img{
        width: 40px;
    }
    header .menu-icon{
        display: block;
        order: 2;
        width: 40px;
    }
    header .logo{
        /*Order 1 cuando esten las imagenes de live*/
        order: 1;
    }
    header .logo a img{
        width: 80px;
    }
    header .close-icon{
        order: 2;
        width: 30px;
    }
    header .mobile-menu.visible{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 120px;
        padding-top: 50px;
        position: fixed;
        width: 100vw;
        height: 100%;
        top: 104px;
        left: 0;
        background: var(--main-shape-color);
    }
    header .mobile-menu .color-slider-wrap{
        width: 80%;
    }
    section.desktop-layout{
        display: none;
    }
    footer{
        padding: 10px 18px;
        grid-template-columns: 1fr;
    }
    footer .live-text{
        font-size: 16px;
    }
    footer .color-slider-wrap{
        display: none;
    }
    section.mobile-layout{
        display: block;
        overflow-y: hidden;
        overflow-x: scroll;
        height: 100vh;
    }
    .mobile-layout .twplayer-m{
        position: relative;
        z-index: 999;
    }
    .mobile-layout #twplayer-m{
        width: 100%;
        height: 200px;
    }
    .mobile-layout .mf1-1 iframe {
        width: 80%;
        margin-top: 15px;
        z-index: 999;
    }
    .mobile-layout .mf1-2{
        width: 150px;
        height: auto;
        transform: translate(218%, -111%);
    }
    .mobile-layout .mf2{
        margin-top: -120px;
        display: flex;
        justify-content: space-around;
    }
    .mobile-layout .mf2 .mf2-1{
        width: 150px;
        height: auto;
    }
    .mobile-layout .shows p{
        transform: translate(10%, -125%);
        font-size: 18px;
        width: 120px;
    }
    .mobile-layout .mf2 .mf2-2{
        width: 176px;
        height: auto;
    }
    .mobile-layout .prog p{
        transform: translate(3%, -980%);
        font-size: 18px;
        width: 120px;
        position: relative;
        left: 0;
    }
    .mobile-layout .mf3{
        margin-top: -30px;
    }
    .mobile-layout .mf3-1{
        background-size: cover;
        mask: url(../img/mf1-1-shape.svg);
        mask-repeat: no-repeat;
        width: 220px;
        height: 285px;
        background-position: 50% 0%;
        transform: translate(-15%, 0);
    }
    .mobile-layout .mf3-1 p{
        position: absolute;
        width: 170px;
        transform: translate(22%, 340%);
        font-size: 12px;
    }
    .mobile-layout .mf3-2{
        background-size: cover;
        mask: url(../img/mf1-2-shape.svg);
        mask-repeat: no-repeat;
        background-position: 51% -36%;
        position: relative;
        width: 220px;
        height: 400px;
        transform: translate(90%, -65%);
    }
    .mobile-layout .mf3-2 p{
        position: absolute;
        width: 140px;
        transform: translate(16%, 300%);
        font-size: 12px;
    }
    /*About*/
    .about-page .text-holder{
        background: black;
    }
    .about-page .text-holder svg{
        display: none;
    }
    .about-page .inner-text{
        width: 80%;
        height: auto;
        max-height: unset;
        justify-content: flex-start;
        padding: 20px 0;
        position: static;
    }
    .about-page .text-holder p{
        font-size: 16px;
    }
    /*Archivo*/
    section.archive-page{
        padding: 20px;
    }
    .archive-page .top-row, .top-row .text-search{
        flex-direction: column;
    }
    .archive-page .top-row{
        margin-bottom: 15px;
    }
    .top-row .text-search input{
        width: 90vw;
    }
    form#form-archivo label .text-label{
        font-size: 12px;
    }
    form#form-archivo label .bg-label svg{
        width: 130px;
    }
    .archive-page .results{
        width: 90vw;
        grid-template-columns: 1fr;
    }
    .result-card{
        max-width: 90vw;
        align-items: end;
    }
    .result-card .image-card{
        height: 207px;
        width: 180px;
        min-width: 180px;
        max-width: 180px;
    }
    .result-card .details{
        gap: 10px;
    }
    .result-card .details .top-details{
        font-size: 14px;
    }
    .result-card .details h6{
        font-size: 15px;
    }
    .result-card .details .bottom-details{
        font-size: 13px;
    }
    .modal .modal-info-cols{
        display: flex;
        flex-direction: column;
    }
    .modal .modal-info-cols .modal-img{
        mask: unset;
        width: 90%;
        height: 300px;
        margin: auto;
    }
    .modal .modal-info-cols h2.titulo-modal{
        font-size: 30px;
    }
    .modal .modal-shows-row > h2{
        font-size: 26px;
    }
    .modal .modal-shows-row .results, .modal .modal-episodes-row .results{
        display: flex;
        flex-direction: column;
    }
    .modal .modal-episodes-row .results .result-card{
        flex-direction: column;
        justify-content: center;
    }
    .modal .modal-episodes-row .results .result-card .image-card{
        margin: auto;
    }
    .modal .modal-episodes-row .results .result-card .details{
        margin-top: 15px;
    }
    .modal .result-card .details h6{
        font-size: 13px;
    }
 }