body {
    font-family: 'Poppins', sans-serif;
    background: #fbfbfb;
    position: relative;
}


/** HEADER */

header {
    background: #333333;
    position: relative;
    padding: 30px 0 0 0;
}

header p.frase {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    text-align: center;
    display: block;
    position: relative;
    margin-top: 30px;
}

header .btn-search {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #990000;
    border: none;
    padding: 10px 20px;
    width: 110px;
    margin-top: 25px;
    margin-bottom: 15px;
}

header .redes {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 110px;
}

header .link-red {
    background: #fff;
    color: #333333;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

header .navbar {
    justify-content: center;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

header .navbar .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

header .navbar .nav-link:hover {
    color: #ffcc00;
}

section.slider {
    position: relative;
    display: block;
}

section.slider .ofertas {
    color: #fff;
    background: #990000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0;
}

section.slider .ofertas a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    padding: 8px 0;
    display: block;
}

section.categorias {
    display: block;
    position: relative;
}

section.flipbook {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
}

section.categorias .bg-categorias {
    background: url('../images/bg_categorias.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

section.categorias .icono {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 400px 0 70px 0;
}

section.categorias .icono h4 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 26px;
    width: 100%;
    position: absolute;
    bottom: 90px;
}

section.local {
    display: block;
    position: relative;
    padding: 30px 0;
}

section.local iframe {
    width: 100%;
    height: 350px;
}

section.local input {
    border: none;
    background: #e4e4e4;
    color: #333333;
    font-size: 25px;
    border-radius: 0;
}

section.local select {
    border: none;
    background: #e4e4e4;
    color: #333333;
    font-size: 23px;
    border-radius: 0;
    margin-bottom: 1.5rem;
}

section.local textarea {
    border: none;
    background: #e4e4e4;
    color: #333333;
    font-size: 20px;
    border-radius: 0;
}

section.local .btn-form {
    color: #fff;
    font-size: 20px;
    background: #990000;
    border: none;
    padding: 8px 20px;
    float: right;
    margin-top: 30px;
}

section.local .btn-form.full {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

section.local .carro {
    display: block;
    margin: 60px auto 0 auto;
}

.whatsapp {
    position: fixed;
    bottom: 2%;
    right: 8%;
    z-index: 99;
}

.whatsapp img {
    width: 100px;
}

footer {
    background: #333333;
    position: relative;
    display: block;
    padding: 80px 0 0 0;
}

footer .linea {
    background: #ffcc00;
    display: block;
    height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
}

footer .info {
    display: block;
}

footer .info p {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}

footer .info a {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
}

footer p {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
}

.form-check-label {
    position: relative;
    top: 8px;
}
