/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@font-face {
    font-family: 'Goldplay Alt';
    src: url('fonts/GoldplayAlt-Bold.woff2') format('woff2'),
        url('fonts/GoldplayAlt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldplay Alt';
    src: url('fonts/GoldplayAlt-Regular.woff2') format('woff2'),
        url('fonts/GoldplayAlt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldplay Alt';
    src: url('fonts/GoldplayAlt-SemiBold.woff2') format('woff2'),
        url('fonts/GoldplayAlt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    overflow-x: hidden;
    font-family: 'Goldplay Alt', sans-serif;
    font-weight: normal;
    font-style: normal;
    background: #f2f2f2;
}
.raleway{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}


h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}


button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 40px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* banner bg main start */

.banner_bg_main {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}


/* banner bg main end */


/* header top section start */

.header_section_top {
    width: 100%;
    float: left;
    height: auto;
    border-radius: 20px 20px 20px 20px;
    background-color: #fff;
    box-shadow: 4px 5px 7px #6c6767;
    margin: 0px 15px;
}

.custom_menu {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    text-transform: lowercase;
    font-size: 16px;
}

.custom_menu ul {
    margin: 0px;
    padding: 0px;
}

.custom_menu li {
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    text-align: -webkit-center;
}
/*.custom_menu li.nivel-0{ margin: 0;}*/
.custom_menu li.active{
    background: #c24789;
    border-radius: 0px 0px 10px 10px;
}
.menu-categorias .nivel-0:hover{
    background: #c24789;
    border-radius: 0 0px 8px 8px;
}
.menu-categorias .nivel-0:hover a{
    background-color: transparent;
}
.menu-categorias .nivel-0:hover a{
    background-color: transparent;
}
.menu-categorias .dropdown-menu.show a:hover{
    background: #fff;
}
.menu-categorias .dropdown-menu.show {
    background: #fff;
    margin-top: 10px !important;
    left: -2px !important;
    border: none !important;
}
.custom_menu li a {
    color: #462c76;
    font-size: 14px;
    font-weight: 600;
}
.dropdown .dropdown-menu li{
    padding: 0;
}
.menu-categorias .dropdown .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.custom_menu li a:hover {
    color: #fff !important;
    background-color: #c24789 !important;
}
.dropdown-menu li{
    display: block;
    width: 100%;
}

/* header top section end */
.header-head{
    height: 162px;
    background-color: #f2f2f2;
    margin: 0;
}
.promo-app{
    background-color: #c24789;
}

.promo-app img{
    margin: 105px 45px;
}
/* logo section start */

.logo_section {
    width: 100%;
    color:#949B7C;
}
.logo_section .containt_main{
  height: 100%;
}
.logo_section .containt_main.searchbar {
    margin-right: 0px;
}
.logo_section .containt_main .main, .logo_section .login_menu ul{
  margin: auto;
}
.logo {
    padding: 1rem 0px;
    text-align: center;
}
.logo img{
    width: 100%;
    max-width: 170px;
}
.logo-footer img{
    width: 100%;
    max-width: 240px;
}
img.logo-que {
    width: 100%;
    max-width: 93px;
    margin: 0px;
}
.back-white {
    background-color: #fff;
    margin: 5px 25px;
}
.header-menu{ margin-top: 16px; background-color: #f2f2f2;}
.containter-bnackground{
    background-color: #f2f2f2;
    padding: 0 !important;

}
.de-mercado{
    line-height: 15px; margin-top:11px
}

/* logo section end */

.search-header .input-group-md > .form-control:not(textarea){
    border-radius: 0px 15px 15px 0px;
    font-weight: 600;border-left: 0px;
    font-size: 13px;background-color: #fffff6
}
/* header section start */
.input-group-md > .form-control:not(textarea), .input-group-md > .custom-select {
    height: 40px;
}
.input-group-md > .form-control, .input-group-md > .custom-select, .input-group-md > .input-group-prepend > .input-group-text, .input-group-md > .input-group-append > .input-group-text, .input-group-md > .input-group-prepend > .btn, .input-group-md > .input-group-append > .btn {
    padding: 7px;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.header_section {
    width: 100%;
    display: flex;
}

.containt_main {
    display: flex;
}


/* opennav bar start */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #ca5f4a;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
    .promo-app img{
        margin: 0px 0px;
    }

}

.toggle_icon {
    cursor: pointer;
    color: #ffffff;
    order: 2;
}

.header_box {
    order: 2;
    display: flex;justify-content: flex-end;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin:5px 7px;
    order: 2;
}

.btn-secondary {
    color: #f8f6f4 !important;
    background-color: #6baa63 !important;
    border-color: #6baa63;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}


.btn-secondary:hover {
    color: #fff;
    background-color: #30302e;
    border-color: #ddb16b;
}
.dropdown-item-l{
    font-size: 12px !important; text-align:left;font-weight:bold
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}


/* opennav bar end */


/* Styles for wrapping the search box start */

.main {
    flex: 1;
    margin: 0px 30px;
    display: inline-block;
    order: 2;
}


/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


/* Styles for wrapping the search box end */

.login_menu {
    display: flex;
    text-align: right;
    float: right;
    margin-top: 5px;
    height: 70%;

}
.bag-position{
    padding-top: 0;
}
.login_menu.backgr {
  background: #fff;
  border-radius: 0px 0px 1rem 1rem;color: #462c76;
}
.right-bloque-header{
    margin: 0 !important;
}
.login_menu.backgr .imgicon{
    font-size: 2.3rem;color: #462c76;
}
.login_menu ul {
    margin: 0px;
    padding: 0px;
}

.login_menu li {
    font-size: 14px;
    color: #FF5F45;
    padding: 10px;
    font-weight: 600;
}

.login_menu li a {
    color: #462c76;
}

.login_menu li a:hover {
    color: #ca5f4a;
}

.padding_10 {
    padding-left: 10px;
}

.nav-link {
    display: block;
    padding: .4rem 1rem;
}

a:hover {
    color: #ca5f4a;
    text-decoration: underline;
}

/* header section end */


.menu-general.dropdown{
    order: unset!important;margin: 0px;
}
.menu-general.dropdown .dropdown-toggle::after {
    display: none;
}
.menu-general.dropdown .dropdown-toggle{
    border-radius: 0px 15px 15px 0px;
    font-weight: 600;
    background: #fff;
    color: #462c76;
    font-size: 17pt;
}
.menu-general.dropdown .dropdown-menu.show {
    background: #fcfcfc;
    box-shadow: 3px 7px 20px black;
    border-radius: 0px 15px 15px 0px;
}
.menu-general.dropdown .dropdown-item {
        color: #462c76;font-size: 14px;
}
.menu-general.dropdown .dropdown-divider{
    color: #462c76;
    height: 3px;
    margin: 10px 20%;
    opacity: 1;

}
.menu-general.dropdown .dropdown-item:focus, .dropdown-item:hover {
    background-color: #c24789;
    color: #fcfcfc !important;
}
/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    color: #fffef5;
    height: auto;
    background-color: #6baa63;
}
.footer_section a{
    color: #fffef5;
    font-weight: bold;
}
.footer_section .list-group-item {
    color: #fffef5;
    text-decoration: none;
    background-color: transparent;
    border: 0px;
    font-style: 12px;
    line-height: 13px;
}
.footer_section .list-group-item i{
    display: block;
    float: left;
    width: 20%;
    color: #fff;
}
.footer_section .list-group-item strong{
    display: block;
    float: left;
    width: 80%;
}
.footer_section .list-group-item .fa{
    color: #fffef5;
    font-size: 1.5rem;
}
/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.footer_section h3{
  color: #fffef5;
  font-weight: 800;

}
.footer_section h3 .line{
    width: 73px;
    display: block;
    float: right;
    height: 2px;
    border: 1px solid #fffef5;
    background: #fffef5;
    margin-top: 18px;
}

/*.back-transparent{

}*/
.header-button-search{
    background-color: #fffef5;
}
.header-button-search-text{
    color: #6baa63;
    font-size: 16px;
    font-weight: bold;
}
.contentbody .form-control {
    border-radius: 2px;
    background: #fff;
    border: 1px solid #f0f1f5;
    color: #3c3b3b;
    height: 45px;
}
.contentbody .btn-primary {
    color: #fff;
    background-color: #ef6608;
    border-color: #ef6608;
}
.contentbody .input-group-append .btn {
    height: 45px;
    padding: 1px 1rem;
}
.footer_section h3 span {
    padding-right: 6px;
}

.contentbody .form-control.default-select {
    border-radius: 2px;
    background: #fff0;
    border: 0px;
}
.contentbody input[type="checkbox"]:checked:after {
    background: #ff5f45;
}
.profile .profile-photo {
    margin-top: -22px;z-index: 0;
}
/* copyright section end */
.la-mano{position: relative; height: 545px;}
.la-mano img{ position: absolute; right: -13px; min-width: 380px; top: 168px; }
.carousel-control-prev-icon{
    background: url(/frontend/images/fecha-left.png) !important;
    width: 3rem;
    height: 3rem;

}
.carousel-control-next-icon{
    background: url(/frontend/images/fecha-rightt.png) !important;
    width: 3rem;
    height: 3rem;
}
.palito{
    width: 8px;
    background-color: #ca5f4a;
    border-radius: 10px;
    height: 100%;
}
.palito-derecho{ float: left; margin-left: 20px;}
.palito-izquierdo{ float: right;  margin-right: 20px;}
.slogan-home{
    margin-top: 40px;
    text-align: center;
    font-size: 14pt;
    color: #f8f6f4;
    line-height: 22px;
    padding-left: 15px;
}
.aquecompras{
    text-align: center;
    font-size: 14pt;
    color: #fff;
}
.title-basket {
    color: #fff;
    font-size: 26pt;
    text-decoration: underline;
}
.big-number {
    font-size: 40pt;
}
.title-white {
    color: #fff;
}
.title-white {
    color: #fff;
}
.text-how-order {
    font-size: 19pt;
}
.marco-how-order {
    background-color: #2c898b;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 40px;
}
.ylisto {
    font-size: 25pt;
    text-align: right;
    margin-top: -38px;
    margin-bottom: -44px;
}
.steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.step {
    display: flex;
    align-items: flex-start; /* Asegura alineación superior en múltiples líneas */
    gap: 15px;
}

.number {
    font-size: 40pt; /* Tamaño más grande del número */
    font-weight: bold;
    color: #fff;
    flex-shrink: 0;  /* Evita que se reduzca el tamaño */
    width: 50px; /* Espacio fijo para los números */
    text-align: center;
    line-height: 1; /* Asegura que el tamaño vertical no se expanda */
    display: flex;
    align-items: flex-start; /* Alineación superior con el texto */
}
.steps a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.steps a:hover {
    text-decoration: underline !important;
}
/* Estilos de texto */
.step p {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    flex-grow: 1; /* Permite que el texto ocupe el espacio restante */
}
.contenido-cosecha{ 
    margin: 50px 10px;
    background: url(/frontend/images/oferta-alimentos.png) !important;
    background-position: center; /* Centra la imagen en el contenedor */
    background-repeat: no-repeat !important; /* Evita que la imagen se repita */
}
.oferta-alimentos{ 
    background: url(/frontend/images/oferta-alimentos-fondo.png) !important;
    background-size: initial !important; /* Ajusta la imagen para que cubra todo el contenedor */
    background-position: center; /* Centra la imagen en el contenedor */
    background-repeat: no-repeat !important; /* Evita que la imagen se repita */
    width: 100%; /* Asegura que el div ocupe todo el ancho disponible */
    height: 310px; /* Altura fija o ajustable según el diseño */
}
.background-quienes{
    background: url(/frontend/images/background-quienes.png) !important;
    background-size: auto !important;
    background-position: center;
    background-repeat: no-repeat !important;
}
.marco-quienes {
    background-color: #c24789;
    color: #fff !important;
    border-radius: 40px 40px 0px 40px;
    padding: 10px 20px 10px 25px;
    height: fit-content;
}
.marco-hacemos {
    background-color: #ef6608;
    color: #fff !important;
    border-radius: 40px 40px 0px 40px;
    padding: 10px 20px 10px 25px;
    height: fit-content;
}
.quienes-img {
    max-width: 100%;
}
.mariama img {
    max-width: 130px;
}

.background-hacemos{
    background: url(/frontend/images/background-hacemos.png) !important;
    background-size: auto !important;
    background-position: center;
    background-repeat: no-repeat !important;
}
/* responsive*/
@media (max-width: 599px) {
    .menu-movil{ display: block !important;}
    .logo img {
        max-width: 115px;
    }
    .logo{
        width: 40%;
        margin-right: 10px;
        padding: 0;
    }
    .de-mercado{
        line-height: 4px; margin-top:5px
    }
    .login_menu li a {
        font-size: 12px;
    }
    .image-bag{
        width: 33px !important;
    }
    .promo-app h4{ padding-top: 10px !important; font-size: 18pt; text-align: center; color: #fff;}
    .promo-app p{ font-size: 14pt; width: 100%;}
    .promo-app a{ font-size: 10pt !important; display: block; text-align: center;}
    .la-mano{position: relative; height: 386px;}
    .la-mano img{ top: 0;}
    .contenido-cosecha{ 
        text-align: center;
        margin: 0px 0px;
    }
    .oferta-alimentos{ 
        height: 210px;
    }
    .boton-naranja{ text-align: center; display: block;}
    .login_menu li {
        font-size: 10px;
        color: #d7ae49;
        padding: 4px;
        font-weight: 600;
    }
    .login_menu.backgr .imgicon {
        font-size: 15px;
    }
    .logo_section .containt_main.searchbar {
        height: 100%;
        margin-right: -11px;
    }
    .logo_section .containt_main .main, .logo_section .login_menu ul {
        padding: 5px;
    }
    .menu-general{
        margin-left: -12px!important
    }
    .footer_section {
        background-size: 40%;
    }
    .promo-app img.lamano{
        margin: 0px 0px;
    }
    .promo-app img.logo-que{
        margin: 0px 0px;
        max-width: 100px;
    }
    .boton-verde{
        margin-left: 20px;
    }
    .marco-how-order {
        margin-left: 15px;
    }
}
.texto-bolsa{ display: block; font-weight: bold;}
.bloque-buscador{ width: 100%;}
.cabecera-buscador span{background-color: #fffff6;border-radius: 15px 15px 15px 15px;}
.buscador-header::placeholder{ color: #6baa63 !important;}
.buscador-header{ color: #6baa63 !important; border: none !important; font-family: 'Goldplay Alt';}
/*.img-buscador{ background: none; max-width: 27px; height: 27px; max-height: 23px;}*/
.h-ecotambo{ 
    color: #6baa63;
    font-size: 30pt;
    clear: both;
    font-weight: bold;
    font-family: sans-serif;
    margin: 20px 0px 20px 0px;
}
.h-awana{ 
    color: #462c76;
    font-size: 30pt;
    clear: both;
    font-family: sans-serif;
    font-weight: bold;
    font-style: normal;
    margin: 20px 0px 20px 0px;
}
.text-awana{ 
    color: #462c76;
    font-size: 13pt;
    font-family: 'Goldplay Alt', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 17pt;
}
.title-app{ padding-top: 120px !important;}

.home-recetas{ background-color: #54285d; opacity: 0.5;}
.btn-comprar:hover{
    color: #fd7a65 !important;
    border: 1px solid #fd7a65 !important;
}
.boton-naranja{
    background-color: #e55e46;
    color: #fff;
    padding: 3px 0px;
    font-family: 'Goldplay Alt', sans-serif;
    font-weight: normal;
    font-style: normal;
    border-radius: 10px;
    text-align: center;
    line-height: initial;
    margin: -30px;
}
.boton-naranja a {
    color: #fff !important;
}
.auth-form h2, .form-group label, .auth-form a{
    color: #54285d;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.auth-form a{
    font-size: 1.2rem;
}
.boton-naranja:hover{
    background-color: #54285d;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}
.marco-verde{
    background-color: #6baa63;
    color: #fff;
    padding: 15px 0px 40px 0px;
    font-family: 'Goldplay Alt', sans-serif;
    font-weight: bold;
    font-style: normal;
    border-radius: 10px;
    text-align: center;
    line-height: initial;
    font-size: 14pt;
}
.boton-verde{
    background-color: #6baa63;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}
a.boton-verde {
    color: #fff;
}
a.boton-verde:hover{
    color: #fff !important;
    font-weight: 600;
}
.goldplay-bold {
    font-family: 'Goldplay Alt', sans-serif;
    font-weight: bold;
    font-style: normal;
}
.goldplay-normal {
    font-family: 'Goldplay Alt', sans-serif;
    font-weight: normal;
    font-style: normal;
}
.goldplay-regular {
    font-family: 'Goldplay Alt', sans-serif;
    font-weight: 600;
    font-style: normal;
}
.page-link{
    color: #54285d;
}
.page-item.active .page-link{
    background-color: #54285d;
    border-color: #54285d;
}
.breadcrumb-front{
    background: #ef6608;
    margin-left: 0px;
    margin-right: 0px;
}
.breadcrumb-front li a{color: #fff !important;}


.product-grid{
    font-family: 'Raleway', sans-serif;
}


.product-grid select {
    border-radius: 20px;
    outline: none;
    border: 1px solid #ddd;
    color: #555
}

.product-grid img {
    object-fit: contain;
    width: 150px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-grid p.h4 {
    color: #401e58;
    text-align: center;
    font-size: 0.8rem;
    display: block;
    height: 30px;
    text-transform: uppercase;
}
.border-right{
    border-right: 2px solid #6baa63}
    .disponible span{ font-size: 1.2rem; font-weight: bold;}
.product-grid p.h4 a{
    color: #6baa63 !important;
    font-weight: bold;
    font-family: 'Goldplay Alt', sans-serif;
    font-weight: bold;
    font-style: normal;
}
.text-muted{
    color: #6baa63 !important;
}

.product-grid .rating {
    font-size: 0.7rem
}

.product-grid .fa-star,
.product-grid .reviews {
    color: #daa520
}
.product-grid div.h4 {
    font-size: 1.8rem;
    color: #6baa63 !important;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    margin: 0
}
.nuestros-alimentos-sub{
    text-align: center;
    color: #401e58;
    font-size: 1rem;
}
.menu-movil{ display: none ;}
.product-grid .btn {
    border-radius: 7px 7px 0px 0px;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 8px 0px;
    background:#6baa63;
    color: #fff;
}
.product-grid .btn:hover {
    background:#e7be6b;
    border: 1px solid #e7be6b;
    color: #401e58;
}

.product-grid .card {
    position: relative;
    border-radius: 15px;
}

.product-grid .card:hover {
    border: 1px solid #000;
    box-shadow: 3px 3px 30px rgb(64, 30, 88)
}

.product-grid .red {
    background-color: #c24789;
    position: absolute;
    color: #fff;
    border-radius: 5px;
    left: 0;
    top: -6px;
    font-size: 0.7rem;
    font-family: 'Goldplay Alt', sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.product-grid a:hover {
    text-decoration: none
}

@media(max-width:800px) {
    .product-grid .wrapper {
        margin: 20px 10px
    }

    .product-grid p.h4 {
        font-size: 1rem;
        padding-top: 10px;
        height: 53px;
    }
}

@media(max-width:767px) {
    .product-grid .wrapper {
        max-width: 500px;
        margin: 20px auto
    }
}

.button-green{
    background: #401e58;
    border-radius: 1rem 1rem;
    color: #d7ae49;
}
.button-green:hover{
    background: #397764;
    color: #fff;
}

@media(max-width:424px) {
    .product-grid .wrapper {
        width: 100%;
        margin: auto
    }

    .product-grid div.text-muted {
        font-size: 0.75rem
    }
}



@media(min-width:1200px) {

    #sidebar {
        width: 100%;
        padding: 20px;
        float: left
    }

    .filter,
    #mobile-filter {
        display: none
    }
}

@media(min-width:992px) and (max-width:1199px) {

    #sidebar {
        width: 100%;
        padding: 20px;
        float: left
    }

    .filter,
    #mobile-filter {
        display: none
    }
}

@media(min-width:768px) and (max-width:991px) {
    #sidebar {
        padding: 20px;
        float: left
    }

    .filter,
    #mobile-filter {
        display: none
    }
    .boton-naranja{ display: block; text-align: center;}
    .la-mano{ height: auto; text-align: center;}
    .la-mano img{ display: block; position: relative; left: 20%; top: 0; width: 50%;  ;

    }
}

@media(min-width:576px) and (max-width:767px) {
    #sidebar {
        width: 40%;
        padding: 20px;
        float: left
    }
    .filter,
    #mobile-filter {
        display: none
    }
}
.producto-detalle .card{
    border:none
}
@media(max-width:575px) {
    header{
        /*position: fixed;
        left: 0;
        top: 0;*/
        width: 100%;
        height: 224px;
        z-index: 1000;
    }
    .contentbody{
        clear: both;
        margin-top: 0px;
        z-index: 0;
    }
    #sidebar {
        display: none
    }

    .filter {
        margin-left: 70%;
        margin-top: 2%
    }

    #sorting,
    #res {
        font-size: 12px;
        margin-top: 2%
    }
}
.detalle-right{
    float: right;
    border-radius: 10px 0 0 10px;
    margin-right: -23px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.detalle-left{
    float: left;
    border-radius: 0 10px 10px 0;
    margin-left: -23px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    background: url(/frontend/images/leftnaranja.png) no-repeat left;
    padding-left: 25px;
}
.btn-lila{
    background-color: #401e58;
    color: #ddb16b;
}
/* Product detail*/
.producto-detalle .card-wrapper{
    max-width: 95%;
    margin: 0 2.5% auto;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    font-family: 'Raleway', sans-serif;
}
.producto-detalle img{
    width: 100%;
    display: block;
}
.producto-detalle .img-display{
    overflow: hidden;
}
.producto-detalle .img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.producto-detalle .img-showcase img{
    min-width: 100%;
}
.producto-detalle .img-select{
    display: flex;
}
.producto-detalle .img-item{
    margin: 0.3rem;
}
.producto-detalle .img-item:nth-child(1),
.producto-detalle .img-item:nth-child(2),
.producto-detalle .img-item:nth-child(3){
    margin-right: 0;
}
.producto-detalle .img-item:hover{
    opacity: 0.8;
}
.producto-detalle .product-content{
    padding: 2rem 1rem;
}
.producto-detalle .product-title{
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #401e58;
}
.producto-detalle .product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0px;
    width: 100%;
    background: #12263a;
}
.producto-detalle .product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.producto-detalle .product-link:hover{
    opacity: 0.9;
}
.producto-detalle .product-rating{
    color: #ffc107;
}
.producto-detalle .product-rating span{
    font-weight: 600;
    color: #252525;
}
.producto-detalle .product-price{
    font-size: 3rem;
    font-weight: 700;
}
.producto-detalle .product-price span{
    font-weight: 400;
}
.producto-detalle .last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.producto-detalle .new-price{
    color: #401e58;
    font-size: 3rem;
    font-weight: bold;
}
.producto-detalle .new-price span{
    color: #401e58;
    font-size: 3.5rem;
}
.producto-detalle .product-detail h2{
    text-transform: capitalize;
    color: #ca5f4a;
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.producto-detalle .product-detail p, .texto-detalle{
    font-size: 1rem;
    color: #401e58;
}
.btn-carrito{
    background-color: #4b2c5a;
    color: #ddb16b;
    font-size: 1.5rem !important;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.btn-carrito:hover{
    background-color: #ddb16b;
    color: #4b2c5a;
    font-size: 1.5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.producto-detalle .product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.producto-detalle .product-detail ul li{
    margin: 0;
    list-style: none;
    background-size: 18px;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
    color: #401e58;
    font-size: 1.2rem;
}
.producto-detalle .product-detail ul li span{
    font-weight: 400;
}
.producto-detalle .purchase-info{
    margin: 1.5rem 0;
}
.producto-detalle .purchase-info input,
.producto-detalle .purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.producto-detalle .purchase-info input{
    width: 60px;
}
.producto-detalle .purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.producto-detalle .purchase-info .btn:first-of-type{
    background: #256eff;
}
.producto-detalle .purchase-info .btn:last-of-type{
    background: #f64749;
}
.producto-detalle .purchase-info .btn:hover{
    opacity: 0.9;
}
.producto-detalle .social-links{
    display: flex;
    align-items: center;
}
.producto-detalle .social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.producto-detalle .social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px){
    .producto-detalle .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .producto-detalle .card-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .producto-detalle .product-imgs{
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
    }
    .producto-detalle .product-content{
        padding-top: 0;
    }
}

.eco-tabs{ border-bottom: 3px solid #c24789;}
.eco-tabs li a{
    color: #fff !important;
    background-color: #c24789 !important;
    margin-right: 10px;
    border-radius: 0px !important;
}
.eco-tabs .active{
    color: #fff !important;
    font-weight: bold;
    color: #fff !important;
    background-color: #6baa63 !important;
}
.marco-hacemos .eco-tabs{ border-bottom: 3px solid #ef6608;}
.marco-hacemos .eco-tabs li a{
    color: #fff !important;
    background-color: #ef6608 !important;
    margin-right: 10px;
    border-radius: 0px !important;
    font-size: 10pt;
}
.marco-hacemos .eco-tabs .active{
    color: #fff !important;
    font-weight: bold;
    color: #fff !important;
    background-color: #2c898b !important;
    font-size: 10pt;
}

.form-wizard {
    border: 0; }
    .form-wizard .nav-wizard {
      box-shadow: none !important;
      margin-bottom: 2rem; }
      .form-wizard .nav-wizard li .nav-link {
        position: relative; }
        .form-wizard .nav-wizard li .nav-link span {
          border-radius: 50px;
          width: 3rem;
          height: 3rem;
          border: 2px solid #1EAAE7;
          display: block;
          line-height: 3rem;
          color: #1EAAE7;
          font-size: 18px;
          margin: auto;
          background-color: #fff;
          position: relative;
          z-index: 1; }
        .form-wizard .nav-wizard li .nav-link:after {
          position: absolute;
          top: 50%;
          left: 50%;
          height: 3px;
          transform: translateY(-50%);
          background: #f1f1f1 !important;
          z-index: 0;
          width: 100%; }
        .form-wizard .nav-wizard li .nav-link.active:after {
          background: #f1f1f1 !important; }
        .form-wizard .nav-wizard li .nav-link.done:after {
          background: #1EAAE7 !important; }
        .form-wizard .nav-wizard li .nav-link.done span {
          background-color: #1EAAE7;
          color: #fff; }
      .form-wizard .nav-wizard li:last-child .nav-link:after {
        content: none; }
    .form-wizard .toolbar-bottom .btn {
      background-color: #1EAAE7;
      border: 0;
      padding: 12px 18px; }
    .form-wizard .tab-content .tab-pane {
      padding: 0; }
    .form-wizard .emial-setup label.mailclinet {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 10rem;
      height: 10rem;
      border-radius: 50%;
      cursor: pointer;
      background-color: #EEF5F9;
      text-align: center;
      margin: auto; }
      [data-theme-version="dark"] .form-wizard .emial-setup label.mailclinet {
        background-color: #181f39; }
      @media only screen and (max-width: 575px) {
        .form-wizard .emial-setup label.mailclinet {
          width: 7rem;
          height: 7rem; } }
      .form-wizard .emial-setup label.mailclinet .mail-icon {
        font-size: 3rem;
        display: inline-block;
        line-height: 1;
        margin-top: -1rem; }
        @media only screen and (max-width: 575px) {
          .form-wizard .emial-setup label.mailclinet .mail-icon {
            font-size: 2rem; } }
      .form-wizard .emial-setup label.mailclinet .mail-text {
        font-size: 1rem;
        text-align: center;
        margin-top: .5rem; }
        @media only screen and (max-width: 575px) {
          .form-wizard .emial-setup label.mailclinet .mail-text {
            font-size: 16px;
            line-height: 20px; } }
      .form-wizard .emial-setup label.mailclinet input[type="radio"] {
        display: none; }
    .form-wizard .emial-setup label.mailclinet {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 10rem;
      height: 10rem;
      border-radius: 50%;
      cursor: pointer;
      background-color: #EEF5F9;
      text-align: center;
      margin: auto; }
      [data-theme-version="dark"] .form-wizard .emial-setup label.mailclinet {
        background-color: #181f39; }
      @media only screen and (max-width: 575px) {
        .form-wizard .emial-setup label.mailclinet {
          width: 7rem;
          height: 7rem; } }
      .form-wizard .emial-setup label.mailclinet .mail-icon {
        font-size: 3rem;
        display: inline-block;
        line-height: 1;
        margin-top: -1rem; }
        @media only screen and (max-width: 575px) {
          .form-wizard .emial-setup label.mailclinet .mail-icon {
            font-size: 2rem; } }
      .form-wizard .emial-setup label.mailclinet .mail-text {
        font-size: 1rem;
        text-align: center;
        margin-top: .5rem; }
        @media only screen and (max-width: 575px) {
          .form-wizard .emial-setup label.mailclinet .mail-text {
            font-size: 16px;
            line-height: 20px; } }
      .form-wizard .emial-setup label.mailclinet input[type="radio"] {
        display: none; }
    @media only screen and (max-width: 767px) {
      .form-wizard .nav-wizard {
        flex-direction: unset !important; }
      .form-wizard .tab-content {
        height: 100% !important; } }
    @media only screen and (max-width: 575px) {
      .form-wizard .nav-wizard li .nav-link {
        padding: 0; } }

        .eco-tabs .active{
            color: #fff !important;
            font-weight: bold;
        }
.wave {
    width: 100%;
    height: 51px;  /* Altura ajustada */
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 50"><path fill="%23c24789" d="M0 25 Q 50 50, 100 25 T 200 25 T 300 25 T 400 25 T 500 25 T 600 25 T 700 25 T 800 25 T 900 25 T 1000 25 T 1100 25 T 1200 25 T 1300 25 T 1400 25 T 1500 25 T 1600 25 V 50 H 0 Z"></path></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
    color: #fff;
    font-weight: bold;
}
.btn-link {
    font-weight: 400;
    color: #6baa63;
    text-decoration: underline;
    font-weight: bold;
}
.btn-link:hover {
    color: #6baa63;
    text-decoration: underline !important;
}
.text-center {
    text-align: center;
}