@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.6em 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;
}

.contenedor-pfs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #fff;
}

.pantalla-fuera-servicio {
    background-color: #fff;
    text-align: center;
    width: 40%;
    padding: 20px;
}

.pantalla-fuera-servicio .imagen img {
    width: 80px;
}

.pantalla-fuera-servicio .boton {
    background-color: #3d0916;
    min-width: 60%;
    color: #ffff;
    padding: 10px 0;
    margin: 20px auto;
}

.pantalla-fuera-servicio .textos-pfs {
    font-size: 30px;
    color: #373737;
    padding-top: 20px;
}

.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;
}

.Home-banner.movil {
    display: none;
}

.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%;
}

#mc_embed_signup form {
    margin: 0 60px !important;
}

#mc_embed_signup .button {
    border: 0 none !important;
    border-radius: 0 !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin: 10px 5px !important;
    padding: 5px 25px !important;
}

.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 p i {
    color: #03a84e;
    font-size: 17px;
    margin-left: 3px;
}

.bloqueProducto-content-precio .tachar-texto {
    font-weight: 400 !important;
    text-decoration: line-through;
    font-size: 14px;
}

.bloqueProducto-content-precio .precio-descuento {
    color: #3d0916;
    width: 100%;
}

.bloqueProducto-content-precio .descuento {
    color: #03a84e;
    font-size: 14px;
    margin-left: 5px;
}

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

