.js div#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #000000  no-repeat center center; 
}
    
#preloader {
    display: none !important;
}
.logo{
    max-height: 75px;
}
.logo.zyght{
    max-height: 50px;
}
.header {
    background-color: #f3f3f3;
    padding:20px;
}
.header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header-iconos {
    font-size: large;
    display: flex;
    align-items: center;
    width: 100px;
    display: none;
}
.header-iconos-footer {
    display: flex;
    text-align: center;
}
.header-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 6rem;
    background-color: #eaeaea;
    z-index: 999;
    margin-left: -1rem;
    padding-top: 2rem;
}
.header-iconos-footer .iconos {
    flex: 1;
    color: #777;
    font-size: medium;
}
.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width:768px) {
    .header-footer {
        display: none;
    }
    .header {
        background-color: #f3f3f3;
        padding: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .header-iconos {
        display: flex;
        width: 200px;
        color: #777;
        font-size: medium;
    }
    .header-iconos a {
        color: #777;
        font-size: large;
    }
    .header-iconos .iconos {
        flex: 1;
    }
}
button.swal2-cancel.styled {
    background-color: white !important;
    border-color: #d6d4d4 !important;
    border: 1px solid #d6d4d4;
    color: #d6d4d4;
}
.swal2-modal button.styled {
    border-radius: 3rem;
    font-size: small;
    font-weight: bold;
}
.swal2-modal.show-swal2 {
    background-color: #efefef !important;
    border-radius: 3rem;
}