body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ebeef1;
    background-image: url(bg-image.jpg);
    background-position: center center;
    background-size: cover;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

p {
    font-weight: 300;
}

h1 {
    font-size: 1.4em;
    font-weight: 700;
    color: #000;
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.container {
    max-width: 500px;
}

.botonera {
    display: flex;
    
    flex-direction: column;
}

.ul-social ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
}
.ul-social ul li {
    margin: 1em;
}

.ul-social ul li a i {
    font-size: 1.4em;
}


/*----------------- Mail-------------------- */
#email {
    text-decoration: none;
    float: right;
    color: #000
}

.footer {
    margin-top: 5% !important;
    margin-bottom: 10px;
}

@media (max-width: 479px) {
    .footer {
        margin-top: 15% !important;
    }
}