@charset "utf-8";
/*hoja de estilos mobile first*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');
/*light300,regular400,bold700*/

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

body {
    margin: 0;
    background-color: #eaf9f4;
    color: #12466d;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    height: 100vh;
}

header {
    background-color: #3493a9;
    padding: 0.5em 1em 0.5em 1em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

header section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

#menuhamburguesa {
    width: 1.5em;
    height: 1.5em;
}

#logoacumar {
    width: 8em;
    height: auto;
}

#campanita {
    width: 2em;
    height: 2em;
}

.menu img {
    display: none
}

.menu ul {
    display: none;
}
/*Menú hamburguesa (mobile first) a resolver con scripts*/

main {
    padding: 3em 0em;
}

h1 {
    font-weight: 100%;
    text-align: center;
    font-size: 1.5em
}

h1 em {
    font-style: normal;
    font-size: 1.5em;
}

#portada {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://1.bp.blogspot.com/-abvMcpG8jyo/XwTgZ-6lOSI/AAAAAAAAC0A/b8KBk6ikw-gxVeX703bSH5KsyoWiDon3QCNcBGAsYHQ/s1600/5_8_de_julio_dia_de_la_cuenca_matanza_riachuelo%2B2.jpg");
    background-repeat: no-repeat;
    padding: 4em;
    display: block;
    background-size: cover;
}

#textosobreportada {
    font-weight: light;
    font-size: 1em;
    text-align: center;
    color: white;
}

h2 {
    font-weight: 50%;
    font-size: 3em
}


article {
    height: auto;
    margin: 0;
    padding: 0em 2em 2em 2em;
    text-align: left;
    font-size: 0.5em;
}

article p {
    text-align: justify;
    font-size: 100%;
    font-size: 2em
}

#libros {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#portadalibro {
    width: 11em;
    height: auto;
}

h3 {
    font-size: 2em
}

#introbibliotecas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3em 2em 0.5em 2em;
}

#mapadecorativo {
    width: 20em;
    height: auto;
}

footer {
    bottom: 0;
}

footer section {
    background-color: #3493a9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0em 1em 0em;
    text-align: center;
}

footer section a {
    color: white;
    font-style: normal;
    font-size: 100%;
    text-decoration: none
}

#logotw {
    width: 1.5em;
    height: auto;
}

#logoyt {
    width: 1.5em;
    height: auto;
    padding: 0em 2em
}

#logoig {
    width: 1.5em;
    height: auto;
}

hr {
    height: 1px;
    background-color: white;
}

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

    header img {
        display: none
    }

    .menu img {
        display: block;
        width: 6em;
        height: auto
    }

    .menu {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .menu ul {
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: flex-end;
        align-items: center
    }
    
    .menu li {
        flex-grow: 3em;
    }
    
    .menu li:hover {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 0.2em
    }
    
    .menu li a {
        display: block;
        color: white;
        text-decoration: none;
        padding: 0.5em 1em 0.5em 1em;
        font-size: 0.8em
    }

    main {
        padding: 3em 0em;
    }

    #portada {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://1.bp.blogspot.com/-abvMcpG8jyo/XwTgZ-6lOSI/AAAAAAAAC0A/b8KBk6ikw-gxVeX703bSH5KsyoWiDon3QCNcBGAsYHQ/s1600/5_8_de_julio_dia_de_la_cuenca_matanza_riachuelo%2B2.jpg");
        background-repeat: no-repeat;
        padding: 10em;
        display: block;
        background-size: cover;
    }

    #textosobreportada {
        font-weight: light;
        font-size: 3em;
        text-align: center;
        color: white;
    }

    main {
        padding: 3em 0em;
    }

    h1 {
        display: none
    }
    
    h1 em {
        display: none
    }
    
    
    h2 {
        font-weight: 100%;
        font-style: normal;
        font-size: 5em;
        text-align: left;
    }

    article {
        height: auto;
        margin: 0;
        padding: 0em 6em 4em 6em;
        text-align: left;
        font-size: 0.5em;
    }
    
    article p {
        text-align: justify;
        font-size: 100%;
        font-size: 3em
    }

    #libros {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    #portadalibro {
        width: 40em;
        height: auto;
    }

    h3 {
        font-size: 5em
    }
    
    #introbibliotecas {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 8em 0.3em 1em 0em;
    }
    
    #mapadecorativo {
        width: 50em;
        height: auto;
    }
    
    footer {
        bottom: 0;
    }
    
    footer section {
        background-color: #3493a9;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1em 0em 1em 0em;
        text-align: center;
    }
    
    footer section a {
        color: white;
        font-style: normal;
        font-size: 100%;
        text-decoration: none
    }
    
    #logotw {
        width: 1.5em;
        height: auto;
    }
    
    #logoyt {
        width: 1.5em;
        height: auto;
        padding: 0em 2em
    }
    
    #logoig {
        width: 1.5em;
        height: auto;
    }
    
    hr {
        height: 1px;
        background-color: white;
    }
    
    input {
        align-content: center;
        text-align: center;
        font-family: 'Raleway', sans-serif;
    }
    
    input[type=text] {
        width: 80%;
        padding: 10px 15px;
        margin: 10px;
        border: none;
        border-bottom: 2px solid black;
        background-color: #eaf9f4
    }
    
    input[type=file] {
        width: 20%;
        margin: 10px;
        border: none;
    }
    
    select {
        width: 20%;
        padding: 10px 15px;
        margin: 10px;
        border: none;
        text-align: center;
        border-radius: 0.2em;
        font: 'Raleway';
        background-color: #3493a9;
        color: #ffffff;
    }
    
    input[type=submit] {
        width: 20%;
        padding: 10px 15px;
        margin: 10px;
        border: none;
        border-radius: 0.2em;
        background-color: #3493a9;
        border-radius: 0.2em;
        border: none;
        color: #ffffff;
    }
    
     input[type=reset] {
        width: 20%;
        padding: 10px 15px;
        margin: 10px;
        border: none;
        border-radius: 0.2em;
        background-color: #3493a9;
        border-radius: 0.2em;
        border: none;
        color: #ffffff;
    }
    
        
    input[type=submit]:hover {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 0.2em;
        border: none;
        color: #ffffff;
    }
    
    input[type=reset]:hover {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 0.2em;
        border: none;
        color: #ffffff;
    }
    
    #biografia {
        font: 'Raleway';
        font-size: 1em;
        align-items: center;
        justify-content: center;
        align-content: center;
        text-align: center;
    }
    
    #fotousuario {
        margin-top: 40px;
    }
    
    #mislibros {
        align-content: center;
        align-items: center;
        display: flex;
    }
    
    #iradonarlibro {
        width: 20%;
        padding: 10px 15px;
        border: none;
        border-radius: 0.2em;
        background-color: #3493a9;
        border-radius: 0.2em;
        border: none;
        color: #ffffff;
        align-content: center;
        align-items: center;
        text-align: center;
        font-size: 12px;
        justify-content: center;
        margin: auto;
    }
    
    #iradonarlibro:hover {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 0.2em;
        border: none;
        color: #ffffff;
        align-content: center;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin: auto;
    }
}