.root {

}

.card {
  border: 1px solid #dfe3e7;
  /* 
    Arriba: 1rem
    Derecha: 2rem
    Abajo: 3rem
    Izquierda: 4rem
    */
  padding: 1rem 5rem 3rem 5rem;
  
}

.p, p {
  font-size: 12px;
}

.h1{
  font-size: 32px;
}

.h2{
  font-size: 28px;
}

.h3{
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}


.footer{
  
  padding: 1rem 5rem 3rem 5rem;
    
}

.container-footer { 
 background-color:  #656565;
 background-image: none;
}

.container-header {
  background-color: #f9f9f9;
  background-image: none;
}

.container-header .mod-menu { flex-direction: row-reverse; }

