html,
body {
    height: 100%;
    margin: 0;
}

.form-control-lg {
    font-size: 1rem !important;
    padding: 0.8rem 1rem !important;
}

.bg-normateca {
    background-image: url('../images/inicio/bg-normateca.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    transition: opacity 0.5s ease-in-out;
}

.top-50 {
    transform: translateY(-50px);
}

.dynamic-width-50 {
    width: 50% !important;
}

@media screen and (max-width: 768px) {
    .dynamic-width-50 {
        width: 100% !important;
    }
    
}