/*
     
    @Título: Proxecto Paisaxe e sustentabilidade 
    
    @Autor: Alex Casal Fernández

    @Data modificación: 08/02/2025

    @Versión 2.0 


*/

@font-face {
    font-family: "Montserrat";
    src: url("fontes/Montserrat-VariableFont_wght.ttf");
}

body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

#container-inicio {
   /* background: url('../img/fondo-inicio2.jpg') no-repeat center center/cover; */
    color: black;
    margin: 0;
    height: 700px;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    text-align: center;
    font-size: 2vw;
    display: grid;
    align-items: center;
}

#container-inicio h1 {
    font-size: 3vw;
    margin-top: 50px;
}

#container-inicio button {
    background-color: #4CA452;
    color: white;
    font-size: 2vw;
    width: 350px;
    height: 150px;
}
#container-inicio button:hover {
    color: #aeb984;
}