html,body{

    width:100%;
    height: 100%;
    background-color:white;
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Lato"

}
.foto--ciudad{
    background-image: url('../img/buildings.png');
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 773px  265px;
    background-position: center;
    height: 265px;
    padding-top:10%;
}
.nombre--empresa{
    text-align: center;
    font-size: 4em;
    color:rgba(0, 166, 255, 1);
    text-shadow:3px 0px 3px rgba(0,0,0,0.3)

}
.notificacion{
    color:grey;
    text-align: center;
    font-weight: bold;
}
.notificacion--error{
    color:brown;
    text-align: center;
    font-weight: bold;
}

.wrap--botones{
	text-align: center;
}

@media screen  and (max-width:1024px) {
.foto--ciudad{
    background-size: 320px  auto;
    height: 150px;
}

.nombre--empresa{
    font-size: 3em;

}


}