﻿@font-face {
    font-family: 'Panton';
    src: url('../Fonts/Fontfabric - Panton Black.otf');
}

@font-face {
    font-family: 'Odin';
    src: url('../Fonts/Odin Rounded - Light.otf');
}

html, body {
    color: #fff; 
    height: 100%;  
    background-color: #a700ef;
}

#background {
    background: #6c00c0; 
    background: -webkit-linear-gradient(#6c00c0, #a700ef); /*Safari 5.1 to 6.0*/
    background: -o-linear-gradient(#6c00c0, #a700ef); /*Opera 11.1 to 12.0*/
    background: -moz-linear-gradient(#6c00c0, #a700ef); /*Firefox 3.6 to 15*/
    background: linear-gradient(#6c00c0, #a700ef);
    width: 100%;
    height: 100%;
    background-repeat:no-repeat;
}
nav .stylish-panel {
    display: flex;
    justify-content: space-around;
}

nav .stylish-panel > div {
    width: 310px;
    height: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #a700ff;
    border-radius: 50px;
    padding: 16px 15px 0 0;
    text-align: center;
    font-family: Panton;
    font-size: 20px;
    /*ANIMATION*/
    -moz-animation-duration: 0.3s;
    -moz-animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-delay: 0s;
}

.selectedNavButton {
    background-color: #F8C100;
}

#indiceProgramas {
    width: 100%;
    height: 5vh;
    margin: 0 auto 20px;
    /*background-color: #998844;*/
    text-align: center;
    overflow: initial;
    position: center;
}

#indiceProgramas a{
    color: #fff;
    padding: 10px;
    font-family: Panton;
    font-size: calc(14px + 1vw);
    /*background-color: aqua;*/
    text-decoration: none;
}

#indiceProgramas a:hover{
    color: #F8C100;
    /*font-size: calc(18px + 1vw);*/
}

#programas {
    /*background-color: #225544;*/
}

#listaProgramas {
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    justify-content: flex-start;
    /*align-items: flex-start;*/
    /*background-color: #774466;*/
}


#listaProgramas > div {
    margin: 0 auto 50px auto;
    text-align: center;
    width: 228px;
    /*background-color: #447766;*/
    font-family: Odin;
}

#listaProgramas > div > div{ 

}

#listaProgramas > div img{
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border: 5px solid white;
    /*background-color: #998877;*/
}

#listaProgramas h2 {
    display: block;
    float: none;
    clear: both;
    margin-bottom: 20px;
    text-align: center;
    font-family: Panton;
    font-size: 36px;
}

.grayscaleImage {
    -webkit-filter: grayscale(100%);
}

.programa:hover {
    cursor: pointer;
}

.programa h3{
    font-size: 20px;
    color: #fff;
}

.programa h3:hover {
    text-decoration: none;
}

.zoom {
    width: 110%;
    height: 110%;
}

.letraTest {
    display: block;
    float: none;
    clear: both;
    width: 1000px;
    background-color: #848484;
    align-self: center;
    flex-basis: auto;
}

.bloqueletraInicial {
    display: flex;

}

.bloqueletraInicial > div{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.3);
}

.bloqueletraInicial > div h3{
    font-family: Panton;
    color: #fff;
    font-size: 100px;
    margin: 10px 0px 0px 0px;
}



/*
    a, h3 {
    color: white;
}
.stylish-panel {
    padding: 20px 0;
    text-align: center;
}


#listado {
    width: 150px;
    height: 150px;
}

    .stylish-panel > div > div{
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 25px;
    transition: 0.2s;
}

#proximamente {
background-color: #D1BFE6;
border: none; 
}

#proximamente:hover {
    background-color:#4B0082;
}

.stylish-panel > div:hover > div{
   /*   margin-top: -10px;
  border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    transition: 0.5s;*/
}

/*#listado{
    width: 150px;
    height: 150px;
}*/

/*
.stylish-panel > div:hover img {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}


.estilos {
     border-radius: 15px;
    color: white;
   padding-top: 10px;
  background-color: #D1BFE6;
   height: 40px;
   
}

.estilos:hover {
    background-color:#4B0082;
}

*/
