@charset "UTF-8";
* {
    font-family: "Nunito", sans-serif;
}
:root {
    --color-primary: #DE0900;
    --color-primary-bold: #AD0000;
    --color-second: #FEDA00;
    --color-texto: #1D2937;
}
:root {
    --lightgray: #efefef;
    --blue: steelblue;
    --white: #fff;
    --black: rgba(0, 0, 0, 0.8);
    --bounceEasing: cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
#desconmo,
#mimo {
    display: none;
}
#mimo {
    background: #fc5734;
    color: white;
}
#mimo .text {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 20px;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1183px;
    }
}
body {
    overflow-y: auto;
}
body.overflow-block {
    overflow-y: hidden !important;
}
@media (max-width: 768px) {
    body {
        padding-right: 0 !important;
		overflow-y: auto!important;
    }
}
a {
    text-decoration: none;
}
@media (max-width: 768px) {
    .carrusel_de_imagenes {
        margin-bottom: 20px;
    }
}
.search--ico {
    display: none;
}
@media (max-width: 768px) {
    .search--ico {
        display: block;
    }
}
.input--search {
    position: absolute;
    top: 59px;
    z-index: 101;
    width: 100%;
    background: #FFFFFF;
    height: 59px;
    border: 0.25px solid #F3F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.input--search .input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 59px;
}
.input--search .input .search--icon {
    height: 59px;
    background: #FFF836;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 59px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.input--search .input input {
    height: 40px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    border: none;
    font-weight: 600;
    color: #1D2937;
    opacity: 0.5;
    padding: 0 15px;
}
.nav--menu--bar--hambur {
    display: none;
}
@media (max-width: 768px) {
    .nav--menu--bar--hambur {
        height: 59px;
        width: 59px;
        background: #FFF836;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.nav--top {
    background: var(--color-primary);
    height: 112px;
	position: relative;
    z-index: 58;
}
@media (max-width: 768px) {
    .nav--top {
        height: 59px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav--top .logo--image img.logo-second {
        height: 40px;
    }
}
.nav--bottom {
    height: 60px;
    background: var(--color-primary-bold);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .nav--bottom {
        display: none;
    }
}
.nav--bottom .menu--wp {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav--bottom .menu--wp li {
    position: relative;
}
.nav--bottom .menu--wp li:after {
    content: "";
    width: 1px;
    height: 77%;
    background: white;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(12px, -50%);
    transform: translate(12px, -50%);
}
.nav--bottom .menu--wp li:last-child:after {
    display: none;
}
.nav--bottom .menu--wp li.no-border:after {
    display: none;
}
.nav--bottom .menu--wp li.accent {
    color: #2E1E77;
    background: #FEDA00;
    border-radius: 8px;
}
.nav--bottom .menu--wp li.accent a {
    color: #2E1E77;
	margin-left: 0;
}
.nav--bottom .menu--wp li.accent:after {
    display: none;
}
.nav--bottom .menu--wp a {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 0 20px;
	margin-left: 20px;
	
    text-align: center;
}
.nav--bar--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .nav--bar--menu--logo img[alt=logo-first] {
        display: none;
    }
}
@media (max-width: 768px) {
    .nav--bar--menu--search,
    .nav--bar--menu--redes {
        display: none;
    }
}
input,
select,
textarea {
    outline: none;
}
.redes--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.redes--top .text-social {
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}
.redes--top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}
.form--search .input--custom {
    width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    padding: 0 15px;
}
.form--search .input--custom input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    border: none;
    font-weight: 600;
    color: #1D2937;
    opacity: 0.5;
	    font-size: 12.5px;
}
.custon-arrow-button {
    position: absolute;
    top: 50%;
    z-index: 4;
    left: 0px;
    -webkit-transform: translate(6vw, -50%);
    transform: translate(6vw, -50%);
    cursor: pointer;
}
@media (max-width: 768px) {
    .custon-arrow-button {
        -webkit-transform: translate(1vw, -50%);
        transform: translate(1vw, -50%);
    }
    .custon-arrow-button img {
        width: 36px;
    }
}
.image--bloque{
	margin-bottom: 1rem;
}
.custon-arrow-button.right {
    position: absolute;
    top: 50%;
    z-index: 4;
    right: 0px;
    -webkit-transform: translate(-6vw, -50%);
    transform: translate(-6vw, -50%);
    left: auto;
}
@media (max-width: 768px) {
    .custon-arrow-button.right {
        -webkit-transform: translate(-1vw, -50%);
        transform: translate(-1vw, -50%);
    }
}
.swiper-pagination {
    bottom: 40px !important;
}
@media (max-width: 768px) {
    .swiper-pagination {
        bottom: 15px !important;
    }
}
.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background: white;
    opacity: 1;
    border: 1px solid var(--color-primary);
}
.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-primary);
}
.swiper-scrollbar {
    display: none;
}
.slider--imagenes {
    width: 83%;
}
.slider--imagenes .swiper-slide img {
    width: 100%;
	border-radius: 15px;
}
.title--block {
    color: #1D2937;
    text-align: center;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 58px;
    margin-top: 57px;
}
@media (max-width: 768px) {
    .title--block {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 40px;
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .title--block.left {
        text-align: left;
    }
}
@media (max-width: 768px) {
    .title--clock .btn-max {
        font-size: 14px;
        line-height: 17px;
        width: 155px;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .custom_ccc {
        margin-bottom: 2rem;
        padding-bottom: 23px;
        position: relative;
    }
    .custom_ccc .swiper-pagination--productos {
        top: auto;
        bottom: 0 !important;
    }
}
.carrusel_de_productos {
    padding: 1px 0;
}
@media (max-width: 768px) {
    .carrusel_de_productos {
        padding-top: 1px;
        padding-bottom: 1px;
    }
}
@media (max-width: 768px) {
    .carrusel_de_productos .producto--arrows {
        display: none !important;
    }
}
.w-100 {
    width: 100%;
}
.btn-max {
    margin-left: 40px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 43px;
    padding: 0 16px;
    background: var(--color-primary);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    color: white;
    border-radius: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-max:hover {
    background: #AD0000;
}
@media (max-width: 768px) {
    .btn-max {
        font-weight: normal;
        margin-left: 0;
        padding: 0 16px;
        font-size: 14px;
        line-height: 17px;
        width: 155px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
        flex: 0 0 155px;
    }
}
.btn-max img {
    margin-left: 10px;
}
@media (max-width: 768px) {
    .btn-max img {
        margin-left: 5px;
    }
}
.carrusel_de_productos .title--block {
    margin-bottom: 44px;
}
.title--custom--bloque {
    margin-top: 48px;
    margin-bottom: 47px;
}
@media (max-width: 768px) {
    .title--custom--bloque {
        margin-bottom: 15px;
    }
}
.producto--arrows {
    gap: 10px;
}
.producto--arrows .custon-relative-arrow-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.producto--arrows .custon-relative-arrow-button[aria-disabled=true] {
    opacity: 0.5;
}
.producto--card {
    padding: 20px;
    background: #F3F5F5;
    border-radius: 20px;
    padding-bottom: 1px;
}
@media (max-width: 768px) {
    .producto--card {
        padding: 15px;
    }
}
.producto--image {
    margin-top: 11px;
    min-height: 203px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.producto--image img {
    max-height: 176px;
}
@media (max-width: 768px) {
    .producto--image img {
        max-height: 120px;
    }
}
.producto--image .image--oferta {
    position: absolute;
    bottom: 0;
    left: 0;
}
.producto--marca {
    font-weight: 800;
    font-size: 16px;
    color: var(--color-primary);
    line-height: 22px;
}
.producto--nex {
    min-height: 53px;
    font-size: 16px;
    line-height: 18px;
    color: var(--color-texto);
}
.producto--nex .producto--title {
    width: 250px;
}
.producto--precio-regular {
    height: 17px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-texto);
    opacity: 0.7;
    margin-top: 5px;
}
.producto--precio-regular span {
    margin-right: 5px;
}
.producto--precio-socio,
.producto--precio-oferta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 14px 0;
    position: relative;
}
.producto--precio-socio .text,
.producto--precio-oferta .text {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.5px;
    color: var(--color-primary);
    position: relative;
}
@media (max-width: 768px) {
	.producto--nex .producto--title {
    width: auto;
}
    .producto--precio-socio .text,
    .producto--precio-oferta .text {
        font-size: 13px;
    }
}
.producto--precio-socio .price,
.producto--precio-oferta .price {
    background: #FFF836;
    border-radius: 5px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 124px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .producto--precio-socio .price,
    .producto--precio-oferta .price {
        width: 92px;
        height: 40px;
    }
}
.producto--precio-socio .price .tx,
.producto--precio-oferta .price .tx {
    font-size: 25px;
    line-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    color: var(--color-primary);
    font-style: normal;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .producto--precio-socio .price .tx,
    .producto--precio-oferta .price .tx {
        font-size: 19.7368px;
    }
}
.producto--precio-socio .price .unit,
.producto--precio-oferta .price .unit {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 4px;
}
.producto--precio-socio {
    height: 46px;
}
.producto--precio-socio .image--socio {
    position: absolute;
    width: 38px;
    left: 100%;
}
.producto--precio-socio .price {
    background: #2E1E77;
}
.producto--precio-socio .tx {
    color: white !important;
}
.slider--productos {
    margin-bottom: 2rem;
}
@media (max-width: 768px) {
    .slider--productos {
        margin-bottom: 2rem;
        padding-bottom: 1rem;
    }
}
.swiper-pagination--productos {
    bottom: 0;
    width: 100%;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}
.carrusel_de_productos {
    position: relative;
}
.footer {
    min-height: 60px;
    background: #AD0000;
    padding: 37px 0 24px;
    color: white;
}
.footer--before {
    background: #FFF836;
    height: 110px;
    position: relative;
}
@media (max-width: 768px) {
    .footer--before {
        height: 61px;
    }
}
.footer--before .contnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    gap: 30px;
}
@media (max-width: 768px) {
    .footer--before .contnt {
        gap: 5px;
    }
}
.footer--before .contnt .ico--logo {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
@media (max-width: 768px) {
    .footer--before .contnt .ico--logo img {
        width: 86px;
    }
}
@media (max-width: 768px) {
    .footer--before .contnt .ico--slogan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer--before .contnt .ico--slogan img {
        width: 200px;
    }
}
@media (max-width: 768px) {
    .footer .row .col-12:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: none;
    }
    .footer .row .col-12:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: none;
    }
    .footer .row .col-12:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .footer .row .col-12:nth-child(3) .mail {
        text-align: center;
    }
    .footer .row .col-12:nth-child(3) .footer--widget--title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid #ffffff73;
        padding-top: 15px;
        margin-bottom: 10px;
    }
    .footer .row .col-12:nth-child(3) .footer--widget--title h4 {
        margin: 0;
    }
    .footer .row .col-12:nth-child(3) .footer--widget--title .what {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .row .col-12:nth-child(3) .footer--widget--title .what span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
    }
    .footer .row .col-12:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .footer .row .col-12:nth-child(5) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer .row .col-12:nth-child(5) .llll {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px 0 10px;
        gap: 10px;
    }
    .footer .row .col-12:nth-child(5) .llll h4 {
        margin: 0;
    }
    .footer .row .col-12:nth-child(5) .footer--image {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .footer .row .col-12:nth-child(5) .redes--top {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}
.footer--widget--title h4 {
    margin: 0 0 17px;
}
.footer--widget--title h4 span {
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    display: block;
}
.footer--widget--content {
    font-size: 14px;
}
.footer--widget--content .what {
    margin-bottom: 5px;
}
.footer--widget--content .what span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer--widget--content .what span img {
    margin-right: 6px;
}
.footer--widget--content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer--widget--content ul a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 19px;
}
.footer--info .footer--widget--title h4 {
    margin: 0 0 5px;
}
.footer--info .footer--widget--title.contct h4 {
    margin: 20px 0 5px;
}
.footer--copyrate {
    text-align: right;
    padding-top: 15px;
    margin-top: 10px;
}
.footer--copyrate .cdccd {
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.footer--copyrate .cdccd h4 {
    margin: 0;
}
@media (max-width: 768px) {
    .footer--copyrate {
        border-top: 1px solid #ffffff70;
    }
    .footer--copyrate span {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}
.title--page {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 40px;
}
.title--page.po {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .title--page h1 {
        font-weight: bold;
        font-size: 25px;
        line-height: 28px;
        text-align: center;
    }
}
.title--page h3 {
    margin-top: 10px;
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    color: #1D2937;
}
@media (max-width: 768px) {
    .title--page h3 {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
    }
}
.row-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.row-grid.alter {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}
.menu--ofertas ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu--ofertas ul li {
    border-bottom: 0.5px solid #000000;
    padding: 10px 0;
}
.menu--ofertas ul li:last-child {
    border: none;
}
.menu--ofertas ul li a {
    font-weight: bold;
    font-size: 21px;
    line-height: 29px;
    margin-left: 10px;
    text-decoration: none;
    color: black;
}
.menu--ofertas ul li.current-menu-item a {
    color: #DE0900;
}
.separation--sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.separation--sidebar .image--sepa {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.separation--sidebar .image--sepa img {
    width: 100%;
}
.mision--grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    height: 481px;
}
@media (max-width: 768px) {
    .mision--grid {
        height: 270px;
    }
}
.mision--grid .feature--image {
    height: 100%;
}
.mision--grid .feature--image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mision--grid .text {
    background: #FC5734;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
}
.mision--grid .text h1 {
    text-align: center;
}
@media (max-width: 768px) {
    .mision--grid .text h1 {
        font-weight: bold;
        font-size: 25px;
        line-height: 28px;
        width: 80%;
        margin: 0 auto;
        text-align: justify;
        margin-bottom: 10px;
    }
}
.mision--grid .text .p {
    width: 65%;
    margin: 0 auto;
    text-align: justify;
}
@media (max-width: 768px) {
    .mision--grid .text .p {
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        width: 80%;
    }
}
.mision--grid .text p {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
	    margin-bottom: 1rem;

}
@media (max-width: 768px) {
    .mision--grid .text p {
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        text-align: left;
    }
}
.sello {
    height: 237px;
    background: #F3F5F5;
    position: relative;
}
@media (max-width: 768px) {
    .sello {
        height: 66px;
    }
}
.sello .contnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    gap: 30px;
    height: 100%;
    z-index: 20;
}
@media (max-width: 768px) {
    .sello .contnt {
        width: 100%;
    }
}
.sello .ico--logo {
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
}
.sello .text--slogan {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #FF5935;
}
@media (max-width: 768px) {
    .sello .text--slogan {
        font-size: 25px;
        line-height: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
.sellos {
    margin: 20px 0;
}
.sellos--items {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    display: -ms-grid;
    display: grid;
    padding: 0 7px;
}
.sellos--item {
    min-height: 395px;
    border-right: 1px solid #DE0900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px;
    margin-top: 1rem;
	padding-right: 8px;
}
.sellos--item--content {
    min-height: 345px;
}
.sellos--item--content.imagen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
@media (max-width: 768px) {
    .sellos--item {
		min-height: 345px;
        border-right: none;
    }
}
.sellos--item:nth-child(1),
.sellos--item:nth-child(2),
.sellos--item:nth-child(3) {
    /* border-bottom: 1px solid #DE0900; */
}
@media (max-width: 768px) {
    .sellos--item:nth-child(1),
    .sellos--item:nth-child(2),
    .sellos--item:nth-child(3) {
        border-bottom: none;
    }
}
.sellos--item:last-child() {
    border-right: none;
}
.sellos--item .text {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}
.sellos--item .text ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 19px;
    line-height: 16px;
}
.sellos--item .text ul li {
    padding-left: 5px;
}
.sellos--item .text ul li::marker {
    content: "◉";
    color: var(--color-marker);
}
.sellos--item .letter {
    height: 105px;
    width: 105px;
    margin: 0 auto 28px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 64px;
    line-height: 87px;
    color: white;
    font-weight: bold;
}
.sellos--item .title {
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    /*margin-bottom: 28px;*/
    text-align: left;
    min-height: 110px;
}

.sellos--item .mobtitle{
   
    min-height: 40px;
}



.sellos--item .title b {
    color: var(--color-text);
}
/*.sellos--item:nth-child(4) .title {
    font-size: 21px;
    line-height: 25px;
}*/
.sellos--item .imagen img {
    width: 282px;
}
.position-relative {
    position: relative;
}
.button_action_catalogo {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 43px;
    padding: 0 16px;
    background: var(--color-primary);
    color: white;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65px;
    display: none;
}
@media (max-width: 768px) {
    .button_action_catalogo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.catalogo--block {
    position: relative;
}
.catalogo--block:hover .catalogo--overlay {
    opacity: 1;
}
.catalogo--overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00000085;
    z-index: 8;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media (max-width: 768px) {
    .catalogo--overlay {
        display: none;
    }
}
.catalogo--section--title {
    position: absolute;
    bottom: 0;
    /* padding: 10px; */
    background: #FF5935;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    color: white;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.compartircat {
    position: absolute;
    
}
.catalogo--section--title .title--s {
    padding: 0 10px;
}
.catalogo--section--title h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 29px;
    margin: 0;
}
.catalogo--section--title p {
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    margin: 0;
}
.slider--catalogos {
    margin-bottom: 5rem;
}
/* MODAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.open-modal {
    font-weight: bold;
    background: var(--blue);
    color: var(--white);
    padding: 0.75rem 1.75rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    background: var(--black);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    z-index: 80;
}
.modal.is-visible {
    visibility: visible;
    opacity: 1;
}
.modal-dialog {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 5px;
    background: var(--white);
    overflow: auto;
    cursor: default;
}
.modal-dialog>* {
    padding: 1rem;
}
.modal-header,
.modal-footer {
    background: var(--color-primary);
}
.modal-content {
    position: relative;
    padding: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-header .close-modal {
    font-size: 1.5rem;
}
.modal p+p {
    margin-top: 1rem;
}
.catalogo--flipbook--page {
    width: 90vw;
    height: calc(90vh - 65px);
}
.form--content {
    width: 800px;
    padding: 15px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .form--content {
        width: 100%;
    }
}
.form--contact .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form--contact .form-row label {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #1D2937;
    font-family: "Rubik", sans-serif;
    margin-bottom: 5px;
    font-weight: 600;
}
.form--contact .form-row input:not([type=checkbox]),
.form--contact .form-row select,
.form--contact .form-row textarea {
    height: 45px;
    border: 1px solid #1D2937;
    border-radius: 10px;
    padding: 0 9px;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D2937;
    font-weight: 600;
}
.form--contact .form-row input:not([type=checkbox]).error,
.form--contact .form-row select.error,
.form--contact .form-row textarea.error {
    border-color: #DE0900;
}
.form--contact .form-row input:not([type=checkbox]).error::-webkit-input-placeholder,
.form--contact .form-row select.error::-webkit-input-placeholder,
.form--contact .form-row textarea.error::-webkit-input-placeholder {
    color: #DE0900;
}
.form--contact .form-row input:not([type=checkbox]).error::-moz-placeholder,
.form--contact .form-row select.error::-moz-placeholder,
.form--contact .form-row textarea.error::-moz-placeholder {
    color: #DE0900;
}
.form--contact .form-row input:not([type=checkbox]).error:-ms-input-placeholder,
.form--contact .form-row select.error:-ms-input-placeholder,
.form--contact .form-row textarea.error:-ms-input-placeholder {
    color: #DE0900;
}
.form--contact .form-row input:not([type=checkbox]).error::-ms-input-placeholder,
.form--contact .form-row select.error::-ms-input-placeholder,
.form--contact .form-row textarea.error::-ms-input-placeholder {
    color: #DE0900;
}
.form--contact .form-row input:not([type=checkbox]).error::placeholder,
.form--contact .form-row select.error::placeholder,
.form--contact .form-row textarea.error::placeholder {
    color: #DE0900;
}
.form--contact .form-row input.loading,
.form--contact .form-row textarea.loading,
.form--contact .form-row select.loading {
    opacity: 0.6;
    pointer-events: none;
}
.form--contact .form-row textarea {
    height: auto;
    padding: 10px;
}
.form--contact .form-row textarea::-webkit-input-placeholder {
    color: #1D2937;
}
.form--contact .form-row textarea::-moz-placeholder {
    color: #1D2937;
}
.form--contact .form-row textarea:-ms-input-placeholder {
    color: #1D2937;
}
.form--contact .form-row textarea::-ms-input-placeholder {
    color: #1D2937;
}
.form--contact .form-row textarea::placeholder {
    color: #1D2937;
}
.form--contact .form-row select {
    background: white;
}
.form--contact .form-row.line {
    margin-top: 0;
}
.form--contact .form-row.line label {
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form--contact .form-row.line input[type=checkbox] {
    height: 28px;
    width: 28px;
}
@media (max-width: 768px) {
    .form--contact .form-row.line input[type=checkbox] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
        flex: 0 0 22px;
    }
}
.form--contact .form-row.line input[type=checkbox].error {
    border-color: #DE0900;
}
.form--contact .form-row.line input[type=checkbox].error::-webkit-input-placeholder {
    color: #DE0900;
}
.form--contact .form-row.line input[type=checkbox].error::-moz-placeholder {
    color: #DE0900;
}
.form--contact .form-row.line input[type=checkbox].error:-ms-input-placeholder {
    color: #DE0900;
}
.form--contact .form-row.line input[type=checkbox].error::-ms-input-placeholder {
    color: #DE0900;
}
.form--contact .form-row.line input[type=checkbox].error::placeholder {
    color: #DE0900;
}
.form--contact .form-row.line input[type=checkbox].error+span {
    color: #DE0900;
}
.form--contact .form-row.line span {
    margin-left: 24px;
}
.form--contact button.loading {
    opacity: 0.6;
    pointer-events: none;
}
.form--contact button[type=submit] {
    background: #DE0900;
    border-radius: 10px;
    width: 175px;
    height: 43px;
    color: white;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
}
.form--contact button[type=submit]:hover {
    background: #AD0000;
}
.accordian--content {
    margin-top: 90px;
    margin-bottom: 180px;
}
.ac .entry-content {
    min-height: auto;
    font-size: 16px;
    line-height: 19px;
    color: #111820;
}
.map--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    /*background: #FFF836;*/
    gap: 15px;
    margin-bottom: 42px;
}
@media (max-width: 768px) {
    .map--content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}
.map--content .filters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    padding: 5px 0;
}
@media (max-width: 768px) {
    .map--content .filters {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 10px;
    }
}
.map--graph {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 768px) {
    .map--graph {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
#map {
    height: 545px;
}
@media (max-width: 768px) {
    #map {
        height: 300px;
    }
}
select {
    background: url(/wp-content/uploads/2021/06/Group-629.png) no-repeat right #fff !important;
    -webkit-appearance: none !important;
    background-position-x: 97% !important;
}
.select--filters {
    width: 100%;
    border: 1px solid #1D2937;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 54px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1D2937;
    font-family: "Rubik", sans-serif;
    margin-bottom: 10px;
}
.tiendas--page .cards {
    height: calc(545px - 135px);
    overflow: auto;
    padding-right: 10px;
}
@media (max-width: 768px) {
    .tiendas--page .cards {
        height: 300px;
    }
}
.tiendas--page .cards::-webkit-scrollbar {
    width: 12px;
}
.tiendas--page .cards::-webkit-scrollbar-track {
    border-radius: 10px;
}
.tiendas--page .cards::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background: #de0900;
}
.tiendas--page .cards--shops {
    border: 0.5px solid #efefef;
    padding: 20px;
    border-radius: 10px;
    color: #bbbbbb;
    margin-bottom: 10px;
    cursor: pointer;
}
.tiendas--page .cards--shops.selected {
    background: #de09001c;
}
.tiendas--page .cards--shops--content h4 {
    border: none;
    margin: 0;
    margin-bottom: 2px;
    color: #de0900;
}
.tiendas--page .cards--shops--content .hour,
.tiendas--page .cards--shops--content .days {
    margin: 2px 0;
}
.tiendas--page .cards--shops--content .phones {
    margin-bottom: 2px;
    font-weight: 800;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after {
    background: #FFFF86;
}
.d-none {
    display: none;
}
.banner--right--socio {
    position: fixed;
    right: 0;
    z-index: 4;
    top: 50%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
@media (max-width: 768px) {
    .banner--right--socio img {
        width: 79px;
    }
}
.banner--modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    background: #00000070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.banner--modal.hidden {
    opacity: 0;
    visibility: hidden;
}
.banner--modal--image {
    position: relative;
}
.banner--modal--image .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.banner--modal--image .close img {
    width: 30px;
}
.overlay--menu--movil,
.overlay--resultados {
    position: fixed;
    z-index: 25;
    background: #00000078;
     top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 768px) {
	.overlay--menu--movil, .overlay--resultados{
		top: 0px;
	}
}
.overlay--menu--movil.show,
.overlay--resultados.show {
    opacity: 1;
    visibility: visible;
}
.menu--movil {
    position: fixed;
    background: #FFF836;
    z-index: 110;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s opacity, visibility 0.3s;
    transition: 0.3s opacity, visibility 0.3s;
}
.results--products--ajax--title {
	display: flex;
    align-items: center;
    gap: 15px;
	    padding-top: 54px;
}
.menu--movil.show {
    opacity: 1;
    visibility: visible;
}
.menu--movil .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
}
.menu--movil .nav--menu--list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu--movil .nav--menu--list ul li {
    padding: 0px 15px;
}
.menu--movil .nav--menu--list ul li.accent {
    background: #2E1E77;
}
.menu--movil .nav--menu--list ul li.accent a {
    border: none;
    color: #FFF836;
}
.menu--movil .nav--menu--list ul li a {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #DE0900;
    border-bottom: 1px solid #DE0900;
    display: block;
    padding: 8px 0;
}
.menu--movil .nav--menu--list .enlace__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #DE0900;
}
.menu--movil .nav--menu--list .enlace__in-content {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.menu--movil .nav--menu--list .enlace__in-content.show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.menu--movil .nav--menu--list .enlace__in-content li a {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #DE0900 !important;
    border: none;
    padding: 5px 0;
}
.resultados--busqueda {
    position: absolute;
    z-index: 26;
    min-height: 370px;
    background: white;
    left: 0;
    top: 112px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 768px) {
    .resultados--busqueda {
        top: 108px;
        position: absolute;
    }
}
.resultados--busqueda .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.resultados--busqueda .loading.show {
    opacity: 1;
    visibility: visible;
}
.resultados--busqueda.show {
    opacity: 1;
    visibility: visible;
}
.resultados--busqueda .container {
    position: relative;
}
.resultados--busqueda .container .close--icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .resultados--busqueda .container .close--icon {
        top: 40px;
    }
}
.input--search.movil {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s opacity, 0.3s visibility;
    transition: 0.3s opacity, 0.3s visibility;
}
.input--search.movil.show {
    opacity: 1;
    visibility: visible;
}
.results--products--ajax--title h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    /*padding-top: 54px;*/
    margin-top: 0;
}
.results--products--ajax--grid {
    /*display: -ms-grid;*/
    /*display: grid;*/
    /*-ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*padding: 0 0 35px;*/
    /*gap: 15px;*/
}
.producto--arrows--search{
	padding: 0 0 35px;
}
@media (max-width: 768px) {
	.results--products--ajax--title{
		    align-items: start;
    gap: 15px;
    padding-top: 54px;
    flex-direction: column;
	}
	.results--products--ajax--title h4{
		    margin-bottom: 0;
	}
    /*.results--products--ajax--grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }*/
    .results--products--ajax--grid .producto {
        display: none;
    }
    .results--products--ajax--grid .producto--image img {
        max-width: 99px;
    }
    .results--products--ajax--grid .producto--precio-regular {
        font-size: 13px;
        line-height: 9px;
        height: 12px;
    }
    .results--products--ajax--grid .producto--nex {
        font-size: 13px;
        line-height: 13px;
        min-height: 43px;
    }
    .results--products--ajax--grid .producto--nex .producto--title {
        width: 100%;
    }
    .results--products--ajax--grid .producto--precio-socio {
        height: 30px;
    }
    .results--products--ajax--grid .producto--precio-socio .image--socio {
        // display: none;
    }
    .results--products--ajax--grid .producto--precio-socio,
    .results--products--ajax--grid .producto--precio-oferta {
        height: 30px;
    }
    .results--products--ajax--grid .producto--precio-socio .price,
    .results--products--ajax--grid .producto--precio-oferta .price {
        width: 61px;
    }
    .results--products--ajax--grid .producto--precio-socio .price .tx,
    .results--products--ajax--grid .producto--precio-oferta .price .tx {
        font-size: 13px;
    }
    .results--products--ajax--grid .producto--precio-socio .unit,
    .results--products--ajax--grid .producto--precio-oferta .unit {
        line-height: 17px;
        margin-bottom: 7px;
        font-size: 10px;
    }
    .results--products--ajax--grid .producto:nth-child(1),
    .results--products--ajax--grid .producto:nth-child(2) {
        display: block;
    }
	.producto--precio-socio, .producto--precio-oferta{
		margin: 10px 0;
	}
	.producto--precio-socio, .producto--precio-oferta{
		min-height: 35px;
	}
}
.results--products--ajax--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}
.error--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    max-width: 510px;
    margin: 0 auto 20px;
}
@media (max-width: 768px) {
    .error--search {
        padding-top: 100px;
    }
}
.error--search .content--error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
@media (max-width: 768px) {
    .error--search .content--error {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .error--search .content--error img {
        width: 100px;
        height: auto;
    }
}
.error--search .texts {
    text-align: center;
}
.error--search .texts h2 {
    color: #DE0900;
}
.error--search .texts p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #1D2937;
}
.error--search .footer--error {
    margin-top: 20px;
    height: 100%;
    width: 100%;
    background: #F3F5F5;
    padding: 15px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px) {
    .error--search .footer--error {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.error--search .footer--error .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1D2937;
}
@media (max-width: 768px) {
    .error--search .footer--error .left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    }
}
.error--search .footer--error .right {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1D2937;
}
.error--search .footer--error .right a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #DE0900;
}
.error-pa {
    text-align: center;
}
.error-pa span {
    font-size: 13em;
    text-shadow: 20px 20px #d8d8d8, -20px -20px #f1f1f1;
    color: var(--color-primary);
}
@media (max-width: 768px) {
    .error-pa span {
        font-size: 8em;
    }
}
.error-pa p {
    font-weight: 700;
    text-transform: uppercase;
}
.error-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .error-content {
        min-height: 32rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .container.ccc {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .sello .ico--logo {
        display: none;
    }
}
@media (max-width: 768px) {
    .ac .ac-trigger {
        font-size: 16.806px;
        line-height: 20px;
    }
    #desconmo,
    #mimo {
        display: block;
    }
    #midesk {
        display: none;
    }
}
.carrusel_de_imagenes {
	position: relative;
	margin-bottom: 1rem;
}