.main__box___container {
    /* max-width: 350px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto; 
    padding: 50px;
    border: 2px solid #51af53;
    border-radius: 20px;
}

.main__box___container div {
    margin: 10px;
    width: 150px;
    height: 180px;
    border-radius: 15px;
}

.main__box___container img {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    cursor: pointer;
}

.main__box___container p {
    text-align: center;
    font-weight: bold;
}

.card {
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
}

.imgbox {
    width: 100%;
}

.master {
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

/*.contain {
     display: flex; 
    align-items: center; 
}*/

#dragimages {
    flex-direction: column;
}

#dragwords {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: center;
    max-width: 720px;
    width: 100%;
    align-content: flex-start;
}

#dragwords p {
    font-size: 1.3rem;
    margin: 0px;
    border-radius: 15px;
    padding: 10px;
    cursor: pointer;
    background-color: #003d68;
    color: white;
    text-align: center;
    height: fit-content;
}

#dragwords-separated {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

#dragwords-separated p {
    font-size: 1.7rem;
    margin: 10px;
    font-weight: bold;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
}

/* .draggable p {
    font-size: 22px;
    font-weight: bold;
} */

.droppable-elements {
    /* min-height: 40px;
    margin-top: 40px;
    justify-content: center; */
    width: 100%;

}

.droppable, .drop-zone {
    /* height: auto;
    min-height: 20px;
    background-color: #ddd;
    min-width: 110px;
    border-bottom: 1px solid #444444;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    display: inline-block; */
    display: flex;
    align-items: start;
    gap: 5px;
    flex-flow: row wrap;
    width: 100%;
    min-height: 300px;
    background-color: #f1f1f1;
    padding: 5px;
}

.draggable p {
    font-size: 22px;
    font-weight: bold;
}

.droppable-elements {
    min-height: 40px;
    /* margin-top: 40px; */
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 10px;
}

.droppable {
    height: auto;
    min-height: 20px;
    background-color: #ddd;
    min-width: 110px;
    border-bottom: 1px solid #444444;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
}

.droppablesboxes {
    /* margin-bottom: 30px; */
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
}

.draggable {
    border: 1px solid gray;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 5px;
}

#imagequestion img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
}

  .controles {
    margin: 50px; 
    display: flex; 
    justify-content: center;
  }

  .theme__por .btn {
    background: #e84a58;
    color: #fff;
  }

  .hidden {
    display: none !important;
  }

.mySlidesContainer {
    display: flex; 
    width: 100%; 
    gap: 10px; 
    align-items: center; 
    justify-content: center; 
    padding: 20px; 
    text-align: center;
}

.mySlidesContainer > div {
    min-width: 200px; min-height: 200px; width: 100%;
}

.mySlidesInputs {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: wrap;
    padding: 50px;
    gap: 20px;
 }

 .mySlidesInputs input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
 }

.btn {
    cursor: pointer;
}

/*****/

@media screen and (max-width: 768px) {
    .master {
        width: 100%;
        max-width: 45rem;
        margin: 10px auto;
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-flow: row;
        align-items: start;
    }

    #dragwords p {
        width: auto;
        font-size: .7rem !important;
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
        background-color: #003d68;
        color: white;
        text-align: center;
      }

      .mySlidesContainer {
        flex-flow: column;
      }

      .droppablesboxes {
        /* margin-bottom: 30px; */
        background-color: #f1f1f1;
        padding: 5px;
        font-size: .7rem;
    }
}