* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

li {
    padding: 5px;
}

a {
    text-decoration: none;
    color: ;

}

body {
    background: #1f447a;
    margin: auto 20px auto 20px;

}

/* EMPIEZA EL HEADER */

.logocat {
    display: flex;
    justify-content: center;
    margin: 10px;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 20rem;
}

.linknav {

    padding: 5px;
    /*font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  
    display: flex;
    justify-content: space-around; 
    flex-wrap: wrap;
    margin-top: 20px;
    */
}


#botonmenu {

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    margin-bottom: 5px;
    background-color: #bc132b;
    width: 20%;
    font-size: 15px;
}

#menu {

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 50px;
    background-color: #bc132b;
    width: 200px;
    display: none;
    position: absolute;
    padding: 10px;
}

/* TERMINA EL HEADER */







.jt91 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

h1 {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    ;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.objetivo {
    margin-bottom: 13px;
}




.textoobjetivo {

    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 35px;
    max-width: 35em;
}





h3 {
    font-size: 21px;
    ;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

}

.integrante {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.linkintegrante {
    color: white;
    font-size: 20px;
    ;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 2px;

}

@media screen and (min-width:674px) {

    .integrante {
        display: flex;
        flex-direction: row;
    }

    .linkintegrante {
        padding: 20px;

    }

    footer {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: baseline;
        align-content: stretch;
    }
}

/* min-width:674 px */
.footer {
    padding-top: 20px;
}

footer {
    background: black;
    font-family: 'Roboto', sans-serif;
    color: white;
    padding: 10px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;

}
