:root{
    --verde:#82AE00;
}
* {
    /*font-family: "Roboto", Helvetica, sans-serif;*/
    font-family: "Roboto", sans-serif;
}
@font-face {
    font-family: 'Helvetica';
    src: url('/media/4uuldjln/helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.carousel-caption p {
    font-family: 'Helvetica Compressed', sans-serif !important;
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 4px;
}
@font-face {
    font-family: 'Helvetica Oblique';
    src: url('/media/3claxscf/helvetica-oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: oblique;
}

@font-face {
    font-family: 'Helvetica Compressed';
    src: url('/media/qmzgou2u/helvetica-compressed-5871d14b6903a.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Rounded Bold';
    src: url('/media/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Bold';
    src: url('/media/rojlp3zg/helvetica-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Bold Oblique';
    src: url('/media/Helvetica-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: 'Helvetica Light';
    src: url('/media/Helvetica-light-587ebe5a59211.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body{
    color: #666;
}
.primary-color {
    color: #97b526;
}

.accent-color {
    color: #5d801c;
}

.bg-primary-color {
    background-color: #97b526;
}

.bg-accent-color {
    background-color: #5d801c;
}

.color-gray{
    color: #444 !important;
}

.color-azul{
    color: #11778f !important;
}

.color-white{
    color: #fff !important;
}

.top-menu {
    background-color: #5d801c;
    color: #fff !important;

}

.top-menu * {
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    font-family: "Helvetica", sans-serif;
    font-weight: 100 !important;
}

.color-nav-menu {
    background-color: #97b526 !important;
}

.nav {
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: #fff;
    --bs-nav-link-disabled-color: #fff;
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: #fff !important;
    gap: var(--bs-nav-underline-gap);
}
.nav-link {
    color: #fff;
    font-family: "Helvetica", sans-serif;
}
.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: #97b526 !important;
    border-color: #97b526 !important;
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
footer h5{
    font-family: "Helvetica Bold", sans-serif;
}
.nav-link:hover {
    color: #fff;
    background-color: #5d801c;
}

.navbar {
    --bs-navbar-active-color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.posicion-elementos {
    justify-content: space-between;
}
form#formSearch .form-control {
    font-family: "Helvetica Oblique";
}
.logos {
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.32);
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 200px;
    padding: 15px;
}
.logos img {
    width: 100%;
    height: 100%;
    object-fit: contain;

  }
a{
    color: #82AE00;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    .posicion-elementos {
        justify-content: center;
    }
}
.card-img-top {
    width: 100%;
    object-fit: cover;
    height: 200px !important;
}
.links-menu {
    color: #444 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Helvetica", sans-serif;
}

.links-menu-horizontal {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.links-menu:hover {
    text-decoration: underline;
}

/*Botones*/

.btn-outline-secondary:hover{
    background: #5d801c;
    color: #ffff;
}
.btn {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    font-family: "Roboto", Helvetica, sans-serif;
}

.btn-primary {
    background-color: #97b526;
    border-color: #97b526;
    color: #fff;
    padding: 15px 50px;
    
}
.boton_novedades{
    background-color: #97b526;
    border-color: #97b526;
    color: #fff;
    padding: 15px 50px;
    margin-left: 28px;
    border-radius: 5px;
    text-decoration: none;
    vertical-align: middle;
}
.btn-light {
    background-color: #FFF;
    border-color: #FFF;
    color: #333;
    padding: 15px 18px;
}
#Btn_GUARDAR{
    margin-top: 27px;
    margin-bottom: 50px;
}

.form-label {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 14px;
}
.btn-primary:hover {
    background-color: #5d801c;
    border-color: #5d801c;
    color: #fff;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: inherit !important;
    background-color: inherit !important;
    border-color: inherit !important;
}

.text-link-primary {
    color: #97b526;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
}

.text-link-primary:hover {
    color: #5d801c;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
}

/*CAROUSEL HOME*/

.texto-banner {
    font-family: "Roboto", Helvetica, sans-serif !important;
    color: #fff !important;
    font-size: 2.5em !important;
    line-height: 1.1em;
    font-weight: bolder !important;
}

.next-button {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-color: transparent;
    border: 0px;
}

.prev-button {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-color: transparent;
    border: 0px;
}

.titulo-seccion {
    color: #11778f;
    font-size: 23px;
    font-weight: bolder;
    font-family: "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0px;
}
.titulo-seccion2{
    font-size: 16px;
}

.subtitulo{
    color: #11778f;
    font-size: 18px;
    font-weight: bolder;
    font-family: "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
}

.precio-producto {
    color: #11778f;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.precio-principal{
    font-size: 30px;
    color: #11778f;
    font-weight: bold;
}
h4 {
    color: #11778f;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
}
.precio-tachado {
    color: #444;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
}

.titulo-producto {
        color: #444;
    font-size: 14px;
    font-weight: bold;
    font-family: "Helvetica Bold", sans-serif;
    /* height: 52px; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.2em * 3);
    margin-bottom: 0px;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.titulo-producto-principal{
    font-size: 35px;
    color: #444;
    font-family: "Roboto", Helvetica, sans-serif;
    font-weight: bold;
    margin: 10px 0;
}

.vinieta {
    position: absolute;
    left: -150px;
    top: 3px;
    width: 140px;
}

section {
    margin: 30px 0px;
}

.bg-elegir {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 13%, rgba(93, 128, 28, 1) 13%);
}

.titulo-elegir {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.primera-opcion {
    margin-left: -125px;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .primera-opcion {
        margin-left: -120px;
    }
}

@media only screen and (max-width: 1045px) {
    .primera-opcion {
        margin-left: -161px;
    }
}

@media only screen and (max-width: 996px) {
    .primera-opcion {
        margin-left: -167px;
    }
}

.primera-opcion h5 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto", Helvetica, sans-serif;
}

.primera-opcion p {
    font-size: 14px;
    font-family: "Helvetica", sans-serif;
}


.segunda-opcion {
    margin-left: -60px;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .segunda-opcion {
        margin-left: -54px;
    }
}

@media only screen and (max-width: 1045px) {
    .segunda-opcion {
        margin-left: -30px;
    }
}

@media only screen and (max-width: 996px) {
    .segunda-opcion {
        margin-left: -30px;
    }
}

.segunda-opcion h5 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto", Helvetica, sans-serif;
}

.segunda-opcion p {
    font-size: 14px;
    font-family: "Roboto", Helvetica, sans-serif;
}
.card-header {
    border-bottom: 1px solid #ddd;
    color: #11778f !important;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    text-transform: uppercase;
}

.tercera-opcion {
    margin-left: -362px;
    color: #fff;
}

@media only screen and (max-width: 1920px) {
    .tercera-opcion {
        margin-left: -200px;
    }
}

@media only screen and (max-width: 1750px) {
    .tercera-opcion {
        margin-left: -380px;
    }
}

@media only screen and (max-width: 1550px) {
    .tercera-opcion {
        margin-left: -130px;
    }
}

@media only screen and (max-width: 1400px) {
    .tercera-opcion {
        margin-left: -310px;
    }
}

@media only screen and (max-width: 1300px) {
    .tercera-opcion {
        margin-left: -240px;
    }
}

@media only screen and (max-width: 1200px) {
    .tercera-opcion {
        margin-left: -235px;
    }
}

@media only screen and (max-width: 1045px) {
    .tercera-opcion {
        margin-left: -177px;
    }
}

@media only screen and (max-width: 996px) {
    .tercera-opcion {
        margin-left: -230px;
    }
}

@media only screen and (max-width: 969px) {
    .tercera-opcion {
        margin-left: -480px;
    }
}

.tercera-opcion h5 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto", Helvetica, sans-serif;
}

.tercera-opcion p {
    font-size: 14px;
    font-family: "Roboto", Helvetica, sans-serif;
}

.categoria-home {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 340px;

    background-image: url('./../img/cat1.jpg');
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    transition: 1s ease-in-out;
    cursor: pointer;
}

.texto-categorias {
    text-decoration: none;
    color: #fff;
    font-family: "Helvetica Compressed", sans-serif;
    font-size: 47px;
    line-height: 50px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 80px 0;
    position: relative;
    transform: scale(0.8);
    transition: .3s ease-in-out;
    width: 100%;
}

.categoria-home:hover .texto-categorias {
    transform: scale(1);
    transition: .3s ease-in-out;
}

.texto-categorias::before {
    border-top: 7px solid #fff;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 79%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    z-index: 1;
    height: 20px;
}

.texto-categorias::after {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 97%;
    z-index: 1;
    height: 119%;
}

.noticia-preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
    cursor: pointer;
    width: 100%;
}


.noticia-preview h3 {
    color: #aaaaaa;
    font-size: 18px;
    font-family: "Helvetica Bold", sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
.bajada-footer-logo{
    font-family: "Helvetica", sans-serif;
}

.noticia-preview.active h3 {
    color: #444;
}

.noticia-preview p {
    color: #aaaaaa;
    font-size: 14px;
    font-family: "Roboto", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.noticia-preview.active p {
    color: #444;
}

.noticia-preview a {
    color: #aaaaaa;
    font-size: 14px;
    font-family: "Roboto", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.noticia-preview.active a {
    color: #97b526
}

hr {
    border-top: 2px #97b526 solid !important;
    width: 100%;
}

.breadcrumb {
    background-color: #ededed;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    padding: 0px 20px;
}

.breadcrumb-item {
    color: #777;
    text-decoration: none;
    font-size: 0.8rem !important;
    font-weight: bold;
}

.breadcrumb-item a {
    color: #777;
    text-decoration: none;
    font-size: 0.8rem !important;
    font-weight: bold;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.cabecera-pagina {
    width: 100%;
    height: 320px;

    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
}

.cabecera-pagina h1 {
    color: #fff;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-transform: Uppercase;
}
h3 {
    color: #11778f;
    font-size: 24px;
    font-weight: bolder;
    font-family: "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
}
.line{
    background-color:  var(--verde);
    width: 50px;
    height: 8px;
    margin-bottom: 10px;
}
h5{
    font-size: 15px;
    font-weight: 600;
}
/*Horarios-mobile*/
 @media all and (min-width:320px) and (max-width: 763px) {
           .horarios-atencion{
                    margin-top:20px;
            }
}

/*Step MENU*/
.step-menu {
    counter-reset: step;
    padding: 0;
}

.step-menu li {
    list-style-type: none;
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
    font-family: ""Roboto"";
    color: #444;
    font-weight: 444;
    font-size: 14px;
}

.step-menu li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border: 3px solid #65A518;
    display: block;
    text-align: center;
    margin: 0 auto 5px auto;
    border-radius: 50%;
    background-color: #ffffff;
    color: #65A518;
    font-size: 20px;
    font-weight: bold;
}

.step-menu li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #65A518;
    top: 22px;
    left: -50%;
    z-index: -1;
}

.step-menu li:first-child::after {
    content: none;
}

.step-menu li.active {
    color: #444;
    font-weight: bold;
    font-size: 14px;
}

.step-menu li.active:after {
    background-color: #65A518;
}

.step-menu li.active:before {
    background-color: #65A518;
    color: #ffffff;
    /* content: "\2713"; */
    border: 3px solid #65A518;
}

.step-menu li.current::before {
    border: 3px solid #65A518;
}


/*tabla producto*/
.tabla-productos{
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    box-shadow: 0px 0px 0px 1px #e2e2e2;
    overflow: hidden;
    padding: 20px;
}

.tabla-productos th{
    color: #11778f;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.tabla-productos td{
    border-bottom: 1px solid #e2e2e2;
}


.tabla-productos .precio-producto {
    color: #11778f;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;

}

.tabla-productos .codigo-producto {
    color: #444;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.tabla-productos .precio-tachado {
    color: #444;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
}

.tabla-productos .titulo-producto {
    color: #444;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.tabla-productos .descripcion-producto {
    color: #000;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.tabla-productos img{
    width: 100px;
    height: auto;
    display: block;
    margin: auto;
}

.tabla-transaccion{
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    box-shadow: 0px 0px 0px 1px #e2e2e2;
    overflow: hidden;
    padding: 20px;
}

.tabla-transaccion td{
    border: 0;
}

.tabla-carrito{
    border: 0px solid #e2e2e2;
    border-radius: 20px;
    padding: 20px;
}

.tabla-carrito th{
    color: #11778f;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.tabla-carrito td{
    border-bottom: 2px solid #e2e2e2;
    padding: 20px 10px;
}


.tabla-carrito .precio-producto {
    color: #11778f;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.tabla-carrito .codigo-producto {
    color: #444;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.tabla-carrito .precio-tachado {
    color: #444;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
}

.tabla-carrito .titulo-producto {
    color: #444;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.tabla-carrito .descripcion-producto {
    color: #000;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.tabla-carrito img{
    width: 80px;
    height: auto;
    display: block;
    margin: auto;
}


.tabla-carrito-resumen{
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 20px;
}

.tabla-carrito-resumen th{
    color: #11778f;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.tabla-carrito-resumen td{
    border-bottom: 0px;
    padding: 20px 10px;
}

.tabla-carrito-resumen .descripcion-producto {
    color: #000;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.tabla-carrito-resumen .descripcion-producto small {
    font-size: 12px;
}
.tabla-carrito-resumen .titulo-producto small {
    font-size: 12px;
}
.tabla-carrito-resumen .precio-producto small {
    font-size: 12px;
}


.tabla-carrito-resumen .subtitulo{
    color: #11778f;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}


/*accordion*/
.accordion-primary{
    margin: 0px;
}

.accordion-primary .accordion-item{
    border: 1px solid #5d801c;
    margin-bottom: 10px
}

.accordion-primary .accordion-button{
    background-color: #5d801c !important;
    color: #fff;
    font-weight: bold;
}
.accordion-primary .accordion-button:focus{
    box-shadow: none;
}

.accordion-primary .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-primary .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-primary .accordion-body{
    font-size: 14px;
    font-family: "Roboto", Helvetica, sans-serif;
    padding: 0px;
    border-bottom: 1px solid #5d801c;
}

.accordion-secondary{
    margin: 0px;
}

.accordion-secondary .accordion-item{
    border: 1px solid #5d801c;
    margin-bottom: 0px
}

.accordion-secondary .accordion-button{
    background-color: #fff !important;
    color: #444;
    font-weight: bold;
}
.accordion-secondary .accordion-button:not(.collapsed){
    background-color: #fff !important;
    color: #65A518;
    font-weight: bold;
}

.accordion-secondary .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='444444'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-secondary .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='444444'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-secondary .accordion-body{
    font-size: 14px;
    font-family: "Roboto", Helvetica, sans-serif;
    padding: 16px 29px;

}

.form-check-input[type=checkbox] {
    border-radius: 0;
    border: 2px solid #5d801c;
}
.form-check-input[type=checkbox]:checked {
    background-color: #5d801c;
    border-color: #5d801c;
}

/*Radio button*/
.form-radio-button {
  display: none; }

.radio-button-click-target {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
      padding: 14px 14px 14px 35px;
  position: relative; }
  .radio-button-click-target:hover .radio-button-circle:before, .radio-button-click-target:focus .radio-button-circle:before {
    border-color: #97b526; }
  .radio-button-click-target:active .radio-button-circle:before {
    transform: scale(1.1); }
    
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #AFAFAF !important;
    border-color: #AFAFAF !important;
}
.radio-button-circle {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 16px;
  width: 16px; 
  left: 4px;
  position: absolute;
  top: 20px;
  transition: background-color .1s ease-out;
  vertical-align: middle;}
  .radio-button-circle:before {
    border: 2px solid #97b526;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 22px;
    position: absolute;
    top: -3px;
    transition: border-color .1s ease-out,
 transform .1s ease-out;
    left: -3px;
    width: 22px; }

.form-radio-button:checked + .radio-button-click-target .radio-button-circle {
  background-color: #97b526; }
.form-radio-button:checked + .radio-button-click-target .radio-button-circle:before {
  border-color: #97b526; }


.form-radio-button:disabled + .radio-button-click-target {
  cursor: not-allowed; }
  .form-radio-button:disabled + .radio-button-click-target .radio-button-circle:before {
    border-color: #6C6F70; }
  .form-radio-button:disabled + .radio-button-click-target:active .radio-button-circle:before {
    transform: none; }


.filtro-superior{
    display: flex;
    justify-content: space-between;

    width: 100%;
    padding: 5px 10px;
    border: 1px solid #C6C7C8;
    border-radius: 5px
}

.ancho-producto{
    width: calc(97%/4);
}

@media only screen and (max-width: 767px) {
    .ancho-producto{
        width: calc(97%/2);
    }
    .logos {
        border-radius: 100%;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.32);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.32);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.32);
        overflow: hidden;
        position: relative;
        width: 150px;
        height: 150px;
        padding: 15px;
        margin-bottom: 20px;
    }
}

/* Estilos básicos para la galería */
.gallery {
    text-align: center;
  }
  
  .main-image {
    width: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .thumbnails {
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
  }
  
  .thumbnails img {
    width: 18%;
    margin: 10px 2.5% 0 0;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
  .thumbnails img:first-child{
    margin-left: 0px;
  }

  /*tabs*/
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #5d801c;
    color: #fff;
  }

  .nav-tabs .nav-link{
    color: #444;
    font-weight: bold;
  }

  .btn-close {
    --bs-btn-close-color: #ffffff !important;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 1 !important;
}

.btnEliminarCarrito{
    position: absolute;
    top: 10px;
    right: 0;
    color: #444;
    transition: 150ms ease-in-out;
    transform: scale(1);
}

.btnEliminarCarrito:hover{
    transform: scale(1.1);
}

.form-check-input:checked {
    background-color: #97b526;
    border-color: #97b526;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.menu.cuenta .list-group{
    border-radius: 0px;
}
.menu-cuenta .list-group-item{
    border-bottom: 1px solid #5d801c;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-weight: bold;
    color: #444
}

.menu-cuenta .list-group-item:last-child{
    border-bottom: 0px;
}

.menu-cuenta .list-group-item.active {
    z-index: 2;
    color: #65A518;
    background-color: transparent;
    border-color: #5d801c;
}


/*SEPARACION TOP DE MIS DATOS Y DIRECCION */

.separacion-contenido-datos tbody::before {
      content: "";
      display: block;
      height: 12px; /* espacio simulado */
    }
    
/*DROPDOWN MULTILEVEL*/

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */


.mision-vision-valores img{
    width: 150px;
    margin-bottom: 12px;
}
.mision-vision-valores .col{
    display: flex;
    flex-flow: column;
    align-items: center;
    border-right: 1px solid #ddd;
}
.mision-vision-valores p {
    padding: 0 50px;
    margin-top: 20px;
}
.mision-vision-valores ul {
  list-style-type: none; /* Oculta el punto predeterminado */    
  padding: 0 50px;/* Elimina el espacio por defecto para el punto */
  margin-top: 20px;
}

.mision-vision-valores ul  li {
  padding-left: 20px; /* Agrega espacio a la izquierda para la imagen */
  position:relative;
}
.nosotros-text {
    height: 370px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
}
.filtros-videos a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 80px;
    border: 1px solid #DDD;
    margin-bottom: 8px;
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 6px 1px #A8A8A8;
    box-shadow: 1px 1px 6px 1px #A8A8A8;
}
/*confirmación*/
.box {
    border: 1px solid #c8c8c8;
    border-radius: 8px;
}
.img-table {
    width: 100px;
}

.cant-table {
    text-align: center;
}
.fila-tabla {
    border-bottom: 1px solid #DDD;
    min-height: 36px;
    display: flex;
    align-items: center;
}
.fila-tabla h4{
    margin: 0;
}
.price-table h5{
    font-size:16px;
    font-weight: bold;
    color: #11778f;
}
.price-table h5.precio-anterior{
    font-size:12px;
    font-weight: normal;
    color: #333;
    text-decoration:line-through;
}
span.codigo {
    font-size: 12px;
}
.titulo-prod{
    font-size:16px;
    font-weight: bold;
    color: #11778f;
}
.tit-prod-table {
    display: flex;
    flex-direction: column;
}
/* CSS */
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
    margin-top: -25px;
}

.step-button {
   width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #97b526;
    background-color: #FFF;
    transition: .4s;
    color: #97b526;
    font-weight: bold;
    font-size: 19px;
}

.step-button[aria-expanded="true"] {
    width: 50px;
    height: 50px;
    background-color: #97b526;
    color: #fff;
}
.rechazo .step-button{
    width: 50px;
    height: 50px;
    background-color: #e30000;
    color: #fff;
}
.rechazo .step-button.no-activo {
    width: 50px;
    height: 50px;
    border: 3px solid #e30000;
    background-color: #FFF;
    color: #fff;
}

.done {
    background-color: var(--prm-color);
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
    width: 160px;
    font-size: 12px;
}

#progress {
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    z-index: 5;
    height: 7px;
    top: 10px;
    background-color: #97b526;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: #97b526;
    transition: .5s ease;
}

#progress::-webkit-progress-bar {
    background-color: #DDD;

}
.detalle-envio li.list-group-item {
    border: none;
}
.detalle-envio {
    padding: 12px;
}
 .dropdown-hover {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 20rem;
    padding: 0.7rem 0;
    margin: 0.125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    font-size: 14px;
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
    
}
.form-check-input{
    border-color: #82AE00;
}
.table-wrapper {
    border-radius: 6px;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #DDD;
}
.card {
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #DDD;
}
#edit-link {
    display: block;
    width: 60px !important;
}

.table-wrapper table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 12px 0px 12px 0px;
}
.table-wrapper thead th{
    border-bottom: 1px solid #ddd;
    color: #11778f !important;
}
.table-wrapper tfoot th {
    border-top: 1px solid #ddd;
    color: #11778f !important;
}