.bloqueProducto-content-precio p {
    color: #5f5f5f;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

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

.bloqueProducto-content-boton div {
    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;
}

.ventana-emergente .cuerpo {
    padding: 0;
}

.ventana-emergente .contenido-popup {
    width: 80% !important;
}

.ventana-emergente .cuerpo .titulo {
    font-size: 40px;
    margin: auto 10%;
}

.ventana-emergente .cuerpo .formulario {
    padding: 4% 10% !important;
}

.ventana-emergente .cuerpo .formulario .contenido {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.ventana-emergente .cuerpo .formulario .contenido .campos {
    width: 100%;
}

.ventana-emergente .cuerpo .formulario .contenido .campos input {
    width: 100%;
    padding: 10px;
    margin: 6px 0 12px 0;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
}

.ventana-emergente .cuerpo .formulario .contenido .disclaimer {
    width: 80%;
    margin: auto;
    font-size: 14px;
}

.ventana-emergente .cuerpo .formulario .disclaimer {}

.ventana-emergente .cuerpo .formulario .titulo {}

.ventana-emergente .cuerpo .formulario .item {}

.ventana-emergente .cuerpo .contenido .campos .item {
    width: 100%;
    padding: 10px 0;
}

.ventana-emergente .cuerpo .contenido {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ventana-emergente .cuerpo .contenido .item {
    width: 50%;
}

.ventana-emergente .cuerpo .contenido .item.derecha {
    padding: 5% 0;
}

.ventana-emergente .cuerpo .contenido .item.derecha .texto {
    padding: 1% 10%;
}

.ventana-emergente .cuerpo .contenido .item.derecha .texto-cta {
    padding: 1% 10%;
    font-size: 20px;
}

.ventana-emergente .boton button,
.ventana-emergente .boton a {
    background: #3d0916;
    color: #fff;
    padding: 2% 7%;
    cursor: pointer;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
}

.ventana-emergente .cuerpo .contenido .item.derecha>div {
    padding: 1% 10%;
}

.ventana-emergente .cuerpo .contenido .item .imagen {
    width: 100%;
    height: 100%;
}

.ventana-emergente .cuerpo .contenido .imagen img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.ventana-emergente .cuerpo .cerrar {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    cursor: pointer;
    filter: drop-shadow(0px 0px 1px #fff);
}

.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: 750px) {
    .ventana-emergente .cuerpo .formulario .contenido .campos {
        width: 100%;
    }
    .ventana-emergente .cuerpo .contenido {
        flex-direction: column;
    }
    .ventana-emergente .cuerpo .contenido .item {
        width: 100%;
    }
    .ventana-emergente .cuerpo .contenido .item.derecha {
        padding-top: 10px;
    }
}

@media screen and (max-width: 690px) {
    .pantalla-fuera-servicio {
        width: 70%;
    }
    .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;
    }
    .Home-certificaciones-listado-item {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .Home-banner.movil {
        display: block;
    }
    .Home-banner {
        display: none;
    }
    .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;
    }
}

.Home {
    overflow: hidden;
}

.Home-banner-container {
    height: auto !important;
}

.Home-banner-container.slide1 h1 {
    max-width: 800px;
}

.Home-banner-container.slide2 h1 {
    max-width: 700px;
}

.slick-slide img {
    height: auto;
    width: 100%;
}

.Home-banner-container.slide3 h1 {
    max-width: 550px;
}

.Home-banner-content {
    color: #fff;
    position: absolute;
    top: calc(40% + 7vw);
    transform: translateY(-50%);
    margin: auto 3.5vw;
}

.Home-banner-content h1 {
    font-size: calc(12px + 2vw);
    font-weight: 300;
}

.Home-banner-content a {
    background: #3d0916;
    font-size: 1.5vw;
    font-weight: 300;
    padding: 1vw 8vw;
    letter-spacing: 0.5px;
    border: white 0.5px solid;
}

.Home-seguras {
    position: relative;
}

.Home-seguras-logo {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}

.Home-seguras-logo img {
    width: 120px;
}

.Home-seguras-logo p {
    color: #b7b2a5;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto;
    max-width: 500px;
    transform: translateY(-40px);
}

.Home-categorias {
    text-align: center;
    color: #545151;
}

.Home-categorias h2 {
    font-size: 25px;
    font-weight: 300;
}

.Home-categorias strong {
    font-weight: 700;
}

.Home-categorias-container {
    padding-top: 35px;
}

.Home-categorias-bloques {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.Home-categorias-bloques-bloque {
    width: calc(25% - 20px);
    color: #fff;
    padding: 40px 0;
    text-align: center;
    margin: 10px;
    /* filter: grayscale(100%); */
    cursor: pointer;
    display: block;
}

.Home-categorias-bloques-bloque img {
    width: 140px;
    height: 90px;
    -o-object-fit: contain;
       object-fit: contain;
}

.Home-categorias-bloques-bloque h3 {
    font-size: 16px;
    color: #3d0916;
    font-weight: 700;
}

.Home-categorias-bloques-bloque:hover {
    filter: grayscale(0%);
}

.Home-x-container {
    padding-top: 40px;
}

.Home-x-productos {
    padding-bottom: 100px;
}

.Home-x-productos-opciones {
    text-align: center;
    color: #545151;
}

.Home-x-productos-opciones h2 {
    font-size: 24px;
    font-weight: 300;
}

.Home-x-productos-opciones-bloques {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.Home-x-productos-opciones .bloque {
    border: 1px solid #b1b1b1;
    padding: 20px 45px;
    margin: 10px;
    cursor: pointer;
}

.Home-x-productos-opciones .bloque a {
    font-size: 20px;
    font-weight: 300;
}

.Home-x-productos-opciones .bloque:hover {
    background: #3d0916;
    color: #fff;
}

.Home-x-productos-boton {
    text-align: center;
}

.Home-x-productos-boton a {
    background: #535353;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
}

.Home-x-productos-boton a:hover {
    background: none;
    color: #535353;
    border: 1px solid #535353;
}

.-listado {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.Home-certificaciones-listado {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.Home-certificaciones-listado-item {
    margin: 30px;
}

.Home-certificaciones-listado-item:nth-child(1) img {
    width: 140px;
}

.Home-certificaciones-container {
    padding: 0 0 110px 0;
    text-align: center;
}

.Home-certificaciones-container h2 {
    font-size: 40px;
    color: #3d0916;
}

.Home-beneficios {
    background: url("../images/home/fondo_beneficios.webp") center no-repeat;
    background-size: cover;
}

.Home-beneficios-container {
    color: #fff;
    text-align: center;
    padding: 100px 20px;
}

.Home-beneficios-titulo {
    border-bottom: 1px solid #fff;
}

.Home-beneficios-titulo h2 {
    font-size: 40px;
    font-weight: 500;
}

.Home-beneficios-titulo h3 {
    font-size: 30px;
    font-weight: 500;
}

.Home-beneficios-bloques {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.Home-beneficios-bloque {
    width: 20%;
    min-width: 230px;
    margin: 10px;
}

.Home-beneficios-bloque img {
    border-radius: 50%;
    background: #fff;
}

.Home-beneficios-bloque p {
    font-size: 18px;
    font-weight: 400;
}

.Home-beneficios-bloque strong {
    font-weight: 700;
}

.Home-permitenos {
    padding: 150px 0;
    text-align: center;
}

.Home-permitenos-content {
    width: 50%;
    padding: 0 0 0 40px;
}

.Home-permitenos-container {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Home-permitenos-imagen {
    width: 50%;
    padding-left: 10%;
}

.Home-permitenos-imagen img {
    width: 100%;
}

.Home-permitenos-bloques {
    display: flex;
    width: 100%;
    padding: 0 20px;
    flex-wrap: wrap;
}

.Home-permitenos-bloque {
    width: 100%;
    max-width: 400px;
    color: #3d0916;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.Home-permitenos-bloque:last-child {
    margin-top: 40px;
}

.Home-permitenos-bloque img {
    width: 66px;
}

.Home-permitenos-bloque p {
    font-size: 20px;
    font-weight: 400;
}

.Home-permitenos a {
    color: #fff;
    background: #3d0916;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 50px;
    display: inline-block;
    margin: 0 auto;
}

.Home-nuestras-pieles-container {
    background: url(../images/home/_NIK8076.webp) center no-repeat;
    width: 100%;
    background-size: cover;
    height: 70vh;
    display: flex;
    align-items: center;
}

.Home-nuestras-sostenibilidad-container {
    background: url(../images/home/Cuero-y-sostenibilidad.jpg) center no-repeat;
    width: 100%;
    background-size: cover;
    height: 70vh;
    display: flex;
    align-items: center;
}

.Home-nuestras-pieles {}

.Home-nuestras-pieles-content {
    text-align: center;
}

.Home-nuestras-pieles-content-imagen {}

.Home-nuestras-pieles-content-imagen img {}

.Home-nuestras-pieles-content h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 200;
}

.Home-nuestras-pieles-container a,
.Home-nuestras-sostenibilidad-container a {
    background: #3f130c;
    padding: 15px 35px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 1250px) {
    .Home-beneficios-bloques {
        flex-wrap: wrap;
        justify-content: center;
    }
    .Home-articulos-bloques {
        justify-content: center;
        flex-wrap: wrap;
    }
    .Home-articulos-bloques-logo {
        display: none;
    }
    .Home-articulos-bloque {
        width: 100%;
    }
    .Home-articulos-bloque-texto {
        max-width: 100%;
        padding-left: 20px;
    }
}

@media screen and (max-width: 1150px) {
    .Home-categorias-bloques-bloque {
        width: calc(50% - 20px);
    }
    .Home-beneficios-bloques {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 920px) {
    .Home-banner-container {
        height: 40vh !important;
    }
}

@media screen and (max-width: 840px) {
    .Home-permitenos-imagen {
        width: 100%;
        padding: 50px;
    }
    .Home-permitenos-content {
        width: 100%;
        padding: 0;
    }
    .Home-permitenos-bloque {
        max-width: 100%;
    }
}

@media screen and (max-width: 390px) {
    .Home-banner h1 {
        font-size: 25px;
    }
    .Home-banner a {
        font-size: 12px;
    }
    .Home-categorias-bloques-bloque {
        width: calc(100%);
        padding: 20px 0;
    }
    .Home-beneficios-container {
        padding: 40px 20px;
    }
    .Home-beneficios-titulo h2 {
        font-size: 25px;
    }
    .Home-beneficios-bloque {
        min-width: 140px;
    }
    .Home-beneficios-bloque p {
        font-size: 12px;
    }
    .Home-permitenos p,
    .Home-permitenos a {
        font-size: 15px;
    }
    .Home-articulos-bloque-texto {
        padding: 0;
    }
    .Home-articulos-bloque-texto h3 {
        font-size: 20px;
    }
    .Home-articulos-bloque-texto p {
        font-size: 13px;
    }
    .Home-articulos-bloque-boton {
        margin: 0;
    }
    .Home-articulos-bloque-boton a {
        font-size: 15px;
        padding: 10px 15px;
        margin: 0 auto;
    }
}
