.texto {
    position: absolute;
    padding-bottom: 5px;
}
.icone-editar {
    width: 30px;
}
.index-card {
    position: relative;
    background-color: #39cb58;
    width: 28px;
    height: 28px;
    
    text-align: center;
    border-radius: 50%;
    
    color: #fff;
    
    margin-left: -90px !important;
    margin-top: -230px !important;
    font-weight: bold;
    font-size: 1.85rem;
    z-index: 5;
    box-shadow: 2px 2px 2px rgb(66, 66, 66);
    text-shadow: 2px 2px 2px rgb(66, 66, 66);
}
.select-card {
    position: relative;
    background-color: #c0c0c0;
    width: 28px;
    height: 28px;
    
    text-align: center;
    border-radius: 50%;
    
    color: #fff;
    cursor: pointer;
    margin-left: -90px !important;
    margin-top: -230px !important;
    font-weight: bold;                
    z-index: 5; 
    box-shadow: 2px 2px 2px rgb(66, 66, 66);
                  
}
/* .select-card:hover {
    background-color: #FFC412;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
} */
.img {
    box-shadow: 1px 1px 10px #999; 
    margin: auto;
    width: 200px;
    
    max-height: 100px;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 30px;
    
}
.round-butt2 {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    /* line-height: 40px; */
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
    box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(124, 124, 124, 0.4);
    border: none;
}
.round-butt2:hover {
    background-color: rgb(5, 5, 5);    
}
.iterations--cards {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    /* width: 100%; */
    max-width: 100%;
    overflow-x: auto;            
}
.upload-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: rgb(66, 66, 66);
    color: aliceblue;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(50, 52, 58, 0.15);
    cursor: default;
    min-height: 150px;
    min-width: 150px;
    max-height: 150px;
    max-width: 150px;
    height: 100%;
    width: 100%;
    margin: 25px 15px;
    /* overflow: hidden; */
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /* COMPONENT | State */
    /* COMPONENT | Modifiers */
}
.upload-card .upload-card--actions-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
}

.position {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
}
.upload-card .upload-card--icon-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
            justify-content: center;
    color: #4a90e2;
    color: rgb(255, 255, 255);
    /* background-color: black; */
    cursor: pointer;
    font-size: 22px;
    padding: 12px;
    text-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 1;
    margin-bottom: 8px;
}
.upload-card .upload-card--icon-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 100px;
    background-color: transparent;
    height: 40px;
    width: 40px;
    padding-top: 5px;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.upload-card .upload-card--image {
    background-size: cover;
    position: absolute;
    top: 5px;
    left: 3px;
    right: 3px;
    bottom: 5px;
    border-radius: 3.5px;
    overflow: hidden;
    margin: auto;
    /* height: 95%; */
    width: 95%;
    padding-top: 5px;
    /* margin-top: 5px; */
    margin-bottom: 20px;
    cursor: move;
    }
    .upload-card .upload-card--image::before {
    background-color: transparent;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    z-index: 0;
}
.upload-card:hover {
    box-shadow: 0 20px 25px -10px rgba(50, 52, 58, 0.15);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
/* .upload-card:hover .upload-card--image:before {
background-color: rgba(0, 0, 0, 0.5);
} */
/* .upload-card:hover .upload-card--icon-background {
    background-color: rgba(255, 255, 255, 0);
}
.upload-card:hover .upload-card--icon-button {
    color: white;
    -webkit-transform: translateY(-5px) scale(1);
            transform: translateY(-5px) scale(1);
}
*/
.upload-card:hover .upload-card--icon-button:hover {
    -webkit-transform: translateY(-15px) scale(1.5);
            transform: translateY(-15px) scale(1.5);
} 
.upload-card.large {
    min-height: 115px;
    /* min-width: 180px;
    max-width: 180px; */
}
.upload-card.selected {
    /* box-shadow: 0 1px 1px 0 rgba(50, 52, 58, 0.15); */
    box-shadow: 0 0 0 5px #39cb58;
}
/* .upload-card.selected:hover {
    box-shadow: 0 20px 25px -10px rgba(50, 52, 58, 0.15), 0 0 0 3px #39cb58;
} */
/* .upload-card.selected .upload-card--icon-button {
    font-size: 36px;
} */