@charset"utf-8";
body {background-color: rgb(3, 3, 3);
}
@font-face {
    font-family: 'fira_sans';
    src: url('../fonts/firasans-bold-webfont.eot');
    src: url('../fonts/firasans-bold-webfont.eot?#iefix') format('../fonts/embedded-opentype'),
         url('../fonts/firasans-bold-webfont.woff2') format('woff2'),
         url('../fonts/firasans-bold-webfont.woff') format('woff'),
         url('../fonts/firasans-bold-webfont.ttf') format('truetype'),
         url('../fonts/firasans-bold-webfont.svg#fira_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
    text-align: center;
    
}

header {
   display:flex;
    font-family: 'fira_sans';; font-weight: 400;
    background-color: #b50b12;
    flex-direction: column;
    justify-content:space-between;
    align-items:center;
} 

#marco { 
    display:flex;
    flex-direction:row;
    justify-content:center;
    padding:1em;
    margin:0;

 }

img { 
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    padding:0;
    margin:0 2em 0 0;
    
    
 }

nav ul {
    display:flex;
list-style-position: inside;
padding: 0;
margin:0;
}
nav ul li {
    margin: 0 1em 1em 0;
    list-style:none;
}
nav ul li a {
    text-decoration:none;
    background-color: #807878;
    color: #f5f4f4;
    text-align: center;
   padding: 0.3em;
    border-radius: 0.1em;
}



.links {
    
    margin:0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:center;
    align-items: flex-end;    
    }
     

h1 {
 font-family: 'fira_sans'; 
color: #8f8e91;
    display: flex;
    align-items:center;
    padding: 0;
    font-weight:700;
    text-align:base;
font-size:60px;
    margin:0 0 0 0.1em;
    font-weight: bolder;
    
}
h2 { font-family: 'fira_sans'; color: #fdfbfb;
    text-align: center;
    margin: 1em;
    font-size: 16px}
h3 { font-family: 'fira_sans'; color: #fdfbfb;
    text-align: center;
margin: 1em;
    font-size: 12px}
h4 { font-family: 'fira_sans';
    text-align: center}
li { font-family: 'fira_sans';
text-align: center;
}
.parrafo-destacado {  
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 0.2em;
    font-family: 'fira_sans'; color: #ac0202; padding: 2em; background-color: #a2a0a0; font-weight: 900;
    font-size:14px;
}
p { font-family: 'fira_sans'; color: #716f6f; padding: 2em; background-color: #000000; text-align: center;
font-size: 12px}

cop {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 0.8em;
    font-family: 'fira_sans'; color: #110d6d; padding: 2em; background-color: #f7f5f5; font-weight: 900;
    
}

#pie { display: flex;
margin: 4em 0;
flex flex-direction:row
}

figure{
    display: flex;
    align-items: center;
    padding:2em 1 0 0;
    margin: 0 3em 0 1
    }

#mapaconceptual { 
    display: block; 
    margin-top: 50px;   
    margin-left: auto;
    margin-right: auto;
    }

@media all and (max-width:25em) {
    
header {
    justify-content:space-between;
    align-items: center;
    }
  
    #logo {
        width: 40%;
        align-self: center;
        }
  
.links {
    flex-direction:row;
    align-items:center; 
    justify-content:center;
    height: 30px;
    } 

nav ul {
    display:flex;
    
padding:0;
margin:0;
}
nav ul li {
    margin: 0 0.5em 1em 0;
    list-style:none;
}
nav ul li a {
    text-decoration:none;
    background-color: #ffffff;
    color: #0fa5e8;
    text-align:justify;
    padding: 0.2em;
    border-radius: 0.3em;
    font-size: 15px
    
}

h1 {
    font-size: 25px;
    text-align: left;
    
    }  
    
.parrafo-destacado {
    font-size: 12px;
     margin-left: 1px;
    margin-right: 1px;
    }  

p { font-size: 11px}

     #pie { display: flex;
margin: 1em 0;
flex-direction:column
}
  figure{
    display: flex;
    align-items:center;
    padding:1em 0 0 0;
    margin: 0 3em 0 0;
      width: 200%;
      
      
    }
#mapa {
    width: 100%
    }
  

  }
  
