/*============================================================================================*/


/* Your custom styles below */


/*============================================================================================*/

@media (max-width: 991px) {
    footer {
        display: none;
    }
    .footerCustom {
        display: block !important;
    }
    .row-height {
        height: 38vh !important;
    }
    #footerMobileDesa {
        display: block !important;
    }
}

#footerMobileDesa {
    display: none;
}

.footerCustom {
    display: none;
    position: absolute;
    top: 65%;
}

.footer-enlace-mobile {
    color: #00877c;
}

#middle-wizard {
    margin-left: 10px;
    margin-right: 10px;
}