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

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


main > section {
    margin: .0em auto;
    max-width: 50rem;
    width: calc( 100% - 1.5rem );
}

main p {
  font-family: 'Open Sans', sans-serif;
  font-size: .7em;
  text-align: center;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 3em;
  padding-left: 15%;
  padding-right: 15%;
}

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: 1.4em;
  font-weight: lighter;
  color: #414141;
  text-align: center;
  padding-top: .5em;
  margin-bottom: .1em;
}

.reverva {
  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;
}


.boton {
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

a.micuenta {
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 6px 0em 2em 0em;
  margin: .5em auto 2.5em auto;
  display: flex;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  width: 10.2em; 
  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.micuenta:hover {
  top: 3px;
  background-color:#F34747;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  color: white;
}

.footbotres .material-icons {
    font-size: 2em;
    color: #F34747;
}

.footbotres {
    width: 100%;
    margin-top: 8em;
    margin-bottom: 2em;
}

.boton2 {
    width: auto;
    float:left;
    text-align: center;
    margin-left: 15%;
}

a.compartir {
  font-size: 14px;
  color: black;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.boton3 {
    text-align: center;
    width: auto;
    float:right;
    margin-right: 15%;
}

a.inicio {
  font-size: 14px;
  color: black;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

@media (min-width: 350px) {
    
    
}