#main {
    background: none;
}

.logo {
    position: absolute;
    left: 1rem;
    top: 1.5rem;
}

.logo img {
    height: 90px;
}
/*
@media screen and (min-width: 769px) {
    #banner {
        background-size: 25em, 25em, auto, cover;
    }
}

@media screen and (max-width: 768px) {
    #banner {
        background-size: 25em, 25em, auto, contain;
    }
}
*/
.menu-darker {
    padding: 0!important;
    padding-right: 1.5rem!important;
}

.menu-darker a {
    color: #7c8081!important;
}

.card-caracteristicas {
    flex: 1;
    padding: 16px;
}

.texto-caracteristicas {
    display: inline-block;
}

.contact-form input, textarea {
    border: 1px solid #ccc;
}

.contact-form label {
    float: left;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
}

.centered {
    margin: 0 auto;
}

#seccion-rrss {
    margin-top: 1.5rem;
}

.rrss a {
    border: none;
}

.rrss-icon {
    width: 50px;
}

.address {
    text-align: left;
    list-style: none;
}

#seccion-mapa iframe {
    width: 100%;
    height: 500px;
}

.address i.fa {
    font-size: 1.5em;
}

a {
    border: none;
}

.slide {
    width: 100%;
}

.hidden {
    display:none;
}

ul.dropdown {
    left: -50%!important;
}

.product-container p {
    margin: 0!important;
}


header.special i {
    line-height: inherit;
}

header.special i::before {
    font-size: 3.5em;
    opacity: 0.5;
}

#seccion1 p {
    line-height: normal;
}

h1.top-header {
    margin: 0;
    padding: 0;
    color: #f3f6fa;
}
