.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.caja {
    max-width: 756px;
}

.espacio {
    padding-top: 30px;
    padding-bottom: 30px;    
}

nav, .arriba {
    min-height: 90px;
    width: 100%;
    margin: 0;
}

img.zum:hover {
    filter: contrast(150%);
}

.noti {
    padding: 10px; 
    background-color: white; 
    border: 1px #DDDDDD solid;
}

.borde {
    border-radius: 3px;
    background: #FFFFFF;
    text-align: left;
}

.borde:hover {
    box-shadow:  2px 2px 10px rgba(00, 00, 00, .05),
                -2px -2px 10px rgba(00, 00, 00, .05);
}

.wup {
    position:fixed;
    bottom: 7px;
    right: 20px;
}

.movimiento {
    width: 100%;
    margin: 0;
}