@charset "utf-8";
/* CSS Document */

html,
body{

    margin:0;
    padding:0;

    width:100%;
    height:100%;

}

.hero{

    position:fixed;

    inset:0;

    background-image:url("../../images/portada/portada.png");

    background-position:center center;

    background-repeat:no-repeat;

    background-size:cover;

}

.button-link{

    position:absolute;

    left:50%;
    bottom:2.5%;

    transform:translateX(-50%);

    width:600px;

    height:75px;

    z-index:100;

    /* SOLO PARA AJUSTAR */
   /* border:2px solid red; */

}

.visually-hidden{

position:absolute;

left:-9999px;

width:1px;

height:1px;

overflow:hidden;

}