
body,
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #de1010;
}

main {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4c4c4c;
}

main label {
  font-family: 'Open Sans', sans-serif;
  font-size: .9em;
  width: 100%;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: .4em;
  font-weight: bold;
}

main h1 {
  font-family: 'Open Sans', sans-serif;
  line-height: .85em;
  font-size: 33px;
  color: #4c4c4c;
  text-align: center;
  padding: 0 .6em;
  padding-top: 11px;
  margin-bottom: .3em;
  margin-top: .4em;
  font-family: 'Reem Kufi', sans-serif;
}

main h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: lighter;
  color: #4c4c4c;
  text-align: center;
  padding-top: 10px;
  margin-bottom: .1em;
}

.completarpago {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 2em auto;
  max-width: 25em; 
  -webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px; 
  background-color: #fdfdfd; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;
}

main form {
  margin: 0 30px;
  font-family: 'Open Sans', sans-serif;
}

.general {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.individual {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
}

main p a {
  color: black;
}

input[type=text] {
  width: 100%; 
  height: 2.5em; 
  padding: 0 .7em;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #fff7f7; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9; 
}

input[type=date]{
  width: 100%;
  height: 2.5em; 
  padding: 0 .7em;
  text-align: left;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #fff7f7; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  color: #F34747;
}

input[type=number] {
  width: 100%;
  max-width: 6em;
  height: 2em; 
  font-size: 2.2em;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: 0 .5em 0 1.6em;
  background-color: #fdfdfd; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  text-align: center;
  font-family: 'Reem Kufi', sans-serif;
  color: #F34747;
  border: solid 1px #cbc9c9;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
}

.pesos {
    width: 9em;
    display: flex;
    justify-content: flex-start;
    background: red;
}

main h10 {
  font-size: 2.2em;
  color: #F34747;
  font-family: 'Reem Kufi', sans-serif;
  margin-top: -2.25em;
  padding-left: 0em;
  text-align: left;
  width: .6em;
    height: 1.3em;
  cursor: default;
  background: none;
}

input:disabled {
  cursor: no-drop;
} 

input:invalid {
  border: solid 1px #de1010;
  box-shadow: 1px 1px 5px rgba(247, 0, 0, 0.65); 
}


/* 
Estilo al menu de select y option
*/

.content-input input,
.content-select select, 
.content-select option{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.content-select select::-ms-expand {
    display: none;
}

.content-select{
	width: 100%;
	position: relative;
}
 
.content-select select{
	display: inline-block;
	width: 100%;
	cursor: pointer;
    height: 2.5em; 
    padding: 0 .4em;
	border-radius: 0;
	background: #fff7f7;
	color: #7b7b7b;
	font-size: 1em;
    border: solid 1px #cbc9c9;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    position: relative;
    transition: all 0.25s ease;
    font-family: 'Open Sans', sans-serif;
    color: #d83e3e;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
    box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
}
 
.content-select select:hover{
	background: #fdfdfd;
}

.content-select option {
}

 option img{
     width: 1em;
}

 
/* 
Creamos la fecha que aparece a la izquierda del select.
Realmente este elemento es un cuadrado que sólo tienen
dos bordes con color y que giramos con transform: rotate(-45deg);
*/

.content-select i{
	position: absolute;
	right: 20px;
	top: calc(50% - 11px);
	width: 16px;
	height: 16px;
	display: block;
	border-left:4px solid #F34747;
	border-bottom:4px solid #F34747;
	transform: rotate(-45deg); /* Giramos el cuadrado */
	transition: all 0.25s ease;
}
 
.content-select:hover i{
	margin-top: 3px;
}

/* 
Aca termina estilo al menu de select y option
*/

a.donar {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 6px 3.8em 2em 3.8em;
  margin: 2em auto 30px auto;
  display: flex;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  width: 5em; height: 2em; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #F34747; 
  -webkit-box-shadow: 0 3px #d83e3e; 
  -moz-box-shadow: 0 3px #d83e3e; 
  box-shadow: 0 3px #d83e3e;
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative;
}

a.donar:hover {
  top: 3px;
  background-color:#F34747;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  color: white;
}

@media (min-width: 350px) {
    
#iconos {
  margin-left:10%;
}
    
}