@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

body {
    background: #f0f0f0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: inherit;
}

.layout {
    max-width: 1550px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.layout2 {
    max-width: 1450px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.layout3 {
    max-width: 1080px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.layout4 {
    max-width: 1200px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.layout5 {
    max-width: 500px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.linea {
    background: url("../images/lineaRepeticion.png") left repeat-x;
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
}

.header {
    color: #707070;
    padding: 20px 0;
    background: rgba(246, 246, 246, 0.959);
    position: absolute;
    width: 100%;
    z-index: 1;
}

.header-contenedor {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contenedor .logo {
    margin: 0;
}

.header-contenedor .logo a {
    display: block;
}

.header-contenedor .logo img {
    width: 100%;
    min-width: 150px;
}

.header-login {
    text-align: center;
}

.header-login .login {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
}

.header-login .carrito {
    background: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    margin: 10px auto 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    color: #3d0916;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-login .carrito img {
    width: 20px;
}

.header-login .carrito span {
    margin-left: 4px;
}

.header .menu {
    padding-top: 10px;
    width: 70%;
}

.header .menu ul {
    display: flex;
    padding: 0;
    justify-content: space-around;
    list-style: none;
    margin: 0;
}

.header .menu a {
    display: block;
    font-weight: 300;
}

.header .menu a:hover {
    font-weight: 600;
}

.form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-50,
.form-25 {
    width: calc(50% - 12px);
}

.menu-responsive {
    display: none;
    width: 100%;
    z-index: 1;
}

.menu-responsive-contenedor {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
}

.menu-responsive-contenedor .logo {
    margin: auto 0;
    padding: 0 10px;
}

.menu-responsive-contenedor .logo a {
    display: block;
}

.menu-responsive-contenedor .logo img {
    width: 100%;
    min-width: 150px;
}

.menu-responsive-login {
    width: 85px;
    text-align: center;
}

.menu-responsive-login span {
    display: none;
}

.menu-responsive-login .login {
    font-size: 14px;
    font-weight: 300;
    color: #808080;
    display: block;
    margin: 5px 0;
}

.menu-responsive-carrito {
    display: flex;
    background: #f4f4f4;
    padding: 15px 10px;
    border-radius: 5px;
    margin: 13px 0;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 14px;
    font-weight: 600;
    color: #3d0916;
}

.menu-responsive-carrito img {
    width: 20px;
    transform: translateY(-2px);
    margin: 0 5px;
}

.menu-responsive .hc-nav-trigger {
    position: unset;
}

.menu-responsive .hc-nav-trigger.hc-nav-1 span,
.menu-responsive .hc-nav-trigger.hc-nav-1 span::before,
.menu-responsive .hc-nav-trigger.hc-nav-1 span::after {
    background: #3d0916;
    margin: -5px 0;
    height: 9px;
    width: 45px;
    left: unset;
}

.menu-responsive .hc-nav-trigger.hc-nav-1.trigger-blanco span,
.menu-responsive .hc-nav-trigger.hc-nav-1.trigger-blanco span::before,
.menu-responsive .hc-nav-trigger.hc-nav-1.trigger-blanco span::after {
    background: #fff !important;
}

.menu-responsive .hc-nav-trigger.toggle-open span::before {
    transform: translate3d(0, 15px, 0);
}

.menu-responsive .hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(15px, 0, 0);
}

.first-nav {
    border-bottom: none !important;
}

.nav-content {
    background: #3d0916;
}

.nav-content ul {
    background: none !important;
}

.nav-container {
    background: #3d0916 !important;
}

.offcanvas-nav ul {
    background: #3d0916;
}

.nav-close-button {
    background: #3d0916 !important;
    border-bottom: 1px solid #b1b1b1 !important;
}

.nav-item-link {
    border-bottom: none !important;
    border-top: none !important;
    font-size: 16px !important;
}

.nav-item-link:hover {
    background: #997023 !important;
}

.nav-item.menu-li {
    background: #3d0916;
}

.nav-wrapper {
    background: #997023 !important;
}

.nav-item-wrapper {
    text-align: center;
}

.footer {
    background: #3d0916;
    color: #fff;
}

.footer-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 140px 20px 50px;
    max-width: 1480px;
}

.footer-container ul {
    list-style: none;
    padding-left: 0;
}

.footer-container li {
    margin: 15px 0;
}

.footer-container a {
    font-size: 14px;
    font-weight: 500;
}

.footer-container a:hover {
    text-decoration: underline;
}

.footer-container h4 {
    font-size: 12px;
    font-weight: 700;
}

.footer-container p {
    font-size: 14px;
}

.footer-container h3 {
    font-size: 16px;
}

.footer-menus {
    display: flex;
    justify-content: space-around;
    width: 50%;
}

.footer-datos {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.footer-datos .imagen img {
    width: 100%;
}

.banner {
    background: url("../images/noticias/banner_noticias.png") center no-repeat;
    background-size: cover;
    color: #fff;
}

.banner-container {
    padding: 200px 20px 100px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.banner-container h1 {
    font-size: 45px;
    margin: 0;
}

.banner-container h2 {
    font-size: 45px;
    font-weight: 300;
    margin: 5px;
}

.banner-container span {
    font-weight: 400;
}

.banner-container .logo {
    position: absolute;
    bottom: -60px;
}

.banner-container .logo img {
    width: 120px;
}

.banner-container .logo.centro {
    left: calc(50% - 60px);
}

.banner-izquierda {
    background: url("../images/noticias/banner_noticias.png") center no-repeat;
    background-size: cover;
    color: #fff;
}

.banner-izquierda.categoria {
    background: url("../images/automotriz.jpg") center no-repeat;
    background-size: cover;
    background-position-y: 24%;
}

.banner-izquierda-container {
    position: relative;
    padding: 200px 20px 40px;
}

.banner-izquierda-titulo {
    max-width: 760px;
    margin: 0 auto;
    margin-left: 280px;
}

.banner-izquierda-titulo h1 {
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.banner-izquierda-titulo h2 {
    font-size: 18px;
}

.banner-izquierda-titulo p {
    font-size: 16px;
    margin: 5px 0;
}

.banner-izquierda .logo {
    position: absolute;
    left: 0;
    bottom: -70px;
    z-index: 1;
}

.banner-izquierda .logo img {
    width: 150px;
}

.productos {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    flex-wrap: wrap;
}

.productos .bloqueProducto {
    width: calc(25% - 20px);
}

.bloqueProducto {
    width: 20%;
    min-width: 320px;
    padding: 25px 7px;
}

.bloqueProducto-imagen {
    width: 100%;
    position: relative;
    color: #fff;
}

.bloqueProducto-imagen img {
    width: 100%;
    height: 300px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.bloqueProducto-imagen span {
    background: rgba(153, 112, 35, 0.784);
    padding: 10px 13px;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 300;
    font-size: 14px;
}

.bloqueProducto-imagen p {
    position: absolute;
    bottom: 5px;
    left: 10px;
    margin: 0;
    font-size: 10px;
    font-weight: 500;
}

.bloqueProducto-content p {
    margin: 0;
    color: #c28f4d;
}

.bloqueProducto-content h3 {
    margin: 0;
    color: #5a544d;
}

.bloqueProducto-content h4 {
    margin: 0;
    color: #ad997b;
    font-size: 8px;
    font-weight: 500;
}

.bloqueProducto-content-top {
    display: flex;
}

.bloqueProducto-content-precio {
    background: #fff;
    width: 55%;
    padding: 15px 0 0 10px;
}

.bloqueProducto-content-precio h3 {
    font-size: 14px;
    font-weight: 700;
}

.bloqueProducto-content-precio p {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 500;
}

.bloqueProducto-content-boton {
    background: #fff;
    width: 45%;
    padding: 16px 10px;
    border-left: 1px solid #f0f0f0;
}

.bloqueProducto-content-boton a {
    background: #3d0916;
    padding: 15px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.bloqueProducto-content-bot {
    display: flex;
    border-top: 1px solid #f0f0f0;
}

.bloqueProducto-content-bot p {
    font-size: 12px;
    font-weight: 500;
}

.bloqueProducto-content-tipo {
    background: #fff;
    width: 55%;
    padding: 5px 5px;
}

.bloqueProducto-content-origen {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    background: #fff;
    width: 22.5%;
    padding: 5px 10px;
}

.bloqueProducto-content-espesor {
    background: #fff;
    width: 22.5%;
    padding: 5px 10px;
}

.noticias {
    color: #3d0916;
    padding-top: 40px;
}

.noticias-titulo {
    text-align: center;
    padding: 50px 0 30px 0;
}

.noticias-titulo h2 {
    font-size: 40px;
    margin: 0;
}

.noticias-titulo p {
    font-size: 20px;
    margin: 0;
}

.noticias-bloques {
    display: flex;
    flex-wrap: wrap;
}

.noticias-logo {
    text-align: center;
    transform: translateY(-288px);
}

.noticias-logo img {
    width: 130px;
}

.bloqueNoticia {
    width: 48%;
    margin: 25px 10px;
}

.bloqueNoticia img {
    max-width: 100%;
    display: block;
}

.bloqueNoticia-texto {
    max-width: 410px;
    padding: 40px 0;
    margin: 0 auto;
    color: #3d0916;
}

.bloqueNoticia-texto h3 {
    font-size: 25px;
    margin: 0;
}

.bloqueNoticia-texto p {
    font-size: 14px;
    padding-bottom: 20px;
}

.bloqueNoticia-texto a {
    background: #3d0916;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
}

.bloqueNoticia-texto a:hover {
    background: none;
    color: #3d0916;
    border: 1px solid #3d0916;
}

@media screen and (max-width: 1400px) {
    .bloqueProducto-content-bot p {
        font-size: 10px;
    }
}

@media screen and (max-width: 1310px) {
    .menu-responsive {
        display: block;
    }
    .header {
        display: none;
    }
}

@media screen and (max-width: 1120px) {
    .banner-izquierda-container {
        padding-bottom: 100px;
        padding-top: 50px;
    }
    .banner-izquierda-titulo {
        margin-left: unset;
        text-align: center;
        max-width: unset;
    }
    .banner-izquierda-titulo p {
        margin: 0 auto;
    }
    .banner-izquierda .logo {
        left: calc(50% - 75px);
        margin-top: 10px;
    }
}

@media screen and (max-width: 1054px) {
    .noticias-bloques {
        justify-content: center;
    }
    .noticias-logo {
        display: none;
    }
    .bloqueNoticia {
        width: 100%;
    }
    .bloqueNoticia img {
        margin: 0 auto;
    }
    .bloqueNoticia-texto {
        max-width: 800px;
        padding: 50px 20px;
    }
    .footer-container {
        display: block;
        padding: 72px 20px 50px;
    }
    .footer-menus {
        width: 100%;
    }
    .footer-menus nav {
        margin: 20px 0;
    }
    .footer-menus li {
        margin: 0 15px;
    }
    .footer-datos {
        width: 100%;
        justify-content: space-around;
        padding: 20px 0;
    }
}

@media screen and (max-width: 690px) {
    .footer-container {
        text-align: center;
    }
    .footer-menus {
        display: block;
        width: 100%;
    }
    .footer-menus nav {
        padding: 20px 0;
        margin: 0;
    }
    .footer-menus li {
        margin: 0;
    }
    .footer-datos {
        display: block;
    }
    .footer-datos figure {
        max-width: 350px;
        margin: 0 auto;
        padding: 30px 0;
    }
    .footer-direccion {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .menu-responsive-contenedor {
        padding: 20px 10px;
    }
    .menu-responsive-contenedor .logo {
        width: 60%;
    }
    .menu-responsive-contenedor .logo a {
        margin: 0 auto;
    }
    .menu-responsive-login {
        width: 20%;
    }
    .menu-responsive-login .login {
        font-size: 13px;
    }
    .menu-responsive .logo a {
        max-width: 150px;
    }
    .menu-responsive-carrito {
        margin: 5px auto;
        padding: 5px 0;
    }
    .menu-responsive-carrito img {
        width: 15px;
    }
    .hc-nav-trigger {
        width: 20% !important;
    }
    .hc-nav-trigger.hc-nav-1 span,
    .hc-nav-trigger.hc-nav-1 span::before,
    .hc-nav-trigger.hc-nav-1 span::after {
        margin: 0 !important;
        height: 6px !important;
        width: 35px !important;
    }
}

@media screen and (max-width: 1115px) {
    .detalle-noticias-imagenes {
        flex-wrap: wrap;
    }
    .detalle-noticias-imagenes-contenedor {
        width: 100%;
    }
    .detalle-noticias-imagenes-contenedor img {
        margin: 0 auto;
    }
    .detalle-noticias-logo {
        display: none;
    }
}

.Pedidos {
    background: #f0f0f0;
}

.Pedidos .layout {
    max-width: 1448px;
    transform: translateY(-280px);
}

.Pedidos .layout h1 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.Pedidos-banner {
    background: url("../images/banner_carrito.png") no-repeat center;
    background-size: cover;
    height: 50vh;
}

.Pedidos-container {
    background: #fff;
    border-radius: 8px;
    padding: 30px 150px 260px;
}

.Pedidos-container .datos-cuenta {
    border-bottom: 1px solid;
    padding-bottom: 80px;
}

.Pedidos-container .datos-cuenta h3,
.Pedidos-container .datos-cuenta p {
    text-align: center;
    font-size: 19px;
    color: #3d0916;
    margin: 2px;
}

.Pedidos-container .datos-cuenta p {
    font-weight: 300;
}

.Pedidos-container .datos-registrate {
    padding-top: 40px;
}

.Pedidos-container .datos-registrate h3 {
    text-align: center;
    font-size: 19px;
    color: #3d0916;
}

.Pedidos-container-formulario {
    padding-top: 15px;
}

.Pedidos-container-formulario .formulario-centro {
    padding-top: 15px;
    max-width: 650px;
    margin: 0 auto;
}

.Pedidos-container-formulario .input {
    margin-bottom: 25px;
}

.Pedidos-container-formulario .input label {
    margin-left: 10px;
    font-weight: 400;
    color: #3d0916;
}

.Pedidos-container-formulario .input input,
.Pedidos-container-formulario .input select {
    width: 100%;
    padding: 12px 10px;
    margin-top: 8px;
    border-radius: 6px;
    border: 1px solid #b1b1b1;
}

.Pedidos-container-formulario .condiciones {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 10px;
}

.Pedidos-container-formulario .condiciones input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 1px solid #b1b1b1;
}

.Pedidos-container-formulario .condiciones span {
    font-size: 13px;
    color: #b1b1b1;
}

.Pedidos-container-formulario .botonForm {
    padding-top: 20px;
    text-align: center;
}

.Pedidos-container-formulario .botonForm button {
    background: #997023;
    color: #fff;
    padding: 12px 80px;
    border: none;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 15px;
}

.Pedidos-container-formulario .botonForm a {
    color: #3d0916;
    font-size: 12px;
}

@media screen and (max-width: 1000px) {
    .Pedidos-container {
        padding: 30px 35px 260px;
    }
}

@media screen and (max-width: 650px) {
    .form {
        flex-wrap: wrap;
    }
    .form-50 {
        width: 100%;
    }
}
