html {
    background-image: url('https://ing3nium.com/wp-content/uploads/2023/07/slider-imecnor.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    min-height: 100% !important;
    position: relative !important;
}

body {
    margin: 0 auto !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #888;
    line-height: 30px;
    background-color: #fff;
    width: 75%;
    min-height: 100vh;
}
footer {
    height: 40px !important;
    background-color: #fff;
    width: 75%;
    margin: 0 auto;
    position: absolute !important;
    bottom: 0 !important;
}

strong {
    font-weight: 500;
}

a {
    /*color: rgb(255, 118, 67);*/
    color: #000;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

a:hover, a:focus {
    color: #FF133C !important;
    text-decoration: none;
}

.titulo h2 {
    letter-spacing: 4px;
    border-bottom: 4px solid #FF133C;
    line-height: 1px !important;
    padding-bottom: 8px;
    width:fit-content;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 200;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

img {
    max-width: 100%;
}


/*** Inicio index formulario ***/

.form-error {
    color: red;
    font-size: 0.75rem;
}

.matricula {
    margin-bottom: 10px;
}

.labelMatricula {
    line-height: initial;
}
/***** Top content *****/

.top-content {
    padding: 40px 0 100px 0;
    text-align: center;
}

.top-content img {
    width: 180px;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    padding-top: 40px;
    width: 100%;
}

.f1 {
    padding: 25px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #FF133C;
}

.f1-step {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #FF133C;
    color: #FF133C;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #FF133C;
    font-size: 22px;
    line-height: 48px;
}

.f1-step p {
    color: #ccc;
}

.f1-step.activated p {
    color: #FF133C;
}

.f1-step.active p {
    color: #FF133C;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #FF133C;
}

input[type="submit"],
input[type="button"],
button[type="submit"]:not(.activos, .inactivos) {
    background-color: #242424;
    color: #F9F9F9;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:not(.activos, .inactivos):hover {
    background-color: #FF133C;
    color: #F9F9F9;
}


input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
select.form-control {
    height: 44px !important;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus,
select.form-control:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #5f5f5f;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
    color: #888;
}

input[type="text"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
    color: #888;
}

input[type="text"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
    color: #888;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="number"] {  
    -webkit-appearance: textfield !important;
    margin: 0;
    -moz-appearance:textfield !important; 
}

input[type="checkbox"] {
    cursor: pointer;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    border: 1px solid #24242481;
    width: 20px;
    height: 20px;
    appearance: none;
}

input[type="checkbox"]:checked {
    background-color: #FF133C !important;
}

label {
    font-weight: 300;
}

button.btn {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family:  'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

button.btn:hover {
    background-color: #FF133C;
}

button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn:focus,
button.btn:active:focus,
button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

button.btn.btn-next,
button.btn.btn-next:focus,
button.btn.btn-next:active:focus,
button.btn.btn-next.active:focus {
    background-color: #242424;
    color: #F9F9F9;
}

button.btn.btn-next:hover:not([disabled]), 
button.btn.btn-submit:hover, 
button.btn.btn-previous:hover {
    background-color: #FF133C;
    color: #F9F9F9;
}

button.btn.btn-submit,
button.btn.btn-submit:focus,
button.btn.btn-submit:active:focus,
button.btn.btn-submit.active:focus {
    background-color: #242424;
    color: #F9F9F9;
}

button.btn.btn-previous,
button.btn.btn-previous:focus,
button.btn.btn-previous:active:focus,
button.btn.btn-previous.active:focus {
    background-color: #242424;
    color: #F9F9F9;
}
/*** Fin index formulario ***/

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {

    .top-content {
        padding: 40px 0 110px 0;
    }
}

@media (max-width: 415px) {
    body {
        width: 100%;
    }

    h1, h2 {
        font-size: 32px;
    }
    .f1 {
        padding-bottom: 20px;
    }
    .f1-buttons button {
        margin-bottom: 5px;
    }
}

/* Retina-ize images/icons */

@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

}