*{
	margin: 0 auto;
	padding: 0;
	margin-bottom: 8PX;
}

body{
	text-align: center;
	color: #042093;
	width: 100%;
	font-family: verdana, geneva, tahoma, sans-serif;
}

option{
    padding: 8px;
    border:2px solid #042093;
    border-radius: 15px;
    margin-bottom: 10px;
    
}

.md-3 {
      position: sticky;
      z-index: 99;
      padding: 3px 20px;
      top: 0px;
      background-color: white;     
      width: 101%;
      text-align: center;
    }

.container-md{
	width: 100%;
        z-index: 0;
	background: #FFFFFF;
	font-size: 16px;
	padding: 3px 20px;
        border:2px solid #042093;
	box-sizing: border-box;
        margin-bottom: 5PX;
	border-radius: 10px;
}

input[type="text"]{
	width: 100%;
	background: none;
	font-size: 16px;
        border:2px solid #042093;
	border-radius: 3px ;
	padding: 3px 20px;
	box-sizing: border-box;
	margin-bottom: 12PX;
	color: #000000;
}

input[type="number"]{
	width: 100%;
	background: none;
	font-size: 16px;
        border:2px solid #042093;
	border-radius: 3px ;
	padding: 3px 20px;
	box-sizing: border-box;
	margin-bottom: 12PX;
	color: #000000;
}

input[type="email"]{
	width: 100%;
	background: none;
	font-size: 16px;
        border:2px solid #042093;
	border-radius: 3px ;
	padding: 3px 20px;
	box-sizing: border-box;
	margin-bottom: 12PX;
	color: #000000;	
}


select[class = "seleccion"]{
        appearance: none;
	width: 100%;
        height: 38px;
        cursor: pointer;
	background: #FFFFFF;
	font-size: 16px;
        border:2px solid #042093;
	border-radius: 3px ;
	padding: 3px 20px;
	box-sizing: border-box;
	margin-bottom: 5PX;
	color: #000000;	
}


input[type="phone"]{
	width: 100%;
	background: none;
	font-size: 16px;
        border:2px solid #042093;
	border-radius: 3px ;
	padding: 3px 20px;
	box-sizing: border-box;
	margin-bottom: 5PX;
	color: #000000;
}

span[class="input-group-text"]{
        color: #FFFFFF;
        background-color: #042093;
}

button[class="btn btn-outline-secondary"]{
        color: #FFFFFF;
        background-color: #042093;
}

#dated{
   background-color: white;
  
}

#timed{
   background-color: white; 
   
}

input[type="date"] {
    width: 100%;
    appearance: none;
    border-radius: 3px ;
    color: #070707;
    cursor: pointer;
    font-family: "arial", sans-serif;
    font-size: 16px;
    margin-bottom: 12PX;
    background:none;
    padding: 3px 20px;
    display: inline-block !important;
    visibility: visible !important;
}

button[id="submit"]{
	background: #014a07;
	width: 100%;
	border-radius: 15px;
	padding: 8px 20px;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
        color: white;
	font-size: 25px;
}

button[id="submit"]:hover{
	background: green;
	transition: .6s;
}

#submit:disabled{
	background: grey;
        cursor:no-drop;
}
.select2-container{
     border:2px solid #042093;
     height: 37px;
}


h4{
	color: #042093;
	font-size: 16px;
        font-family: arial;
        font-weight: bolder;
        text-align: center;
}

h6{
	color: #042093;
	font-size: 10px;
        text-align: center;
}

h7{
	color: red;
	font-size: 14px;
        text-align: center;
}

	