@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body, html {
  height: 100%;
  font-family: 'Montserrat', sans-serif; /* Utiliza la fuente Montserrat para todo el cuerpo */
}


body {
  background: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  background-image: url('../img/apuntate.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 0px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgb(0, 64, 42);
    font-size: 54px;
    color: #FFF5EC;
    border-radius: 50% 0 0 50%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100px;
}



#myBtn i {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 50px;
}

#myBtn:hover {
    background-color: #00402A;
}


.wizard-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.wizard-card {
    max-width: 600px; /* Ajusta el ancho máximo según sea necesario */
    width: 100%;
}

    #step-indicator i {
        font-size: 2em; /* Tamaño de los iconos */
    }

    #step-indicator i:not(:last-child):after {
        content: "";
        display: inline-block;
        width: 50px; /* Longitud de la línea */
        height: 2px; /* Grosor de la línea */
        background-color: black; /* Color de la línea */
        margin-left: 10px; /* Espacio entre el icono y la línea */
        margin-right: 10px; /* Espacio entre la línea y el siguiente icono */
        vertical-align: middle;
    }


    .text-muted {
        color: #6c757d !important;
    }
    .text-success {
        color: #198754 !important;
    }
    .text-danger {
        color: #dc3545 !important;
    }
    #dniLetter {
        width: 1em;
        border: none;
        background: none;
        padding: 0;
        margin-left: 5px;
    }

    footer {
        background-color: #000;
        padding: 5px 0;
		color:white;
        bottom: 0;
        width: 100%;
    }
    footer img {
        height: 40px;
    }
    footer a {
        text-decoration: none; /* Sin subrayado */
    }
