.home {
    height: 100vh;
    width: 100vw;
}
.header {
    width: 100vw;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #ffffff;
}
.svg {
    fill: #ffffff;
}
div.row {
    margin: 0!important;
}
.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.particles-js-canvas-el {
    position: absolute;
}
#reveal1, #reveal2, #reveal3, #reveal4 {
    opacity: 0;
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
             -o-transition: all 1s ease-in-out;
                    transition: all 1s ease-in-out;
}
#reveal1.visible, #reveal2.visible, #reveal3.visible, #reveal4.visible  {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}
.smartlink {
    background-image: url("../images/smartlink_back.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    margin: 0!important;
}
.parallaxParent {
    height: 100vh;
    overflow: hidden;
}
.parallaxParent > * {
    height: 200%;
    position: relative;
    top: -100%;
}
img.pulpo {
    position: relative;
    top: 5px;
    max-height: 20px;
}