.table-wrapper th {
    padding: 10px 24px;
    text-align: left;
    border: none;
    font-size: 14px;
    color: #666 !important;
}
.table-wrapper td {
    padding: 5px 24px;
    text-align: left;
    border: none;
    font-size: 14px;
    color: #666 !important;
    vertical-align: middle;
}

.table-wrapper thead th:first-child {
    border-top-left-radius: 6px;
}

.table-wrapper thead th:last-child {
    border-top-right-radius: 6px;
}

.table-wrapper tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

.table-wrapper tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
h6.direccion{
    font-weight: bold;
    
}
#accordionExample .card {
    border: 1px solid #5d801c;
    border-radius: 0px;
    margin-bottom: 6px;
}
#accordionExample .card-header {
    background-color: #5d801c;
    border-radius: 0 !important;
    color: #FFF !important;
}
#accordionExample .btn.btn-link {
    color: #FFF !important;
    text-decoration: none; 
    width: 100%;
}
div#modalAgCarrito {
    background-color: #0000008f;
}
.cart-icon {
    position: relative;
}

.cart-count {
    position: absolute;
    top: 8px;
    left: 0px;
    background-color: #97b526;
    color: white;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 9px;
    font-weight: bold;
}
.step-title {
    font-size: 16px;
    height: 20px;
    font-weight: bold;
    margin-top: 4px;
}

