@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

#home {
    position: relative;
    width: 100%;
    min-height: 75vh;
    overflow: hidden;
}

header {
    position: relative;
    z-index: 999;
}

a,
a:hover {
    text-decoration: none !important;
}

.homebg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.homebgimg{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.precios {
    position: relative;
    text-align: center;
    transform: translateY(15vh);
    z-index: 999;
}

#marcas {
    font-family: 'Playfair Display',serif;
}

.marcas img{
    padding: 25px;
}

.redes{
    z-index: 99;
}

.redes li a {
    font-size: 1.5rem;
    color: #000;
}

.redes li:hover a {
    text-decoration: none;
    color: #fff;
}

.big {
    font-size: 2.5rem;
}