
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


body{
    cursor: url(/archivos/png/sintoniabeatsmouse2.png), aauto;
    display: grid;
    grid-template-areas: 
    "header  header " "r-aside l-aside";
    height: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 30px;
}

#video_background {
position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
}
#video_pattern {
background:#fff;
position: fixed;
opacity: 0.8;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 1;
}

html{
    background: linear-gradient(transparent 11% 90%, #4884fb) fixed,url('/archivos/png/nuevologo') left top /250px no-repeat fixed, url('/archivos/png/meses/1 (53)') right bottom/ 500px no-repeat fixed, url('/archivos/png/meses/1 (59)_v') bottom/ 500px no-repeat fixed, url('/archivos/jpg/led/13') top / cover no-repeat fixed;
    background-blend-mode: normal, normal,normal;
   }

.hora{
    
    margin-top: 10px;
    color: white;
}

.titulo{
    
    font-family: "Bangers", system-ui;
    color:  darkmagenta;
    font-style: normal;
    font-size: 70;
    text-shadow: 3px 0px 10px aliceblue;
    text-align: center;
}


.logo img{
    width: 250;
}

nav li{
    display: inline-block;
    margin-right: 10px;
    
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    }
nav li a{
    color:beige;
}

nav li:hover{
    background-color:  #e2b894;
}

nav li ul{
    display:  none;
    position:  fixed;
    }

nav li:hover ul{
    display:  flex;
    background-color:  black;
    flex-direction: column;
    text-align: left;
    }

nav li ul li{
    background-color: #e2b894;
    margin: 0;
    padding: 5px;
}

nav li ul li:hover{
    background-color: #e2b894;
    margin: 0;
    padding: 5px;
}

nav li img{
    width: 20px;
}

nav #login{
    float: right;
    font-size: 20px;
}

nav #radeatumismo{
    float: right;
    font-size: 20px;
    margin-right: 10px ;
}

#toolbar {
  list-style: none;
  background-color: #4884fb;
  text-align: center;
  padding: 4px;
}

#instagram {
  float: left;
}
#discord{
  float: left;
}
#youtube{
  float: left;
}

#chat{
    float: right;
}

#donate img{
    width: 50px;
}

.rs2 {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
}

header {
  width: 100%;
  grid-area: header;
}

.calendar {
  background-color: #030b13;
  border: red 3px solid;    
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  margin: auto;
  box-shadow: 0px 0px 5px 5px black;
}


.imagenes {
    display: flex;
    filter: drop-shadow(0px 0px 5px green);
    justify-content: center;
    margin: auto;
}

.imagenes #logosintoniabeats{
    width: 80%;
}

l-aside{
  grid-area: l-aside;

  display: flex;
  flex-direction: column;
}

l-aside iframe{

    width: 100%;
    height: 100%;
}



 l-aside .media{
  border: #44c9e6 3px solid;
  border-radius: 10px;
  box-shadow: inset 0px 0px 20px #11acca, 0px 0px 5px 5px black;
  padding: 30px;
  backdrop-filter: blur(20px);
  display: flex;
  gap: 20px;
}


l-aside .chatmovil{
    display: none;
}

l-aside p{
  color: #030b13;
  background-color: #3ba0d2;
  font-size: math;
  text-align: center;
}

r-aside {
    grid-area: r-aside;
    display: flex;
    justify-content: left;
    align-items: center;
}


r-aside .media {
  border: #44c9e6 3px solid;
  padding: 20;
  border-radius: 10px;
  box-shadow: inset 0px 0px 20px #11acca, 5px 10px 5px 5px black;
  backdrop-filter: blur(40px);
  width: fit-content;
  height: fit-content;
  margin-left: 100px;
}


.boton {
  line-height: 1.5;
  padding: 5;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(220 0 0 / 100%);
  background-image: linear-gradient(
    to top left,
    rgb(0 0 0 / 20%),
    rgb(0 0 0 / 20%) 30%,
    rgb(0 0 0 / 0%)
  );
  box-shadow:
    inset 2px 2px 3px rgb(255 255 255 / 60%),
    inset -2px -2px 3px rgb(0 0 0 / 60%);
  width: fit-content;

}

boton:hover {
  background-color: rgb(255 0 0 / 100%);
}

.boton:active {
  box-shadow:
    inset -2px -2px 3px rgb(255 255 255 / 60%),
    inset 2px 2px 3px rgb(0 0 0 / 60%);
}





main{
    display: none;
}

main iframe{

  border: black 3px solid;
  padding: 30;
  border-radius: 10px;
  margin: auto;
  box-shadow: inset 0px 0px 20px #11acca, 0px 0px 5px 5px black;
  backdrop-filter: blur(50px);
  width: 100%;
  height: 100%;
}


.navidad{
    display: none;
}

.chatminit{
    border: red 3px solid;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    margin: auto;
    box-shadow: 0px 0px 5px 5px black;
}
.discord{
    border: gold 3px solid;
    border-radius: 10px;
    display: none;
}


