[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #333;
    color: #F1B918;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    padding: 3px 20px;
    top: -3em;
    left: -50%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 1;
    visibility: hidden;
    border-radius: 6px;
}

[data-title] {
    position: relative;
}


/* CALENDARIO */

.fc {
    background-color: rgba(255, 255, 255, 1);
}

.fc-day-header {
    text-transform: uppercase;
    background-color: #f2f2f2;
}


/* .fc-day-number {
    font-weight: bold;
  } */

.fc-today {
    background-color: #C6C6C6 !important;
}

.fc-center h2 {
    text-transform: uppercase;
}

.content-wrapper {
    background-color: #fff;
}

.rojo {
    background-color: #DC3545;
    color: #fff;
}

.amarillo {
    background-color: #FFC107;
    color: #fff;
}

.blanco {
    background-color: #F0F1F2;
    color: #222;
}

.ulCantidad {
    list-style: none;
}

.btn:hover {
    transform: scale(1.05);
}

.materiales {
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0;
}

.cantidad {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#myCanvas {
    border: 2px solid #000;
    width: 90%;
    height: 300px;
    margin: auto;
}

.select2-selection {
    overflow: hidden;
}

.select2-selection__rendered {
    white-space: normal;
    word-break: break-all;
}

canvas {
    margin: 0 auto;
    width: 400px;
    height: 200px;
    border-bottom: 2px solid black;
    border-radius: 5px;
}