
    /*Modal********************************************/
/* Estilos para pantallas móviles */
button {
    padding: 10px;
    margin-top: 20px;
    margin-left: 20px;
    background-color: rgb(0, 177, 65);
    border-radius: 5px;
    border: none;
    font-size: 16px;
    color: white;
    cursor: pointer;
  }
  img{
    border-radius: 30px;
    }
  
  .modal-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(79, 79, 79, 0.7);
    z-index: 1;
    visibility: hidden;
  }
  
  .modal-content {
    width: 90%;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    text-align: center;
  }
  
  .modal-content h2 {
    font-size: 20px;
    font-weight: 500;
  }
  
  .modal-content img {
    width: 90%;
    margin: 20px 0px;
  }
  
  .modal-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .close {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: rgb(17, 195, 62);
    cursor: pointer;
  }
  
  .close p {
    color: white;
    font-weight: 800;
  }
  
  .close:hover {
    background-color: hsl(135, 84%, 40%);
  }
  
  .modal-content img {
    width: 90%;
  }
  
  .music {
    border-style: solid;
    width: 97%;
    border-radius: 20px;
    position: relative;
    top: -2.5px;
    left:-2px;
}
#box_Drop_img_
{
    width: 100%;
    
}

  /* Estilos para pantallas de escritorio */
  @media (min-width: 769px) {
    button {
      padding: 15px 15px;
      margin-top: 30px;
      margin-left: 30px;
    }
  
    .modal-content {
      width: 450px;
    }
  
    .modal-content h2 {
      font-size: 25px;
    }
  
    .modal-content img {
      width: 300px;
      margin: 30px 0px;
    }
  
    .modal-content p {
      font-size: 16px;
    }
  
    .modal-content img {
      width: 400px;
    }
  }
/*********************************************************************/
    img
        {
            width: 259px;
        }

    .container
    {
        display: flex;
        padding-left: 33px;
        padding-top: 33px;
    }

    .contenedor
    {
        width: 100%;
        height: 100vh;
    }
    .contenedorDrag
    {
        
        background-color: rgb(255, 255, 255);
        height: 279px;
        width: 259px;
    }
    .imagen_drag
    {
        height: 50%;
        width: 259px;
    }
    .contenedorDrop
    {
        border-style: solid;
        border-radius: 20px;
        background-color: rgb(241, 241, 220);
        height: 45%;
        width: 259px;
    }
    .contenedor_drop
    {
        height: 279px;
        width: 259px;
    }
    .audio
    {
        position: absolute;
        bottom: 345px;
        background-color: rgb(255, 239, 239);
        height: 54px;
        width: 259px;  
    }
    .music
    {
        border-style: solid;
        width: 259px;
    }
    @media screen and (min-width: 845px) and (max-width: 1400px) 
    { 
        img
        {
            width: 159px;
        }

    .container
    {
        display: flex;
        padding-left: 33px;
        padding-top: 33px;
    }

    .contenedor
    {
        width: 100%;
        height: 100vh;
    }
    .contenedorDrag
    {
        
        background-color: rgb(255, 255, 255);
        height: 279px;
        width: 159px;
    }
    .imagen_drag
    {
        height: 40%;
        width: 159px;
    }
    .contenedorDrop
    {
        border-style: solid;
        border-radius: 20px;
        background-color: rgb(241, 241, 220);
        height: 45%;
        width: 159px;
    }
    .contenedor_drop
    {
        height: 279px;
        width: 159px;
    }
    .audio
    {
        position: absolute;
        bottom: 345px;
        background-color: rgb(255, 239, 239);
        height: 54px;
        width: 159px;  
    }
    .music
    {
        border-style: solid;
        width: 159px;
    }

    }
    @media screen and (min-width: 100px) and (max-width: 846px) 
    { 
        img
        {
            width: 110px;
        }

    .container
    {
        display: flex;
        padding-left: 33px;
        padding-top: 33px;
    }

    .contenedor
    {
        width: 100%;
        height: 100vh;
    }
    .contenedorDrag
    {
        
        background-color: rgb(255, 255, 255);
        height: 279px;
        width: 110px;
    }
    .imagen_drag
    {
        height: 40%;
        width: 110px;
    }
    .contenedorDrop
    {
        border-style: solid;
        border-radius: 20px;
        background-color: rgb(241, 241, 220);
        height: 45%;
        width:110px;
    }
    .contenedor_drop
    {
        height: 279px;
        width: 110px;
    }
    .audio
    {
        position: absolute;
        bottom: 345px;
        background-color: rgb(255, 239, 239);
        height: 54px;
        width: 110px; 
    }
    .music
    {
        border-style: solid;
        width: 110px;
    }

    }
    @media screen and (min-width: 100px) and (max-width: 600px) 
    { 
        img
        {
            width: 80px;
        }

    .container
    {
        display: flex;
        padding-left: 33px;
        padding-top: 33px;
    }

    .contenedor
    {
        width: 100%;
        height: 100vh;
    }
    .contenedorDrag
    {
        
        background-color: rgb(255, 255, 255);
        height: 279px;
        width: 80px;
    }
    .imagen_drag
    {
        height: 50%;
        width: 80px;
    }
    .contenedorDrop
    {
        border-style: solid;
        border-radius: 20px;
        background-color: rgb(241, 241, 220);
        height: 45%;
        width:80px;
    }
    .contenedor_drop
    {
        height: 279px;
        width: 80px;
    }
    .audio
    {
        position: absolute;
        bottom: 345px;
        background-color: rgb(255, 239, 239);
        height: 54px;
        width: 80px;
    }
    .music
    {
        border-style: solid;
        width: 80px;
    }

    }
    @media screen and (min-width: 100px) and (max-width: 448px) 
    { 
        img
        {
            width: 50px;
        }

    .container
    {
        display: flex;
        padding-left: 33px;
        padding-top: 33px;
    }

    .contenedor
    {
        width: 100%;
        height: 100vh;
    }
    .contenedorDrag
    {
        
        background-color: rgb(255, 255, 255);
        height: 279px;
        width: 50px;
    }
    .imagen_drag
    {
        height: 50%;
        width: 50px;
    }
    .contenedorDrop
    {
        border-style: solid;
        border-radius: 20px;
        background-color: rgb(241, 241, 220);
        height: 45%;
        width:50px;
    }
    .contenedor_drop
    {
        height: 279px;
        width: 50px;
    }
    .audio
    {
        position: absolute;
        bottom: 345px;
        background-color: rgb(255, 239, 239);
        height: 54px;
        width: 50px;
    }
    .music
    {
        border-style: solid;
        width: 50px;
    }

    }
    @media all and (orientation: portrait){

        #contenedor{
            display:none;
        }
    
        #vertical{
            display:block;
            position:fixed;
            width:100%;
            height:100vh;
            z-index:1;
            background:url(../img/rotarVertical.svg);
            background-size:cover;
            background-position:center;
        }
    
    }
    