.formulario-horario {
    display: block;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    max-width: 750px;
    margin: 30px auto;
    background-color: #f5f5f5;
}

.formulario-horario label {
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.input-group {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}

.date {
    padding: 10px 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    outline: none !important;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    max-width: 300px;
}

.btn {
    padding: 10px 20px;
    background-color: #003b95;
    border: none;
    color: white;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    max-width: 300px;
}

.btn:hover {
    background-color: #0058df;
	color:#fff !important;
}

.btn:before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
			padding-right:10px;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f002";
    }

.btn {
    padding: 10px 20px;
    background-color: #003b95;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    box-sizing: border-box;
}

#loading-icon {
    display: none;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
