/* Mobile first */
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

img {
    height: auto;
}

body {
    background-color: whitesmoke;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}


/* Header */
header {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 4%;
    background-image: linear-gradient(to right, rgba(204, 0, 102), rgba(255, 204, 51));
    font-family: 'Syncopate', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

nav {
    width: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
}

nav ul {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin-top: 5px;
}

nav a {
    font-weight: lighter;
    color: white;
}

nav a:hover,
a:focus,
a:active {
    color: #033144;
}



/* Main */
main {
    display: flex;
    flex-flow: column wrap;
    width: 90%;
    min-height: 200px;
    margin: 15px auto;
}

main section {
    width: 90%;
    margin: 5px auto;
    min-height: 50px;
}

.comitente {
    display: flex;
    flex-flow: column nowrap;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
}

.comitente h1 {
    font-size: 18px;
    color: #CC0860;
}

.comitente img {
    width: 50%;
    margin-bottom: 10px;
    max-width: 140px;
}

#integrantes {
    display: flex;
    flex-flow: column nowrap;
}

.titulo {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: baseline;
    padding: 2%;
    background-color: #FDBB39;
    color: #CC0860;
}


h2 {
    font-size: 120%;
    text-transform: uppercase;
}

h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.cuerpo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    padding: 5% 2%;
}

.item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 20%;
    font-size: 15px;
    margin: 2%;
}

.item img {
    border-radius: 100%;
    width: 80%;
    margin-bottom: 5px;
}

h4 {
    font-size: 13px;
    font-weight: 500;
    color: #033144;
}


/* Footer */
footer {
    display: flex;
    align-content: center;
    flex-flow: column wrap;
    color: #999999;
    margin-bottom: 0px;
}

hr {
    width: 80%;
    align-self: center;
    background-image: linear-gradient(to right, rgba(204, 0, 102), rgba(255, 204, 51));
    height: 1px;
    border: 0;
    opacity: 0.5;
}

.p-principal,
.p-secundario {
    width: 90%;
    min-height: 80px;
    margin: 20px auto;
}

.p-principal {
    font-size: 13px;
    line-height: 17px;
}

.p-principal img {
    width: 30%;
    margin-bottom: 10px;
    max-width: 120px;
}

.p-secundario {
    font-size: 10px;
}

.p-secundario img {
    width: 60%;
    margin-bottom: 10px;
    max-width: 240px;
}

.p-final {
    padding: 4% 15%;
    font-size: 80%;
    font-weight: 200;
    background-color: #033144;
    color: #F8F0F3;
}


/* Estilo del mapa.html*/

.texto {
    width: 90%;
    min-height: 80px;
    margin: 20px auto;
    font-size: 80%;
    line-height: 17px;
    color: #033144;
    text-align: left;
}

.img-mapa {
    width: 100%;
}


/* Estilo del plan.html */

.partes {
    display: flex;
    flex-flow: column nowrap;
    justify-content: left;
    text-align: left;
    margin-top: 6%;
    margin-bottom: 6%;
    min-height: 120px;
}

.partes h4 {
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 600;
    color: #CC0860;
}

.partes h5 {
    margin-top: 2%;
    margin-bottom: 2%;
    font-family: 'Syncopate', sans-serif;
    font-size: 80%;
    font-weight: 600;
    color: #FBBA3D;
    text-transform: uppercase;
}

.partes p {
    font-size: 80%;
    text-align: left;
    color: #033144;
}

.pcomitente {
    width: 45%;
    height: 50%;
    margin-left: 5%;
    font-size: 30%;
}

.pconimg {
    margin-top: 2%;
    display: flex;
    flex-flow: row nowrap;
    align-content: space-around;
    height: 90%;
}

.pconimg p {
    width: 80%;
}

.pconimg img {
    width: 80px;
}

.paleta {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin-top: 5%;
}

#cuadrado1,
#cuadrado2,
#cuadrado3,
#cuadrado4,
#cuadrado5 {
    height: 40px;
    width: 45px;
}

#cuadrado1 {
    background-color: white;
    outline-color: black;
    outline: 1px;
}

#cuadrado2 {
    background-color: #FBBA3D;
}

#cuadrado3 {
    background: linear-gradient(to left, rgba(204, 0, 102), rgba(255, 204, 51))
}

#cuadrado4 {
    background-color: #CC0860;
}

#cuadrado5 {
    background-color: #262B5A;
}

.linea-ppal {
    width: 90%;
    align-self: center;
    background-image: linear-gradient(to right, rgba(204, 0, 102), rgba(255, 204, 51));
    height: 1px;
    border: 0;
    opacity: 0.5;
}

.subparte {
    margin-top: 7%;
    margin-bottom: 5%;
}

.tipografia {
    display: flex;
    flex-flow: row nowrap;
    font-size: 25px;
    justify-content: space-between;
}

.roboto1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.roboto2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
}

.roboto3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.roboto4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.roboto5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.roboto6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.roboto7 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.roboto8 {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

.roboto9 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.syncopate1 {
    font-family: 'Syncopate', sans-serif;
    font-weight: 400;
}

.syncopate2 {
    font-family: 'Syncopate', sans-serif;
    font-weight: 700;
}




/* media queries - breakpoints */

/* condicionante que lee que tipo de medio de salidad es, en este caso una pantalla y (max o min de ancho) {reglas de estilo que se sumen a las anteriores}*/

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

    main {
        justify-content: space-around;
        flex-flow: row wrap;
    }

    main section {
        margin: 0%;
    }

    .titulo {
        width: 100%;
    }

    h2 {
        font-size: 180%;
        text-transform: uppercase;
    }

    h3 {
        font-size: 120%;
        text-transform: uppercase;
        font-weight: 400;
    }

    .cuerpo {
        flex-flow: row wrap;
    }

    .item {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        width: 40%;
        font-size: 100%;
        margin: 2%;
    }
    .item img {
        border-radius: 100%;
        width: 70%;
        margin-bottom: 5px;
    }

    h4 {
        font-size: 150%;

    }

    .p-principal img {
        max-width: 20%;
    }
    .p-secundario img {
        max-width: 40%;
    }


    /* mapa estilo */
    .texto {
        font-size: 90%;
        line-height: 140%;
        max-width: 80%;;
    }

    /* plan estilo */

    .partes {
        min-height: 230px;
    }

    .partes h4 {
        font-size: 150%;
    }

    .partes h5 {
        font-size: 120%;
        font-weight: 600;
    }

    .partes p {
        font-size: 150%;
        text-align: left;
        color: #033144;
    }

    .pcomitente {
        height: 100%;
        margin-left: 8%;
    }

.pconimg p {
    font-size: 150%;
    margin-left: 5%;
}

.pconimg img {
    width: 30%;
}


#cuadrado1,
#cuadrado2,
#cuadrado3,
#cuadrado4,
#cuadrado5 {
    height: 90px;
    width: 90px;
}


.linea-ppal {
    height: 3px;

}

.subparte {
    min-height: 18%;
}

.tipografia {
    width: 70%;
    font-size: 120%;
}

.p-final {
    padding: 4% 15%;
    font-size: 80%;
    font-weight: 100;
    background-color: #033144;
    color: #F8F0F3;
}


}/*674px*/


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

}/*900px*/


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

  

}/*1024px*/
