@font-face {
    font-family: "Poppins-Medium";
    src: url(Poppins-Medium.ttf);
}
@font-face {
    font-family: "Poppins-Regular";
    src: url(Poppins-Regular.ttf);
}

body,html{
	text-align: center;
   background-color: rgb(248,248,248);
   font-family: 'Poppins';
}
.padre {
  /*background-color: red;*/
 /* height: 150px;*/
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.hijo {
  margin: 30px auto;
   
  background:white ;
  width: 600px;
}
#id_span{
  position:relative;
	width:80%;
	margin:auto;
	display:block;
	padding:1px;
	border-radius:10px;
	color:#fff;
	background:#023366;
}
/* span{
	position:relative;
	width:80%;
	margin:auto;
	display:block;
	padding:1px;
	border-radius:10px;
	color:#fff;
	background:#023366;
} */
h3{
	text-align: center;
	color: #023366;
	font-family: 'Poppins';
}
h2{
	text-align: center;
	/*color: #023366;*/
	font-family: 'Poppins';
}

.imagen{
	margin: 10 auto;
	display:inline-block;
	 padding: 20px 50px;
   text-align: center; 
  
}
.header__logo-image{
	max-width: 200px; 
}

hr{
	text-align: center;
	width:100%;
	padding-left:10px
	/*margin: 10px auto;*/
	/*width:50%; */
}


.input-group{
	width:80%;
	margin:auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#label_nombre{
	margin-right:68px;
	color:#4b4b4b;
}


#label_direccion{
	margin-right:60px;
	color:#4b4b4b;
}
#label_telefono{
	margin-right:66px;
	color:#4b4b4b;
}
#label_correo{
margin-right:79px;
	color:#4b4b4b;
}
#imgs{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform:translateY(2px);
	z-index:500;
	width:60px;
	height:60px;
}

#input-nombre{
	background:#E9E9E9;
	color:#9B9B9B;
	border-radius:6px;
	 text-align: right;
}

#input-direccion{
	background:#E9E9E9;
	color:#9B9B9B;
	border-radius:6px;
	 text-align: right;
}
#input-telefono{
	background:#E9E9E9;
	color:#9B9B9B;
	border-radius:6px;
	 text-align: right;
}
#input-correo{
	background:#E9E9E9;
	color:#9B9B9B;
	border-radius:6px;
	 text-align: right;
}

#label_subtotal{
	margin-right:70px;
	color:#4b4b4b;
}


#label_envio{
	margin-right:98px;
	color:#4b4b4b;
}
#label_total{
	margin-right:100px;
	color:#4b4b4b;

}
#label_pago{
	margin-right:7px;
	color:#4b4b4b;

}
#input-subtotal{
	background:#E9E9E9;
	color:#9B9B9B;
	border-radius:7px;
	 text-align: right;
}

#input-envio{
	background:#E9E9E9;
	color:#9B9B9B;
	border-radius:6px;
	 text-align: right;
}

#input-total{
	background:#E9E9E9;
	color:#9B9B9B;
	border-radius:6px;
	 text-align: right;
}
#input-pago{
	background:#E9E9E9;
	color:#9B9B9B;
	border-radius:6px;
	 text-align: right;
}

.confirmar{ 
	background-color: #FFB339;
	font-family: 'Poppins';
    /*font-size: 25px;*/
    color: #023366;
    border-radius: 6px;
     /*text-decoration: none;*/
    padding: 5px 20%;
    font-weight: 500;
    font-size: 24px;
    border-color: #FFB339;
}

.botonA{
	background-color: #FFB339;
	font-family: 'Poppins';
    /*font-size: 25px;*/
    color: black;
    border-radius: 6px;
     text-decoration: none;
    /*padding: 5px 20%;*/
    font-weight: 100;
    font-size: 20px;
}

.boton{ 
	background-color: #023366;
	font-family: 'Poppins';
    /*font-size: 25px;*/
    color: white;
    border-radius: 6px;
     /*text-decoration: none;*/
    /*padding: 5px 20%;*/
    font-weight: 100;
    font-size: 20px;
}

a{
	font-weight: 500;
	color: #023366;
}

footer{
/*margin-right:20px;*/
	color:#4b4b4b;
}
footer p {
  padding-left:10%;
  width:90%;
	color:#4b4b4b;
}

input[type="date"]{
	background-color: #E9E9E9;
}
option{
	background-color: #E9E9E9;
}

.datepicker{
	width: 100px;
	height: 502px;
}