
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@font-face {
    font-family: 'monarkblackregular';
    src: url('monarkblack-webfont.woff2') format('woff2'),
         url('monarkblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    margin: 0px;
    
    
}
i{
    margin-right: 0.2vw;
}
#log{
    background-color: #040c82;
    border: #040c82;
}
.container{
    width: 100vw;
    height: auto;
}
#nav{
    display: flex;
    height: auto;
    background-color: #040c82;
    
}

#logo{
    width: 6vw;
    height: auto;
    padding: 1vh;
    padding-bottom: 1.5vh;
    padding-left: 1vw;
}

#logo:hover{
    cursor: pointer;
    opacity: 0.8;
}

#marca{
    position: relative;
    left:60vw;
    align-self: center;
    top: -0.4vw;
    font-family: 'League Spartan';
    font-weight: 300;
    color: white;
    font-size: 2.5vw;
    padding-top: 1.5vw;
    padding-right: 3vw;
    text-decoration: none;
   
    /*text-shadow: 2px 2px 8px #000000*/
    
    
}
#marca span{
    font-weight: 800;
}

#banner img{
    float: right;
    display:block;
    width: 30%;
    height: auto;
    margin-right: 5%;
    margin-top: 1.8%;
}

#banner img:hover{
    opacity: 0.8;
}

#player{
    float: right;
    width: 80vw;
    height: 77vh;
}
#player2{
    float: left;
    width: 100vw;
    height: 100vh;
}

/*#my-video{
    float: right;
    width: 80vw;
    height: 80vh;
}

#my-video2{
    float: none;
    width: 100vw;
    height: 100vh;
}*/





#caja-chat{
    float: left;
    width: 20vw;
    height: 75vh;
    
}
#caja-chat-solo{
    margin-top: 2vh;
    margin-left: 2vh;
    float: left;
    width: auto;
    border-radius: 20px;
    
    /*border: 0.5px solid silver;*/
}


.boton-chat{
    height: 4vh;
    margin-top: 0.5vh;    
}
#boton-chat{
    margin-right: 0.2vw;
}
#boton-chat2{
    margin-top: 0.5vh;
    margin-left: 0.2vw;
}
#boton-chat i{
    padding: 3px;
    padding-right: 0px;
    color:silver;
}
#boton-chat2 i{
    color: silver;
    padding: 3px;
    padding-right: 0px;
}
#boton-chat{
    float: right;
    background-color: white;
    border-radius: 5px;
    border:0.0px solid silver;
    font-size: medium;
}

#boton-chat:hover{
    cursor: pointer;
}
#boton-chat2{
    float: left;
    position: absolute;
    z-index: 2000;
    background-color: white;
    border-radius: 40px;
    border:0.0px solid silver;
    font-size: medium;
}

#boton-chat2:hover{
    cursor: pointer;
}
#chat{
    background-color: white;
    width: 20vw;
    height: 55.5vh;
    overflow: scroll;
    margin-bottom: 0.5vh;
    overflow-x: hidden;
}
#chat-solo{
    background-color: white;
    width: 400px;
    height: 100vh;
    overflow: scroll;
    margin-bottom: 0.5vh;
    overflow-x: hidden;
}
#chat::-webkit-scrollbar {
    width: 1.5vh;               /* width of the entire scrollbar */
  }
  
#chat::-webkit-scrollbar-track {
    background: white;        /* color of the tracking area */
  }
  
#chat::-webkit-scrollbar-thumb {
    background-color: #040c82;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 1px solid white;  /* creates padding around scroll thumb */
  }
#chat-solo::-webkit-scrollbar {
    width: 15px;               /* width of the entire scrollbar */
  }
  
#chat-solo::-webkit-scrollbar-track {
    background: silver;       /* color of the tracking area */
    border-radius: 20px;
    padding: 0px;
  }
  
#chat-solo::-webkit-scrollbar-thumb {
    background-color: #040c82;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    /*border: 1px solid white;  /* creates padding around scroll thumb */
  }
