@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");

/* variables globales */
:root {
  /* --theme-color: #326699; */
  --theme-color: #00a19a; 
}

/* Type */
body, input, select, textarea {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 11pt;
  font-weight: 400;
  line-height: 1.65; 
}

#header {
  background-color: var(--theme-color);
}

.card {
  margin-top: 15px
}

.offcanvas-header {
  align-items: normal;
}

.major {
  /* font-family: "Roboto Slab", serif; */
  border-bottom: solid 3px var(--theme-color);
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0.75em 0.5em 0;
}

ul {
  padding-left: 0rem;
}

.card-body {
  padding: 5px 15px;
}

#menu ul li {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #3d4449;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 0.8em;
  text-transform: uppercase; 
}

#menu ul a {
  border-bottom: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  padding: 0.625em 0;
  text-decoration: none;
}

#menu > ul > li {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0; }
  #menu > ul > li > ul {
    color: #9fa3a6;
    display: none;
    margin: 0.5em 0 1.5em 0;
    padding-left: 1em; }
    #menu > ul > li > ul a, #menu > ul > li > ul span {
      font-size: 1em; }
    #menu > ul > li > ul > li {
      margin: 0.125em 0 0 0;
      padding: 0.125em 0 0 0; }
  #menu > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }


#menu ul a:hover, #menu ul span:hover {
  color:var(--theme-color); }

#footer .copyright{
  color: #9fa3a6;
  font-size: 0.9em; 
  padding: 20px;
}


h1, h2, h3, h4, h5, h6 {
  color: #3d4449;
  /* font-family: "Roboto Slab", serif; */
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0; }

h1 {
  font-size: 4em;
  margin: 0 0 0.5em 0;
  line-height: 1.3; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.7em; }

