@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{    
    background-image: url("../img/Links/culturas-valores_1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
}

.logo-oscuro, h2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.logo-oscuro img, h2{
    width: 15em;
    position: relative;
    top: 8em;
}

.boton-redes{
    display: flex;
    flex-direction: column;  
    justify-content: center;
    align-items: center;
}

.ingresar{   
    position: relative;
    top: 12em;
    margin: 3em ;
    text-align: center;
    text-decoration: none;
    width: 30vw;
    height: 3em;
    color: white;
    background-color: #9ED17D;
    border: none;
    box-shadow: 5px 3px 15px #888888;
    font-size: 1em;
    padding-top: .7em;
}

.ingresar:hover{   
    position: relative;
    top: 12em;
    margin: 3em ;
    text-align: center;
    text-decoration: none;
    width: 30vw;
    height: 3em;
    color: white;
    background-color: #4d663d;
    border: none;
    box-shadow: 5px 3px 15px #888888;
    font-size: 1em;
    padding-top: .7em;
}

