.botonInicio {
    position: fixed;
    float: right;
    right: 5px;
    bottom: 5px;
    background-color: red;
    z-index: 10000;
    border: #7b0c32 1px;
    border-radius: 10px;

}

.contenedor {
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

#contacto-flotante {
    cursor: pointer;
    position: fixed;
    width: 196px;
    height: 300px;
    float: left;
    bottom: -225px;
    left: 0;
    z-index: 10000;
    transition: bottom 1s;
}

#contacto-flotante:hover {
    bottom: -40px;
}

.subir {
    margin-top: -20px;
}

.mod {
    background-color: rgba(0,0,0,.8);
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
