* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body::-webkit-scrollbar {
    width: 9px;
    height: 9px;    
    z-index: 2;
}
body::-webkit-scrollbar-thumb {
    background: #a0a0a0;
    border-radius: 4px;
}
body::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}
body::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 4px;
}
.icono_web{
    filter: invert(100%);
}
.icono_web.facebook{
    width: 30px;
    margin-top: 4px;
}
.icono_web.instagram{
    margin-top: 5px;
    width: 60px;
    height: 60px;
}
.icono_web.google_play{
    width: 30px;
}
header{
    position: fixed; 
    background-color: #001b52;
    height: 160px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
    width: 100%;
    border-bottom: 1px solid #fff;
    z-index: 15;
}
main{
    padding-top: 115px;
}
.contenedor_menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    height: max-content;
}
.logo_radiored{
    width: 160px;
    height: 110px;
}
.boton_menu{
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    outline: none;
}
.boton_menu img{
    width: 40px;
    height: 40px;
}


.menu_cabecera{
    display: flex;
    flex-direction: row;
    width: max-content;
    justify-content: space-between;
    overflow: hidden;
    z-index: 16;
    background-color: #001b52;
}
.menu_cabecera.colapsado{
    height: 0px;
}
.menu_cabecera a{
    text-decoration: none;
    font-family: "Poppins";
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    transition: 0.2s ease-in-out;
    margin: 0px 10px;
}
.menu_cabecera a:hover{
    color: #ff2978;
}
.menu_cabecera .pagina_activa{
    color: #ff2978;
}
.app_android{
    width: 140px;
}
.btn_play{
    cursor: pointer;
    width: 70px;
    height: 70px;
}
.contenedor_radio{
    width: 33.3%;
    display: flex;
    justify-content: center;
}




footer{
    background-color: #001b52;
    font-family: "Poppins";
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 18%;
    border-top: 1px solid #fff;
    height: 160px;
    width: 100%;
}
footer span, footer a{
    color: #fff;
}
.textos_contactos span{
    font-size: 35px;
    text-align: center;
}
footer a{
    margin: 0px 25px;
    transition: 0.2s ease-in-out;
}
footer .playstore .disponible_playstore{
    font-size: 20px;
}
.boton_whatsapp_pie{
    color: #fff;
    font-size: 60px;
    margin-right: 15px;
}
.textos_contactos{
    display: flex;
    flex-direction: column;
}



.contenedor_redes{
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenedor_redes a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor_redes a:hover{
    color: #ff2978;
}
.contenedor_redes div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}



