.preloaderBg {
    position: fixed;
    z-index: 10000;
    top: 0;
    background: #ffffffd6;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 25vh;
    left: 0;
}

.preloader {
    margin: auto;
    background: url('/wp-content/uploads/2024/11/icono_app.png') no-repeat center;
    background-size: 150px;
    width: 300px;
    height: 300px;
}

.preloader2 {
    border: 15px solid #f6d046;
    border-top: 15px solid #ff3a2c;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation: spin 1s 
ease-in-out infinite;
    position: relative;
    margin: auto;
    top: -280px;
}
