@font-face {
    font-family: 'dinregularbold';
    src: url('../fonts/dinbold-webfont.woff2') format('woff2'),
         url('../fonts/dinbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dinmedium';
    src: url('../fonts/dinmedium_0-webfont.woff2') format('woff2'),
         url('../fonts/dinmedium_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dinregular';
    src: url('../fonts/ufonts.com_din-regular-webfont.woff2') format('woff2'),
         url('../fonts/ufonts.com_din-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



.descripcion { display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start; }

.descarga {
   
    text-align: center:
    width:100%; 
    background:#f85656; 
    min-height:250px; 
    padding: 0,5em;
}
.descarga h3{
     font-family: 'dinregular';
    padding-top: 1em;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
}

.content{
	width: 75%;
	margin: 0 auto;
}

body {box-sizing: border-box; margin: 0; padding: 0;font-family: 'dinregular'; }


.descripcion h2 {text-align:left; font-weight: bold; color: black; /* color del titulo 1 */
    font-size: 1em;
    font-family: 'Merriweather Sans', 'arial','sans serif';
    font-weight: 800;
    padding: 3px;
	text-transform: uppercase;
}



.texto {text-align:left; font-weight: bold;color: black; /* color del titulo 1 */
    font-size: 0.8em;
    font-family: 'Merriweather Sans', 'arial','sans serif';
    font-weight: 400;
    padding: 3px;}




/*.boton {justify-content: center}

{background: #008fdb;color:#fff; padding:1em; font-family:"Merriweather-400"; text-decoration:none;text-align:center; display:block;width:30%;font-size:2em;border-radius:25px; margin:1em auto;}*/


footer{
	 font-family: 'Merriweather Sans', 'arial','sans serif';
	font-size: 9px;
	background: black;
	color:white;
	padding: 2px;
	text-align: center;
}
.descripcion  .entrada1{
	width:50%;
    flex-grow: 1;
    flex-shrink: 0;
     list-style-type:none;
      text-decoration:none;
    padding-left: 0.5em;
    padding-right: 0.5em;
     flex-basis: 200px;
    padding-top: 100px;
}
.descripcion .entrada2{
	flex-grow: 1;
    flex-shrink: 0;
     flex-basis: 200px;
}
.descripcion .entrada2 img{
    width: 100% ; 
    margin-bottom: 0;
    ;
}

/**menu**/
    .menu{
        background-color: #000000;
        width: 100%;
        display:inline-flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: wrap;
        justify-content: space-between;
        
    }
.banner img{
    width: 150px;
   text-align: center;
}
.menu nav ul{
    
    flex-direction: row;
     display: flex;
}
.menu nav ul li{
    width: 100%;
    list-style: none;
}
  .menu a{
        padding: 0px 20px;
        text-decoration: none;
        color:white;
    }
.boton_app{
    background: red;
    width: 200px;
    height: 30px;
    text-align: center;
    padding: 20px;
}
.boton_app a{
    text-decoration: none;
    color:white;
}
.banner{
    width:100%; 
    background-image:url(../img/tribuna.jpg);  
    background-repeat: no-repeat; 
    background-size: 100%;
   
    height: 300px;
}
.cajaboton{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.boton{
    margin:0px 10px;
}

@media screen and (max-width: 600px) {
   
    .content{
	width: 100%;
	margin: 0 auto;
    
}
    
.descripcion  .entrada1{
	width:100%;   
    padding-top: 0;
  }
    .banner{
        background-size: cover;
    }    
}