footer .contenedor_playstore{
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin-left: 20px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
footer .contenedor_playstore i{
    font-size: 30px;
    margin-right: 5px;
}
footer .contenedor_playstore span{
    transition: all 0.2s ease-in-out;
}
.contenedor_programaciones{
    height: 670px;
    width: 100%;
}

.boton_whatsapp_flotante{
    position: fixed;
    z-index: 14;
    height: max-content;
    width: max-content;
    right: 10px;
    bottom: 10px;
}
.boton_whatsapp_flotante img{
    background-size: cover;
}
.contenedor_programacion{
    display: none;
    justify-content: center;
    align-items: center;
    background-image: url("images/fondo_portada.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;  
    width: 100%;
    height: 700px;
    padding-top: 50px;
    /* border: 8px solid #02fa40; */
}
.imagen_programacion{
    height: 2061px;
    width: 886px;
}
.contenedor_imagen_programacion{
    height: 600px;
    width: 886px;
    /* border: 8px solid #ffa929; */
    overflow: scroll;
}
.contenedor_nosotros{
    background-image: url("images/nosotros.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;  
    width: 100%;
    height: 700px;
    font-family: "poppins";
    color: #1f1f1f;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0% 10%;
}
.subcontenedor_nosotros{
    display: flex;
    flex-direction: column;  
    align-items: center;
    justify-content: center;
}
.subcontenedor_nosotros div{
    background-color: rgba(255, 255, 255, 0.600);
    width: 900px;
    height: max-content;
    border-radius: 10px;
    margin: 5px 0px;
    padding: 20px;
    text-align: justify;
}
.subcontenedor_nosotros div span{
    font-size: 20px;
    font-weight: 600;
}
.subcontenedor_nosotros div p{
    font-size: 18px
}

@media screen and (max-width:1600px) {
    .subcontenedor_nosotros div{
        width: 800px;
    }
    .contenedor_nosotros{
        padding: 0% 5%;
    }

    footer{
        padding: 0%;
        justify-content: center;
    }
    footer .contenedor_playstore{
        border: 1px solid #fff;
        padding: 5px 10px;
        margin-left: 20px;
        border-radius: 10px;
        transition: all 0.2s ease-in-out;
        text-decoration: none;
    }

    footer .contenedor_playstore span{
        font-size: 13px;
    }

}

@media screen and (max-width:1250px) {
    .contenedor_nosotros{
        padding: 0% 2%;
    }
    .subcontenedor_nosotros div{
        width: 700px;
    }
}

@media screen and (max-width:1120px){
    .boton_whatsapp_flotante{
        top: 115px;
    }
    .icono_web.instagram{
        
        width: 35px;
        height: 35px;
    }
    .icono_web.facebook{
        
        width: 20px;

    }

    .contenedor_redes a{
        margin-bottom: 7px; 
    }


    .icono_web.google_play{
        width: 25px;
        margin-right: 10px;
    }
    



    .subcontenedor_nosotros div{
        width: 600px;
    }
    .contenedor_programacion{
        margin-top: -10px;
        margin-bottom: -25px;
        padding: 10px 0px;
    }
    .contenedor_nosotros{
        margin-top: -10px;
        margin-bottom: -25px;
    }
    .contenedor_programaciones .texto_portada{
        width: 100%;
    } 
    .contenedor_programaciones .texto_portada span{
        color: #000;
    } 
    .menu_cabecera{
        flex-direction: column;
        width: 100%;
        margin-top: 15px;
    }
    .menu_cabecera a{
        padding: 5px 0px;
        border-top: 1px solid #fff;
    }
    .btn_play{
        width: 60px;
        height: 60px;
    }
    main{
        padding-top: 100px;
    }
    header{
        height: 100px;
        /*height: max-content;*/
        flex-direction: column;
        padding: 10px 10px;
        width: 100vw;     
        /* background-color: aqua; */
    }
    footer{
        padding: 0%;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .contenedor_redes{
        display: grid;
        grid-template-columns: max-content max-content;
    }
    body{
        background-color: #001b52;
    }
    .boton_menu{
        display: flex;
        margin-left:50px;
    }
    .contenedor_menu{
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 0% 0%;
    }
    .logo_radiored{
        width: 120px;
        height: 80px;
    }
    .textos_contactos span{
        font-size: 20px;
    }
    footer .fb{
        font-size: 35px;
    }
    footer .ig{
        font-size: 45px;
    }
    footer .playstore{
        font-size: 15px;
    }
    .boton_whatsapp_pie{
        font-size: 45px;
    }
    footer .contenedor_playstore{
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 10px;
        
        margin: 2px 10px;
        border-radius: 10px;
        transition: all 0.2s ease-in-out;
    }
   
    footer .disponible_playstore{
        font-size: 15px;
    }
    footer a{
        margin: 0px 15px;
    }
}
@media screen and (max-width:920px){
    .contenedor_imagen_programacion{
        height: 550px;
        width: max-content;
    }
    .imagen_programacion{
        height: 1030px;
        width: 443px;
    }
}
@media screen and (max-width:800px){
    .contenedor_programacion{
        height: 600px;
    } 
    .contenedor_nosotros{
        padding: 0% 2%;
        justify-content: center;
        background-image: url("images/nosotros_800.jpeg");
    }  
    .separador_nosotros{
        display: none;
    }
}
@media screen and (max-width:600px){
    .subcontenedor_nosotros div span{
        font-size: 17px;
        font-weight: 600;
    }
    .subcontenedor_nosotros div p{
        font-size: 15px
    }
    
    .contenedor_nosotros div{
        width: 100%;
        height: max-content;
    }
}
@media screen and (max-width:530px){
    .boton_whatsapp_flotante img{
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width:500px){
    .imagen_programacion{
        height: 824px;
        width: 354px;
    }
}
@media screen and (max-width:400px){
    .boton_whatsapp_flotante img{
        width: 50px;
        height: 50px;
    }
    .contenedor_radio{
        width: max-content;
    }
    .contenedor_nosotros{
        height: 700px;
    } 
}
@media screen and (max-width:390px){
    .contenedor_nosotros{
        height: 740px;
    } 
}
@media screen and (max-width:355px){
    .contenedor_nosotros{
        height: 800px;
    } 
    .imagen_programacion{
        height: 741px;
        width: 318px;
    }
}
@media screen and (max-width:325px){
    .contenedor_nosotros{
        height: 840px;
    } 
}