@charset "utf-8";

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fuentes/bebas/bebasneue-regular-webfont.eot');
    src: url('../fuentes/bebas/bebasneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fuentes/bebas/bebasneue-regular-webfont.woff2') format('woff2'),
        url('../fuentes/bebas/bebasneue-regular-webfont.woff') format('woff'),
        url('../fuentes/bebas/bebasneue-regular-webfont.ttf') format('truetype'),
        url('../fuentes/bebas/bebasneue-regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fuentes/bebas/bebasneue-bold-webfont.eot');
    src: url('../fuentes/bebas/bebasneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fuentes/bebas/bebasneue-bold-webfont.woff2') format('woff2'),
        url('../fuentes/bebas/bebasneue-bold-webfont.woff') format('woff'),
        url('../fuentes/bebas/bebasneue-bold-webfont.ttf') format('truetype'),
        url('../fuentes/bebas/bebasneue-bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fuentes/bebas/bebasneue-book-webfont.eot');
    src: url('../fuentes/bebas/bebasneue-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fuentes/bebas/bebasneue-book-webfont.woff2') format('woff2'),
        url('../fuentes/bebas/bebasneue-book-webfont.woff') format('woff'),
        url('../fuentes/bebas/bebasneue-book-webfont.ttf') format('truetype'),
        url('../fuentes/bebas/bebasneue-book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-image: url(imagenes/fonodoinicio.png);
    font-family: 'Roboto', sans-serif;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

    
}



main {

    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;

}
main figure{
     margin-left: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
}
main figure img{
    height: 30%;
    width: 30%;
}
main section {
    margin-left: 10%;
    margin-top: 3%;
    margin-bottom: 10%;
}

main section h1 {
    color: lawngreen;
    font-size: 3.5em;
    width: 18%;
}


main section p {
    width: 80%;
    font-size: 1em;
}
main section h2{
    font-size: 3em;
    font-weight: 900;
}

footer {
    width: 100%;
    height: 7.5em;
    background-color: #434240;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.descargar {
   display: flex;
    flex-direction: column;
    justify-content: center;

}
.descargar img{
    height: 10%;
    width: 10%;
}
main div {
    margin-top: 0%;
}


footer img {
    height: 80px;
    width: 80px;
}
html, body {
    width: 100%;
    height: 100%;
}

article {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

main {
    flex-grow: 1;
}

header, main, footer {
    flex-shrink: 0;
}


@media screen and (max-width: 480px) {
    html {
        font-size: 80%;
        }
    main section {
        margin-left: 3em;
    }
    main section h1 {
        width: 100%;
        margin: 0;
    }
    p {
        margin: 0;
    }
    main section h2 {
        font-size: 1em;
        letter-spacing: 0.1em;
        margin:0;
        padding-top: 2em;
    }
    footer {
        height: 4em;
    }
    footer img {
        height: 50px;
        width: 50px;
    }
   
    }
    .descargar img {
        height: 95%;
            width:95%;
    }
    main div {
        display:flex;
        margin: 0.2em 3.3em 0 0;
    }
    }
   
    }
