*{
    margin: 0px;
    padding: 0px;
}

.mi_contenedor{
    z-index: 1000000 !important;
}

body{
    font-family: 'Public Sans', sans-serif;
}

/* .btn-primary {
    color: #fff;
    background-color: #1b9b8f !important ;
    border-color: #1b9b8f !important;
   box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}
.btn-primary:hover {
color: #fff;
background-color: #135073 !important;
border-color: #135073 !important;
-webkit-transform: translateY(-1px);
        transform: translateY(-1px);
}*/

.btn-label-primary {
    color: #1b9b8f !important;
    border-color: transparent !important;
    background: #e7e7ff !important;
}

.btn-label-primary:hover {
    border-color: transparent !important;
    background: #1b9b8f !important;
    color: #fff !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4) !important;
    -webkit-transform: translateY(-1px) !important;
            transform: translateY(-1px) !important;
            transform: translateY(-1px) !important;
}

.btn-label-danger {
    color: #ff3e1d !important;
    border-color: transparent !important;
    background: #ffe0db !important;
 }

 .btn-label-danger:hover {
    border-color: transparent !important;
    background: #e6381a !important;
    color: #fff !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(255, 62, 29, 0.4) !important;
    -webkit-transform: translateY(-1px) !important;
            transform: translateY(-1px) !important;
}

.popup {
    border-radius: 0.375rem !important;
}

.titulo {
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: bolder !important;
    color: #1b9b8f !important;
    letter-spacing: inherit !important;
}

.titulo_warning{
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: bolder !important;
    color: #ffab00 !important;
    letter-spacing: inherit !important;
}
.titulo_danger{
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: bolder !important;
    color: #ff3e1d !important;
    letter-spacing: inherit !important;
}
.titulo_success{
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: bolder !important;
    color: #71dd37 !important;
    letter-spacing: inherit !important;
}

.titulo_info{
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: bolder !important;
    color: #03c3ec !important;
    letter-spacing: inherit !important;
}

.mensaje {
    font-family: 'Segoe UI', sans-serif !important;
    font-weight: bolder !important;
    color: #697a8d !important;
    letter-spacing: inherit !important;
}

.timer{
    background-color: #1b9b8f !important;
}