/* Fuentes */
@font-face {
    font-family: 'bmw';
    src: url('bmwgroup_cond_regular-webfont.woff2') format('woff2'),
         url('bmwgroup_cond_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bmwbold';
    src: url('bmwgroup_cond_bold-webfont.woff2') format('woff2'),
         url('bmwgroup_cond_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Style */

*{
    font-family: 'bmw';
    padding: 0;
    text-align: center;
}
.bold{
  font-family: 'bmwbold';  
}
header{
    padding: 2px;
    margin: 0;
}

main{
    padding-top: 80px;
   
}
.title{
    padding-left: 25px;
}
a{width: 100%;}

.pic{
   
}
.pic img{
  width: 100%;
   
}
footer{
    padding: 0;
    width: 100%; 
    margin: 0;
    position: fixed;
    left: 0;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
    
}
#logo{
    position: fixed;
    right: 15px;
    top: 10px;
}
.portada{
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover ;
}

footer{
    
}
footer img{
   width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; 
}