#actividad .fondo-actividad{
  height: 300px;
  background-image: url(../img/vectores/imagen-actividad.png);
  background-size: 710px;
  background-repeat: no-repeat;
  background-position: center;
}


.col20p {
    width: 20%;
    max-width: 20%;
}
.border-2 p{
  margin-bottom: 10px;
}

.drag-instruction-block i:before {
    color: #737373;
    background: #e0e0e0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
}

.drag-instruction-block p {
    font-weight: 600;
    color: #737373;
    font-size: 1rem;
}

    /* drop target state */
    [data-draggable="target"][aria-dropeffect="move"] {
        border-color: #68b;
        background: #fff;
    }



/* draggable items */
[data-draggable="item"] {
    display: block;
    list-style-type: none;
}




.draggable-module {

    padding: 50px 10px;
    font-size: 1rem;
    color: #000000;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: -2px 3px 7px 0 rgba(153, 153, 153, 0.26);
    position: relative;
    min-height: 128px;
    cursor: pointer;
    font-weight:700;
    min-width: 100%;
}
.border-2{
  border-bottom :2px dashed #ba1b6b!important;
  border-left :2px dashed #ba1b6b!important;
  border-right :2px dashed #ba1b6b!important;
}
p.mb-0 {
  text-align: justify;
  font-weight: 400;
  font-size: 1.1rem;
}

.green{
  border-left: 5px solid #ba1b6b !important;
}

i.fa-check{
  background-color: #43b02a;
  color: #fff;
  border-radius: 100%;
  padding: 8px;
  position: absolute;
  right: 15px;
  top: 10px;
}
i.fa-times{
  background-color: red;
  color: #fff;
  border-radius: 100%;
  padding: 8px 10px;
  position: absolute;
  right: 15px;
  top: 10px;
}
.fa-check.active, .fa-times.active  {
  animation: scale-display 0.3s;
  display: inline-flex;
}
.fa-times.out, .fa-check.out {
  opacity: 0;
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.card-title-blue{
  font-size: 1.2rem;
}

.droppable-section-header {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.droppable-section-lightblue {
    background-color: #ba1b6b;
}

.droppable-section-midblue {
    background-color: #ba1b6b;
}

.droppable-section-darkblue {
    background-color: #ba1b6b;
}

.droppable-section .draggable-module {
    font-weight: 600;
    text-align: center;
}

    .droppable-section .draggable-module:before {
        top: -2px;
        left: 1px;
    }


.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 70px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.drop-active {
    border-color: #aaa;
}

.drop-target {
    /*background-color: #29e;*/
    border-color: #fff;
    border-style: solid;
}

.drag-drop {
    touch-action: none;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: background-color 0.3s;
}
.drag-drop.can-drop {
        color: #000;
        background-color: #F2F2F2;
    }

a#total {
  cursor: pointer;
  text-decoration: none;
    border: 2px solid #88805b;
    padding: 20px;
    font-size: 1.2rem;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    color: #88805b;
    transition: all .2s ease-in-out;
}

a#total:hover {
    background: #88805b;
    color: #fff;
}
