@charset "UTF-8";
@font-face{
    font-family:url(fuentes/montserrat.ttf)
}


/*------------------------------------*/

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

html{
    height: -webkit-fill-available;
}

.centrar{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#logo{
   width: 12em;
}

/*#menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
    color: #28b40f;
    font-family:"montserrat", sans-serif;
    font-weight: 500;
    font-size: .6em;
    text-align: center;
    text-transform: uppercase;
}

#menu a{
    margin-left: .5em;
    margin-right: .5em;
    border-left: solid thin;
    border-right: solid thin;
    padding: .3em 1em .3em 1em;
}*/

#llamamenu{
    background-color: rgba(26, 124, 8, 0.28);
    color: white;
    cursor: pointer;
    padding: .5em;
    display: flex;
    position: relative;
    z-index: 9999;
}

#llamamenu:hover{
    background-color: rgba(60, 59, 59, 0);

}

#llamamenu i{
    padding: 0;
    margin: 0;
}

header nav{
    background-color: rgba(60, 59, 59, 0);
    color: white;
}

header nav a {
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    padding: 1em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav li:hover{
    background-color: rgba(149, 149, 149, 0.26);
    color: white;
}

header nav ul{
    background-color: rgba(37, 67, 10, 0.75);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 50%;
    padding-top: 6em;
    transition: all .5s ease;
}

.visible{
    left: 50%;
    transition: all .5s ease;
}

header{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 2em;
    background-color: rgba(40, 180, 15, 0.28);
    max-width: 100%;
}

#header{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    width: 100%;
    
}

h2{
    color: #28b40f;
    font-family: "montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 1em;
    text-transform: uppercase;
    padding-left: .5em;
    padding-right: .5em;
}

main h3{
    color: #28b40f;
    font-family:"montserrat", sans-serif;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .2em;
    margin-top: 1em;
}

h4{
    color: #9a9d99;
    font-family: "montserrat", sans-serif;
    font-weight: 500;
    font-size: .8em;
    text-align: center;
    font-style: italic;
    margin-bottom: 1em;
}

h6{
    color: #656565;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 1em;
    margin-top: .2em;
    margin-bottom: .5em;
    letter-spacing: -0.05em;
    margin-bottom: 2em;
}

.secundario{
    color: #28b40f;
    font-family:"montserrat", sans-serif;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .5em;
}

.integrantes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
}

.integrantes li {
    max-width: 20em;
    font-family:"montserrat", sans-serif;
    color: #ffffff;
    text-align: center;
    background-color: #28b40f;
    padding: .5em;
    border-radius: 1em;
    color:#ffffff ;
    text-decoration: none;
    margin: .5em;
}

p{
    color: #656565;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    font-size: 1em;
    margin-top: .2em;
    margin-bottom: .5em;
    letter-spacing: -0.05em;
    margin-bottom: 2em;
}

.margen{
    padding-left: .8em;
    padding-right: .8em;
}

.mapas{
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imagenes{
    display: flex;
    width: 90vw;
    height: auto;
    overflow: hidden;
    margin-bottom: .5em;
}

.mapa-analisis{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

#mapa{
    width: 50%;
    height: auto;
    margin-bottom: 2em;
}

#analisis{
    width: 30%;
    height: auto;
    margin-bottom: 2em;
}

.boceto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}

.mapa-flujo{
    width: 100%;
}



/*-------------------------------------*/

footer{
    background-color: rgba(40, 180, 15, 0.28);
    border-radius: 1em 1em 0 0;
}

.footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding-bottom: 1em;
    border-bottom: solid thin;
    border-color: #656565;
    padding-top: 1em;
}

footer h6{
    color: #656565;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: .6em;
    margin-top: .3em;
    letter-spacing: -0.05em;
    margin-bottom: 1em;
    margin-left: 1.2em;
    margin-right: 1em;
}

.titulo-footer{
   text-align: left;
    margin-left: 1em;
}

footer h3{
    color: #656565;
    font-family: "montserrat",sans-serif;
    font-size: .8em;
    text-align: center;
    margin: auto;
    font-family: sans-serif;
}

.logos {
    width: 25%;
    margin-left: 1em;
}

#leyenda{
    color: #656565;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    font-size: .6em;
    margin-top: 1em;
    letter-spacing: -0.05em;
    margin-bottom: 2em;
    margin-right: 2em;
    margin-left: 1em;
}

@media screen and (min-width: 1200px) {
    
    #logo{
    width: 15em;
    
    }
    
    h2{
        font-size: 1.5em;
    }
    
    #header{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.2em;
    width: 100%;
    
}
    
    p{
    color: #656565;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    font-size: .85em;
    margin-top: .2em;
    margin-bottom: .5em;
    max-width: 60em;
    column-count: 2;
    letter-spacing: -0.05em;
    margin-bottom: 2em;
}
    
    .integrantes li {
    max-width: 20em;
    font-family:"montserrat", sans-serif;
    color: #ffffff;
    text-align: center;
    background-color: #28b40f;
    padding: .5em;
    border-radius: 1em;
    color:#ffffff ;
    text-decoration: none;
    margin: 1em;
}
    
    #tamano-imagenes{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 60vw;
    height: auto;
    margin-bottom: .5em;
}
    
    .imagenes{
        max-width: 50%;
        margin: 1em;
    }
    
    #boceto{
        margin-bottom: 2em;
    }
    
    #flujo{
        margin-bottom: 2em;
    }
    
    #flujo img{
        width:100%;
    }
    
    .mapa-analisis{
    width: 30em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    
}
    
    #mapa{
    width: 80%;
    height: auto;
    margin-bottom: 2em;
}

    #analisis{
    width: 40%;
    height: auto;
    margin-bottom: 2em;
}
    
    .footer{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding-bottom: 1em;
    border-bottom: solid thin;
    border-color: #656565;
    padding-top: 1em;
    width:25%;
}
    
    .mapa-analisis{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    
}
    
    #llamamenu{
        display: none;
    }
      
    header nav ul li{
    display:inline-block;
    margin-left: 1em;
    margin-right: 1em;
   
}

    header nav ul{
    display: flex;
    flex-wrap: nowrap;
    background: none; 
    padding-top: 0;
    position: relative;
    left: auto;
    width: 100%;
    height: 25%;
    transition: all ;
}

    header nav a{
        color: #28b40f;
    }
    
}
