.autocompletar {
    position: relative;
    display: inline-block;
}

strong {
    color: #000;
}

#tipo-comunas {
    background-color: #eee;
    border: none;
    border-radius: 30px;
    font-size: 1.7em;
    padding: 10px 25px;
    outline: none;
    width: 500px;
}

.lista-autocompletar-items {
    color: #ccc;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    z-index: 99;
    top: 100%;
    left: 20px;
    right: 0;
    width: 93%;
}

.lista-autocompletar-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.lista-autocompletar-items div:hover {
    background-color: #1e90ff;
}

.autocompletar-active {
    background-color: #1e90ff !important;
    color: #a1caff;
}

.autocompletar-active strong {
    color: #fff;
}

.swal2-actions .swal2-confirm.swal2-styled,
.swal2-actions .swal2-confirm.swal2-styled a {
    background-color: #86c440 !important;
    color: #FFF !important;
    text-decoration: none !important;
}

.swal2-actions .swal2-deny.swal2-styled,
.swal2-actions .swal2-deny.swal2-styled a {
    background-color: #d4002a !important;
    color: #FFF !important;
    text-decoration: none !important;
}