#eventoimagen1 {
    border-radius: 20px;
    filter: drop-shadow(0px 0px 7px gold);
    width: 120px;
    border: double red 5px;
    
}
#eventoimagen2 {
    border-radius: 20px;   
    filter: drop-shadow(0px 0px 3px #cf0d5f);
    border: double antiquewhite 3px;
    width: 60px;
}


.reproductor {
 background: #030b13;
 margin-top: 5px;
 border: 2px azure solid;
 border-radius: 10px 10px 10px 10px;
 text-align: center;
 overflow: hidden;
 box-shadow: 0px 0px 5px 5px black;
}

.repro1  p{
  background-color: gray;
  text-align: center;
  color:beige;
  font-size:  math;
  }

#repro2{
    width: 100%;
}

.listeners > h1 {
  color: blanchedalmond;
  text-align: center;
  background-color:#123c68;
  font-size: medium ;
}


.redessociales_menu img{
    width: 30px;
    filter: drop-shadow(3px 1px 5px gold);
}


.redessociales_menu {
  background: linear-gradient(blue 70%);
  display: block;
}

.redessociales_menu  p{
    color: gold;
}

 .lista_dj{
  display: flex;
  text-align: center;
  justify-content:  space-around;
  margin: 7px;
} 

#losdjs {
  float: right;
}

.lista_dj p{
  color: white;
  text-align: center;
  font-size: 15px;
  background-color:red;
  border-radius: 5px;
}

.lista_dj img{
  width: 70px;
  filter: drop-shadow(0px 0px 5px gold);
}

/* .lista_dj img:hover{
 transform: scale(3);
 translate: 0px -20px;

} */

.djs{
  background: #030b13;
  box-shadow: 0px 0px 5px 5px black;
  margin-top: 5px;
  border: 2px azure solid;    
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  display: none;
}

.djs p{
  color: beige;
  background-color: #A04862;
  font-size:   math;
  text-align: center;
    
}
.historial{
margin-top: 5px;
background: url('/archivos/gif/44') center / 100% 100% no-repeat;
border: 2px azure solid;    
box-shadow: 0px 0px 5px 5px black;
overflow: hidden;
background-color: #030b13;
    border-radius: 10px 10px 10px 10px;

}


.historial p{
    color: beige;
    background-color: gray;
    font-size:  math;
    text-align: center;
    
}

.historial2 iframe{
    width: 540px; 
     height: 93px;
    margin-top: 10px;
}

.radeatumismo{
    display: grid;
    border: 2px azure solid;    
    box-shadow: 0px 0px 5px 5px #11acca;
    background: #030b13;
    margin-top: 5px;
    padding: 5;
    
}

.games{
    border: 2px azure solid;    
    align-items: center;
    background: #030b13;
    padding: 5;
    box-shadow: 0px 0px 5px 5px #11acca;
    margin-top: 5px;
    width: 450px;

}

.juegos{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.juegos1{
  display: flex;
    flex-direction: column;
}



.juegos2 {
    display: flex;
    flex-direction: column;
}

#reloj{
    color: lawngreen;
    border-radius: 20px;
    height: 80px;
    text-align: center;
    align-content: end;
}

.eventos{
    box-shadow: 0px 0px 5px 5px black;
    border: 2px azure solid;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    background: black,url('../png/navidad/1.png') top / 100% 100% no-repeat;
    }
.eventos1 > p{
    color: beige;
    background-color: gray;
    font-size:  larger;
    text-align: center;
}

.eventos2{
  display: flex;
  justify-content: space-evenly;
  padding: 5px;
  align-items: center;
  background: #030b13;
  height: 100px;
}

#eventoimagen2 {
    border-radius: 20px;   
    filter: drop-shadow(0px 0px 7px white);
    border: double red 5px;
    width: 100px;
}

/* #eventoimagen:hover{
 transform: scale(3.5);
 translate: 75% 75% ;
 filter: drop-shadow(0px 0px 5px gold);
 border: dotted red 5px; 
 background-color: #000000;
} */

footer{
  grid-area: footer;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: "Bangers", system-ui;
  background-color: #3ba0d2;
  text-align: center;
}

.banner{
    text-align: center;
    
}

.banner img{
    border-radius: 15px;
    border: red 3px solid;
}
/* Solo se muestra si el dispositivo está en horizontal (landscape) */
/* @media screen and (orientation: landscape) */
/* @media screen and (orientation: portrait) */
/* pc -------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:760px),(max-height:360px){
    
    html{
    background: url('/archivos/png/nuevologo') bottom center/ 300px no-repeat fixed,url('/archivos/webp/9') center/ 100% 100% fixed no-repeat;
    background-blend-mode: normal;
}
    body{
        display: flex;
        flex-direction: column;
}

    r-aside .media {
  margin: auto;
}
  
    #eventoimagen2{
       display: none;
    }
    
    .boton{
        display: none;
    }
    
    .media2{
        display: none;
    }

    #toolbar{
        display:none;
    }
 
    l-aside {
        display: none;
    }
    

    footer{
        display: none;
    }

}