@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');


@font-face {
    font-family: "Geogrotesque-Light";
    src: url("../fonts/Geogrotesque-Light.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Geogrotesque-Light.otf") format("opentype"),
        url("../fonts/Geogrotesque-Light.woff") format("woff"),
        url("../fonts/Geogrotesque-Light.ttf") format("truetype"),
        url("../fonts/Geogrotesque-Light.svg#Geogrotesque-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Geogrotesque-Regular";
    src: url("../fonts/Geogrotesque-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Geogrotesque-Regular.otf") format("opentype"),
        url("../fonts/Geogrotesque-Regular.woff") format("woff"),
        url("../fonts/Geogrotesque-Regular.ttf") format("truetype"),
        url("../fonts/Geogrotesque-Regular.svg#Geogrotesque-Regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Geogrotesque-Medium";
    src: url("../fonts/Geogrotesque-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Geogrotesque-Medium.otf") format("opentype"),
        url("../fonts/Geogrotesque-Medium.woff") format("woff"),
        url("../fonts/Geogrotesque-Medium.ttf") format("truetype"),
        url("../fonts/Geogrotesque-Medium.svg#Geogrotesque-Medium")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Geogrotesque-SemiBold";
    src: url("../fonts/Geogrotesque-SemiBold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Geogrotesque-SemiBold.otf") format("opentype"),
        url("../fonts/Geogrotesque-SemiBold.woff") format("woff"),
        url("../fonts/Geogrotesque-SemiBold.ttf") format("truetype"),
        url("../fonts/Geogrotesque-SemiBold.svg#Geogrotesque-SemiBold")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Geogrotesque-Bold";
    src: url("../fonts/Geogrotesque-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/Geogrotesque-Bold.otf") format("opentype"),
        url("../fonts/Geogrotesque-Bold.woff") format("woff"),
        url("../fonts/Geogrotesque-Bold.ttf") format("truetype"),
        url("../fonts/Geogrotesque-Bold.svg#Geogrotesque-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}
a{color: inherit;}
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-smoothing: antialized;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 1.2;
    /* font-family: "Geogrotesque-Regular"; */
    font-family: 'Open Sans', sans-serif;
    background: #f2f2f2;
    color: #000;
}
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
strong,
ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
li,
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
    outline: none;
}
img {
    display: block;
    border: 0;
}
button,
input,
select,
textarea {
    outline: none;
    resize: none;
}
.ocultar {
    display: none;
}
.all {
    width: 100%;
    position: relative;
}
.limit {
    width: 100%;
    max-width: 1600px;
    padding: 0 15px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.clear {
    clear: both;
    display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}
.table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.table__cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.table__contenido {
    display: inline-block;
    position: relative;
    padding: 25px;
    background: #fff;
}
.swiper-container,
.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.imgfull {
    width: 100%;
}
.none {
    display: none;
}
.x {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
    -webkit-transition: border ease 0.25s;
    -o-transition: border ease 0.25s;
    transition: border ease 0.25s;
}
.x:after,
.x:before {
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.x:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.x:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.x:hover {
    border: 1px solid #ff6409;
}
.x:hover:after,
.x:hover:before {
    background: #ff6409;
}
.producto-cuadro {
    width: 100%;
    /* max-width: 195px; */
    background: #fff;
    /*height: 247px;*/
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    /* padding: 20px 0px 0px; */
}
.producto-cuadro__contenido {
    padding: 0 15px;
    background: rgba(247, 247, 247, 1);
    padding: 20px 20px;
}
.producto-cuadro__imagen-contenedor {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    /*padding-top: 20px;*/
}
.producto-cuadro__imagen {
    background: #ddd;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.producto-cuadro__titulo {
    /*font-size: 18px;
    font-family: "Geogrotesque-Bold";
    font-style: italic;
    padding-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;*/

    font-size: 18px;
    font-weight: 800;
    /* font-family: "Geogrotesque-SemiBold"; */
    /*font-style: italic;*/
    padding-top: 5px;
    overflow: hidden;
    white-space: initial;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    /* height: 60px; */
}
.producto-cuadro__subtitulo {
    font-size: 1rem;
    line-height: 1.2;
    /* font-family: "Roboto", sans-serif; */
    font-weight: 400;
    color: #666;
    padding: 5px 0 8px;
    overflow: hidden;
    height: 65px;
    /* white-space: nowrap; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.producto-cuadro__precio {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #666;
}
.producto-cuadro__precio__normal {
    position: relative;
    display: inline-block;
}
.producto-cuadro__precio__normal:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #666;
    position: absolute;
    top: 7px;
    left: 0;
}
.producto-cuadro__precio__nuevo {
    display: block;
    color: #ff6409;
    /* font-family: "Geogrotesque-Bold"; */
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    font-style: normal;
    text-align: center;
    padding: 3px 0 5px;
}
.box__producto-agregado__precio-normal__wraper {
    text-align: center;
}
.producto-cuadro__boton {
    display: block;
    background: #0fa538;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: "Geogrotesque-SemiBold";
    width: 110px;
    height: 30px;
    text-align: center;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.producto-cuadro__boton:hover {
    background: #0d8e31;
}
.producto-cuadro__porcentaje {
    background: #ff6409;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 17px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    font-family: "Geogrotesque-SemiBold";
    z-index: 3;
}
.producto-cuadro__agregar {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0fa538;
    border: 2px solid #0fa538;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: 25px;
    right: 12px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.producto-cuadro__agregar:before {
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #0fa538;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.producto-cuadro__agregar:after {
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #0fa538;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.producto-cuadro__agregar:hover {
    border-color: #ff6409;
}
.producto-cuadro__agregar:hover:after,
.producto-cuadro__agregar:hover:before {
    background: #ff6409;
}
.producto-cuadro--especial {
    border: 3px solid #0fa538;
    overflow: hidden;
    display: none;
}
.producto-cuadro--especial:before {
    content: "%";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 21px;
    font-family: "Geogrotesque-Bold";
    padding: 7px;
    z-index: 2;
    line-height: 1;
}
.producto-cuadro--especial:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0fa538;
    -webkit-transform: rotate(45deg) translate(-80px, 0);
    -ms-transform: rotate(45deg) translate(-80px, 0);
    transform: rotate(45deg) translate(-80px, 0);
}
.producto-cuadro--especial .producto-cuadro__contenido {
    max-width: 154px;
    margin: auto;
    padding-bottom: 20px;
}
.producto-cuadro--especial .producto-cuadro__titulo {
    text-transform: uppercase;
    line-height: 1;
    font-family: "Geogrotesque-SemiBold";
    font-style: normal;
    font-size: 16px;
    overflow: visible;
    white-space: initial;
    -o-text-overflow: initial;
    text-overflow: initial;
}
.producto-cuadro--especial .producto-cuadro__precio {
    padding-bottom: 5px;
}
.producto-cuadro--especial .producto-cuadro__precio__nuevo {
    font-size: 34px;
    padding: 1px 0 3px;
}
.producto-cuadro--especial .producto-cuadro__precio__nuevo span {
    font-size: 26px;
}
.box {
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
}
.box.act {
    display: block;
    -webkit-animation: boxIn ease 0.5s 0.15s forwards;
    animation: boxIn ease 0.5s 0.15s forwards;
}
.box.act .box__table__contenido {
    -webkit-animation: boxInContenido ease 0.5s 0.15s forwards;
    animation: boxInContenido ease 0.5s 0.15s forwards;
}
.box__table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.box__table__bg-cerrar {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
}
.box__table__cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding: 15px;
}
.box__table__contenido {
    display: inline-block;
    position: relative;
    padding: 25px;
    background: #fff;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.box__producto-agregado__contenido {
    background: #fff;
    text-align: left;
    position: relative;
    max-width: 340px;
}
.box__producto-agregado__cerrar {
    color: #ff6409;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-family: "Geogrotesque-Medium";
    font-size: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.box__producto-agregado__cerrar:hover {
    color: #f00;
}
.box__producto-agregado__titulo {
    font-size: 20px;
    font-family: "Geogrotesque-SemiBold";
    padding-bottom: 15px;
}
.box__producto-agregado__titulo img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.box__producto-agregado__producto {
    width: 140px;
    height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 3px solid #ddd;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
}
.box__producto-agregado__producto img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.box__producto-agregado__producto__cantidad {
    background: #0fa538;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-family: "Geogrotesque-SemiBold";
}
.box__producto-agregado__texto {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
    width: calc(100% - 165px);
}
.box__producto-agregado__nombre-producto {
    font-size: 24px;
    font-family: "Geogrotesque-Bold";
    padding-bottom: 5px;
}
.box__producto-agregado__texto-producto {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #999;
    font-style: italic;
    font-size: 13px;
}
.box__producto-agregado__precio-producto {
    color: #ff6409;
    font-size: 24px;
    font-family: "Geogrotesque-Bold";
}
.box__producto-agregado__subtotal {
    border-top: 2px solid #b3b3b3;
    margin-top: 15px;
    line-height: 1;
    color: #666;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px 0 10px;
}
.box__producto-agregado__subtotal span {
    float: left;
    color: #999;
}
.box__producto-agregado__subtotal strong {
    float: right;
    color: #000;
    font-family: "Open Sans";
}
.box__producto-agregado__botones {
    text-align: center;
    padding-top: 15px;
}
.boton {
    display: inline-block;
    margin: 5px;
    padding: 8px 24px;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-family: "Open Sans";
    background: #ff6409;
    color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.boton:hover {
    background: #f45b00;
}
.boton--full {
    display: block;
    width: 100%;
}
.boton--gris {
    background: #ededed;
    color: #5e5e5e;
}
.boton--gris:hover {
    background: #e5e5e5;
}
.boton--verde {
    background: #0fa538;
    color: #fff;
}
.boton--verde:hover {
    background: #0d8e31;
}
.boton--naranja-borde {
    color: #ff6409;
    border: 2px solid #ff6409 !important;
    background: none;
    padding: 6px 24px;
}
.boton--naranja-borde:hover {
    background: #ff6409;
    color: #fff;
}
.seccion__bloque {
    padding: 12px 0;
}
.seccion__bloque__titulo {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
    font-family: "Geogrotesque-Light";
}
.seccion__bloque__titulo strong {
    font-family: "Geogrotesque-Bold";
}
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
/* .header__espacio {
    height: 220px;
} */
.header__banner {
    font-size: 0;
    background: #000;
    text-align: center;
    /*display: none;*/
}
.header__banner__imagen {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*width: calc(100% - 220px);*/
}
.header__banner__imagen img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.header__banner__servicio {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*background: #fff;
    border: 3px solid #efefef;
    height: 31px;*/
    width: 220px;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: "Geogrotesque-Light";
    /*display: none;*/
}
.header__banner__servicio img,
.header__banner__servicio strong {
    display: inline-block;
    vertical-align: middle;
}
.header__banner__servicio strong {
    padding-left: 5px;
}
.header__banner__servicio span {
    font-family: "Geogrotesque-Bold";
    color: #ff6409;
}
.menu-verde {
    background: #0fa538;
    color: #fff;
    font-size: 0;
}
.menu-verde__item,
.menu-verde__lista,
.menu-verde__lista-2,
.menu-verde__lista-2__item,
.menu-verde__titulo {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.menu-verde__titulo {
    float: left;
    line-height: 25px;
    width: 280px;
}
.menu-verde__lista {
    float: left;
    font-size: 0;
    padding: 10px 0;
}
.menu-verde__item img,
.menu-verde__item span,
.menu-verde__lista-2__item img,
.menu-verde__lista-2__item span {
    display: inline-block;
    vertical-align: middle;
}
.menu-verde__item {
    line-height: 25px;
    position: relative;
}
.menu-verde__item:after {
    content: "";
    display: block;
    height: 17px;
    border-right: 1px solid #75c179;
    position: absolute;
    top: 4px;
    right: -0.5px;
}
.menu-verde__item:last-of-type:after {
    display: none;
}
.menu-verde__enlace {
    color: #fff;
    padding: 0 15px;
    display: block;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.menu-verde__enlace span {
    padding-right: 6px;
}
/* .menu-verde__enlace:hover {
    background: #0d8e31;
} */
.menu-verde__texto {
    padding: 0 15px;
}
.menu-verde__lista-2 {
    float: right;
    font-size: 0;
    padding: 10px 0;
}
.menu-verde__lista-2__enlace {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    display: block;
    padding: 0 15px;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.menu-verde__lista-2__enlace img,
.menu-verde__lista-2__enlace span {
    display: inline-block;
    vertical-align: middle;
}
.menu-verde__lista-2__enlace img {
    margin-right: 5px;
    max-width: 20px;
}
.menu-verde__lista-2__enlace strong {
    font-family: "Geogrotesque-Bold";
}
/* .menu-verde__lista-2__enlace:hover {
    background: #0d8e31;
} */
.menu-verde__lista-2__enlace.naranja {
    background: #ff6409;
}
.menu-verde__lista-2__enlace.naranja:hover {
    background: #f45b00;
}
@media screen and (max-width: 1050px) {
    .menu-verde__titulo {
        width: 220px;
    }
}
@media screen and (max-width: 980px) {
    .menu-verde__enlace span {
        display: none;
    }
}
.titulo {
    padding: 10px 50px 10px 20px;
    display: inline-block;
    vertical-align: middle;
}
.titulo__logo-mobile {
    display: none;
}
.cabecera-principal {
    font-size: 0;
    background: #f2f2f2;
    padding-bottom: 10px;
    padding-top: 10px;
}
.cabecera-principal__lista {
    font-size: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 305px;
}
.cabecera-principal__item {
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.cabecera-principal__icono {
    position: relative;
    height: 42px;
}
.cabecera-principal__icono img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cabecera-principal__enlace {
    color: #111;
}
.cabecera-principal__texto {
    font-family: "Geogrotesque-Medium";
    font-size: 14px;
    padding-top: 2px;
    display: block;
}
.cabecera-principal__item__cantidad {
    position: absolute;
    top: -2px;
    right: 0;
    color: #fff;
    background: #000;
    font-family: "Geogrotesque-Medium";
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 6px;
    font-size: 13px;
}
.menu__bg {
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    display: none;
}
.menu__bg.act {
    display: block;
}
.menu__primario {
    background: #fff;
}
.menu__lista {
    font-size: 0;
    text-align: center;
    position: relative;
}
.menu__item {
    display: inline-block;
    vertical-align: middle;
    width: 16.66%;
}
.menu__item:hover .menu-flotante {
    display: block;
}
.menu__item:hover .menu__enlace {
    background: #f9f9f9;
}
.menu__item:hover .menu__enlace .menu__rotulo {
    color: #ff6409;
}
.menu__item--menu {
    width: 48px;
}
.menu__item-contenedor {
    width: calc(100% - 48px);
    display: inline-block;
    vertical-align: middle;
}
.menu__enlace {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.menu__enlace:hover {
    background: #f9f9f9;
}
.menu__enlace:hover .menu__rotulo {
    color: #ff6409;
}
.menu__ico {
    display: inline-block;
    vertical-align: middle;
}
.menu__rotulo {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px 0 7px;
    background: url("../../img/vectors/down-arrow.svg") no-repeat right center;
    color: #5e5e5e;
    font-weight: 600;
}
.menu__rotulo.nobg {
    background: none;
    padding: 0 0 0 7px;
}
.menu-flotante {
    font-size: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    width: 100%;
    background: #f5f5f5;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    z-index: 1000;
}
.menu-flotante.act {
    display: block;
}
.menu__detalle {
    position: relative;
    width: calc(100% - 367px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.menu__detalle__bloque {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}
.menu__detalle__bloque__titulo {
    font-size: 14px;
    text-transform: uppercase;
    color: #0fa538;
    font-family: "Geogrotesque-Medium";
    padding-bottom: 14px;
}
.menu__detalle__bloque__lista li {
    padding: 3px 0;
}
.menu__detalle__bloque__lista a {
    font-size: 14px;
    display: block;
    color: #666;
    padding: 7px 10px;
}
.menu__detalle__bloque__lista a:hover {
    background: #fff;
    color: #0fa538;
}
.menu__detalle__subtitulo {
    font-size: 14px;
    font-family: "Geogrotesque-Medium";
    display: block;
}
.menu__detalle__subtitulo.dos {
    margin-top: 15px;
}
.menu__promociones {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 367px;
}
.menu__promociones img {
    width: 100%;
}
.menu__promociones__item {
    padding: 5px 0;
}
.menu-flotante.m--limpieza .menu__detalle {
    width: calc(100% - 243px);
}
.menu-flotante.m--limpieza .menu__promociones {
    max-width: 243px;
}
.menu-flotante.m--lubricantes .menu__detalle {
    width: calc(100% - 490px);
}
.menu-flotante.m--lubricantes .menu__detalle__bloque {
    width: 33.3%;
}
.menu-flotante.m--lubricantes .menu__promociones {
    max-width: 490px;
}
.menu-flotante.m--lubricantes .menu__promociones__item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-flotante.m--autopartes .menu__detalle {
    width: calc(100% - 503px);
}
.menu-flotante.m--autopartes .menu__detalle__bloque {
    width: 33.3%;
}
.menu-flotante.m--autopartes .menu__promociones {
    max-width: 503px;
}
.menu-flotante.m--herramientas .menu__detalle {
    width: calc(100% - 490px);
}
.menu-flotante.m--herramientas .menu__detalle__bloque {
    width: 33.3%;
}
.menu-flotante.m--herramientas .menu__promociones {
    max-width: 490px;
}
.menu-flotante.m--herramientas .menu__promociones__item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-flotante.m--accesorios .menu__detalle {
    width: calc(100% - 242px);
}
.menu-flotante.m--accesorios .menu__detalle__bloque {
    min-width: 200px;
}
.menu-flotante.m--accesorios .menu__promociones {
    max-width: 242px;
}
.buscador__principal-contenedor {
    width: calc(100% - 675px);
    display: inline-block;
    vertical-align: middle;
}
.buscador__principal {
    font-size: 0;
    max-width: 790px;
    width: 100%;
    /* border: 1px solid #bbb; */
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 12px;
}
.buscador__principal__select {
    height: 34px;
    width: 110px;
    background: #0fa538;
    position: relative;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.buscador__principal__select select,
.buscador__principal__select span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.buscador__principal__select select {
    opacity: 0;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.buscador__principal__select select option {
    font-size: 16px;
    padding: 5px 0;
}
.buscador__principal__select span {
    font-size: 18px;
}
.buscador__principal__select img {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}
.buscador__principal__select:hover {
    background: #0d8e31;
}
.buscador__principal__input {
    /* height: 34px; */
    width: calc(100% - 60px);
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    /* -webkit-box-sizing: border-box;
    box-sizing: border-box; */
    padding: 10px 24px;
    border: 0;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.buscador__principal__boton {
    /* height: 34px; */
    width: 60px;
    background: #ff6409 url("../img/ico_lupa.png") no-repeat center center !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    border: 0;
    cursor: pointer;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.buscador__principal__boton:hover {
    background: #f45b00 url("../img/ico_lupa.png") no-repeat center center !important;
}
.seccion__bloque.m--banner-principal {
    padding-top: 0px;
}
.banner-principal-contenedor {
    position: relative;
}
.banner__img-base {
    width: 100%;
    opacity: 0;
}
.banner-principal__img-mobile,
.banner__img-base-1000 {
    display: none;
}
/* .banner-principal {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
} */
.banner-principal img {
    width: 100%;
    height: 100%;
}
.banner-principal__bloque1 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
}
.rotador-principal__paginacion {
    position: absolute;
    bottom: 20px;
    left: 50px;
    z-index: 3;
}
.rotador-principal__paginacion .swiper-pagination-bullet {
    width: 22px;
    height: 7px;
    background: #cbcbcb;
    border-radius: 0;
    opacity: 1;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.rotador-principal__paginacion .swiper-pagination-bullet-active {
    background: #ff6409;
}
.banner-principal__bloque2 {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    height: 100%;
}
.banner-principal__bloque2_1,
.banner-principal__bloque2_2 {
    width: 100%;
    height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 8px;
}
.banner-principal__bloque2_1 {
    padding-top: 0;
}
.banner-principal__bloque2_2 {
    padding-bottom: 0;
}
.banner-principal__bloque3 {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 100%;
}
.banner-principal-ofertas {
    background: #fff;
    margin-top: 20px;
    font-size: 0;
}
.banner-principal-ofertas__imagenes {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 230px);
    position: relative;
}
.banner-principal-ofertas__imagenes img {
    width: 100%;
}
.banner-principal-ofertas__imagenes .swiper-slide:before {
    content: "";
    display: block;
    height: 90%;
    width: 1px;
    background: #ddd;
    position: absolute;
    top: 5%;
    left: -2px;
    z-index: 3;
}
.banner-principal-ofertas__imagenes .swiper-slide:first-of-type:before {
    display: none;
}
.banner-principal-contador {
    text-align: center;
    color: #000;
    font-size: 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    padding: 10px 0;
}
.banner-principal-contador__rotulo-mobile {
    display: none;
}
.banner-principal-contador__numero {
    width: 54px;
    height: 54px;
    line-height: 54px;
    color: #ff6409;
    border-radius: 8px;
    text-align: center;
    font-family: "Geogrotesque-Bold";
    font-size: 32px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
}
.banner-principal-contador__punto {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #000;
    padding: 0 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.banner-principal-contador__titulo {
    font-size: 17px;
    font-family: "Geogrotesque-Bold";
    display: block;
    padding-bottom: 5px;
    color: #333;
}
.banner-principal-contador__texto {
    font-size: 13px;
    font-family: "Geogrotesque-Medium";
    display: block;
    padding-top: 8px;
    color: #333;
}
.home__banner-2 {
    padding: 12px 0;
}
.home__banner-2.m--interna-listado {
    padding-bottom: 0;
}
.home__banner-2__mobile {
    display: none;
}
.seccion__bloque--suscribete {
    padding-bottom: 0;
}
.suscribete {
    background-color: #0fa538;
    padding: 30px 0;
    text-align: center;
    font-size: 0;
    text-align: center;
}
.suscribete__contenido {
    display: inline-block;
    max-width: 1290px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.suscribete__titulo {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-family: "Geogrotesque-Medium";
}
.suscribete__formulario {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 20px;
    width: 470px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.suscribete__formulario__input {
    width: 268px;
    height: 36px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.suscribete__formulario__boton {
    background: #ff6409;
    color: #fff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: 0;
    cursor: pointer;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Geogrotesque-SemiBold";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.suscribete__formulario__boton img {
    display: inline-block;
    margin-left: 6px;
    width: 15px;
    vertical-align: baseline;
}
.suscribete__formulario__boton:hover {
    background: #f45b00;
}
.suscribete__enlace {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
}
.suscribete__enlace:hover {
    text-decoration: none;
}
.suscribete__enlace.m--mobile {
    display: none;
}
.suscribete__formulario__checkbox-contenedor {
    text-align: center;
    padding-top: 10px;
}
.suscribete__formulario__checkbox {
    width: 16px;
    height: 16px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.suscribete__formulario__checkbox input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.suscribete__formulario__checkbox
    input:checked
    + .suscribete__formulario__checkbox__check {
    background-color: #ff6409;
}
.suscribete__formulario__checkbox__check {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.suscribete__formulario__checkbox__texto {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.lista-beneficios__titulo {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 15px;
}
.lista-beneficios__titulo strong {
    display: inline-block;
    vertical-align: middle;
}
.lista-beneficios__titulo.act .lista-beneficios__titulo__flecha {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.lista-beneficios__titulo__flecha {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    -webkit-transition: -webkit-transform ease 0.25s;
    transition: -webkit-transform ease 0.25s;
    -o-transition: transform ease 0.25s;
    transition: transform ease 0.25s;
    transition: transform ease 0.25s, -webkit-transform ease 0.25s;
}
.lista-beneficios-contenedor {
    overflow: hidden;
}
.lista-beneficios-contenedor.blanco {
    background: #fff;
}
.lista-beneficios-contenedor.hide {
    height: 0;
}
.lista-beneficios--limit {
    text-align: center;
    font-size: 0;
    padding: 20px 15px;
}
.lista-beneficios__item {
    width: 16.66%;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    padding: 15px 0;
}
.lista-beneficios__item:first-of-type {
    border-left: 0;
}
.lista-beneficios__contenido {
    max-width: 220px;
    margin: auto;
    padding: 0 10px;
}
.lista-beneficios__item__ico-contenedor {
    width: 80px;
    height: 70px;
    position: relative;
    margin: auto;
}
.lista-beneficios__item__ico-contenedor img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.lista-beneficios__item__titulo {
    font-size: 18px;
    font-family: "Geogrotesque-SemiBold";
    line-height: 1;
    display: inline-block;
    background: url("../img/ico_check-circulo-naranja.png") no-repeat right
        center;
    padding-right: 45px;
    padding: 10px 37px 10px 0;
}
.lista-beneficios__item__texto {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    display: block;
}
.limit--lista-tiendas-oficiales {
    padding: 0 11px;
}
.lista-tiendas-oficiales {
    text-align: center;
    font-size: 0;
}
.lista-tiendas-oficiales__item {
    /* display: inline-block;
    vertical-align: middle;
    width: 33.3%;
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; */
}
.lista-tiendas-oficiales__enlace {
    width: 100%;
    height: 180px;
    position: relative;
    display: block;
}
.lista-tiendas-oficiales__enlace figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    -webkit-transition: -webkit-filter ease 0.25s;
    transition: -webkit-filter ease 0.25s;
    -o-transition: filter ease 0.25s;
    transition: filter ease 0.25s;
    transition: filter ease 0.25s, -webkit-filter ease 0.25s;
}
.lista-tiendas-oficiales__enlace img {
    width: 133px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.lista-tiendas-oficiales__enlace:hover figcaption {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.seccion__bloque--experto-fierrazos {
    padding-top: 56px;
}
.experto-fierrazos__header {
    height: 426px;
    padding-top: 90px;
    position: relative;
    font-size: 0;
    text-align: center;
    background: #1c1c1c url("../../img/2023/bg-blog-home.png") left top 50px no-repeat;
}
.experto-fierrazos__header .mecanico-foto img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.experto-fierrazos__tips {
    font-size: 17px;
    height: 110px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #cecece;
    font-style: italic;
    text-align: left;
    position: relative;
    padding: 40px 40px 0 135px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
/* .experto-fierrazos__tips img {
    position: absolute;
    bottom: 0;
    left: -20px;
} */
.experto-fierrazos__header__bloque-titulo {
    display: inline-block;
    vertical-align: middle;
}
.experto-fierrazos__titulo {
    /* font-size: 33px; */
    /* font-family: "Geogrotesque-Bold"; */
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
.experto-fierrazos__titulo strong {
    color: #f45b00;
}
.experto-fierrazos__lista {
    /* background: #333; */
    color: #000;
    font-size: 0;
    text-align: center;
    margin-top: -172px;
}
.experto-fierrazos__lista .swiper-slide {
    width: 400px;
}
.experto-fierrazos__item {
    width: 33.3%;
    padding: 30px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.experto-fierrazos__articulo {
    margin: auto;
    /* max-width: 360px; */
    /* padding: 30px 0; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.experto-fierrazos__articulo__imagen {
    display: block;
}
.experto-fierrazos__articulo__contenido {
    display: inline-block;
    vertical-align: middle;
    /* width: calc(100% - 170px); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 24px;
    height: 220px;
    text-align: left;
    position: relative;
}
.experto-fierrazos__articulo__titulo {
    font-size: 16px;
    /* font-family: "Geogrotesque-SemiBold"; */
    display: block;
    margin-bottom: 10px;
}
.experto-fierrazos__articulo__titulo:after {
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    background: #0fa538;
    margin-top: 10px;
}
.experto-fierrazos__articulo__texto {
    color: #ebeaea;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: block;
    padding-bottom: 3px;
}
.experto-fierrazos__articulo__enlace {
    color: #ff6409;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-decoration: underline;
}
.experto-fierrazos__articulo__enlace:hover {
    text-decoration: none;
}
.experto-fierrazos__articulo__footer {
    background: #1c1c1c url("../img/ico_fierrazos-footer.png") no-repeat 11px
        8px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    color: #aaa;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 34px;
}
.rotulo-selector {
    background-color: #F5F5F5;
    margin-bottom: 6px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: top left;
    height: 150px;
}
.rotulo-selector__bloque__titulo {
    display: none;
}
.rotulo-selector__boton-mobile {
    display: none;
}
.rotulo-selector__titulo {
    display: inline-block;
    vertical-align: middle;
    width: 590px;
    height: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 355px;
}
.rotulo-selector__titulo__txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Geogrotesque-Bold";
    /* margin: 0 8px; */
}
.rotulo-selector__buscador {
    display: inline-block;
    vertical-align: middle;
    /* width: calc(100% - 590px); */
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rotulo-selector__buscador__bloque {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 35px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 3px;
}
.rotulo-selector__buscador__bloque.x4 .rotulo-selector__buscador__item {
    width: 22%;
}
.rotulo-selector__buscador__bloque.x4
    .rotulo-selector__buscador__item:first-of-type {
    width: 34%;
}
.rotulo-selector__buscador__item {
    display: inline-block;
    vertical-align: middle;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3px;
}
.rotulo-selector__buscador__select {
    height: 35px;
    width: 100%;
    /* background: #eee; */
    background: #fff;
    position: relative;
}
.rotulo-selector__buscador__select select,
.rotulo-selector__buscador__select span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rotulo-selector__buscador__select select {
    opacity: 0;
}
.rotulo-selector__buscador__select img {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.rotulo-selector__buscador__boton {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 35px;
    border: 0;
    width: 35px;
    background: #0fa538;
    border-radius: 6px;
    position: relative;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.rotulo-selector__buscador__boton:hover {
    background: #0d8e31;
}
.rotulo-selector__buscador__boton img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1160px) {
    .rotulo-selector__titulo {
        width: 100%;
        height: 42px;
    }
    .rotulo-selector__buscador {
        width: 100%;
        padding-left: 240px;
    }
}
.limit--rotador {
    padding: 0 12px;
    font-size: 0;
}
.producto-cuadro-estrella {
    display: inline-block;
    vertical-align: middle;
    width: 201px;
}
.rotador-productos {
    width: 100%;
    /*width: calc(100% - 201px);*/
    /*height: 247px;*/
    margin: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.rotador-productos:after,
.rotador-productos:before {
    content: "";
    display: block;
    height: 100%;
    width: 3px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    z-index: 3;
}
.rotador-productos:after {
    left: 0;
}
.rotador-productos:before {
    right: 0;
}
.rotador-productos .swiper-slide {
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 201px !important; */
}
.rotador-productos:hover .rotador-productos__flecha {
    opacity: 1;
}
.rotador-productos:hover .rotador-productos__flecha svg {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.rotador-productos:hover .rotador-productos__flecha.m--derecha svg {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.rotador-productos__flecha {
    display: block;
    /* width: 40px; */
    /* height: 26px; */
    /* background: #ff6409; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
    z-index: 20;
    -webkit-transition: opacity ease 0.25s;
    -o-transition: opacity ease 0.25s;
    transition: opacity ease 0.25s;
}
.rotador-productos__flecha svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform ease-out 0.25s;
    transition: -webkit-transform ease-out 0.25s;
    -o-transition: transform ease-out 0.25s;
    transition: transform ease-out 0.25s;
    transition: transform ease-out 0.25s, -webkit-transform ease-out 0.25s;
}
.rotador-productos__flecha:hover {
    /* background: #f45b00; */
}
.rotador-productos__flecha.m--izquierda {
    left: 5px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}
.rotador-productos__flecha.m--izquierda svg {
    /* -webkit-transform: translate(-20%, -50%) rotate(180deg);
    -ms-transform: translate(-20%, -50%) rotate(180deg);
    transform: translate(-20%, -50%) rotate(180deg); */
}
.rotador-productos__flecha.m--derecha {
    right: 5px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}
.rotador-productos__flecha.m--derecha svg {
    /* -webkit-transform: translate(-80%, -50%);
    -ms-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%); */
}
.rotulo-selector__buscador__select--listado-productos__filtros {
    display: none;
}
.miga-de-pan {
    text-align: left;
    color: #999;
    padding: 20px 0;
    float: left;
}
.miga-de-pan__item {
    display: inline-block;
}
.miga-de-pan__item:after {
    content: "/";
}
.miga-de-pan__item:first-of-type .miga-de-pan__enlace {
    margin-left: 0;
}
.miga-de-pan__item:last-of-type .miga-de-pan__enlace {
    margin-right: 0;
}
.miga-de-pan__item:last-of-type:after {
    display: none;
}
.miga-de-pan__enlace {
    font-size: 13px;
    margin: 0 5px;
    color: #999;
    font-family: "Geogrotesque-Medium";
}
.miga-de-pan__enlace:hover {
    color: #555;
}
.miga-de-pan__enlace.act {
    color: #333;
}
.listado-productos__ordenar {
    float: right;
    padding: 10px 0;
}
.listado-productos__ordenar__titulo {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-right: 10px;
}
.listado-productos__ordenar__select {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    background: #fff;
}
.listado-productos__ordenar__select select,
.listado-productos__ordenar__select span {
    font-size: 14px;
}
.listado-productos__filtros {
    width: 201px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 3px;
}
.listado-productos__filtros__contenido {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
}
.seccion__bloque__titulo--listado-productos-filtro {
    font-size: 19px;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.listado-productos__filtros__bloque {
    padding: 5px 0;
}
.listado-productos__filtros__bloque:last-of-type {
    padding-bottom: 0;
}
.listado-productos__filtros__subtitulo {
    font-size: 16px;
    font-family: "Geogrotesque-Medium";
    display: block;
    padding-bottom: 5px;
}
.listado-productos__filtros__checkboxs__item {
    padding: 4px 0;
}
.listado-productos__filtros__checkboxs__label {
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}
.listado-productos__filtros__checkbox {
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.listado-productos__filtros__checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.listado-productos__filtros__checkbox
    input:checked
    + .listado-productos__filtros__checkbox__check {
    border-color: #0fa538;
}
.listado-productos__filtros__checkbox
    input:checked
    + .listado-productos__filtros__checkbox__check:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0fa538;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.listado-productos__filtros__checkbox__check {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #bab8b7;
    border-radius: 50%;
    position: relative;
}
.listado-productos__filtros__checkboxs__p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
}
.listado-productos__lista-derecha {
    width: calc(100% - 201px);
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.listado-productos__productos__item {
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
}
.listado-productos__productos__item .producto-cuadro {
    max-width: 100%;
}
@media screen and (max-width: 1090px) {
    .listado-productos__productos__item {
        width: 25%;
    }
}
@media screen and (max-width: 920px) {
    .listado-productos__productos__item {
        width: 33.3%;
    }
}
.listado-productos__paginador {
    font-size: 0;
    text-align: right;
    padding: 20px 10px 0;
}
.listado-productos__paginador__item {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    margin: 0 -1px;
    position: relative;
}
.listado-productos__paginador__item.act {
    border: 1px solid #ff6409;
    z-index: 2;
}
.listado-productos__paginador__item.act .listado-productos__paginador__enlace {
    color: #fff;
    background: #ff6409;
}
.listado-productos__paginador__item.m--flecha {
    border: 0;
    padding: 0 0 0 15px;
}
.listado-productos__paginador__item.m--flecha img {
    width: 10px;
}
.listado-productos__paginador__item.m--flecha-inversa {
    padding: 0 15px 0 0;
}
.listado-productos__paginador__item.m--flecha-inversa img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.listado-productos__paginador__enlace {
    font-size: 16px;
    display: block;
    color: #999;
    width: 32px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    text-align: center;
    font-family: "Geogrotesque-Medium";
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.listado-productos__paginador__enlace:hover {
    background: #eee;
    color: #000;
}
.m--producto-detalle--limit {
    padding-top: 20px;
}
.producto-detalle__bloque1 {
    float: left;
    width: calc(100% - 400px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 0;
    position: relative;
}
.producto-detalle__miniaturas {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    margin-right: 10px;
}
.producto-detalle__miniaturas__imagenes {
    height: 228px;
    margin: 3px 0;
    overflow: hidden;
}
.producto-detalle__miniaturas__imagen {
    padding: 3px 0;
}
.producto-detalle__miniaturas__imagen img {
    width: 100%;
    cursor: pointer;
}
.producto-detalle__miniaturas__boton {
    width: 100%;
    height: 30px;
    background: #e3e3e3;
    position: relative;
    cursor: pointer;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.producto-detalle__miniaturas__boton:hover {
    background: #ddd;
}
.producto-detalle__miniaturas__boton img {
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.producto-detalle__miniaturas__boton.m--arriba img {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.producto-detalle__miniaturas__boton.m--abajo img {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.producto-detalle__imagen {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 130px);
    height: 294px;
    position: relative;
    background: #fff;
    /* overflow: hidden; */
}
.producto-detalle__imagen__detalle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
}
.producto-detalle__bloque2 {
    float: right;
    width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    border-left: 1px solid #dadada;
}
.producto-detalle__titulo-marca {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
    display: block;
}
.producto-detalle__precio {
    font-size: 52px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    display: block;
    color: #ff6409;
    line-height: 1;
    padding: 5px 0 0;
}
.producto-detalle__precio-anterior {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    display: block;
    color: #0fa538;
}
.producto-detalle__precio-anterior strike {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.producto-detalle__lista-detalle {
    color: #666;
    font-size: 16px;
    padding: 15px 0 20px;
}
.producto-detalle__lista-detalle li {
    padding: 4px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.producto-detalle__cantidad {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.producto-detalle__cantidad__boton {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    color: #ff6409;
    font-size: 30px;
    font-family: "Geogrotesque-Bold";
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.producto-detalle__cantidad__boton:hover {
    background: #ff6409;
    color: #fff;
}
.producto-detalle__cantidad__numero {
    background: #ebebeb;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}
.boton.m--producto-detalle {
    display: inline-block;
    vertical-align: middle;
}
.producto-detalle__linea {
    display: block;
    height: 1px;
    background: #ddd;
    margin: 25px 0;
}
.producto-detalle__mas-informacion {
    font-size: 0;

}
.producto-detalle__mas-informacion__item {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px 5px 0;
    text-align: center;
}
.producto-detalle__mas-informacion__item:last-of-type {
    padding-right: 0;
}
.producto-detalle__mas-informacion__icono {
    width: 40px;
    height: 40px;
    position: relative;
    margin: auto;
}
.producto-detalle__mas-informacion__icono img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.producto-detalle__mas-informacion__enlace {
    color: #0d8e31;
    font-size: 12px;
    font-family: "Geogrotesque-Medium";
    text-decoration: underline;
}
.producto-detalle__mas-informacion__enlace:hover {
    text-decoration: none;
}
.producto-detalle__logos {
    text-align: left;
    display: block;
    padding-top: 5px;
}
.producto-detalle__logo {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
}
.producto-detalle__bloque3 {
    float: left;
    width: calc(100% - 400px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 20px;
}
.producto-detalle__bloque3__contenido {
    padding-top: 20px;
    border-top: 1px solid #dadada;
}
.m--producto-detalle-titulo {
    font-size: 22px;
}
.producto-detalle__descripcion {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    display: block;
    padding-top: 10px;
}
.producto-detalle__compartir {
    padding: 20px 0 0 130px;
}
.producto-detalle__compartir .producto-detalle__rotulo-pequeno {
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}
.producto-detalle__rotulo-pequeno {
    padding: 0 0 0 18px;
    background: url("../img/ico_rotulo-pequeno.png") no-repeat left center;
    font-size: 14px;
    display: block;
    text-align: left;
    font-family: "Geogrotesque-Medium";
}
.producto-detalle__redes {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    height: 16px;
}
.producto-detalle__caracteristicas {
    padding: 40px 15px 0;
}
.producto-detalle__caracteristicas__menu {
    font-size: 0;
    margin-bottom: 20px;
}
.producto-detalle__caracteristicas__menu__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 25%;
    font-family: "Geogrotesque-Medium";
    border-bottom: 1px solid #d6d6d6;
}
.producto-detalle__caracteristicas__menu__enlace {
    color: #111;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}
.producto-detalle__caracteristicas__menu__enlace:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #ff6409;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity ease 0.25s;
    -o-transition: opacity ease 0.25s;
    transition: opacity ease 0.25s;
}
.producto-detalle__caracteristicas__menu__enlace.act {
    color: #ff6409;
}
.producto-detalle__caracteristicas__menu__enlace.act:after {
    opacity: 1;
}
.producto-detalle__caracteristicas__menu__enlace:hover {
    color: #ff6409;
}
.producto-detalle__caracteristicas__lista {
    padding: 20px;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-family: "Geogrotesque-Light";
}
.producto-detalle__caracteristicas__item {
    font-family: "Geogrotesque-Light";
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    display: none;
}
.producto-detalle__caracteristicas__item.act {
    display: block;
}
.producto-detalle__caracteristicas__item__titulo {
    display: none;
}
.producto-detalle__caracteristicas__lista2 {
    font-size: 0;
}
.producto-detalle__caracteristicas__item2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 1px 0;
    font-size: 0;
}
.producto-detalle__caracteristicas__item2 p,
.producto-detalle__caracteristicas__item2 strong {
    font-size: 15px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.producto-detalle__caracteristicas__item2 strong {
    width: 160px;
    background: #f1f1f1;
    padding: 10px 15px;
}
.producto-detalle__caracteristicas__item2 p {
    width: calc(100% - 160px);
    padding: 10px 15px;
    text-align: center;
}
.listado-productos__lista-derecha__cabecera {
    padding: 10px 5px 0;
}
.minisitio__banner1 {
    height: 120px;
    background: url("../img/minisitio_banner1.png") no-repeat top center/cover;
}
.minisitio__barra-izquierda {
    margin-top: -80px;
}
.minisitio__logo {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.minisitio__logo img {
    width: 100%;
}
.minisitio__logo.m--mobile {
    display: none;
}
.minisitio__slider img {
    width: 100%;
}
.rotulo-selector.m--minisitio {
    display: none;
}
.footer {
    background: #000;
    color: #878787;
    font-size: 0;
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 30px 0 15px;
}
.footer__bloque {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
.footer__bloque:first-of-type {
    padding-left: 0;
}
.footer__contenido {
    font-size: 13px;
    padding-bottom: 25px;
}
.footer__contenido:last-of-type {
    padding-bottom: 0;
}
.footer__titulo {
    color: #ff6409;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.footer__lista.locales .footer__item {
    background: url("../img/ico_footer_local.png") no-repeat 0 9px;
    padding: 4px 0 4px 17px;
    color: #CECECE;
}
.footer__item {
    position: relative;
    padding: 2px 0;
}
.footer__item a {
    color: #CECECE;
}
.footer__item a:hover {
    color: #ccc;
    text-decoration: underline;
}
.footer__redes__icono {
    display: inline-block;
    margin-right: 16px;
}
.footer__contacto a,
.footer__contacto img {
    display: inline-block;
    vertical-align: middle;
}
.footer__contacto img {
    margin-right: 15px;
}
.footer__contacto .footer__item {
    padding: 7px 0;
    color: #CECECE;
}
.footer__tarjetas {
    border-top: 2px solid #515151;
    padding-top: 20px;
    font-size: 0;
}
.footer__tarjetas .footer__item {
    width: 33.3%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 0 30px 0;
}
.footer__tarjetas img {
    margin: auto;
    max-width: 100%;
}
.footer__legal {
    display: block;
    color: #7E7E7E;
    border-top: 2px solid #282828;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 12px;
}
.footer__legal .footer__lista li {
    display: inline-block;
}
.footer__legal .footer__lista li:first-child:after {
    content: '|';
    margin: 0 4px;
    display: inline-block;
}
.pasarela {
    font-size: 0;
    /*padding-top: 120px;*/
}
.pasarela.paso-uno .pasarela__carro-de-compra__titulo.m--paso1 {
    display: block;
}
.pasarela.paso-uno .pasarela__indicador-bloque.m--paso1 img {
    display: block;
}
.pasarela.paso-uno .pasarela__indicador-bloque.m--paso1 .pasarela__indicador {
    background: #ff6409;
    color: #fff;
}
.pasarela.paso-uno .pasarela__carro-de-compra__paso.m--paso1 {
    display: table;
}
.pasarela.paso-uno .pasarela__botones-finales.m--paso1 {
    display: block;
}
.pasarela.paso-uno .pasarela__pasos-realizado.m--paso1 {
    display: block;
    opacity: 1;
    z-index: 3;
}
.pasarela.paso-uno .pasarela__pasos-realizado.m--paso1 a {
    display: none;
}
.pasarela.paso-uno .pasarela__pasos-realizado.m--paso1 img {
    opacity: 1;
}
.pasarela.paso-dos .pasarela__carro-de-compra__titulo.m--paso2 {
    display: block;
}
.pasarela.paso-dos .pasarela__indicador-bloque.m--paso2 img {
    display: block;
}
.pasarela.paso-dos .pasarela__indicador-bloque.m--paso2 .pasarela__indicador {
    background: #ff6409;
    color: #fff;
}
.pasarela.paso-dos .pasarela__carro-de-compra__paso.m--paso2 {
    display: block;
}
.pasarela.paso-dos .pasarela__botones-finales.m--paso2 {
    display: block;
}
.pasarela.paso-dos .pasarela__pasos-realizado.m--paso1 {
    display: block;
    cursor: pointer;
}
.pasarela.paso-dos .pasarela__pasos-realizado.m--paso2 {
    display: block;
    opacity: 1;
    z-index: 3;
}
.pasarela.paso-dos .pasarela__pasos-realizado.m--paso2 a {
    display: none;
}
.pasarela.paso-dos .pasarela__pasos-realizado.m--paso2 img {
    opacity: 1;
}
.pasarela.paso-dos .producto-detalle__mas-informacion {
    display: none;
}
.pasarela.paso-dos .producto-detalle__mas-informacion:first-of-type {
    display: block;
    text-align: center;
}
.pasarela.paso-dos .producto-detalle__mas-informacion:last-of-type {
    display: none;
}
.pasarela.paso-dos-b .pasarela__carro-de-compra__titulo.m--paso2-b {
    display: block;
}
.pasarela.paso-dos-b .pasarela__indicador-bloque.m--paso2 img {
    display: block;
}
.pasarela.paso-dos-b .pasarela__indicador-bloque.m--paso2 .pasarela__indicador {
    background: #ff6409;
    color: #fff;
}
.pasarela.paso-dos-b .pasarela__carro-de-compra__paso.m--paso2-b {
    display: block;
}
.pasarela.paso-dos-b .pasarela__botones-finales.m--paso2-b {
    display: block;
}
.pasarela.paso-dos-b .pasarela__pasos-realizado.m--paso1,
.pasarela.paso-dos-b .pasarela__pasos-realizado.m--paso2 {
    display: block;
    cursor: pointer;
}
.pasarela.paso-dos-b .pasarela__pasos-realizado.m--paso2-b {
    display: block;
    opacity: 1;
    z-index: 3;
}
.pasarela.paso-dos-b .pasarela__pasos-realizado.m--paso2-b a {
    display: none;
}
.pasarela.paso-dos-b .pasarela__pasos-realizado.m--paso2-b img {
    opacity: 1;
}
.pasarela.paso-dos-b .producto-detalle__mas-informacion {
    display: none;
}
.pasarela.paso-dos-b .producto-detalle__mas-informacion:first-of-type {
    display: block;
    text-align: center;
}
.pasarela.paso-dos-b .producto-detalle__mas-informacion:last-of-type {
    display: none;
}
.pasarela.paso-tres .pasarela__carro-de-compra__titulo.m--3 {
    display: block;
}
.pasarela.paso-tres .pasarela__indicador-bloque.m--paso3 img {
    display: block;
}
.pasarela.paso-tres .pasarela__indicador-bloque.m--paso3 .pasarela__indicador {
    background: #ff6409;
    color: #fff;
}
.pasarela.paso-tres .pasarela__carro-de-compra__paso.m--paso3 {
    display: block;
}
.pasarela.paso-tres .pasarela__botones-finales.m--paso3 {
    display: block;
}
.pasarela.paso-tres .pasarela__pasos-realizado.m--paso1,
.pasarela.paso-tres .pasarela__pasos-realizado.m--paso2 {
    display: block;
    cursor: pointer;
}
.pasarela.paso-tres .pasarela__pasos-realizado.m--paso3 {
    display: block;
    opacity: 1;
    z-index: 3;
}
.pasarela.paso-tres .pasarela__pasos-realizado.m--paso3 a {
    display: none;
}
.pasarela.paso-tres .pasarela__pasos-realizado.m--paso3 img {
    opacity: 1;
}
.pasarela.paso-tres .producto-detalle__mas-informacion {
    display: none;
}
.pasarela.paso-tres .producto-detalle__mas-informacion:first-of-type {
    display: block;
    text-align: center;
}
.pasarela.paso-tres .producto-detalle__mas-informacion:last-of-type {
    display: none;
}
.pasarela__botones-finales,
.pasarela__carro-de-compra__paso {
    display: none;
}
.pasarela__tipo-de-envio {
    display: none;
}
.pasarela__tipo-de-envio.act {
    display: block;
}
.pasarela__left {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 260px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}
.pasarela__rotulo {
    height: 120px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
}
.pasarela__titulo {
    display: inline-block;
    vertical-align: middle;
    width: 330px;
    text-align: center;
}
.pasarela__titulo .cabecera-principal__item,
.pasarela__titulo .seccion__bloque__titulo {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.pasarela__titulo .seccion__bloque__titulo {
    padding: 0 0 0 20px;
    margin: 0;
}
.pasarela__titulo .cabecera-principal__item__cantidad {
    top: -10px;
    right: -10px;
}
.pasarela__indicadores {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 330px);
    height: 100%;
    background: #f5f5f5;
    text-align: center;
}
.pasarela__indicador-bloque {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-bottom: 0px;
}
.pasarela__indicador-bloque img {
    display: none;
}
.pasarela__indicador__estado {
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.pasarela__indicador {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    font-size: 30px;
    font-family: "Geogrotesque-Bold";
    color: #cacaca;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: auto;
}
.pasarela__indicador__texto {
    font-size: 12px;
    color: #666;
    display: block;
    width: 100px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: "Geogrotesque-Medium";
}
.pasarela__indicador__linea {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 4px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.pasarela__carro-de-compra {
    padding: 25px;
    background: #fff;
}
.pasarela__carro-de-compra__titulo {
    font-size: 22px;
    color: #000;
    font-family: "Geogrotesque-Medium";
    padding-bottom: 15px;
    /* display: none; */
}
.pasarela__carro-de-compra__titulo span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.pasarela__carro-de-compra__productos {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    display: none;
}
.pasarela__carro-de-compra__productos.act {
    display: table;
}
.pasarela__carro-de-compra__productos td {
    padding: 15px 5px;
    border-top: 1px solid #eaeaea;
}
.pasarela__carro-de-compra__productos td.m--center {
    text-align: center;
}
.pasarela__carro-de-compra__productos td.m--center .producto-cuadro__precio {
    width: auto;
}
.pasarela__carro-de-compra__productos
    td.m--center
    .producto-cuadro__precio__nuevo {
    font-size: 26px;
}
.pasarela__carro-de-compra__productos tr td:first-of-type {
    width: 150px;
}
.pasarela__carro-de-compra__productos .producto-cuadro__precio {
    width: 140px;
}
.pasarela__carro-de-compra__productos__nombre {
    width: 120px;
}
.pasarela__carro-de-compra__productos__nombre .producto-cuadro__subtitulo {
    white-space: initial;
}
.pasarela__carro-de-compra__productos__nombre .producto-cuadro__precio {
    display: none;
}
.producto-detalle__cantidad.m--producto-detalle-precio {
    display: none;
}
.pasarela__carro-de-compra__productos__titulo {
    font-size: 18px;
    font-family: "Geogrotesque-Light";
}
.pasarela__carro-de-compra__productos__imagen {
    width: 140px;
    height: 110px;
    border: 1px solid #0fa538;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.pasarela__carro-de-compra__productos__imagen img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pasarela__carro-de-compra__productos__nombre-producto {
    font-size: 19px;
    font-family: "Geogrotesque-Bold";
    font-style: italic;
    display: block;
    padding-bottom: 5px;
}
.pasarela__carro-de-compra__productos__texto {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.pasarela__carro-de-compra__productos__eliminar {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #666;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    font-style: italic;
    margin-top: 5px;
    cursor: pointer;
}
.pasarela__carro-de-compra__productos__eliminar:hover {
    color: #ff6409;
    text-decoration: none;
}
.pasarela__iconos {
    padding: 30px 0 10px;
}
.pasarela__iconos .producto-detalle__mas-informacion {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    border-right: 1px solid #bfbfbf;
}


.pasarela__iconos .producto-detalle__mas-informacion:first-of-type {
    padding-left: 0;
}
.pasarela__iconos .producto-detalle__mas-informacion:last-of-type {
    border-right: 0;
    padding-right: 0;
}
.pasarela__iconos .producto-detalle__logo {
    padding: 5px;
}
.pasarela__right {
    vertical-align: top;
    display: inline-block;
    width: 260px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pasarela__continuar-mobile {
    display: none;
}
.cupon-de-descuento {
    height: 120px;
    background-color: #535353;
    position: relative;
    margin-bottom: 10px;
}
.cupon-de-descuento__titulo {
    color: #fff;
    font-size: 16px;
    font-family: "Geogrotesque-Medium";
    display: block;
    padding-bottom: 10px;
}
.cupon-de-descuento__formulario {
    max-width: 210px;
    width: 100%;
    height: 36px;
    margin: auto;
    overflow: hidden;
    border-radius: 6px;
    font-size: 0;
}
.cupon-de-descuento__formulario__input {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 65%;
    height: 36px;
    border: 0;
    font-size: 13px;
    padding: 0 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.cupon-de-descuento__formulario__boton {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%;
    height: 36px;
    border: 0;
    background: #ff6409;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    font-family: "Geogrotesque-Medium";
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.cupon-de-descuento__formulario__boton:hover {
    background: #f45b00;
}
.resumen-de-compra {
    background: #fff;
    padding: 25px;
}
.resumen-de-compra__titulo {
    font-size: 19px;
    font-family: "Geogrotesque-SemiBold";
    display: block;
    padding-bottom: 15px;
}
.resumen-de-compra__lista {
    font-size: 16px;
    font-family: "Geogrotesque-Medium";
    padding: 0 0 20px;
}
.resumen-de-compra__item {
    overflow: hidden;
    color: #5e5e5e;
    padding: 5px 0;
}
.resumen-de-compra__item strong {
    float: left;
}
.resumen-de-compra__item span {
    float: right;
}
.resumen-de-compra__item.m--naranja {
    font-family: "Geogrotesque-SemiBold";
    color: #ff6409;
}
.resumen-de-compra__item.m--total {
    font-family: "Geogrotesque-Bold";
    color: #111;
}
.boton.m--resumen-de-compra__boton {
    margin: 5px 0;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.pasarela__ingresa-tus-datos {
    max-width: 800px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pasarela__ingresa-tus-datos.act {
    display: block;
}
.pasarela__formulario__bloque {
    padding: 8px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pasarela__formulario__bloque.m--boton {
    text-align: right;
}
.pasarela__formulario__bloque .listado-productos__filtros__checkboxs__item {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}
.pasarela__formulario__bloque .listado-productos__filtros__checkboxs__label {
    text-transform: initial;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.pasarela__formulario__bloque.x2 {
    padding: 0;
}
.pasarela__formulario__bloque.x2 .pasarela__formulario__bloque {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.pasarela__formulario__bloque.x2 .pasarela__formulario__bloque:first-of-type {
    padding-right: 15px;
}
.pasarela__formulario__bloque.x2 .pasarela__formulario__bloque:nth-of-type(2) {
    padding-left: 15px;
}
.pasarela__formulario__bloque.x3 {
    padding: 0;
}
.pasarela__formulario__bloque.x3 .pasarela__formulario__bloque {
    width: 33.3%;
    display: inline-block;
    vertical-align: middle;
}
.pasarela__formulario__bloque.x3 .pasarela__formulario__bloque:first-of-type {
    padding-right: 10px;
}
.pasarela__formulario__bloque.x3 .pasarela__formulario__bloque:nth-of-type(2) {
    padding: 0 5px;
}
.pasarela__formulario__bloque.x3 .pasarela__formulario__bloque:nth-of-type(3) {
    padding-left: 10px;
}
.pasarela__formulario__rotulo {
    font-size: 16px;
    font-family: "Geogrotesque-Medium";
    display: block;
    padding-bottom: 5px;
}
.pasarela__formulario__input,
.pasarela__formulario__select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 0;
    border-bottom: 1px solid #b6b6b6;
    padding: 0 15px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #666;
    position: relative;
}
.pasarela__formulario__input:focus,
.pasarela__formulario__input:hover,
.pasarela__formulario__select:focus,
.pasarela__formulario__select:hover {
    border-bottom: 1px solid #0fa538;
}
.pasarela__formulario__select {
    position: relative;
}
.pasarela__formulario__select select,
.pasarela__formulario__select span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    height: 34px;
    line-height: 35px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.pasarela__formulario__select select {
    opacity: 0;
}
.pasarela__formulario__select img {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.pasarela__formulario__fechas .pasarela__formulario__fechas__legal1,
.pasarela__formulario__fechas .pasarela__formulario__fechas__legal2,
.pasarela__formulario__fechas br {
    display: none;
}
.pasarela__formulario__fechas__item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14.28%;
    text-align: center;
}
.pasarela__formulario__fechas__label {
    position: relative;
    cursor: pointer;
}
.pasarela__formulario__fechas__label .pasarela__formulario__input,
.pasarela__formulario__fechas__label input {
    position: relative;
    height: 40px;
    line-height: 40px;
}
.pasarela__formulario__fechas__label .pasarela__formulario__input {
    padding: 0 5px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    color: #666;
    border-radius: 4px;
    background: #f5f5f5;
}
.pasarela__formulario__fechas__label input {
    position: absolute;
    top: 0;
    left: 0;
}
.pasarela__formulario__fechas__label
    input:checked
    + .pasarela__formulario__input {
    color: #0fa538;
    border: 2px solid #0fa538;
    line-height: 38px;
}
.pasarela__formulario__fechas__label.m--express .pasarela__formulario__input {
    border: 2px solid #ff6409;
    padding-left: 20px;
}
.pasarela__formulario__fechas__label.m--express
    .pasarela__formulario__input:before {
    content: "express";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #ff6409;
    color: #fff;
    font-size: 9px;
    z-index: 2;
    width: 40px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    -webkit-transform: translate(-11px, -50%) rotate(-90deg);
    -ms-transform: translate(-11px, -50%) rotate(-90deg);
    transform: translate(-11px, -50%) rotate(-90deg);
}
.pasarela__formulario__fechas__label.m--express
    input:checked
    + .pasarela__formulario__input {
    background-color: #f5f5f5;
    color: #0fa538;
    border: 2px solid #0fa538;
    line-height: 40px;
}
.pasarela__formulario__fechas__label.m--express
    input:checked
    + .pasarela__formulario__input:before {
    background: #0fa538;
}
.pasarela__formulario__despacho-de-producto__opcion {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 5px);
    text-align: center;
    border-bottom: 3px solid #f5f5f5;
    padding: 25px 0;
    background: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.pasarela__formulario__despacho-de-producto__opcion img,
.pasarela__formulario__despacho-de-producto__opcion strong {
    display: inline-block;
    vertical-align: middle;
}
.pasarela__formulario__despacho-de-producto__opcion strong {
    padding-left: 10px;
    font-size: 18px;
    font-family: "Geogrotesque-Medium";
}
.pasarela__formulario__despacho-de-producto__opcion:first-of-type {
    margin-right: 5px;
}
.pasarela__formulario__despacho-de-producto__opcion:nth-of-type(2) {
    margin-left: 5px;
}
.pasarela__formulario__despacho-de-producto__opcion.act,
.pasarela__formulario__despacho-de-producto__opcion:hover {
    border-bottom: 3px solid #ff6409;
}
.pasarela__formulario__tienda {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.pasarela__formulario__tienda:first-of-type {
    padding-top: 0;
}
.pasarela__formulario__tienda:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}
.pasarela__formulario__tienda_datos {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    float: left;
    padding-top: 4px;
}
.pasarela__formulario__tienda_datos strong {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    display: block;
    padding-bottom: 6px;
    line-height: 1.2;
}
.pasarela__formulario__tienda__datos2 {
    float: right;
}
.pasarela__formulario__tienda__stock {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 80px;
    background: #f5f5f5;
    font-size: 13px;
    text-align: center;
    color: #333;
    margin-right: 15px;
}
.pasarela__formulario__tienda__stock strong {
    font-size: 16px;
    font-family: "Geogrotesque-Bold";
    display: block;
}
.pasarela__formulario__tienda__mapa {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 80px;
    background: #ccc;
}
.pasarela__formulario__fechas_legales {
    padding-top: 5px;
}
.pasarela__formulario__fechas__legal1 {
    font-size: 11px;
    font-family: "Geogrotesque-Light";
    display: inline-block;
    vertical-align: middle;
    width: 28.5%;
    color: #f45b00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}
.pasarela__formulario__fechas__legal2 {
    font-size: 11px;
    font-family: "Geogrotesque-Light";
    display: inline-block;
    vertical-align: middle;
    width: 28.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}
.pasarela__pasos-realizados {
    padding-bottom: 20px;
    max-width: 800px;
    margin: auto;
}
.pasarela__pasos-realizado {
    padding: 6px 10px;
    border: 1px dashed #bbb;
    border-radius: 2px;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: -1px;
    opacity: 0.5;
    position: relative;
    z-index: 1;
    display: none;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.pasarela__pasos-realizado img {
    float: left;
    margin-right: 5px;
    opacity: 0.5;
}
.pasarela__pasos-realizado strong {
    font-size: 14px;
    float: left;
}
.pasarela__pasos-realizado a {
    font-size: 14px;
    color: #0fa538;
    float: right;
    text-decoration: underline;
}
.pasarela__pasos-realizado a:hover {
    text-decoration: none;
}
.pasarela__pasos-realizado.act {
    opacity: 1;
    z-index: 3;
}
.pasarela__pasos-realizado.act a {
    display: none;
}
.pasarela__pasos-realizado.act img {
    opacity: 1;
}
.pasarela__pasos-realizado:hover {
    opacity: 0.9;
}
.pasarela__formulario__select-fecha {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Geogrotesque-Medium";
    float: right;
    position: relative;
    cursor: pointer;
    color: #666;
}
.pasarela__formulario__select-fecha img {
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.pasarela__formulario__select-fecha input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.pasarela-finaliza-tu-pago__subtitulo {
    font-size: 20px;
    font-family: "Geogrotesque-SemiBold";
    display: block;
    padding-bottom: 10px;
}
.pasarela-finaliza-tu-pago__opciones {
    font-size: 0;
    text-align: left;
    padding-bottom: 20px;
}
.pasarela-finaliza-tu-pago__opcion {
    display: inline-block;
    border: 2px solid #0fa538;
    margin: 0 10px 5px 0;
    cursor: pointer;
}
.pasarela-finaliza-tu-pago__opcion.act,
.pasarela-finaliza-tu-pago__opcion:hover {
    border: 2px solid #ff6409;
}
.pasarela-finaliza-tu-pago__bloque {
    display: none;
}
.pasarela-finaliza-tu-pago__bloque.act {
    display: block;
}
.pasarela-finaliza-tu-pago__bloque__contenido {
    font-size: 14px;
}
.pasarela-finaliza-tu-pago__bloque__contenido ul li {
    padding-bottom: 8px;
}
.pasarela-finaliza-tu-pago__bloque__contenido ul li strong {
    font-family: "Geogrotesque-SemiBold";
}
.pasarela-finaliza-tu-pago__bloque__contenido ul li p {
    padding-left: 5px;
}
.box__login {
    padding: 20px;
}
.box__login .m--email-login {
    text-align: left;
}
.box__login .boton {
    margin: 0;
}
.box__login__titulo {
    display: block;
    font-size: 22px;
    font-family: "Geogrotesque-Medium";
    padding-bottom: 20px;
    color: #444;
}
.box__login__titulo span {
    font-family: "Geogrotesque-SemiBold";
}
.box__login__txt-tambien {
    padding: 25px 0 17px;
    position: relative;
}
.box__login__txt-tambien:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #ddd;
    position: absolute;
    top: 58%;
    left: 0;
}
.box__login__txt-tambien strong {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    font-size: 24px;
    color: #999;
    position: relative;
    line-height: 1;
    z-index: 2;
}
.box__login__boton-social {
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    -webkit-transition: background ease 0.25s;
    -o-transition: background ease 0.25s;
    transition: background ease 0.25s;
}
.box__login__boton-social img,
.box__login__boton-social strong {
    display: inline-block;
    vertical-align: middle;
}
.box__login__boton-social img {
    margin-right: 5px;
    height: 20px;
}
.box__login__boton-social strong {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.box__login__boton-social.m--facebook {
    background: #3b5998;
    color: #fff;
}
.box__login__boton-social.m--facebook:hover {
    background: #334c80;
}
.box__login__boton-social.m--google {
    color: #666;
}
.box__login__boton-social.m--google:hover {
    background: #f8f8f8;
}
.box__procesando__icono {
    margin: -10px auto 10px;
    display: block;
    width: 50px;
    -webkit-animation: procesando linear 0.5s infinite;
    animation: procesando linear 0.5s infinite;
}
.box-pago-realizado__icono {
    margin: 0 auto 15px;
}
.limit.m--standard {
    padding: 15px;
}
.standard {
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #898989;
    color: #666;
}
.standard__inferior {
    position: relative;
}
.standard__inferior:before {
    content: "";
    display: block;
    border-left: 1px solid #898989;
    height: 100%;
    position: absolute;
    top: 0;
    left: 290px;
}
.standard__inferior:after {
    content: "";
    display: block;
    border-left: 1px solid #898989;
    height: 100%;
    position: absolute;
    top: 0;
    right: 240px;
}
.standard__rotulo {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #898989;
}
.standard__rotulo__titulo {
    font-size: 24px;
    font-family: "Geogrotesque-Bold";
    text-transform: uppercase;
}
.miga-de-pan.m--standard {
    float: none;
    padding: 0;
}
.standard__nav {
    width: 290px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
}
.standard__nav__bloque {
    padding: 5px 0;
}
.standard__nav__titulo {
    color: #ff6409;
    font-size: 14px;
    font-family: "Geogrotesque-SemiBold";
    padding: 5px 20px;
    text-transform: uppercase;
    display: block;
}
.standard__nav__lista a {
    display: block;
    color: #a9a9a9;
    padding: 8px 20px 8px 25px;
    position: relative;
    font-size: 14px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.standard__nav__lista a:after {
    content: ">";
    line-height: 1;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.standard__nav__lista a.act,
.standard__nav__lista a:hover {
    background: #fff;
    color: #0fa538;
}
.standard__nav__lista a.act:after,
.standard__nav__lista a:hover:after {
    color: #0fa538;
}
.standard__contenido {
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 530px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.standard__contenido > strong {
    color: #ff6409;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding: 4px 0;
    display: block;
}
.standard__contenido p {
    padding: 6px 0;
}
.standard__ademas {
    width: 240px;
    vertical-align: top;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}
.standard__ademas__bloque {
    padding: 20px;
    border-bottom: 1px solid #898989;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.standard__ademas__bloque:last-of-type {
    border-bottom: 0;
}
.standard__ademas__titulo {
    color: #ff6409;
    font-size: 14px;
    font-family: "Geogrotesque-SemiBold";
    padding: 0 0 10px 0;
    text-transform: uppercase;
    display: block;
}
.standard__ademas__lista {
    padding: 0 0 0 20px;
}
.standard__ademas__lista li {
    list-style-type: disc;
    padding: 2px 0;
}
.standard__ademas__lista li a {
    color: #666;
}
.standard__ademas__lista li a:hover {
    color: #0fa538;
}
.standard__ademas__texto {
    color: #666;
}
.standard__ademas__texto strong {
    font-family: "Geogrotesque-SemiBold";
}
.standard__ademas__texto a {
    color: #ff6409;
}
.carrito-lateral {
    text-align: right;
    overflow: auto;
    display: none;
}
.carrito-lateral.act {
    display: block;
}
.carrito-lateral__contenido__titulo {
    text-align: center;
    padding: 15px;
    background: #f8f8f8 url("../img/ico_carrito.png") no-repeat 20px 13px/26px;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
.carrito-lateral__contenido__titulo strong {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1;
}
.carrito-lateral__contenido__titulo .box__producto-agregado__cerrar {
    top: 5px;
    right: 5px;
}
.carrito-lateral__contenido {
    position: absolute;
    top: 70px;
    right: -10px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 245px;
    overflow: hidden;
    z-index: 3;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.carrito-lateral__contenido .producto-cuadro {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    height: auto;
}
.carrito-lateral__contenido .producto-cuadro:last-of-type {
    border-bottom: 0;
}
.carrito-lateral__contenido .boton {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 245px;
    z-index: 3;
}
.carrito-lateral__contenido__productos {
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    height: 250px;
}
.carrito-lateral__contenido__productos__emptycart {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
}
.carrito-lateral__contenido__productos__emptycart img {
    filter: grayscale(1);
    margin-bottom: 5px;
}
.carrito-lateral__contenido__productos .producto-cuadro__imagen-contenedor {
    height: 70px;
}
.carrito-lateral__contenido__productos .producto-cuadro__imagen {
    height: 80px;
}
.carrito-lateral__contenido__productos .producto-cuadro__contenido {
    padding: 0;
}
.carrito-lateral__contenido__productos .producto-cuadro__titulo {
    font-size: 16px;
}
.carrito-lateral__contenido__productos .producto-cuadro__subtitulo {
    font-size: 12px;
    padding-bottom: 5px;
}
.carrito-lateral__contenido__productos .producto-cuadro__precio {
    font-size: 11px;
}
.carrito-lateral__contenido__productos .producto-cuadro__precio__nuevo {
    font-size: 18px;
}
.box__producto-agregado__quitar {
    position: absolute;
    bottom: 23px;
    right: 10px;
    opacity: 0.3;
    cursor: pointer;
    -webkit-transition: opacity ease 0.25s;
    -o-transition: opacity ease 0.25s;
    transition: opacity ease 0.25s;
}
.box__producto-agregado__quitar:hover {
    opacity: 0.7;
}
.tiendas__buscador {
    background: #fff;
    padding: 30px 0;
    text-align: center;
}
.tiendas__buscador .boton {
    padding: 5px 24px;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.tiendas__buscador__campos {
    display: inline-block;
    vertical-align: middle;
}
.rotulo-selector__buscador__item.m--tiendas {
    width: 170px;
    text-align: left;
}
.tiendas__buscador__icono {
    display: inline-block;
    vertical-align: middle;
}
.tiendas__buscador__titulo {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 30px 0 15px;
}
.tiendas__buscador__titulo span {
    font-family: "Geogrotesque-Bold";
}
.tiendas__lista {
    font-size: 0;
}
.tiendas__tienda {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    padding: 0 5px 25px;
    cursor: pointer;
}
.tiendas__tienda__imagenprincipal {
    width: 100%;
}
.tiendas__tienda__contenido {
    float: left;
    font-size: 15px;
    padding: 15px 0 5px 25px;
    color: #666;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 160px);
}
.tiendas__tienda__contenido strong {
    display: block;
    margin-left: -25px;
    position: relative;
    padding-left: 25px;
}
.tiendas__tienda__contenido strong span {
    padding-left: 0;
}
.tiendas__tienda__contenido strong img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 5px;
}
.tiendas__tienda__contenido strong span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: "Geogrotesque-SemiBold";
    padding-left: 5px;
    color: #000;
    text-transform: uppercase;
}
.tiendas__tienda__facilidades {
    float: right;
    margin-top: 15px;
    border-left: 1px solid #0fa538;
    display: flex;
    width: 160px;
    box-sizing: border-box;
    font-size: 10px;
    justify-content: space-evenly;
    align-items: center;
}
.footer-pasarela {
    display: block;
    color: #666;
    padding: 20px 0;
    font-size: 12px;
    margin-top: 20px;
}
@-moz-keyframes boxIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes boxIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes boxIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes boxIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes boxInContenido {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
    }
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@-webkit-keyframes boxInContenido {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-o-keyframes boxInContenido {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
    }
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@keyframes boxInContenido {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-moz-keyframes procesando {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes procesando {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes procesando {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes procesando {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/***********************************************/
/******************* LIBRO DE RECLAMACIONES ****/

.ldr-header{
    width: 243px;
    height: 103px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.ldr-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: transparent;
}

.ldr-body .p-img{
    width: 243px;
    height: 103px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.ldr-body .p-text-1{
    margin: 20px 0;
}

.ldr-form .p-form-row .item-form{
    background: #fff;
    border: 0 none;
}

.p-group-form-item{
    padding: 0 30px;
    margin-top: 35px;
}

.p-select-type-2{
    width: 250px;
}

.p-select-type-2 select{
    background: #ff6409 !important;
    color: #fff !important;
    padding: 0 12px !important;
    text-transform: uppercase;
}

.p-form-title{
    margin-bottom: 15px;
}

.p-form-title h3{
    font-size: 18px;
    color: #ff6409;
    font-weight: bolder;
}

.p-form-title p{
    font-size: 14px;
    color: #000;
}

.ldr-form .radio-type-1 .form-row label:before{
    background: #fff;
}

.ldr-form .radio-type-1{
    margin: 20px 0;
}

@media (max-width: 750px){
    .ldr-header{
        height: auto;
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
    }

    .ldr-img-text{
        width: auto;
        margin-top: 20px;
    }

    .ldr-body .p-img{
        background: transparent;
        height: auto;
        margin: 0 auto;
    }

}

@media (max-width: 420px){

    .ldr-img-text{
        width: 92%;
        max-width: 292px;
    }

    .p-group-form-item{
        padding: 0 6px;
    }

}



.listado-productos__filtros__checkboxs__p a {
    color: inherit;
}

.d-none{
    display: none !important;
}
.ui-widget-header {
    border: 1px solid #ff6409;
    background: #ff6409;
    color: #fff;
    font-weight: 700;
}
.ui-widget-header .ui-icon {
    background-image: url(../img/ui-icons_ffffff_256x240.png);
}

@media screen and (max-width: 767px) {
    .hidden-mobile{
        display: none !important;
    }
}

.pl-3{
    padding-left: 0.75rem;
}

.pl-4{
    padding-left: 1rem;
}
.pl-5{
    padding-left: 2rem;
}
.pl-6{
    padding-left: 3rem;
}

.ml-3{
    margin-left: 0.75rem;
}

.ml-4{
    margin-left: 1rem;
}
.ml-5{
    margin-left: 2rem;
}
.ml-6{
    margin-left: 3rem;
}

.banner-mantenimiento{
    /*display: flex;*/
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    font-size: 18px;
    justify-content: space-around;
}

.banner-contenido{
    flex-grow: 1;
}

.c-white{
    color:white;
}

.text-right{
    text-align: right;
}
.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.text img{
    display: inline-block;
}

/* Changes Dec, 2022 */
.main-title {
    font-family: "Geogrotesque-Bold";
}
.margin-title {
    margin: 10px 0;
}
.seccion__bloque__titulo + p {
    margin: 10px 0 10px;
}
.section-top-brands {
    /* margin: 20px 0; */
}
.section-top-brands .d-flex {
		display: flex;
		margin: 0 auto;
        justify-content: center;
   
}
.section-top-brands .d-flex .col {
    padding: 0 30px;
    text-align: center;
}
.section-top-brands .d-flex .col a {
    text-decoration: underline;
}
.fix-menu-mobile {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .fix-menu-mobile {
        display: inline-block !important;
    }
    .section-top-brands .d-flex {
        flex-wrap: wrap;
    }
    .section-top-brands .d-flex .col {
        padding: 0;
        width: 50%;
        margin-bottom: 10px;
    }
    .section-top-brands .d-flex .col h2,
    .section-top-brands .d-flex .col h3 {
        font-size: 16px;
    }
}



/* ====== Chang April 2023  ======*/
/* helpers */
.bg-green {
    background-color: #0CA538;
}
.bg-orange-gradient {
    background: linear-gradient(90.12deg, #FF8640 0.09%, #FF701D 99.89%);
}
.bg-green-gradient {
    background: linear-gradient(90.12deg, #09C459 0.09%, #09C459 0.1%, #0EBF5B 99.89%);
}

/* End helpers */

.separator--vertical {
    height: 32px;
    width: 1px;
    background-color: #F5F5F5;
    display: inline-block;
}
.main_categories .card {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.main_categories .card figure:before {
    content: '';
    display: block;
    position: absolute;
    width: 315px;
    height: 315px;
    background-color: #D9D9D9;
    z-index: -1;
    border-radius: 50%;
    top: -70px;
    right: 0;
}
.main_categories .card figure {
    position: relative;
    z-index: 3;
}
.bg-circular {
    background-color: rgba(255,255,255, 0.5);
    padding: 10px;
}
.bg-green-skew {
    background-color: rgba(0, 183, 79, 0.20);
    background-repeat: no-repeat;
    position: relative;
    width: calc(50% - 50px);
}
.bg-green-skew:after {
    content: '';
    position: absolute;
    /* background-color: rgba(0, 183, 79, 0.20); */
    height: 100%;
    width: 50px;
    right: -50px;
    border-right: 50px solid transparent;
    border-top: 150px solid rgba(0, 183, 79, 0.20);
}
.bg-gray-skew {
    background-color: rgba(245, 245, 245, 1);
}
button.rotulo-selector__buscador__boton {
    background: #FF6A14;
}
.mecanico_foto {
    position: absolute;
    top: 41px;
    left: 50%;
    transform: translateX(-460px);
}
.megamenu_mobile .collapse {
    visibility: visible;
}
.menu .top-menu-bar {
    font-size: initial;
}
.menu .top-menu-bar--images {
    max-height: 70px;
}
#menu__item-166 a strong,
#menu__item-130 a strong,
#menu__item-166 a strong {
    color: #ff6409;
}


@media screen and (max-width: 768px) {
    .main_categories .card figure:before {
        top: -110px;
        /* left: -149px; */
    }
    .main_categories .card img {
        max-height: 80px;
    }
    .experto-fierrazos__lista {
        margin-top: -173px;
    }
    .experto-fierrazos__titulo {
        text-align: right;
    }
    .experto-fierrazos__header {
        background-position: left -450px top 50px;
    }
    .mecanico_foto {
        left: 20px;
        transform: translateX(0px);
    }
    .bg-green-skew {
        width: 100%;
    }
    .bg-green-skew:after {
        display: none;
    }
    .rotulo-selector__titulo {
        height: 170px;
        padding: 0;
        background-position: left -150px top 0;
        background-size: cover;
    }
    .rotulo-selector__boton-mobile {
        text-align: center;
        margin: 0 10px 0 auto;
    }
    .fix_filter {
        text-align: right;
        width: 50%;
        margin-left: auto;
        padding: 50px 10px 5px;
    }
    .producto-cuadro__subtitulo {
        font-size: 14px;
        line-height: 1;
    }
    .producto-cuadro__precio__nuevo {
        font-size: 24px;
    }
    .cabecera-principal__item.m--sesion {
        vertical-align: top;
    }
    .fix-login-movil img {
        position: static;
        transform: translate(0,0) !important;
    }
    .cabecera-principal .buscador__principal {
        position: static;
        display: block !important;
        border-radius: 8px;
    }
    .cabecera-principal .buscador__principal__input {
        height: auto;
        line-height: 1;
        padding: 8px 16px;
    }

}