
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/* <uniquifier>: Use a uniquifier for the class name
   <weight>: Use a value from 200 to 1000 */

.nunito-sans-ieepco {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}



.header-bar{
    display:flex;
    flex-direction:column;
}

.header-title {
    padding: 0;
    color: var(--theme-color);
    /*height: 60%;*/
    text-align:center;
}

.header-subtitle{
    padding:0;
    margin:0;
    text-align:right;

}

.header-btns{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0;
    
}

.btns-menu{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin:5px;
   /* font-family: 'Nunito Sanz'; */
}

.btnmenu {
  display: flex;
  justify-content:space-around;
  align-items:center;
  text-align: center;
  font-size:18px;
 /* font-family:Arial;*/
 /* font-family: 'Nunito Sanz'; */
  width:180px;
  height:90px;
  border-width:1px;
  color:#fff;
  border-color:#ffffff;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  box-shadow:inset 0px 39px 0px -24px #e67a73;
  text-shadow:inset 0px 1px 0px #b23e35;
  background:#e4685d;
}

a.btnmenu {
  display: flex;
  justify-content:space-around;
  font-size:18px;
  /*font-family: 'Nunito Sanz'; */
  margin:5px;
 
}


.btnmenu:hover {
  background: #eb675e
}

a.btnmenu:hover{
    color: white;
    font-size:20px;
    text-decoration: none;
}
     
/* Ubuntu fuente*/

.ubuntu-mono-regular {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-mono-regular-italic {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-mono-bold {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-mono-bold-italic {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: italic;
}

.docpdfcviden{
    margin-top:8px;
}
