@font-face {
    font-family: 'Montserrat';
    src: url('fuentes/Montserrat-Regular.woff2') format('woff2'),
        url('fuentes/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fuentes/Montserrat-Bold.woff2') format('woff2'),
        url('fuentes/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fuentes/Montserrat-Light.woff2') format('woff2'),
        url('fuentes/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    
}

body {
   font-family: 'Montserrat';    min-height: 100hv; color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:#927F93;

}

ul {
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 4em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}


header{
    background-color: #69536B ;
    margin-bottom: 2em;
    text-align: center;


}


.contenedor {
    
    margin-left: 3em;
    margin-right: 3em;
    
    
}


.encabezado{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 3em;
  position: fixed;
  top:0;
  left: 0;
  background-color: #800080;
  width: 100% ;
  z-index: 99;
}




  .menu {
  background-color: rgba(65, 1, 116, 0.9) ;
  color: black;
  position: fixed;
  right: 0vw;
  top: 0;
  height: 100vh;
  min-width: 50vw;
  height: 50vw;
  transition: all .6s ease;
  z-index: 999;
  transition: all .6s ease;


}


  .menu:target {
    right: 0;
}


ul{
    list-style: none;
    margin: 0;
    padding: 0;
}


nav{
    padding-top: 3em;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 0em;
    margin-bottom: 2em;

}


    

.menu-icon{
  display: block;
	width: 60px;
	height: 60px;
  padding-right: 1em;

}

main {
    
    background-color: #493747;
    
    }


li a {
    display: block;
    text-decoration: none;
    color:#ffffff;
    padding: 1em;
    text-align: left;
}

.perfil{
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


h2{
  padding-bottom: 1em;
}


h3 {
color:#800080;
margin-left: 2em;
padding-top: 2em;
}

.titulo {
 background-color:  #800080;
 margin-top: 1em;
 position:sticky;
 top:2em;
 text-align: center;
}



.contenido {
  background-color: white;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.cande {
  margin-left: 2em;
  margin-right: 1em;
  padding-bottom: 2em;
  color: black;
}




.iconos {
    
    margin-left: 2em;
    padding-bottom: 1em;
    
    }

.comitente {
    
    color: white;
    text-align: center;
    font-size: 12px;
    margin: 5em;
    
     }