#datos-chat{
    font-family: Montserrat;
    font-size: small;
    font-weight: lighter;
    margin-top: 1vh;
    margin-left: 0.5vw;
    
}
.display-nombre{
    font-weight: bold;
    font-size: small;
    color:#040c82;
}
.display-texto{
    text-wrap:wrap;
}
.display-hora{
    float: right;
    margin-right: 0.5vw;
}
.chat-form{
    padding-top: 10px;
    background-color:white;
    border-top:0.5px solid silver;
    width: 20vw;
    height: 15vh;
}

#nombre{
    width: 50%;
    margin-bottom: 0.5vw;
    margin-left: 0.5vw;
    border:0.5px solid silver;
    border-radius: 5px;
}

#texto{
    width: 90%;
    height: 10vh;
    margin-bottom: 0.3vh;
    margin-left: 0.5vw;
    resize: none;
    border:0.5px solid silver;
    border-radius: 5px;
}
#terminos{
    width: 60vw;
    padding-left: 20vw;
    padding-right: 20vw;
    padding-top: 10vh;
    padding-bottom: 40vh;
    text-align: justify;
    font-family: Montserrat;
    font-size: small;
    font-weight: lighter;
}
#about{
    width: 60vw;
    padding-left: 20vw;
    padding-right: 20vw;
    padding-top: 10vh;
    padding-bottom: 40vh;
    text-align: justify;
    font-family: Montserrat;
    font-size: larger;
    font-weight: lighter;
    line-height: 2;
}
.rosa{
    color: #040c82;
}
#legales-mobile{
    display: none;
}
.legales{
    text-align: center;
    height: 10vh;
    font-family: Montserrat;
    font-size: 0.6em;
    font-weight: lighter;
}
.legales ul{
    display: inline-flex;
}

.legales li{
    list-style: none;
    margin-left: 0;
    margin-right: 2vw;
}
.legales li a{
    text-decoration: none;
    color: silver;
}
.enviar{
    float: right;
    color: white;
    font-size: 15px;
    border: none;
    background-color: #040c82;
    border-radius: 15px;
    margin-right: 1.5vw;    
}
.enviar:hover{
    cursor: pointer;
    /*border: 2px solid lightgray;*/
}
.enviar-otros{
    position:relative;
    top:-10vh;
    float: right;
    color: white;
    font-size: 15px;
    border: none;
    background-color: #040c82;
    border-radius: 15px;
    margin-right: 1.5vw;    
}
.enviar-otros:hover{
    cursor: pointer;
    /*border: 2px solid lightgray;*/
}
#texto-fijar{
    position:relative;
    top:-10vh;
    width: 90%;
    height: 3vh;
    margin-bottom: 0.3vh;
    margin-left: 0.5vw;
    resize: none;
    border:0.5px solid silver;
    border-radius: 5px;
}
#enviar-fijar{
    font-size: 15px;
}

#borrar{
    float: right;
    color: white;
    font-size: 10px;
    border: none;
    background-color: #040c82;
    border-radius: 15px;
    margin-right: 1.5vw;    
}
#borrar:hover{
    cursor: pointer;
    /*border: 2px solid lightgray;*/
}
#borrar-todo{
    float: left;
    color: white;
    
    border: none;
    background-color: #040c82;
    border-radius: 15px;
    margin-left: 0.5vw;    
}
#borrar-todo:hover{
    cursor: pointer;
    /*border: 2px solid lightgray;*/
}
#caja-logout{
    width: 100vw;
}
#logout{
    float: right;
}

.is-hidden {
    float: none;
    display: none;
    width: 1px;
    height: auto;
  }
.link_pago{
    font-size: 3vw;
    padding-top: 5vh;
}
.pagar{
    width: 60vw;
    padding-left: 20vw;
    padding-right: 20vw;
    padding-top: 20vh;
    padding-bottom: 5vh;
    text-align: center;
    font-family: Montserrat;
}
.pagar a{
    text-decoration: none;
}

#radio{
    position: relative;
    display: flex;
    width: 100vw;
    height: fit-content;
    min-height: 20vh;
    text-align: center;
    padding-top: 10vh;
    background-color: #040c82;
    top: 2vh;
}

