/* WF:b1397107667e3fee @qrflay.com 2026-05 */
/* [00-general] */
.wpz-payment_page_wpz-payments-settings select,
.wpz-payment_page_wpz-payments-settings [type="checkbox"]:not(:checked),.wpz-payment_page_wpz-payments-settings [type="checkbox"]:checked
{
 display:block !important;
 opacity:1 !important;
 pointer-events:auto !important;
}
.qr-search-wrap i.fas.fa-search.search-icon,
.page-control-panel div#pwa-wf-fab,
div#bap-filter-overlay span.bap-count,
.post-type-project div#postimagediv,
button#menu-item-upload,
div#mceu_64{
 display:none !important;
}
@media (max-width:678px){
.bap-footer .bap-hint{
 display:none !important;
}
div#bap-filter-overlay .bap-footer{
 flex-direction:column!important;
 align-items:stretch !important;
}
 div#bap-filter-overlay .bap-reset-btn,
 div#bap-filter-overlay button#bap-filter-apply{
 padding:1em !important;
}
}
body .mi-plugin-checkbox-container{
 display:flex;
 align-items:center;
 gap:8px;
 justify-content:center;
}
td.title.column-title.has-row-actions.column-primary.page-title{
 height:5em !important;
 margin:1em 0 !important;
}
@media screen and (max-width:782px){
.wp-list-table .toggle-row,
td.author.column-author,
#the-list td[data-colname="Categorías"],
#the-list td[data-colname="Etiquetas"],
#the-list td[data-colname="Comentarios"],
#the-list td[data-colname="Fecha"]{
 display:none !important;
}
}
@media screen and (max-width:782px){
 .iedit td{
 display:block !important;
}
}
tbody#the-list{
 background:rgb(10,102,130,0.2) !important;
}
body{
 line-height:2.2em !important;
}
.page-control-panel .et_pb_code{
 top:-2em!important;
}
body h1,body h2,body h3,body h4,body h5,body h6,body #content-category a,
html h1,html h2,html h3,html h4,html h5,html h6,html #content-category a{
 font-weight:300 !important;
}
body p,body a,
html p,html a{
 font-weight:400 !important;
}
.logged-in.page-control-panel .carrito-pedidos-flotante{
 display:none !important;
 opacity:0 !important;
}
@media (max-width:976px){
 body #wpcontent .tablenav.top>div:nth-child(2),
 body #wpcontent .tablenav.bottom,
 #wpcontent th.manage-column.column-mi_plugin_checkbox,
 body #wpcontent th#mi_plugin_checkbox{
 display:block !important;
 opacity:1 !important;
 margin-top:0 !important;
}
}
label.xoo-el-form-label,
a.xoo-el-lostpw-tgr{
 color:#fff !important;
}
label.xoo-el-form-label:hover,
a.xoo-el-lostpw-tgr:hover{
 color:#cabc98 !important;
}
p.tel-movil a,
p.tel-fijo a{
 color:#fff !important;
 background:#0000003d !important;
 border-radius:5px;
 padding:0 1em;
}
.horarios-wf p{
 background:#0000003d;
 padding:0;
 margin:.5em;
 border-radius:5px;
}
.horarios-wf em{
 color:#d0caf1;
 font-size:16px;
}
.xoo-aff-required.xoo-aff-checkbox_single.xoo-aff-field label{
 font-size:1em !important;
}
/* [wf-boton-de-whatsapp] */
.floating-wpp,
.floating-wpp:hover{
 bottom:3.5em;
}
/* [wf-categorias-grid] */
.wf-catgrid-wrapper{position:relative;width:100%;}
.wf-catgrid{
 display:grid;
 gap:12px;
 padding:10px 0;
 grid-template-columns:repeat(var(--wf-cols-d,3),1fr);
}
.wf-catgrid-card{
 position:relative;
 overflow:hidden;
 border-radius:12px;
 cursor:pointer;
 aspect-ratio:1 / 1;
 background:#111;
 outline:none;
 transition:transform 0.3s ease,box-shadow 0.3s ease;
}
.wf-catgrid-card:hover,
.wf-catgrid-card:focus-visible{
 transform:scale(1.03);
 box-shadow:0 8px 30px rgba(0,0,0,0.5);
}
.wf-catgrid-card:focus-visible{outline:2px solid #c9a84c;outline-offset:2px;}
.wf-catgrid-card-media{position:absolute;inset:0;overflow:hidden;}
.wf-catgrid-card-media video,
.wf-catgrid-card-media img{
 width:100%;height:100%;object-fit:cover;display:block;transform-origin:center center;
}
.wf-catgrid-card-overlay{
 position:absolute;inset:0;
 display:flex;align-items:center;justify-content:center;
 background:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.35) 100%);
 z-index:2;padding:15px;transition:background 0.3s ease;
}
.wf-catgrid-card:hover .wf-catgrid-card-overlay{
 background:linear-gradient(0deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.25) 100%);
}
.wf-catgrid-card-title{
 color:#fff;font-size:clamp(14px,2.5vw,24px);font-weight:700;
 text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.7);
 margin:0;line-height:1.3;letter-spacing:0.02em;
}
.wf-catgrid-overlay{
 position:fixed;
 top:0;left:0;width:100%;height:100%;
 z-index:99999;
 background:#1a1a1a;
 display:flex;
 flex-direction:column;
 transform:translateX(-100%);
 opacity:0;visibility:hidden;pointer-events:none;
 transition:transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s cubic-bezier(0.4,0,0.2,1),visibility 0s 0.4s;
}
.wf-catgrid-overlay--abierto{
 transform:translateX(0);
 opacity:1;visibility:visible;pointer-events:auto;
 transition:transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s cubic-bezier(0.4,0,0.2,1),visibility 0s 0s;
}
.wf-catgrid-overlay--cerrando{
 transform:translateX(100%);
 opacity:0;visibility:visible;pointer-events:none;
 transition:transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.35s cubic-bezier(0.4,0,0.2,1),visibility 0s 0.45s;
}
.wf-catgrid-close{
 position:absolute;
 top:3px;right:12px;
 z-index:100;
 background:rgba(0,0,0,0.8);color:#fff;
 border:2px solid #fff;border-radius:50%;
 width:44px;height:44px;font-size:26px;
 cursor:pointer;
 display:flex;align-items:center;justify-content:center;
 padding:0;margin:0;
 transition:all 0.2s ease;
 box-shadow:0 2px 10px rgba(0,0,0,0.4);
 outline:none;line-height:1;
 font-family:Arial,sans-serif;
 -webkit-tap-highlight-color:transparent;
 user-select:none;
}
.wf-catgrid-close:hover{background:rgba(255,255,255,0.2);transform:scale(1.05);}
.wf-catgrid-close:active{transform:scale(1.1);}
.wf-catgrid-close:focus{box-shadow:0 0 0 3px rgba(255,255,255,0.3),0 2px 10px rgba(0,0,0,0.4);}
.wf-catgrid-sticky-bar{
 flex-shrink:0;
 background:#1a1a1a;
 padding:10px 64px 8px 14px;
 border-bottom:1px solid rgba(255,255,255,0.1);
 z-index:10;
}
.wf-catgrid-filters{
 display:flex;gap:8px;
 overflow-x:auto;
 -webkit-overflow-scrolling:touch;
 scrollbar-width:none;
 scroll-behavior:smooth;
 mask-image:linear-gradient(90deg,transparent 0%,#000 2%,#000 98%,transparent 100%);
 -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 2%,#000 98%,transparent 100%);
 padding:2px 0;
}
.wf-catgrid-filters::-webkit-scrollbar{display:none;}
.wf-catgrid-filter-btn{
 display:inline-flex;align-items:center;
 padding:7px 18px;border-radius:22px;
 border:1px solid rgba(255,255,255,0.3);
 background:rgba(255,255,255,0.08);
 color:#ddd;font-size:13px;font-weight:500;
 cursor:pointer;white-space:nowrap;flex-shrink:0;
 transition:all 0.3s ease;
}
.wf-catgrid-filter-btn:hover{
 background:rgba(255,255,255,0.15);color:#fff;
}
.wf-catgrid-filter-btn.current{
 background:rgba(65,116,72,0.25);
 border-color:rgba(65,116,72,0.5);
 color:#b8d8bc;
 font-weight:600;
}
.wf-catgrid-filter-btn.active{
 background:rgb(65,116,72);
 color:#fff;
 border-color:rgb(65,116,72);
 font-weight:600;
 box-shadow:0 2px 8px rgba(65,116,72,0.4);
}
.wf-catgrid-overlay-scroll{
 flex:1;
 overflow-y:auto;
 overflow-x:hidden;
 -webkit-overflow-scrolling:touch;
}
.wf-group-separator{
 display:flex;
 align-items:center;
 gap:12px;
 padding:14px 4px 8px;
}
.wf-group-separator{
 grid-column:1 / -1;
}
.wf-group-separator-text{
 color:rgba(255,255,255,0.5);
 font-size:13px;
 font-weight:600;
 text-transform:uppercase;
 letter-spacing:0.08em;
 white-space:nowrap;
}
.wf-group-separator::after{
 content:'';
 flex:1;
 height:1px;
 background:rgba(255,255,255,0.1);
}
.wf-catgrid-overlay-items{
 display:flex;
 flex-direction:column;
 gap:12px;
 padding:12px 14px 100px;
}
.wf-catgrid-overlay-items article.dp-dfg-item{
 background:#00303b;
 border-radius:10px;
 overflow:hidden;
 border:1px solid rgba(255,255,255,0.1);
 transition:opacity 0.25s ease;
}
.wf-list-top{
 display:flex;
 gap:0;
 min-height:200px;
}
.wf-list-media{
 flex-shrink:0;
 width:150px;
 height:200px;
 margin:.2em;
 overflow:hidden;
 background:#000;
 border-radius:10px;
}
.wf-list-media img,
.wf-list-media video{
 width:100% !important;
 height:100% !important;
 object-fit:cover !important;
 display:block !important;
}
.wf-list-info{
 flex:1;
 min-width:0;
 display:flex;
 flex-direction:column;
 justify-content:flex-start;
 padding:10px 5px;
}
.wf-list-info .dp-dfg-header{
 padding:0 !important;
}
body .wf-list-info .dp-dfg-header h4{
 padding:0 !important;
 font-size:20px !important;
}
body .wf-list-info .dp-dfg-header p span{
 font-size:16px !important;
 line-height:1.2 !important;
}
.wf-list-info .entry-title{
 font-size:15px;
 line-height:1.3;
 margin:0 0 6px;
 color:#fff;
 font-weight:700;
}
.wf-list-info .dp-dfg-cf-descripcion_del_plato{
 margin-bottom:6px !important;
}
.wf-list-info .dp-dfg-cf-descripcion_del_plato .dp-dfg-custom-field-value{
 font-size:16px !important;
 line-height:1.2 !important;
 color:rgba(255,255,255,0.7);
}
.wf-list-info .alergenos-toggle-btn{
 font-size:12px !important;
 padding:3px 10px !important;
 margin-left:0 !important;
}
.wf-list-bottom{
 padding:10px !important;
}
.wf-list-bottom .opciones-precio{
 display:grid !important;
 grid-template-columns:1fr 1fr;
 gap:6px;
 margin-bottom:8px !important;
}
body .wf-list-bottom .opcion-precio{
 margin:0 !important;
 width:100%;
 max-width:100%;
}
.wf-list-bottom .opcion-precio label{
 font-size:13px;
}
.wf-list-bottom .btn-agregar-pedido{
 width:100%;
 text-align:center;
 box-sizing:border-box;
}
.wf-list-bottom .categoria-descripcion{
 margin-bottom:6px;
}
.wf-list-bottom .categoria-descripcion p{
 font-size:12px;
 color:rgba(255,255,255,0.6);
 margin:0;
 line-height:1.4;
}
.wf-list-bottom .wf-contenedor-video-oculto{
 display:none !important;
}
.wf-catgrid-overlay--abierto .dp-dfg-item{
 animation:wf-listIn 0.3s ease both;
}
@keyframes wf-listIn{
 from{opacity:0;transform:translateX(-15px);}
 to{opacity:1;transform:translateX(0);}
}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(1){animation-delay:0.08s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(2){animation-delay:0.11s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(3){animation-delay:0.14s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(4){animation-delay:0.17s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(5){animation-delay:0.20s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(6){animation-delay:0.23s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(7){animation-delay:0.26s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(8){animation-delay:0.29s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(9){animation-delay:0.32s;}
.wf-catgrid-overlay--abierto .dp-dfg-item:nth-child(10){animation-delay:0.35s;}
.wf-catgrid-overlay--abierto .wf-group-separator{
 animation:wf-sepIn 0.3s ease both;
}
@keyframes wf-sepIn{
 from{opacity:0;}
 to{opacity:1;}
}
.wf-alerg-modal{
 position:fixed;
 top:0;left:0;width:100%;height:100%;
 z-index:9999990;
 display:flex;
 align-items:center;justify-content:center;
 opacity:0;visibility:hidden;pointer-events:none;
 transition:opacity 0.25s ease,visibility 0s 0.25s;
}
.wf-alerg-modal--visible{
 opacity:1;visibility:visible;pointer-events:auto;
 transition:opacity 0.25s ease,visibility 0s 0s;
}
.wf-alerg-modal-bg{
 position:absolute;inset:0;
 background:rgba(0,0,0,0.7);
 -webkit-backdrop-filter:blur(4px);
 backdrop-filter:blur(4px);
}
.wf-alerg-modal-box{
 position:relative;
 background:#00303b;
 border:1px solid rgba(255,255,255,0.15);
 border-radius:14px;
 padding:20px;
 max-width:360px;
 width:90%;
 max-height:80vh;
 overflow-y:auto;
 z-index:2;
 box-shadow:0 10px 40px rgba(0,0,0,0.5);
}
.alergenos-p{
 font-size:16px;
 line-height:1.2;
 margin:0 0 1em 0;
}
.wf-alerg-modal-close{
 position:absolute;top:10px;right:12px;
 background:transparent;color:#aaa;border:none;
 font-size:24px;cursor:pointer;line-height:1;
 padding:4px;transition:color 0.2s;
}
.wf-alerg-modal-close:hover{color:#fff;}
.wf-alerg-modal-title{
 color:#fff;font-size:16px;font-weight:700;
 margin:0 0 14px;text-align:center;
}
.wf-alerg-modal-body{
 display:flex;
 flex-wrap:wrap;
 gap:12px;
 justify-content:center;
 background:#00303b;
}
.wf-alerg-modal-body .wf-alerg-img{
 display:flex;
 flex-direction:column;
 align-items:center;
 gap:4px;
 width:60px;
}
.wf-alerg-modal-body .wf-alerg-img img{
 width:40px;height:40px;object-fit:contain;
 border-radius:50%;background:rgba(255,255,255,0.1);
 padding:4px;
}
.wf-alerg-modal-body .wf-alerg-label{
 font-size:10px;color:rgba(255,255,255,0.8);
 text-align:center;line-height:1.2;
}
@media (min-width:1024px){
 .wf-catgrid{grid-template-columns:repeat(var(--wf-cols-d,3),1fr);}
 .wf-catgrid-overlay-items{
 display:grid;
 grid-template-columns:1fr 1fr;
 gap:14px;
 padding:14px 20px 100px;
}
 .wf-group-separator{grid-column:1 / -1;}
}
@media (min-width:601px) and (max-width:1023px){
 .wf-catgrid{grid-template-columns:repeat(var(--wf-cols-t,2),1fr);}
}
@media (max-width:600px){
 .wf-catgrid{
 grid-template-columns:repeat(var(--wf-cols-m,1),1fr);
 gap:10px;
}
 .wf-catgrid-card-title{font-size:18px;}
 .wf-catgrid-close{top:3px;right:8px;width:38px;height:38px;font-size:22px;}
 .wf-catgrid-sticky-bar{padding:8px 52px 6px 10px;}
 .wf-catgrid-filter-btn{padding:6px 14px;font-size:12px;}
 .wf-list-top{min-height:170px;}
 .wf-list-info{padding:8px 5px;}
 .wf-list-info .entry-title{font-size:14px;}
 .wf-list-info .dp-dfg-custom-field-value{font-size:11px !important;}
 .wf-catgrid-overlay-items{padding:10px 10px 100px;gap:10px;}
 .wf-list-bottom .opciones-precio{
 grid-template-columns:1fr 1fr;
 gap:4px;
}
 .wf-group-separator{padding:12px 2px 6px;}
 .wf-group-separator-text{font-size:12px;}
}
@media (prefers-reduced-motion:reduce){
 .wf-catgrid-overlay{
 transition:opacity 0.15s ease,visibility 0s !important;
 transform:none !important;
}
 .kb-imagen-animada{animation:none !important;}
 .wf-catgrid-overlay--abierto,
 .wf-catgrid-overlay--cerrando{transform:none !important;}
 .wf-catgrid-card{transition:none !important;}
 .wf-catgrid-img{animation:none !important;}
 .wf-catgrid-overlay--abierto .dp-dfg-item{animation:none !important;}
 .wf-catgrid-overlay--abierto .wf-group-separator{animation:none !important;}
}
/* [wf-dfg] */
body a.dp-dfg-filter-link,body a.dp-dfg-filter-link.active
html a.dp-dfg-filter-link,html a.dp-dfg-filter-link.active{
 font-weight:bold !important;
 border-radius:5px !important;
}
.dp-dfg-skin-default .dp-dfg-image,#et-boc .et-l .dp-dfg-skin-default .dp-dfg-image,.et-l .dp-dfg-skin-default .dp-dfg-image,.dp-dfg-skin-default .dp-dfg-overlay,#et-boc .et-l .dp-dfg-skin-default .dp-dfg-overlay,.et-l .dp-dfg-skin-default .dp-dfg-overlay{
 padding:0;
 position:relative;
 min-height:200px;
}
.alergenos-p{
 font-weight:bold !important;
 word-spacing:normal !important;
 font-feature-settings:normal !important;
}
.dp-dfg-custom-content{
 justify-content:flex-start !important;
}
span.dp-dfg-custom-field-value{
 display:flex;
 align-items:center;
 	flex-wrap:wrap;
 justify-content:flex-start;
}
span.dp-dfg-custom-field-value img{
	 max-width:30px;
}
p.dp-dfg-custom-field{
 display:inline-flex;
 align-items:center;
 	margin-bottom:1em;
}
span.dp-dfg-custom-field-label{
	margin-right:10px !important;
}
span.wf-alerg-img{
 display:flex;
 flex-direction:column;
 align-items:center;
 margin:0 10px 10px 0;
}
span.wf-alerg-label{
 font-size:10px;
 line-height:1em;
 font-style:italic;
}
body p.dp-dfg-custom-field.dp-dfg-cf-img_alergenos span.dp-dfg-custom-field-value::after,
body p.dp-dfg-custom-field.dp-dfg-cf-descripcion_del_plato span.dp-dfg-custom-field-value::after{
 font-size:0px !important;
}
@media (max-width:980px){
	span.dp-dfg-custom-field-value img{
	 max-width:30px;
}
 .dp-dfg-header.entry-header h4{
 font-size:22px !important;
}
}
body .mfp-wrap button.mfp-close,
body .mfp-wrap button.mfp-close:hover{
color:black !important;
background:white !important;
}
@media(max-width:667px){
 body .dp-dfg-level,
 .dp-dfg-skin-default .dp-dfg-filters ul{
 justify-content:flex-start !important;
 width:98vw;
}
}
body .dp-dfg-skin-default .dp-dfg-filters ul{
 justify-content:flex-start !important;
}
body .dp-dfg-level{
 display:flex;
 justify-content:center;
 overflow-x:auto;
 flex-wrap:nowrap !important;
 padding:10px 0 !important;
 margin:0;
 list-style:none;
 gap:5px;
 scrollbar-width:none;
 -ms-overflow-style:none;
 -ms-scroll-chaining:chained;
 -webkit-overflow-scrolling:touch;
}
body .dp-dfg-level::-webkit-scrollbar{
 display:none;
 width:0;
 height:0;
}
body .dp-dfg-level::-webkit-scrollbar-track{
 background:transparent;
}
body .dp-dfg-level::-webkit-scrollbar-thumb{
 background:transparent;
}
.dp-dfg-filters.dp-dfg-filters-buttons-layout{
 padding:.5em 1em !important;
 margin-left:-10px !important;
}
@media(max-width:980px){
 body .dp-dfg-filters{
 width:110% !important;
}
}
body .dp-dfg-filters{
 width:70%;
}
a.dp-dfg-filter-link{
 white-space:nowrap !important;
 height:auto !important;
}
.dp-dfg-item{
 display:grid;
}
.dp-dfg-item .dp-dfg-content{
 grid-row:5;
}
p.dp-dfg-custom-field{
width:100% !important;
display:flex;
max-width:100% !important;
justify-content:center;
flex-direction:column;
align-items:flex-start;
margin-left:3em !important;
padding-bottom:0;
}
span.dp-dfg-custom-field-value:after{
 content:"€";
}
.dp-dfg-header.entry-header h4{
 margin:0 !important;
}
p.dp-dfg-custom-field.dp-dfg-cf-descripcion_del_plato{
 justify-content:left;
 margin-left:0 !important;
}
body article.dp-dfg-item p.dp-dfg-custom-field.dp-dfg-cf-descripcion_del_plato span.dp-dfg-custom-field-value{
 -webkit-line-clamp:3 !important;
 line-clamp:3 !important;
}
p.dp-dfg-custom-field.dp-dfg-cf-img_alergenos{
 margin-left:0 !important;
}
p.dp-dfg-custom-field.dp-dfg-cf-img_alergenos span.dp-dfg-custom-field-value{
 padding-right:0 !important;
 margin-top:0;
}
.dp-dfg-skin-default .dp-dfg-item:last-of-type{
 padding-bottom:0 !important;
}
.dp-dfg-layout-fullwidth .dp-dfg-item{
 padding:.2em .2em 0 .2em !important;
}
p.dp-dfg-custom-field.dp-dfg-cf-descripcion_del_plato{
 margin-top:1em;
}
p.dp-dfg-custom-field.dp-dfg-cf-descripcion_del_plato span{
 line-height:1;
}
.dp-dfg-skin-default .dp-dfg-item>div:last-of-type{
 padding-bottom:.7em !important;
}
body article .opciones-precio{
 display:flex;
 flex-wrap:wrap;
 gap:8px;
 justify-content:flex-start;
 align-items:center;
 width:100%;
}
body article .opcion-precio{
 flex:1 0 auto;
 max-width:calc(50% - 4px);
}
body article .opcion-precio label{
 display:block;
 padding:0;
 border:1px solid #e0e0e0;
 border-radius:8px;
 cursor:pointer;
 transition:all 0.3s ease;
 text-align:center;
 font-size:14px;
 line-height:1.3;
 font-weight:500;
 color:#fff;
 width:100%;
 box-sizing:border-box;
}
body article .opcion-precio label:hover{
 border-color:#b0b0b0;
 background-color:#f9f9f9;
}
body article .opcion-precio input[type="radio"]{
 display:none;
}
body article .opcion-precio input[type="radio"]:checked + .label-precio{
 font-weight:bold;
 color:#9bc5ff;
}
body article .opcion-precio input[type="radio"]:checked ~ .valor-precio{
 font-weight:bold;
 color:#9bc5ff;
}
body article .opcion-precio input[type="radio"]:checked ~ *,
body article .opcion-precio input[type="radio"]:checked + span{
 opacity:1;
}
.categoria-descripcion{
 margin:-.5em 0 1em .5em;
 font-size:16px;
}
body article .label-precio{
 min-width:50px !important;
 margin-right:0px !important;
 padding-left:25px !important;
 color:rgb(255,255,255) !important;
}
body article span.valor-precio{
 color:rgb(255,255,255) !important;
 font-size:14px !important;
 font-weight:bold !important;
}
body article .label-precio:before{
 color:#ffffff !important;
 border:1px solid #ffffff !important;
}
body article .opcion-precio{
 margin:2px !important;
}
body article .opcion-precio .label-precio,
body article .opcion-precio .valor-precio{
 display:inline-block;
 white-space:nowrap;
}
body article .opcion-precio span:not(.label-precio):not(.valor-precio){
 margin:0 4px;
 color:#666;
}
@media (min-width:1024px){
 body article .opcion-precio{
 max-width:calc(25% - 6px);
 flex:1 0 auto;
}
 body article .opciones-precio{
 gap:12px;
}
}
@media (min-width:768px) and (max-width:1023px){
 body article .opcion-precio{
 max-width:calc(50% - 4px);
}
 body article .opcion-precio label{
 padding:0;
 font-size:15px;
}
}
@media (max-width:767px){
 body article .opcion-precio{
 max-width:calc(50% - 4px);
}
 body article .opcion-precio label{
 padding:0;
 font-size:13px;
}
 body article .opciones-precio{
 gap:6px;
}
}
@media (max-width:375px){
 body article .opcion-precio label{
 padding:0;
 font-size:12px;
}
 body article .opciones-precio{
 gap:4px;
}
}
.dp-dfg-content.entry-summary{
 font-size:16px;
 line-height:1.6;
 color:#333;
}
.dp-dfg-content.entry-summary p{
 margin-bottom:1em;
 margin-top:0;
}
.dp-dfg-content.entry-summary strong,
.dp-dfg-content.entry-summary b{
 font-weight:700;
 font-weight:bold;
}
.dp-dfg-content.entry-summary em,
.dp-dfg-content.entry-summary i{
 font-style:italic;
}
.dp-dfg-content.entry-summary br{
 display:block;
 content:"";
 margin-top:0;
}
.dp-dfg-content.entry-summary a{
 color:#0073aa;
 text-decoration:underline;
}
.dp-dfg-content.entry-summary a:hover{
 color:#005177;
}
.dp-dfg-content.entry-summary ul,
.dp-dfg-content.entry-summary ol{
 margin:1em 0 1em 2em;
 padding:0;
}
.dp-dfg-content.entry-summary ul{
 list-style-type:disc;
}
.dp-dfg-content.entry-summary ol{
 list-style-type:decimal;
}
.dp-dfg-content.entry-summary li{
 margin-bottom:0.5em;
}
.dp-dfg-content.entry-summary h1,
.dp-dfg-content.entry-summary h2,
.dp-dfg-content.entry-summary h3,
.dp-dfg-content.entry-summary h4,
.dp-dfg-content.entry-summary h5,
.dp-dfg-content.entry-summary h6{
 font-weight:700;
 line-height:1.3;
 margin-top:1.5em;
 margin-bottom:0.5em;
}
.dp-dfg-content.entry-summary h1{font-size:2em;}
.dp-dfg-content.entry-summary h2{font-size:1.75em;}
.dp-dfg-content.entry-summary h3{font-size:1.5em;}
.dp-dfg-content.entry-summary h4{font-size:1.25em;}
.dp-dfg-content.entry-summary h5{font-size:1.1em;}
.dp-dfg-content.entry-summary h6{font-size:1em;}
.dp-dfg-content.entry-summary blockquote{
 margin:1em 2em;
 padding:1em;
 border-left:4px solid #ddd;
 background:#f9f9f9;
 font-style:italic;
}
.dp-dfg-content.entry-summary code{
 background:#f4f4f4;
 padding:2px 6px;
 border-radius:3px;
 font-family:monospace;
 font-size:0.9em;
}
.dp-dfg-content.entry-summary pre{
 background:#f4f4f4;
 padding:1em;
 border-radius:3px;
 overflow-x:auto;
}
.dp-dfg-content.entry-summary pre code{
 background:transparent;
 padding:0;
}
.dp-dfg-content.entry-summary img{
 max-width:100%;
 height:auto;
 display:block;
}
.dp-dfg-content.entry-summary table{
 width:100%;
 border-collapse:collapse;
 margin:1em 0;
}
.dp-dfg-content.entry-summary th,
.dp-dfg-content.entry-summary td{
 padding:0.5em;
 border:1px solid #ddd;
 text-align:left;
}
.dp-dfg-content.entry-summary th{
 background:#f4f4f4;
 font-weight:bold;
}
.dp-dfg-content.entry-summary u{
 text-decoration:underline;
}
.dp-dfg-content.entry-summary s,
.dp-dfg-content.entry-summary strike,
.dp-dfg-content.entry-summary del{
 text-decoration:line-through;
}
.dp-dfg-content.entry-summary .aligncenter{
 text-align:center;
 margin-left:auto;
 margin-right:auto;
}
.dp-dfg-content.entry-summary .alignleft{
 float:left;
 margin-right:1em;
}
.dp-dfg-content.entry-summary .alignright{
 float:right;
 margin-left:1em;
}
/* [wf-elementos-flotantes] */
.flota-wf{
 animation:flotar 3s ease-in-out infinite both;
 transform-origin:center;
}
@keyframes flotar{
 0%,100%{
 transform:translateY(0) rotate(0.5deg);
}
 50%{
 transform:translateY(-15px) rotate(-0.5deg);
}
}
/* [wf-estilos-wp-ultimate-waas] */
@media(max-width:678px){
 .page-register .container{
 margin:0 auto;
 max-width:1280px;
 width:98% !important;
}
}
.page-id-15 .entry-title.main_title{
 color:#00313b !important;
 text-shadow:1px 1px 0px rgba(249,244,233,0.5);
}
.wu-pb-4.wu-flex.wu-items-center h2{
 color:#00313b !important;
 font-size:1.5rem !important;
 font-weight:700;
}
.wu-pb-4.wu-flex.wu-items-center{
 padding:1em;
}
.wu-ml-auto a.button{
 background:#0a6681 !important;
 color:#f9f4e9 !important;
 border-radius:8px !important;
 padding:8px 15px !important;
 font-size:12px !important;
 text-transform:uppercase;
 transition:all 0.3s ease;
}
.wu-ml-auto a.button:hover{
 background:#00313b !important;
 transform:scale(1.05);
}
.wu-tgl-ios + .wu-tgl-btn{
 background:#e2ddd3 !important;
}
.wu-tgl-ios:checked + .wu-tgl-btn{
 background:#0a6681 !important;
}
.wu-text-xs.wu-block.wu-text-center.wu--mt-4,
.xoo-el-lostpw-tgr{
 color:#0a6681 !important;
 text-decoration:none !important;
 font-weight:600;
 transition:color 0.3s;
}
.wu-text-xs.wu-block.wu-text-center.wu--mt-4:hover,
.xoo-el-lostpw-tgr:hover{
 color:#00313b !important;
 text-decoration:underline !important;
}
.xoo-el-inmodal{
 background-color:#f9f4e9 !important;
 border-radius:20px !important;
 border:1px solid #0a6681;
}
.wp-block-search__input{
 border:2px solid #e2ddd3 !important;
 border-radius:8px 0 0 8px !important;
}
.wp-block-search__button{
 background-color:#0a6681 !important;
 color:#f9f4e9 !important;
 border-radius:0 8px 8px 0 !important;
 transition:background 0.3s;
}
.wp-block-search__button:hover{
 background-color:#00313b !important;
}
.wp-block-heading{
 color:#00313b !important;
 border-bottom:2px solid #0a6681;
 padding-bottom:5px;
 font-size:1.2rem !important;
}
.wu-login-form.wu-element{
 background:#f9f4e9;
 border-radius:20px;
 box-shadow:0 15px 35px rgba(0,49,59,0.15);
 max-width:450px;
 margin:40px auto;
 border:1px solid rgba(10,102,129,0.1);
 overflow:hidden;
}
.entry-title.main_title{
 text-align:center;
 font-family:'Open Sans',sans-serif;
 font-weight:700;
 color:#00313b;
 margin-bottom:30px;
 text-transform:uppercase;
 letter-spacing:1.5px;
}
.wu-styling input[type="text"],
.wu-styling input[type="password"],
.form-control.wu-w-full{
 background-color:#ffffff !important;
 border:2px solid #e2ddd3 !important;
 border-radius:10px !important;
 padding:0 .5em !important;
 transition:all 0.3s ease;
 font-size:16px;
 color:#00313b;
 margin:0 !important;
}
body select#field-billing_country,
body select#field-billing_state_select{
 display:block !important;
}
.wu-styling input:focus{
 border-color:#0a6681 !important;
 background-color:#fff !important;
 box-shadow:0 0 8px rgba(10,102,129,0.2);
 outline:none;
}
label.wu-block.wu-my-4{
 padding:2em !important;
 margin:0;
 text-align:center;
 border:dashed 2px #00313b;
 border-radius:10px;
 cursor:pointer;
}
.wu-my-1.wu-text-2xs.wu-uppercase{
 color:#0a6681;
 margin-bottom:8px;
 font-size:0.75rem;
 font-weight:700 !important;
 letter-spacing:0.8px;
}
#wu-step-user div#wrapper-field-next_step{
 width:50%;
}
.page-register div#wrapper-field-next_step{
 width:100%;
}
body span.wu-flex.wu-my-1.wu-mt-2{
 display:flex !important;
 justify-content:center !important;
}
div#wrapper-field-next_step_site_go_back,
div#wrapper-field-next_step_user_go_back{
 display:flex;
 align-items:center;
 margin-right:1em;
}
#wp-submit,.wu-submit-field button,
a.button.wu-go-back{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:10px !important;
 padding:16px 25px !important;
 font-weight:700 !important;
 text-transform:uppercase !important;
 cursor:pointer;
 transition:all 0.3s ease !important;
 box-shadow:0 4px 12px rgba(0,49,59,0.2) !important;
 width:100%;
 display:block !important;
 text-align:center;
}
@media(max-width:667px){
 #wp-submit,.wu-submit-field button,
 a.button.wu-go-back{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:10px !important;
 padding:10px !important;
 font-weight:700 !important;
 text-transform:uppercase !important;
 cursor:pointer;
 transition:all 0.3s ease !important;
 box-shadow:0 4px 12px rgba(0,49,59,0.2) !important;
 width:100%;
 display:block !important;
 text-align:center;
 font-size:14px;
}
}
#wp-submit:hover{
 transform:translateY(-1px);
 box-shadow:0 6px 18px rgba(0,49,59,0.3) !important;
 filter:brightness(1.1);
}
#wrapper-field-lost-password-instructions .wu-my-0{
 color:#00313b;
 font-style:italic;
 font-size:0.9rem;
 padding:0 10px;
}
#sidebar{
 background:#f9f4e9;
 padding:20px;
 border-radius:15px;
 border:1px solid rgba(10,102,129,0.1);
}
.page-id-15 ul#wp-ultimo-form-wp-ultimo\/login-form{
 padding:1em !important;
}
.page-id-15 .container{
 width:95% !important;
}
div#wrapper-field-login_note{
 display:none !important;
}
article#post-14 .entry-content{
 background-color:#f9f4e9 !important;
 border:2px solid #e2ddd3 !important;
 border-radius:10px !important;
 padding:0 .5em !important;
 transition:all 0.3s ease;
 font-size:16px;
 color:#00313b;
 margin:0 !important;
}
article#post-14 .entry-content p{
 padding:2em 0 !important;
 font-size:18px;
}
.wu-styling{
 width:100%;
}
a.button.wu-go-back{
 padding:10px 15px !important;
}
@media (max-width:678px){
 a.button.wu-go-back{
 padding:5px 15px !important;
}
}
table#wu-order-summary-table a.wu-no-underline{
 padding:.5em 1em !important;
 background:#ff6363;
 border-radius:10px;
 color:white;
 font-size:12px;
}
.wu-p-4.wu-bg-yellow-200{
 background-color:#faf5eb !important;
 border-left:4px solid #0a6681 !important;
 color:#00313b !important;
 border-radius:8px;
 font-weight:500;
}
.wu-p-4.wu-bg-yellow-200 a{
 color:#0a6681 !important;
 text-decoration:underline;
 font-weight:700;
}
body article#post-14 .entry-content p{
 padding:0 !important;
}
button#wu-inline-login-submit-email{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
}
[id^="wu-product-"]{
 border:2px solid #e2ddd3 !important;
 transition:all 0.3s ease !important;
 background:#fff !important;
}
[id^="wu-product-"]:hover{
 border-color:#0a6681 !important;
 background:#fcfbf8 !important;
}
span#server-size-0-label,
.wu-font-semibold.wu-text-gray-900{
 font-size:22px !important;
}
p.sm\:wu-inline{
 color:red;
}
[id^="wu-product-"]:has(input:checked){
 border-color:#0a6681 !important;
 background:rgba(10,102,129,0.05) !important;
 box-shadow:0 0 10px rgba(10,102,129,0.1) !important;
}
body .wu-styling:is(.wu-border-blue-500){
 border-color:red !important;
}
[id^="wu-product-"] .wu-text-gray-900{
 color:#00313b !important;
 font-weight:700 !important;
}
@media(max-width:678px){
 .wu-relative.wu-flex.wu-rounded-lg.wu-border.wu-border-gray-300.wu-bg-white.wu-border-solid.wu-shadow-sm.wu-px-6.wu-py-4.wu-items-center.wu-justify-between{
 display:flex;
 flex-direction:column;
}
}
#wu-order-summary-table{
 border-collapse:separate;
 border-spacing:0;
 border-radius:12px;
 overflow:hidden;
 border:1px solid #e2ddd3;
}
#wu-order-summary-table thead th{
 background-color:#00313b !important;
 color:#f9f4e9 !important;
 padding:12px !important;
 text-transform:uppercase;
 font-size:0.8rem;
}
#wu-order-summary-table tbody td,
#wu-order-summary-table tfoot td{
 padding:12px !important;
 color:#00313b;
 background:#fff;
}
#wu-order-summary-table tfoot tr:last-child td{
 background-color:#f9f4e9 !important;
 font-weight:800;
 font-size:1.1rem;
 border-top:2px solid #0a6681;
}
ul.wu-p-0.wu-m-0.wu-mt-2.wu-list-none.wu-order-summary-additional-info.wu-text-sm{
 font-size:18px;
 color:red;
}
label.wu-block.active[for="field-billing_address_line_1"]{
 font-size:0 !important;
}
label.wu-block.active[for="field-billing_address_line_1"] span{
 font-size:14px !important;
}
label.wu-block.active[for="field-billing_address_line_1"]:before{
 font-size:14px !important;
 content:"NIF/CIF";
}
#wu-your-site-block{
 background:#00313b !important;
 color:#f9f4e9 !important;
 padding:15px !important;
 border-radius:10px;
 margin-top:10px;
}
#wu-your-site{
 color:#f2d479;
 font-family:monospace;
}
select.form-control{
 background-color:#ffffff !important;
 border:2px solid #e2ddd3 !important;
 border-radius:10px !important;
 color:#00313b !important;
}
#checkout-btn,
body #wu_form [type="submit"].button{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:12px !important;
 padding:10px 40px !important;
 font-size:1.2rem !important;
 font-weight:700 !important;
 width:100%;
 cursor:pointer;
 box-shadow:0 5px 15px rgba(0,49,59,0.3) !important;
 transition:transform 0.2s !important;
}
div#wrapper-field-checkout{
 width:100% !important;
}
#checkout-btn:hover{
 transform:translateY(-2px);
 filter:brightness(1.1);
}
#pass-strength-result{
 border-radius:6px !important;
 text-align:center;
 font-weight:600;
}
body .p-PaymentMethodSelector,
body .p-Grid.u-mt-grid,
body div#card-panel .FadeWrapper{
 display:none !important;
 opacity:0 !important;
}
.wu-thank-you{
 background-color:#ffffff;
 border-radius:15px;
 padding:5px;
 box-shadow:0 10px 30px rgba(0,49,59,0.05);
}
.wu-thank-you h3,
.wu-thank-you h4{
 color:#00313b !important;
 font-weight:800 !important;
 text-transform:uppercase;
 letter-spacing:1px;
}
#wu-thank-you-message-block{
 border-bottom:2px dashed #e2ddd3;
 padding-bottom:20px;
 margin-bottom:20px;
}
.wu-thank-you-message{
 color:#0a6681;
 font-size:1.1rem;
 line-height:1.6;
 background:#f9f4e9;
 padding:20px !important;
 border-radius:10px;
 border-left:5px solid #0a6681;
}
.wu-thank-you-info{
 background-color:#00313b !important;
 border-radius:12px;
 margin:20px 0 !important;
}
.wu-thank-you-info li span.wu-uppercase{
 color:rgba(249,244,233,0.7) !important;
 font-weight:400;
}
.wu-thank-you-info li span.wu-font-bold{
 color:#f9f4e9 !important;
 font-size:1.2rem !important;
}
#wu-sites .wu-bg-gray-100{
 background-color:#fcfbf8 !important;
 border:1px solid #e2ddd3 !important;
 transition:all 0.3s ease;
}
#wu-sites h5{
 color:#00313b !important;
 font-weight:700;
}
.wu-bg-purple-200{
 background-color:#0a6681 !important;
 color:#f9f4e9 !important;
 padding:4px 10px !important;
}
.dashicons-wu-loader{
 color:#0a6681 !important;
}
#wu-thank-you-order-details table{
 border-radius:10px;
 overflow:hidden;
 border:1px solid #e2ddd3;
}
#wu-thank-you-order-details thead.wu-bg-gray-100{
 background-color:#0a6681 !important;
}
#wu-thank-you-order-details thead th{
 color:#f9f4e9 !important;
 font-weight:600;
}
#wu-thank-you-order-details tbody td{
 border-bottom:1px solid #f0efeb;
 color:#00313b;
}
#wu-thank-you-order-details tfoot{
 background-color:#f9f4e9 !important;
}
#wu-thank-you-order-details tfoot th{
 color:#00313b !important;
 font-size:1.1rem;
}
.wu-thank-you-billing-address{
 background-color:#fcfbf8 !important;
 border:1px dotted #0a6681 !important;
 color:#00313b !important;
}
@keyframes spin{
 from{transform:rotate(0deg);}
 to{transform:rotate(360deg);}
}
.wu-spin{
 animation:spin 1s linear infinite;
}
.wu-powered-by{
 color:black;
}
/* [wf-formulario-de-registro] */
.xoo-el-form-container.xoo-el-form-inline{
 max-width:700px;
 margin:10px auto;
 padding:1em;
 background-color:#f9f4e9 !important;
 border:2px solid #e2ddd3 !important;
 border-radius:10px !important;
 transition:all 0.3s ease;
 font-size:16px;
 color:#00313b;
}
button.button.btn.xoo-el-action-btn.xoo-el-register-btn,
button.button.btn.xoo-el-action-btn.xoo-el-login-btn{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:10px !important;
 padding:16px 25px !important;
 font-weight:700 !important;
 text-transform:uppercase !important;
 cursor:pointer;
 transition:all 0.3s ease !important;
 box-shadow:0 4px 12px rgb(0 49 59 / .2) !important;
 width:100%;
 text-align:center;
}
li.xoo-el-reg-tgr.xoo-el-active,
li.xoo-el-login-tgr.xoo-el-active{
 background:linear-gradient(135deg,#0a6681 0%,#00313b 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:10px 10px 0 0 !important;
 margin:5px !important;
 padding:16px 25px !important;
 font-weight:700 !important;
 text-transform:uppercase !important;
 cursor:pointer;
 transition:all 0.3s ease !important;
 box-shadow:0 4px 12px rgb(0 49 59 / .2) !important;
 text-align:center;
}
li.xoo-el-reg-tgr,
li.xoo-el-login-tgr{
 background:linear-gradient(135deg,#514121 0%,#64655c 100%) !important;
 color:#f9f4e9 !important;
 border:none !important;
 border-radius:10px 10px 0 0 !important;
 margin:5px !important;
 padding:16px 25px !important;
 font-weight:700 !important;
 text-transform:uppercase !important;
 cursor:pointer;
 transition:all 0.3s ease !important;
 box-shadow:0 4px 12px rgb(0 49 59 / .2) !important;
 text-align:center;
}
 body .xoo-aff-group label{
 line-height:1.7em;
}
body input.xoo-aff-required.xoo-aff-checkbox_single.xoo-aff-field,
body input.xoo-aff-required.xoo-aff-checkbox_single.xoo-aff-field:hover{
 position:relative !important;
 opacity:1 !important;
 cursor:pointer !important;
}
label.xoo-el-form-label span,
a.xoo-el-lostpw-tgr{
 color:#00313b !important;
}
@media (max-width:678px){
 .xoo-aff-group.xoo-el-login-btm-fields{
 display:flex;
 position:relative;
 margin-bottom:14px;
 flex-wrap:wrap;
 gap:2em;
}
li.xoo-el-reg-tgr.xoo-el-active,
li.xoo-el-login-tgr.xoo-el-active{
 padding:10px 25px !important;
 height:2.5em;
}
li.xoo-el-reg-tgr,
li.xoo-el-login-tgr{
 padding:10px 25px !important;
 height:2.5em;
}
}
/* [wf-marquesina-superior] */
#marquesina-wf{
 width:100%;
 overflow:hidden;
 padding:0.5em 0;
 position:relative;
}
#marquesina-wf #row-marquesina{
 display:flex;
 align-items:center;
 white-space:nowrap;
 animation:marquesina-moderna 25s linear infinite;
 padding:0 20px;
 gap:40px;
}
#marquesina-wf::before,
#marquesina-wf::after{
 content:'';
 position:absolute;
 top:0;
 height:100%;
 width:100px;
 z-index:2;
 pointer-events:none;
}
#marquesina-wf::before{
 left:0;
}
#marquesina-wf::after{
 right:0;
}
#marquesina-wf .et_pb_text_9,
#marquesina-wf .et_pb_text_10{
 display:inline-flex;
 align-items:center;
 margin:0 !important;
 padding:0 !important;
 flex-shrink:0;
}
#marquesina-wf .et_pb_text_inner{
 display:flex;
 align-items:center;
 gap:10px;
 color:white;
 font-weight:600;
 font-size:28px;
 text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
