.aling-izq-izq {
    text-align: left !important;
}

.aling-der-izq {
    text-align: right !important;
}

.headefr-fexid .descover-holder {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    color: #3c3c40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    z-index: 4;
}

.headefr-fexid .descover-holder .scroll-down__line {
    position: relative;
    height: 65px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.1);
}

.headefr-fexid .descover-holder .scroll-down__line span {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: height 2s infinite cubic-bezier(0.17, 0.67, 0.59, 0.85);
    animation: height 2s infinite cubic-bezier(0.17, 0.67, 0.59, 0.85);
    background-color: #fff;
}

.headefr-fexid .descover-holder .letter {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 10px;
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .aling-izq-izq {
        text-align: left !important;
    }
    .aling-der-izq {
        text-align: left !important;
    }
}


.swal2-popup{
    background-color:#000 !important;
}

.swal2-title{
    color:#fff !important;
}

.swal2-html-container{
    color:#fff !important;
}