.transicion{-webkit-animation:parpadeo 2s infinite;animation:parpadeo 2s infinite}@-webkit-keyframes parpadeo{0%{background-color:#d1cdcd;color:#000}50%{background-color:red;color:#f0f8ff}to{background-color:#d1cdcd;color:#000}}@keyframes parpadeo{0%{background-color:#d1cdcd;color:#000}50%{background-color:red;color:#f0f8ff}to{background-color:#d1cdcd;color:#000}}.transicion_preventivos{-webkit-animation:parpadeo_preventivos 2s infinite;animation:parpadeo_preventivos 2s infinite}@-webkit-keyframes parpadeo_preventivos{0%{background-color:#e2e2bd;color:grey}50%{background-color:#ff0;color:#000}to{background-color:#e2e2bd;color:grey}}@keyframes parpadeo_preventivos{0%{background-color:#e2e2bd;color:grey}50%{background-color:#ff0;color:#000}to{background-color:#e2e2bd;color:grey}}.tooltip{position:relative;display:inline-block;border-bottom:1px dotted #000}.tooltip .tiptext{visibility:hidden;width:120px;background-color:#000;color:#fff;text-align:center;border-radius:3px;padding:6px 0;position:absolute;z-index:1;box-shadow:0 5px 10px rgba(0,0,0,.2)}.tooltip .tiptext:after{content:"";position:absolute;border-width:5px;border-style:solid}.tooltip:hover .tiptext{visibility:visible}#chart,#chart1{height:1000px;width:100%}#pie{height:700px;width:100%}.swal-wide{width:500px!important}.swal2-select{display:block;width:100%;font-size:1rem;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.my-swal .swal2-container{display:flex;justify-content:center;align-items:center}.my-swal .swal2-popup{width:50%!important;max-width:none!important}