.swiper-slide img {
    object-fit: contain !important;
}
#cardDatosDespacho_legend .table-wrapper td{
    width:50%;
}
#cardDatosFacturacion_legend .table-wrapper td{
    width:50%;
}
#cardDatosPersonales_legend .table-wrapper td{
    width:50%;
}
.lineas-punto{
    background-image: url(/media/evplpldf/lineas-punto.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
section.brands-nov {
    background-image: url(/media/vkzpqiub/fondo-marcas-y-novedades.jpg);
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .ocultar-textos-nav {
    display: none !important;
  }
  .vinieta {
    display: none;
    }
    .texto-banner label {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        margin-bottom: 0 !important;
    }
    .texto-banner p {
        font-size: 32px;
        line-height: 36px;
        width: 80%;
        margin-top: 80px;
        margin-bottom: 20px;
    }
    .btn-primary {
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
}

.background-container {

    position: relative;
    background-image: url(/media/hzrlkwue/sobre-nosotros.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content-container {
    background-color: rgba(93, 129, 28, 0.85);
    position: relative;
    z-index: 2; /* Asegura que el contenido esté encima del fondo */
}
/* Estilos generales del carousel */
#carouselExampleDark .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover; /* asegura que la imagen no se deforme */
}

/* Mobile: banner grande tipo hero */
@media (max-width: 767px) {
    #carouselExampleDark .carousel-item {
        min-height: 50vh; /* altura del 80% de la pantalla */
    }

    #carouselExampleDark .carousel-item img {
        height: 50vh;  /* fuerza la altura de la imagen */
        object-fit: cover;
    }

    #carouselExampleDark .carousel-caption {
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        padding: 0 20px;
    }

    #carouselExampleDark .carousel-caption label {
        font-size: 1.5rem; /* más grande en mobile */
    }

    #carouselExampleDark .carousel-caption a {
        font-size: 1rem;
        padding: 10px 20px;
    }
}

