@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #EEE url(/img/bg.jpg) fixed center no-repeat;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}

header {
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}


#social {
    background: #660100;
    color: #FFF;
    padding: .25em 1em;
    text-align: center;
}

    #social a {
        color: #FFF;
        margin: 0 .5em;
        text-decoration: none;
    }

        #social a:hover {
            color: #FFF;
            opacity: .8;
        }

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    header nav ul li {
        display: inline-block;
    }

        header nav ul li a {
            color: #660100;
            display: block;
            margin: 0 1em;
            padding: 1em;
            text-align: left;
            text-decoration: none;
        }

            header nav ul li a:hover {
                color: #660100;
                opacity: .8;
                text-decoration: none;
            }

            header nav ul li a.active {
                background: rgba(255,255,255,.1);
            }

main {
    padding-top: 88px;
}

#logo {
    background: url(/img/logo.png);
    height: 260px;
    margin: 20vh auto;
    opacity: .8;
    width: 242px;
}

section {
    background: #FFF;
    padding-top: 88px;
}

h2 {
    color: #660100;
    text-align: center;
}

.wrapper {
    margin: 0 auto;
    max-width: 1028px;
    padding: 1em;
}

#productos .col-4 {
    padding: .5em;
}

#quienes img,
#productos img {
    box-shadow: 0 1px 5px rgba(0,0,0,.5);
    width: 100%;
}

#contacto {
    text-align: center;
}

    #contacto a {
        color: #333;
        display: inline-block;
        margin: 0 .5em;
        text-decoration: none;
    }

        #contacto a:hover {
            color: #333;
            opacity: .8;
        }

#contacto iframe {
    border-radius: 0.3em;
    box-shadow: 0 1px 5px rgba(0,0,0,.5);
    height: 360px;
    width: 100%;
}

footer {
    background: #003300;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    color: #FFF;
    padding: .25em 1em;
    text-align: center;
}

@media only screen and (max-width: 900px) {
    #social a span,
    #contacto a span {
        display: none;
    }

    header nav ul li a {
        margin: 0;
        padding: 1em .5em;
    }
}
