

#transparencia {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    /*background-color: rgba(255,255,255,0.5);*/
    z-index: 1999;
    text-indent: -9999px;
}

#panel_loading {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: auto;
    z-index: 9999;
}

    #panel_loading #imagen {
        width: 300px;
        padding: 24px;
        border: 1px solid lightgray;
        background-color: rgba(236, 236, 236, 1);
    }


.text-danger {
    color: #ed1b24;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.single-footer-inner {
    text-align:left;
}
    .single-footer-inner ul {
        margin-bottom: 10px;
    }
        .single-footer-inner ul:last-child {
            margin: 0;
        }
        .single-footer-inner ul > li{
            padding-bottom:5px;
        }

.footer-contact li {
    display: inline-block;
}

.contact-icon {
    margin-right: 12px;
    margin-top: 6px;
    vertical-align: top;
}

.fw-bold {
    font-weight: 700 !important;
}

.fg-white {
    color: #ffffff !important;
}

.ml-50 {
    margin-right: 5px !important;
}
.mr-5 {
    margin-right: 5px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}
.pt-40 {
    padding-top: 40px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.p-5 {
    padding: 5px !important;
}


.img-96-rounder {
    width: auto;
    height: 96px;
    border-radius: 50%;
}