/*Colores*/
.fntgreen{ color: #0d9700;}
.fntwhite{ color: white; }
.fntblack{color: black;}
.fntgris{color: grey;}
.fntpurple{color: purple;}
.fntorange {color :#DB2D2E;}
.fntred {color : #ff0000;}
.fntblue {color : #043d4e;}
.fntsku { color: #0c8db2;}
.fntsku2 { color: #075167;}
.fntprecio{ color:#f77f00; }
.fntamarillo { color: #ffaa00; }
.fntoceanblue {color: #1c48a6
}
.fttdeepoceanblue {color: #182545
}

/*Estilos de Letras*/
.fntbold{ font-weight: bold; }
.htext{ font-weight: 400; }
.fntmayusculas {text-transform: uppercase;}
.fntsubrayado{ text-decoration:underline; }

/*Tamaño de letras*/
.fnt11{ font-size: 11px!important; }
.fnt12{ font-size: 12px!important; }
.fnt13{ font-size:13px!important; }
.fnt14{ font-size: 14px!important; }
.fnt17{ font-size: 17px!important; }
.fnt22{ font-size: 22px!important; }
.fnt26{ font-size: 26px!important; }
.fnt29{ font-size: 29px!important; }
.fnt31{ font-size: 31px!important; }
.fnt35{ font-size: 35px!important; }
.fnt45{ font-size: 45px!important; }
.cats-title-ico{
    font-size: 1.05em;
}

.fntletra1 {font-family: 'museo slab', Helvetica, Arial, Lucida, sans-serif;}
.fntletra2 {    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;}
/*Letras con tamaño convinadas*/
.htextred{ font-weight: 600; color: #e11d2f; }
.top-action-icon{ font-size:20px; color:#591366;}
.txtReq {
    color: #79429b;
    font-weight: bold;
    font-family: monospace;
}
.cats-title-item{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 650;
    color: #E11D2E;
    font-size: clamp(90px, 4.2vw, 64px); /* mas alto las letras */
    line-height: 1.05;
}
.texto-negro { background: none; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 400; color: #333333; }
.texto-grisClaro { background: none; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 400; color: #bdbdbd; }

.texto-blanco { background: none; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 400; color: #FFFFFF; }
.txtwhitefooter {
    color:#c8c5c5!important; margin:0; font-size: 15px; }
.aviso-vino
{
    background: none; margin: 0; font-family: 'Poppins', sans-serif; font-size: 16px;
    font-weight: 400; color: #837486; border: 2px solid #837486; border-radius: 10px; padding: 5px;
}


/*MENU*/
.centrarmenuvertical{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:1px;}
.centrarmenuvertical2{ display:flex; flex-direction:column; margin-left:5px;}
.tituloseccion {color: #DB2D2E; font-size: 60px; font-weight: 500; font-family: 'museo slab',Helvetica,Arial,Lucida,sans-serif; }
.flex-vertical { display: flex; align-items: center; }
.sticky-div{
    position: sticky;
    top: 0px;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    overflow: visible;
}

.menu-link-fixed{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 40px;
    text-align: center;
    white-space: nowrap;
}
.txtright { text-align: right; }
.txtleft { text-align: left; }
.txtCenter { text-align: center; }

@media (max-device-width: 800px) {
    .txtright { text-align: center; }
    .txtleft { text-align: center; } }




.paddtop4 {
    padding-top: 4px;
}
.marginL5  { margin-left:  5px !important; }
.marginL10 { margin-left: 10px !important; }
.marginL15 { margin-left: 15px !important; }
.marginL20 { margin-left: 20px !important; }

.prod-sticker{
    position:absolute;
    top:12px;
    left:12px;
    background:#e11d2e;
    color:#fff;
    font-weight:800;
    font-size:12px;
    padding:4px 10px;
    border-radius:999px;
    box-shadow: 0 3px 8px rgba(0,0,0,.18);
}
.prod-sticker2{
    background:#e11d2e;
    color:#fff;
    font-weight:800;
    font-size:12px;
    padding:4px 10px;
    border-radius:35px;
    box-shadow: 0 3px 8px rgba(0,0,0,.18);
}
.prod-title{
    display:block;
    width:100%;
    max-width:150px;
    font-weight:600;
    font-size:13px;
    color:#003049;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:0 0 15px 0;
    line-height:1.15;
}
.prod-title:hover{ text-decoration:underline; }

/* PRECIO */
.prod-price{
    font-size:13px;
    font-weight:500;
    color:#86b93b;
    margin-bottom:8px;
    margin-top: -6px;
}

/* ****************************************** CSS Para growl ******************************************************** */
.ui-growl-image-error { color: #ffffff !important; }
.ui-growl-message { color: #ffffff !important; }
.ui-growl-icon-close { color: #ffffff !important; }

.ui-growl-info .ui-growl-item{ background-color: rgba(42, 113, 54, 0.68) !important; border-radius: 10px 0 10px 10px !important;  color: #ffffff !important; border: 1px solid #35cc53 !important; border-radius: 15px;}
.ui-growl-warn .ui-growl-item { background-color: rgb(165 108 0 / 78%)!important; color: #ffffff !important; border: 1px solid #ccbf35 !important;}
.ui-growl-error .ui-growl-item { background-color: #723f3a !important; color: #ffffff !important; border: 1px solid #e74c3c !important; }
.ui-growl-fatal .ui-growl-item{ background-color: rgba(53, 6, 6, 0.78) !important; border: 1px solid #000000 !important;}

.ui-growl-image { background-image: none !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    font-size: 1.8em !important; width: 40px !important; height: 40px !important; }
.ui-growl-image-error::before { content: "✘" !important; color: #e74c3c !important; font-size: 1.5em !important; }
.ui-growl-image-info::before { content: "✓" !important; color: #35cc53 !important; font-size: 1.5em !important; }
.ui-growl-image-warn::before { content: "⚠" !important; color: #ccbf35 !important; font-size: 1.5em !important; }
.ui-growl-image-fatal::before { content: "☠" !important; color: #ff0000 !important; font-size: 1.5em !important; }
/* ****************************************** CSS Para growl END ******************************************************** */
html, body {
    overflow-x: hidden !important;
}