#marquesina-wf .wf-precio-marq-field-value p{
 background:rgba(255,255,255,0.2);
 padding:5px 12px;
 border-radius:20px;
 backdrop-filter:blur(10px);
 border:1px solid rgba(255,255,255,0.3);
}
@keyframes marquesina-moderna{
 0%{
 transform:translateX(100%);
}
 100%{
 transform:translateX(-100%);
}
}
#marquesina-wf:hover #row-marquesina{
 animation-play-state:paused;
}
@media (max-width:480px){
 #marquesina-wf .et_pb_text_inner{
 font-size:20px;
 gap:8px;
}
 #marquesina-wf #row-marquesina{
 gap:20px;
 animation-duration:20s;
}
}
@media (min-width:768px) and (max-width:1024px){
 #marquesina-wf .et_pb_text_inner{
 font-size:28px;
}
 #marquesina-wf #row-marquesina{
 gap:30px;
}
}
/* [wf-mascara-ondulada-animada] */
.borde-wf{
 display:inline-block;
 position:relative;
 overflow:hidden;
 border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;
 animation:morphing 10s infinite;
}
.borde-wf img{
 width:100%;
 height:auto;
 display:block;
 transform:scale(1.1);
}
@keyframes morphing{
 0%{
 border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;
}
 25%{
 border-radius:58% 42% 75% 25% / 76% 46% 54% 24%;
}
 50%{
 border-radius:50% 50% 33% 67% / 55% 27% 73% 45%;
}
 75%{
 border-radius:33% 67% 58% 42% / 63% 68% 32% 37%;
}
 100%{
 border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;
}
}
/* [wf-popup-de-traducciones] */
.gt_black_overlay{
 height:100vh !important;
}
.gt_float_switcher .gt_options{
 max-height:80vh !important;
}
.gt_float_switcher{
 border-radius:5px !important;
 border:solid 3px #986D0E !important;
}
.gt_float_switcher .gt-selected .gt-current-lang{
 padding:.1em .3em !important;
}
a.gt_switcher-popup.glink.nturl.notranslate,
a.gt_switcher-popup.glink.nturl.notranslate span{
 color:white !important;
 font-weight:bold;
}
.gt_white_content{
 max-height:90vh !important;
 height:auto !important;
 margin-top:0 !important;
 top:50% !important;
 border-radius:10px;
 background-color:rgba(0,48,59,0.95) !important;
}
.gt_white_content a{
 color:#fff !important;
 font-weight:bolder;
}
a.gt_switcher-popup.glink.nturl.notranslate span{
 font-size:0px;
}
/* [wf-popup-reseas-de-google] */
.popup-resenas-overlay{
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background-color:rgba(0,0,0,0.7);
 display:flex;
 justify-content:center;
 align-items:center;
 z-index:999999;
 opacity:0;
 visibility:hidden;
 transition:opacity 0.3s ease,visibility 0.3s ease;
}
.popup-resenas-overlay.activo{
 opacity:1;
 visibility:visible;
}
.popup-resenas-contenedor{
 background:white;
 border-radius:10px;
 width:90%;
 max-width:500px;
 position:relative;
 box-shadow:0 5px 30px rgba(0,0,0,0.3);
 transform:translateY(-20px);
 transition:transform 0.3s ease;
}
.popup-resenas-overlay.activo .popup-resenas-contenedor{
 transform:translateY(0);
}
.popup-resenas-cerrar{
 position:absolute;
 top:10px;
 right:15px;
 font-size:24px;
 background:none;
 border:none;
 cursor:pointer;
 color:#999;
 transition:color 0.3s;
 z-index:2;
}
.popup-resenas-cerrar:hover{
 color:#333;
}
.popup-resenas-header{
 padding:30px 30px 20px;
 text-align:center;
 border-bottom:1px solid #eee;
}
.popup-resenas-header h2{
 margin:0 0 10px;
 color:#333;
 font-size:24px;
}
.popup-resenas-header p{
 margin:0;
 color:#666;
 font-size:16px;
 line-height:1.3em;
}
.popup-resenas-body{
 padding:30px;
}
.popup-resenas-opciones{
 display:flex;
 flex-direction:column;
 gap:15px;
}
.popup-resenas-btn{
 padding:12px 24px;
 border:none;
 border-radius:5px;
 font-size:16px;
 font-weight:600;
 cursor:pointer;
 transition:all 0.3s ease;
 width:100%;
}
.popup-resenas-btn-primario{
 background-color:#4CAF50;
 color:white;
}
.popup-resenas-btn-primario:hover{
 background-color:#45a049;
 transform:translateY(-2px);
 box-shadow:0 2px 10px rgba(0,0,0,0.1);
}
.popup-resenas-btn-secundario{
 background-color:#f8f9fa;
 color:#333;
 border:1px solid #ddd;
}
.popup-resenas-btn-secundario:hover{
 background-color:#e9ecef;
 transform:translateY(-2px);
 box-shadow:0 2px 10px rgba(0,0,0,0.1);
}
.popup-resenas-email-form{
 animation:slideDown 0.3s ease;
}
.popup-resenas-email-form h3{
 margin:0 0 10px;
 color:#333;
 font-size:18px;
}
.popup-resenas-email-form p{
 margin:0;
 color:#666;
 font-size:16px;
 line-height:1.5;
}
.popup-resenas-email-form input{
 width:100%;
 padding:12px;
 border:2px solid #ddd;
 border-radius:5px;
 font-size:16px;
 margin-bottom:15px;
 transition:border-color 0.3s;
 box-sizing:border-box;
}
.popup-resenas-email-form input:focus{
 outline:none;
 border-color:#4CAF50;
}
.popup-resenas-email-form .popup-resenas-btn{
 margin-bottom:10px;
}
.popup-resenas-mensaje{
 margin-top:15px;
 padding:10px;
 border-radius:5px;
 font-size:14px;
 text-align:center;
}
.popup-resenas-mensaje.success{
 background-color:#d4edda;
 color:#155724;
 border:1px solid #c3e6cb;
}
.popup-resenas-mensaje.error{
 background-color:#f8d7da;
 color:#721c24;
 border:1px solid #f5c6cb;
}
.popup-resenas-mensaje.info{
 background-color:#d1ecf1;
 color:#0c5460;
 border:1px solid #bee5eb;
}
@keyframes slideDown{
 from{
 opacity:0;
 transform:translateY(-20px);
}
 to{
 opacity:1;
 transform:translateY(0);
}
}
@media (max-width:768px){
 .popup-resenas-contenedor{
 width:98%;
 margin:0px;
}
 .popup-resenas-header{
 padding:20px 20px 15px;
 margin-top:3em;
}
 .popup-resenas-header h2{
 font-size:20px;
}
 .popup-resenas-body{
 padding:20px;
}
}
.popup-resenas-aviso-duplicado{
 background-color:#fff3cd;
 border:1px solid #ffc107;
 color:#856404;
 padding:12px 15px;
 border-radius:5px;
 font-size:15px;
 line-height:1.5;
 margin-bottom:15px;
 text-align:center;
}
p.estrellas-wf{
 font-size:24px;
}