@import url('https://fonts.googleapis.com/css?family=Nunito:200,400,700&display=swap');



* {
    margin: 0
}

a {
    text-decoration: none;
}

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

header section {
    background-color: #56379C;
    color: white;
}

.color {
    background-image: url("img/imagen1.jpg");
    height: 100px;
}

body {
    background-color: #e8e6e6;
    margin: 0px;
}


Main {

    background-color: #e8e6e6;
    margin: 10px auto;
    min-height: 100px;
}

main section {
    width: 90%;
    margin: 10px auto 10px;
    background-color: #f7f7f7;
    min-height: 100px;
    border: darkgray 0.5px solid;

}


footer {
    width: 90%;
    background-color: #56379C;
    margin: 10px auto;
    min-height: 100px;
}


p {
    margin: 3% 3%;
}

hr {
    width: 95%;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito';
}

h1 {
    font-weight: 700;
    color: #56379C;
    font-size: 30px;
    text-align: center;
}

h2 {
    font-weight: 400;
    color: #56379C;
    font-weight: 10px;
}

h3 {
    font-weight: 200;
    font-weight: 8px;
}

h4 {
    text-align: center;
    color: #56379C;
}

h5 {
    text-align: center;
    font-weight: 200;
    color: white;
}

.controlado {
    text-align: center;
    font-size: 9pt;
}

.destacado {
    font-weight: 700;
}


.fondo {
    background-color: #56379C;
    width: 90%;
    margin: auto;
}


.nav{
    display:inline;
}

/*media queries -breakpoints*/
@media screen and (min-width:674px) {


    main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    main section {
        width: 45%;
        margin: 2%;
    }


}

/*674*/


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

    main {
        flex-wrap: nowrap;
    }
}

/*900*/

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

    main {
        display: flex;
    }

}

/*1024*/