#radio h2{
    font-family: Montserrat;
    font-size: 2vw;
    color: white;
    width: 40%;
}
@media screen and (max-width: 1000px){
    #logo{
        width: 10vw;
        margin-left: 2vw;
        margin-top: 1vh;
        height: auto;
    }
    
    #marca{
        font-size: 5vw;
        left: 28vw;
       
        /*text-shadow: 2px 2px 8px #000000*/
        
        
    }
    #banner img{
        float: right;
        display:block;
        width: 60%;
        height: auto;
        margin-right: 5%;
        margin-top: 7%;
    }

    .is-hidden{
        display: block;
    }
    #player{
        float: none;
        width:100vw !important;
        height: 50vh !important; 
    }

    .boton-chat{
        display: none;
    }
    #caja-chat{
        float: none;
        width: 100vw;
        height: 50vh;
    }

    #chat{
        border:0.5px solid silver;
        width: 100vw;
        height: 20vh;     
    }
    
    #chat::-webkit-scrollbar {
        width: 1.5vh;               /* width of the entire scrollbar */
      }
      
    #chat::-webkit-scrollbar-track {
        background: white;        /* color of the tracking area */
      }
      
    #chat::-webkit-scrollbar-thumb {
        background-color: #040c82;    /* color of the scroll thumb */
        border-radius: 10px;       /* roundness of the scroll thumb */
        border: 1px solid white;  /* creates padding around scroll thumb */
      }


    .chat-form{
        margin-top: 2vh;
        border: none;
    }
    #nombre{
        width: 70vw;
        height: 5vh;
        margin-top: 1vh;
        margin-bottom:0.5vh;
        margin-left: 4vw;
        border:0.5px solid silver;
        border-radius: 5px;
        
    }
    
    #texto{
        position: relative;
        top: -5vh;
        width: 90vw;
        height: 10vh;
        margin-top: 0.5vh;
        margin-bottom: 2vh;
        margin-left: 4vw;
        resize: none;
        /*border:0.5px solid silver;*/
        border-radius: 5px;
    }

    #texto-fijar{
        position: relative;
        top: 8vh;
        width: 90vw;
        height: 5vh;
        margin-top: 0.5vh;
        margin-bottom: 2vh;
        margin-left: 4vw;
        resize: none;
        /*border:0.5px solid silver;*/
        border-radius: 5px;
    }
    
    .enviar{
        float: none;
        position: relative;
        left: 79vw;
        top: -6.2vh;
        color: white;
        font-size: 20px;
        border: none;
        background-color: #040c82;
        border-radius: 10px;
        margin-right: 1.5vw;
        padding: 2vw;
        margin-bottom: 0;
        
    }

    #boton-chat, #boton-chat2{
        display: none;
    }
    #enviar-fijar{
        left:5vw;
        top:6vh;
    }
    #borrar-todo{
        left:4vw;
        top: 7vh;
    }
    #logout{
        float: none;
        left: 0vw;
        top: 15vh;
    }
    #terminos{
        width: 80vw;
        padding-left: 10vw;
        padding-right: 10vw;
        padding-top: 5vh;
        padding-bottom: 20vh;
        text-align: justify;
        margin-top: 1vh;
    }
   
    #about{
        font-size: medium;
        width: 80vw;
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 5vh;
        padding-bottom: 20vh;
        text-align: left;
        margin-top: 1vh;
        line-height: 1.5;
    }
    #legales-desktop{
        display: none;
    }
    #legales-mobile{
        display: block;
    }
    .legales{
        padding-top: 10vh;
        width: 100%;
        height: fit-content;
        padding-bottom: 10vh;
        
    }
    .legales ul{
        text-align: right;
        display: block;
    }
    .legales li{
        position: relative;
        left:-6vw;
        text-align: center;
        margin-bottom: 2vh;
        
        
    }
    .link_pago{
        font-size: 6vw;
        padding-top: 5vh;
    }
    #radio{
        flex-direction: column;
        width: 100vw;
        height: fit-content;
        text-align: center;
        padding-top: 5vh;
        align-items: center;
        top: -3vh;
        background-color: #040c82;
        padding-bottom: 8vh;
    }
    #radio h2{
        font-size: 5vw;
        color: white;
        width: 100%;
    }
    #radio iframe{
        width: 80% !important;
        height: 100px;
    }}

@media screen and (min-width: 1760px){
    #radio{
        top: 2vh;
    }
    .legales{
        padding-top: 10vh;
        width: 100%;
        height: fit-content;
    }

}