/*Hoja de estilos para Header*/
@font-face {
    font-family: 'roboto_slabregular';
    src: url('../font/RobotoSlab-Regular-webfont.eot');
    src: url('../font/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('../font/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('../font/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_slabthin';
    src: url('../font/RobotoSlab-Thin-webfont.eot');
    src: url('../font/RobotoSlab-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/RobotoSlab-Thin-webfont.woff') format('woff'),
         url('../font/RobotoSlab-Thin-webfont.ttf') format('truetype'),
         url('../font/RobotoSlab-Thin-webfont.svg#roboto_slabthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotothin';
    src: url('../font/Roboto-Thin-webfont.eot');
    src: url('../font/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Thin-webfont.woff') format('woff'),
         url('../font/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../font/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slablight';
    src: url('../font/RobotoSlab-Light-webfont.eot');
    src: url('../font/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/RobotoSlab-Light-webfont.woff') format('woff'),
         url('../font/RobotoSlab-Light-webfont.ttf') format('truetype'),
         url('../font/RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../font/Roboto-Medium-webfont.eot');
    src: url('../font/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Medium-webfont.woff') format('woff'),
         url('../font/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../font/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* A PARTIR DE 320*/
@media screen and (min-width:20em) {
   
.mapa{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: black;
    padding: 8em 8em 5em 8em;

}
.mapaitems a{
     font-family: 'robotothin';
    color: #ededec;
    font-size: 1.4em;
    
}
.mapaitems a:hover{
    color: #d101d1;
    border-bottom: solid 1px;
}
.mapaitems a:active{
    color: #0381b5;  
    transform: scale(1.08);
}
footer {
    width: 100%;
    display: flex;
    padding: 1em;
    justify-content: space-between;
    background-color: black;
    margin: 0;
    
    
}

.bold{
    margin-bottom: 1em;
}
.bold a{
    font-family: 'robotomedium';

    
}

   .dgpc{

    display: none;
    
}
    
    .pie, h6{
    width:100%;
    font-family: 'robotothin';
    color: #ededec;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 1.1em;
    

}
/* A PARTIR DE 480*/
    
@media screen and (min-width:30em) {
   
.dgpc{
    width: 10%;
    display: flex;
}
.pie, h6{
    width:100%;
    font-family: 'robotothin';
    color: #ededec;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 1.1em;

}
   
    }