@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
        url('../fonts/gotham-medium-webfont.woff') format('woff');

}

body {
    font-family: 'gothammedium', sans-serif;
}

header {
    background-image: url('../imgs/fondo-header-80.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

header h2 {
    font-family: 'gothammedium', sans-serif;
    color: #f1ff3c;
    text-align: center;
    padding: 10px 20px 20px 20px;
    font-size: 1.7rem;
    text-transform: uppercase;
}

#qsomos {
    background-image: url('../imgs/fondo-qsomos-80.jpg');
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
    padding: 28rem 0 2rem 0;
}

#qsomos p {
    color: #fff;
    font-size: 1.2rem;
    padding: 0 2rem 0 2rem;
}

#lineup,
#lineup2 {
    background-color: #000;
    padding: 2rem 0 2rem 0;
}

#lineup h2,
#lineup2 h2 {
    color: #ffffff;
    font-size: 3rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.socialicons i {
    font-size: 1.1em;
}

.socialicons .icono1 i {
    color: #80dc50;
    transition: all 0.8s ease;
}

.socialicons .icono2 i {
    color: #c816ed;
    transition: all 0.8s ease;
}

.socialicons .icono3 i {
    color: #ff0303;
    transition: all 0.8s ease;
}

.socialicons .icono1 i:hover,
.socialicons .icono2 i:hover,
.socialicons .icono3 i:hover {
    color: #fff;
    transition: all 0.8s ease;
}

#foodtrucks {
    background-image: url('../imgs/fondofoodtruck-80.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2rem 0 2rem 0;
}

#habranfoodtrucks {
    padding-top: 3rem;
}

@media screen and (max-width: 440px) {

    #colocho,
    #h25, header h2 span {
        display: none;
    }

    header h2 {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 820px) {

 

    header h2 {
        font-size: 1.8rem;
    }
}