.text-primary{
    font-weight: bold;
    font-size: 20px;
}
.cut-text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.p-15{
    padding:15px;
}
.font-15{
    font-size:15px;
}
.boton-eliminar{
    background: red;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
}

.boton-compartir{
    background: #33b78e;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.boton-editar{
    background: #414141;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.boton-eliminar:hover, .boton-compartir:hover, .boton-editar:hover{
    color:#fff;
    text-decoration:none;
    opacity: 0.8;
}
.enlace_copiado{
    margin-top: 10px;
    color: #3379b7;
    display:none;
}
.enlace_copiado.visible{
    display:block;
}
.nota_video{
    color: #d9534f;
    margin-top: 20px;
    display: block;
    font-size: 12px;
}
.enlace_optimizado{
    color: #337ab7;
    margin-top: 5px;
    display: block;
    font-size: 12px;
}
.enlace_optimizado a{
    font-weight: bold;
}
.imagen_galeria_edit{
    width:100%;
    height: 200px;
    object-fit: cover;
}
.dropzone{
    background: transparent !important;
    border: 2px dashed #337ab7 !important;
    border-radius: 20px;
    text-align: center;
    margin: 20px 10px;
}