/* Desktop: mantener estilo normal */
@media (min-width: 768px) {
    #carouselExampleDark .carousel-item {
        min-height: 500px; /* alto mínimo en desktop */
    }

    #carouselExampleDark .carousel-item img {
        height: 500px;
    }

    #carouselExampleDark .carousel-caption label {
        font-size: 2rem;
    }

    #carouselExampleDark .carousel-caption a {
        font-size: 1.1rem;
        padding: 12px 24px;
    }
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: block !important;
    justify-content: center;
    align-items: center; 
}
.ancho-producto .card-body{
    height: 130px;
    display: flex;
    flex-flow: column;
    max-width: unset !important;
    justify-content: space-between;
}
    .tablaCarroResumen {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .filaCarroResumen {
        display: flex;
        align-items: center;
        border-bottom: none ; /*2px solid #97b526*/
        padding: 6px 0;
        flex-wrap: nowrap;
    }

/*	.tablaCarroResumen .filaCarroResumen:last-child {
	  border-bottom: none;
	}	*/

    .celdaCarroResumen {
        padding: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .imagenCarroResumen {
        flex: 0 0 40px; /* más estrecho */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

        .imagenCarroResumen img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 4px;
            object-fit: cover; /* recorta si hay espacio blanco interno */
        }

    .descripcionCarroResumen {
        flex: 1 1 auto;
        font-size: 14px;
        padding-left: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cantidadCarroResumen {
        flex: 0 0 32px; /* más estrecho */
        text-align: center;
        font-size: 13px;
        padding: 0;
        margin: 0;
        line-height: 1;
        white-space: nowrap;
    }

    .precioCarroResumen {
        flex: 0 0 70px;
        text-align: right;
        font-weight: bold;
        font-size: 14px;
        white-space: nowrap;
		color :#11778f;
		padding: 4px 0;
    }

.tablaCarroResumenTotales {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 16px;
}

.filaCarroResumenTotales {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #97b526;
  flex-wrap: nowrap;
}

.filaTotalCarroResumen {
  font-weight: bold;
  border-top: 1px solid #97b526;
  border-bottom: none;
  padding-top: 8px;
}

.celdaCarroResumenTotales {
  flex: 1;
  font-size: 14px;
}

.etiquetaCarroResumenTotales {
  text-align: left;
}

.valorCarroResumenTotales {
  text-align: right;
}

.precioCarroResumenTotales {
  flex: 0 0 70px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  color :#11778f ;
  white-space: nowrap;
}
.precioCarroResumenTotalesNegro {
  flex: 0 0 70px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  color :#000 ;
  white-space: nowrap;
}
.encabezadoCarroResumen {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 4px;
}

.marcaCarroResumen {
  font-weight: bold;
  color: #11778f;
}

.codigoCarroResumen {
  color: #666;
  font-size: 12px;
  -webkit-touch-callout: none !important;
  -webkit-user-select: text;
  pointer-events: none;
}

.detalleCarroResumen {
  font-size: 14px;
  line-height: 1.2;
   display: -webkit-box;
  -webkit-line-clamp: 2;      /* Máximo 2 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.valorCarroResumen {
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  
}

/*************** INICIO DETALLE DE LA COMPRA ******/
.tablaDetalleCompra {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tablaDetalleCompra__fila {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #97b526;
  padding: 6px 0;
  flex-wrap: nowrap;
}

.tablaDetalleCompra__fila:last-child {
  
}

/* Columnas estructurales */
.tablaDetalleCompra__columna--imagen {
  flex: 0 0 80px;
}
.tablaDetalleCompra__columna--descripcion {
  flex: 2;
}
.tablaDetalleCompra__columna--precio,
.tablaDetalleCompra__columna--cantidad {
  flex: 1;
  text-align: right;
}
.tablaDetalleCompra__marca
{
  font-weight: bold;
  color: #11778f;
}

/* Estilos visuales para encabezado */
.tablaDetalleCompra__fila--header {
  /*background-color: #f0f0f0;*/
  font-weight: bold;
  color :#11778f;
  border-bottom: 1px solid #97b526;
}

/* Estilos visuales para detalle */
.tablaDetalleCompra__fila--body {
  background-color: #ffffff;
}
/* Elimina el borde inferior solo en la última fila de detalle */
.tablaDetalleCompra__fila--body:last-of-type {
  border-bottom: none;
}
	/****************** FIN DETALLE DE LA COMPRA *****/
	
	
	
	/*************** INICION  DETALLE DE PAGO *******/
	.DetallePago__wrapper {
  width: 100%;
  overflow-x: auto;
}

.DetallePago__tabla {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.DetallePago__label,
.DetallePago__valor {
  padding: 8px;
  vertical-align: top;
  border-bottom: none ; /*1px solid #ddd;*/
}

/* Truncamiento para contenido largo */
.DetallePago__valor--truncado {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*************** FIN DETALLE DE PAGO *******/