@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-top: 10px;
  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: calc(100% - 390px);
}

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

.header .menu li {
  margin-left: 60px;
}

.header .menu li:first-child {
  margin-left: 0;
}

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

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

.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 .login {
  font-size: 14px;
  font-weight: 300;
  color: #808080;
}

.menu-responsive-carrito {
  display: flex;
  background: rgba(237, 237, 237, 0.899);
  padding: 15px 0;
  border-radius: 5px;
  margin: 13px 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  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;
}

.contacto-textos-informacion-redes {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contacto-textos-informacion-redes a {
  margin: auto auto 30px;
  width: 30%;
  min-width: 250px;
}

.item-canal {
  margin: auto;
}

.item-canal img {
  width: 45px;
}

.c-resaltado {
  color: #3d0916;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
}

.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/contacto/banner_contacto.webp") 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;
}

.pasos-datos-compras {
  display: flex;
  flex-wrap: wrap;
}

.pasos-datos-compras-info {
  display: flex;
  justify-content: space-between;
  width: 64%;
}

.pasos-datos-compras-info-pedido {
  color: #3d0916;
  background: #f2f2f2;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  margin-left: 25px;
}

.pasos-datos-compras-info-pedido img {
  padding-right: 15px;
}

.pasos-datos-compras-info-seguras {
  margin: 0 25px;
}

.pasos-datos-compras-precio {
  width: 36%;
  padding: 10px 25px 0 25px;
}

.pasos-datos-compras-precio table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #b1b1b1;
}

.pasos-datos-compras-precio tr {
  border-top: 1px solid #b1b1b1;
}

.pasos-datos-compras-precio td {
  padding: 10px;
  width: 50%;
}

.pasos-datos-compras-precio .interes {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  border-right: 1px dashed #b1b1b1;
  padding-right: 30px;
}

.pasos-datos-compras-precio .precio {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.pasos-datos-compras-precio a {
  text-align: center;
  background: #3d0916;
  color: #fff;
  padding: 20px 47px;
  display: inline-block;
  margin-top: 15px;
  font-weight: 700;
}

.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-login {
    width: 50px;
  }
  .menu-responsive .logo a {
    max-width: 150px;
  }
  .menu-responsive-carrito {
    margin: 5px 0;
    padding: 5px 0;
  }
  .menu-responsive-carrito img {
    width: 15px;
  }
  .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;
  }
}

.contacto-textos {
  padding: 50px 0 95px 0;
  text-align: center;
  color: #3d0916;
  font-weight: 300;
}

.contacto-textos-informacion {
  max-width: 820px;
  margin: 0 auto;
}

.contacto-textos-informacion h2 {
  font-size: 40px;
  margin: 17px;
}

.contacto-textos-informacion span {
  font-weight: 300;
  font-size: 40px;
}

.contacto-textos-informacion p {
  color: #707070;
  font-size: 20px;
  line-height: 25px;
}

.contacto-textos-informacion #asesorias {
  font-size: 18px;
  padding: 15px 0;
}

.contacto-textos-informacion #asesorias strong {
  font-size: 20px;
}

.contacto-textos-informacion #asesorias span {
  color: #3d0916;
  font-weight: 700;
  font-size: 18px;
}

.contacto .layout {
  max-width: 920px;
}

.contacto-formularios {
  background: #fff;
  color: #3d0916;
  padding: 40px 50px 80px 50px;
  transform: translateY(-80px);
}

.contacto-banner-superior {
  max-width: 920px;
  width: 100%;
  background: url(../images/contacto/trabajar-con-piel.webp) center no-repeat;
  background-size: cover;
  height: 170px;
  transform: translateY(-80px);
}

.contacto-formularios label {
  font-weight: 400;
  font-size: 16px;
  margin: 0 8px;
}

.contacto-formularios input {
  width: 100%;
  padding: 10px 0;
  margin: 6px 0 12px 0;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
}

.contacto-formularios textarea {
  width: 100%;
  height: 200px;
  margin: 10px 0 5px 0;
  resize: none;
  border-radius: 4px;
}

.contacto-formularios-formulario {
  display: flex;
  flex-wrap: wrap;
}

.contacto-formularios-formulario-nombre {
  width: 50%;
  padding-right: 20px;
}

.contacto-formularios-formulario-correo {
  width: 50%;
  padding-left: 20px;
}

.contacto-formularios-boton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contacto-formularios-boton button {
  font-weight: 700;
  font-size: 23px;
  padding: 24px 50px;
  background: #3d0916;
  color: #fff;
  border-radius: 10px;
  border: none;
}

.contacto-formularios-boton p {
  font-size: 14px;
}

.contacto-ubicacion {
  text-align: center;
  padding: 0 0 60px 0;
  color: #707070;
}

.contacto-ubicacion p {
  font-size: 20px;
  margin: 0;
  line-height: 40px;
}

.contacto-ubicacion p span {
  color: #3d0916;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .contacto-banner-titulo h1 {
    font-size: 25px;
  }
  .contacto-textos h2,
  .contacto-textos span {
    font-size: 25px;
  }
  .contacto-textos p,
  .contacto-textos #asesorias {
    font-size: 14px;
  }
  .contacto-formularios-formulario-nombre,
  .contacto-formularios-formulario-correo {
    width: 100%;
    padding: 0;
  }
  .contacto-ubicacion p {
    font-size: 16px;
  }
}

