 
 textarea,input[type="text"],input[type="button"],input[type="submit"] {-webkit-appearance: none;border-radius: 0;} 

 
 

 
:root {
    --bg-primary: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);
    --bg-secondary: #f9fafb;
    --bg-int: #e0e7ff;
    --bg-content: #ffffff;
    --text-color: #555;
    --strong-color: #000000;
    --text-lk-color: #6d6d6d;
    --text-link: #0f172a;
    --text-link-v2: #0f172a;
    --bg-stat: #ffffff;
    --bg-stat-bs: #eeeeee;
    --bg-stat-borde: #e5e7eb;
    --bg-btm: #4f46e5;
    --bg-btm-mas: linear-gradient(135deg, #6a5cff, #8f7bff);
}

.dark {
    --bg-primary: #111111;
    --bg-secondary: #2a2930;
    --bg-int: #32353e;
    --bg-content: #201f25;
    --text-color: #cbd5e1;
    --strong-color: #ffffff;
    --text-lk-color: #a5a5a5;
    --text-link: #cbd5e1;
    --text-link-v2: #38bdf8;
    --bg-stat: #0f172a;
    --bg-stat-bs: #1a2642;
    --bg-stat-borde: #000000;
    --bg-btm: #216fdd;
    --bg-btm-mas: linear-gradient(135deg, #222, #444);
}


 

body {
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #555;
    font-family: Helvetica,Verdana,Arial,sans-serif; 
  
  padding-top: 50px;
}

* {
    outline: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #1c75c9;
}button, input {
    font-family: tahoma,sans-serif;
}
p{

    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 18px;
    color: #2b2b2b;
    padding: 0 10px; 

}

p a { 
    font-weight: 700;
    text-decoration: underline;
}


 
b, strong {
    font-weight: 700;
}
 


 h3.faqs,h2.faqs{
  color:#2c3e50!important;
  font-size:28px!important;
  margin-bottom:20px!important;
}


 details {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 12px; 
    background: #fcfdf4;
    font-family: 'Noto Sans', sans-serif;
    box-shadow: 0px 2px 20px rgb(75 38 70 / 15%);

}
 details[open] {
                            background: #fcfdf4;
                            font-family: 'Noto Sans', sans-serif;
                        }

 details p {
     margin: 10px 10px;
    color: #555;
    padding: 10px 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
 }
summary {
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    padding: 10px;
        color: #3d4b2f;
    font-family: 'Noto Sans', sans-serif;
}
.cont { 
    margin: 0 auto; 
    max-width: 1016px;
}
#h-big {   
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #f4f4f4;
    margin: 0 auto; 
    font-size: 0px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    z-index: 9999; 
     
     
}
  

#bs .top-menu{ 
    width: calc(100% - 281px);
    list-style:none;
    margin:4px 0;
    padding:0 40px;  

}

#bs .top-menu>*{
    display: inline-block;
    vertical-align: top;
}

#bs .top-menu li{
    position:relative;
}

#bs .top-menu li:not(:last-child)::after{
    content:'|';
    position:absolute;
    right:-2px;
    top:50%;
    transform:translateY(-50%);
    color:#bdbdbd;
    font-size:12px;
}

#bs .top-menu a{
    display:block;
    padding:14px 14px;
    color:#6b7280;
    text-decoration:none;
    font-size:12px;
    font-weight:600;
    letter-spacing:.5px;
    transition:.3s;
}

#bs .top-menu a:hover{
    color:#111;
}

#bs .top-menu a.active{
    color:#111;
    font-weight:700;
}




#bs {
        
        padding: 0;   
}
#bs>* {
    display: inline-block;
    vertical-align: top;
}
 
#bs .lg>* {
    display: block;
}

 

#bs .lg a{
   display:inline-flex;
    align-items:center;
    justify-content:center;
    height:50px;
    padding:0 34px;
    background:#68a816;
    color:#ffffff;
    font-size:25px;
    font-weight:900;
    font-style:italic;
    letter-spacing:2px; 
    text-transform:uppercase;
    text-decoration:none;
    font-family:'Trebuchet MS',sans-serif;
    clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);
    box-shadow:0 6px 18px rgba(0,0,0,.12);
    transition:.3s ease;
}

#bs .lg a:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(0,0,0,.18);
}

 #h-big .md{
    width: 100%;
    padding: 0px 5px;
    display: none;
 }

#h-big .frm {
    font-size: 0px;
    margin-top: 8px;
    margin-bottom: 8px; 
    background: var(--bg-stat);
    padding: 0px 2px 0px 10px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 5px; 
     
}
#h-big .frm>* {
    display: inline-block;
    vertical-align: top;
}
#h-big .frm .inp {
    width: calc(100% - 90px);
    font-size: 12px;
    border: 0;
    line-height: 34px;
    padding: 0 0 0 10px;
    background: var(--bg-stat);
    color: var(--text-color);
}
#h-big .frm .inp.sch {
    width: 90px;
    line-height: 30px;
    padding: 0;
    margin: 2px 0px;
    color: #fff;
    cursor: pointer;
    background: #707070;
    border-radius: 5px;
    font-weight: 700;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
}
#h-big .frm .inp.sch svg {
    width: 15px;
    vertical-align: top;
    margin: 7px 2px;
    filter: drop-shadow(0 0 1px currentColor);
}
#bs .mnv {
    padding-top: 0px;
    margin: 7px 0px;
}
#bs .mnv>* {
    display: inline-block;
    vertical-align: top;
}
#bs .mnv #mobile-menu-button {
    background: #6b7280;
    border: none;
    cursor: pointer;
    padding: 4px;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    display: none;
}
#bs .mnv .menu-icon {
    width: 25px;
    height: 25px;
    stroke: #ffffff;
}
#bs .mnv .modo {
    margin: 0;
    cursor: pointer;
    background: #6b7280;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    margin-left: 5px;
}

#bs .mnv .modo i {
    background: #ffffff;
    margin: 5px 0;
}

#bs .mnv .search {
    margin: 0;
    cursor: pointer;
    background: #6b7280;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    margin-right: 5px;
}

#bs .mnv .search i {
    background: #ffffff;
    margin: 5px 0;
}

.icon-search {
    -webkit-mask: url(/svg/search.svg) no-repeat center;
    display: inline-block;
    background: #ffffff;
}
.icon-close {
    -webkit-mask: url(/svg/close.svg) no-repeat center;
    display: inline-block;
    background: #ffffff;
}
.icon-luna {
    -webkit-mask: url(/svg/luna.svg) no-repeat center;
    display: inline-block;
    background: #ffffff;
}
.ico {
    height: 25px;
    width: 25px;
    margin: 0 3px;
    -webkit-mask-size: 100% !important;
    display: inline-block;
}

 




 

 #nv {
     
    border-bottom: 1px solid var(--bg-stat-bs);
}

#nv ul {
    background: var(--bg-stat);
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

#nv li a:hover {
    color: var(--text-link-v2);
}

#nv ul>* {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}

#nv li a {
    font-size: 13px;
    color: var(--text-link);
    padding: 0 11.5px;
    line-height: 36px;
    font-weight: 700;
    display: inline-block;
}

#nv ul li:last-child {
    padding: 11px;
    color: var(--text-lk-color);
}

#nv li:after {
    content: '>';
    display: inline-block;
    padding-left: 7px;
    color: #bbb;
}

#nv li:last-child:after {
    display: none;
}


.social {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
} 
 
.social p {
    font-weight: 600;
    font-size: 13px;
}
.social .social-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.social .social-buttons .btns {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 6px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}
.social .social-buttons .btns svg {
    width: 16px;
    fill: white;
}


.social .social-buttons .btns.facebook { background: #3b5998; } 
.social .social-buttons .btns.twitter { background: #000; }
.social .social-buttons .btns.whatsapp { background: #25d366; }
.social .social-buttons .btns.messenger { background: #1877f2; }
.social .social-buttons .btns.pinterest { background: #e60023; }
.social .social-buttons .btns.telegram { background: #0088cc; }

.social .btns:hover {
    position: relative;
    opacity: .8;
    top: -4px;
}


 
.contenido {
    background: #ffffff;
    position: relative;   
    font-size: 0px; 
    width: 100%;
    padding: 10px; 
      
}
 
.contenido>* {
    display: inline-block;
    vertical-align: top;
}

.sec-cont { 
    width: calc(100% - 350px);
    padding: 15px 15px;
    margin-bottom: 50px; 
}
.sec-cont.full{width: 100%;}

.entry-title{
   margin: 10px 0;
    font-size: 32px;
    font-weight: bold; 
     }
.t-hs {
   margin-bottom: 10px;
    margin-top: 0;
    font-size: 38px;
    line-height: 1.2;
    color: #333;
    font-weight: 700;
    padding: 0 10px;
}


.t-hs.frase{text-align: center;}



.entry-content h2,.entry-content h3{
 
    font-family: Arial Black;
    font-weight: bold;
    font-size: 26px;
    color: #2e2e2e;
     margin: 10px 10px; 
}
.entry-content h2 i,.entry-content h3 i{margin-right: 5px;}



 
.eeat{
    font-family:'Open Sans', Arial, sans-serif;
    background:#f7f7f7;
    border:1px solid #d8d8d8;
    border-radius:8px;
    overflow:hidden;
    margin:25px 0;
    color:#333;
    box-shadow:0 1px 4px rgba(0,0,0,.05);
}

.eeat h3{
    background:#6cab17;
    color:#fff;
    margin:0;
    padding:14px 20px;
    font-size:25px;
    font-weight:700;
}

.eeat .cont-fn{
    padding:22px;
    line-height:1.8;
    font-size:16px;
}

.eeat strong{
    color:#243b5a;
}

.eeat a{
    color:#1e73be;
    text-decoration:none;
    font-weight:600;
}

.eeat a:hover{
    text-decoration:underline;
}

.eeat .aviso{
    margin-top:20px;
    background:#fff;
    border:1px solid #ddd;
    border-left:5px solid #243b5a;
    padding:15px;
    border-radius:6px;
    color:#444;
}
 
 
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  border-bottom: 1px solid #e5e5e5;
}

.news-list a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 12px 0;
}
.news-list a:hover {
    color: #68a816;
}
.news-content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}

.news-text {
  flex: 1;
}

.category {
    display: inline-block;
    font-size: 12px;
    color: #000000;
    border-bottom: 2px solid #68a816;
    margin-bottom: 12px;
    padding-bottom: 3px;
    letter-spacing: 1px;
}

.news-text h3 {
  font-size: 15px;
  margin: 0;
  line-height: 1.3;
}

.news-img img {
  width: 80px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}

 .hfull{
    font-size: 22px;
 }
.hnormal{
    color: #808285;
    font-size: 1.5em;
    line-height: 1.4; 
    font-family: Roboto !important;
    Color: #000000;
    font-size: 1.8rem!important;
    font-weight: bold !important;
        white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

 .hvisto {
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
    font-weight: bold;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}.hvisto i{margin-right: 5px;}


.t-hbloq {
    background: #999;  
    color: #fff;
    padding: 7px 12px;
    line-height: 16px;
    font-size: 14px;
    border-radius: 3px;margin: 0px;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 50%);
}


.asid-cont {
    width: 350px;
    font-size: 13px;
    padding: 15px 15px;
    padding-left: 10px;
    margin-bottom: 50px;

}
 


.col-page{ 
   padding: 0;
    margin: 0px;
    font-size: 0; 
    list-style: none;
}
.col-page.mas>*{display: inline-block;vertical-align: top;}
.col-page.mas li{width: calc(100% / 3);padding: 13px 10px;border-bottom: 0;}
.col-page.mas li div{padding-left: 0;padding: 10px 0px;}
.col-page.mas li div .h{}


 

.noticias{margin:10px 0px;padding:0px;list-style:none;font-size:0px;}

.noticias li{display:inline-block;vertical-align:top;padding:10px;width:calc(100% / 3);}

.noticias.lt li{width:calc(100% / 1);text-align:center;}

.noticias.lt li a.i{position:relative;height:100px;overflow:hidden;}

.noticias.lt li a.i img{position:absolute;left:0px;right:0px;top:-50%;margin: auto;}

.noticias li a{display:block;font-size:0px;}

.noticias li a.t{font-size:13px;margin-top:10px;font-weight:700;color:#363636;line-height:16px;height:32px;overflow:hidden;}
.noticias li:hover a{color: #ffa500;}


.noticias li a.i img{width:100%;}

.inicio .db{height: 100px;}

.noticias li p{margin:0px;margin-top:10px;line-height:16px;color:#666;font-size:12px;}

.noticias li:hover a.i{box-shadow:0px 0px 10px rgba(0,0,0,.2);}


 .conten-noticias h2,.conten-noticias h3 {
    color: #666;
    font-size: 18px;
    margin-bottom: 20px;
}
 .conten-noticias img {
    width: 100%!important;
}
 .conten-noticias ul,.entry-content ul {
    margin: 8px 0px;
    list-style: square;
    padding: 8px 30px;
}
 .conten-noticias ol {
    margin: 8px 0px;
    padding: 8px 12px;
}
 .entry-content ul li, .conten-noticias ul li, .conten-noticias ol li {
    font-size: 14px;
    padding: 4px 2px;
}


.con-frase {
    margin: 20px auto;
    max-width: 95%;
    padding: 20px;
    box-shadow: 0px 0px 20px rgb(227 169 73);
    text-align: center;
    font-size: 20px;
}
.con-frase p {
    margin: 0px;
    color: #363636;
    font-style: italic;
}


figcaption{
    text-align: center;
    color: #777;
    font-size: 13px;
    margin-top: 8px;
    padding-bottom: 10px;
}

.sec-cont .img {margin:15px 15px;overflow:hidden;border-radius:10px;}
.sec-cont .img img{display:block;width:100%;max-height:470px;object-fit:cover;border-radius:12px;}
.sec-cont .img img.max{height: 120px;}

 
  .entry-content img.ht{
    max-width: 400px;
  }

 .entry-content img{
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    transition: transform .25s ease;
}

.entry-content img:hover{
    transform: scale(1.01);
}



 


.frases{margin:10px 0px;padding:0px;list-style:none;font-size:0px;}

.frases li{display:inline-block;vertical-align:top;width:calc(100% / 2);padding:10px;}

.frases.lt li{width:calc(100% / 1);text-align:center;}

.frases li p{margin:0px;border:1px solid #fde5bf;padding:10px;text-align:center;padding:10px;background:#fff8ed;}

.frases li p span{display:block;font-size:13px;line-height:16px;font-style:italic;height:32px;overflow:hidden;}

.frases li p a.i{display:block;margin-bottom:5px;}

.frases li p a.i img{width:100%;}

.frases li p a.l{font-style:italic;display:inline-block;color:#363636;font-weight:700;margin-top:5px;font-size:13px;}

.frases li p a.l:hover{text-decoration:underline;}


.radios{margin:10px 0px;padding:0px;list-style:none;font-size:0px;}

.radios li{display:inline-block;vertical-align:top;padding:10px;width:calc(100% / 3);}

.radios.lt li{width:calc(100% / 2);text-align:center;}

.radios li a{display:block;font-size:0px;}

.radios li a.t{font-size:13px;margin-top:10px;font-weight:700;color:#147dd6;line-height:16px;height:16px;overflow:hidden;}

.radios li a.i img{width:100%;}

.radios li:hover a.i{box-shadow:0px 0px 10px rgba(0,0,0,.2);}

.avisos{border:1px solid #111;margin:0px 0px 15px 0px;padding:10px 15px;background:#fff;}

.avisos.rojo{border-color:#ca0000;color:#ca0000;background:#fff1f1;}

.avisos.verde{border-color:#008000;color:#008000;background:#f0fff0;}

.avisos li{padding:1px 0px 1px 0px;position:relative;text-align:left;line-height:16px;font-size:12px;margin-left:20px;}

.avisos li .fa{top:2px;margin:0px;}
.categorias{margin: 40px 0;padding: 0;}
.categorias>*{display: inline-block;vertical-align: top;font-size: 12px;}
.categorias li{width:calc(100% / 4);padding:4px}
.categorias li>*{display:inline-block;vertical-align:top}
.categorias li .img{position:relative;width:100%;border-radius: 5px;background:#fff;padding:3px;border:1px solid #ddd;font-size:0}
.categorias li .name{display:block;color:#000;font-size: 20px;padding: 10px 0;text-align: center; font-weight:600; white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.categorias li a img{width:100%;border-radius: 5px;}
.categorias li:hover a{color:#270a38;text-decoration:underline;border-color:#270a38} 


.paginacion{margin:0px;padding:0px;list-style:none;font-size:0px;margin-top:15px;}

.paginacion li{display:inline-block;vertical-align:top;font-size:12px;padding:3px;}

.paginacion li a{display:block;padding:0px 10px;line-height:26px;background:#ddd;color:#111;font-weight:bold;border-radius:3px;}

.paginacion li a:hover{background:#e84102;color:#fff;}

.paginacion li a.se{background:#e84102;color:#fff;}



.form{width:100%;}

.form.msm{width:600px;}

.form .inp{display:inline-block;width:calc(100% / 2);padding:5px;}

.form .inp.all{width:100%;}

.form .inp span{display:block;font-size:13px;padding-bottom:5px;color:#000;}

.form .inp input{border:1px solid #ccc;padding:0px 8px;line-height:30px;width:100%;font-size:12px;}
.form .inp input.corto{width: 300px;}
.form .inp input[type=submit]{cursor:pointer;background:#e84102;color:#fff;border:0px;font-weight:bold;width:30%;text-transform:uppercase;line-height:36px;font-size:15px;margin-top:10px;}

.form .inp textarea{border:1px solid #ccc;padding:8px;line-height:14px;width:100%;font-size:12px;}

.form .inp textarea.m{min-height:340px;}
.form .inp textarea.l{min-height:440px;width: 800px;}
.form .inp textarea.s{min-height:120px;}
 


.form .inp select{width:100%;border:1px solid #ccc;padding:4px 10px;font-size:12px;outline:none;height:30px;}


 .card{ 
    border-radius:12px;
    overflow:hidden;
  }

  .card a{
    position:relative;
    display:block;
    color:#fff;
    text-decoration:none;
  }
 .card a .title:hover {
    text-decoration-line: underline;
}
  .card img{
    width:100%;
    display:block;
  }

  .card a::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, #21340a, transparent 60%);
  }

  .card .info{
    position:absolute;
    left:20px;
    bottom:10px;
    z-index:2; 
  }

  .card .info span{
    background:#68a816;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:bold;
  }

  .card .title{
    margin-top:14px;
    color: #ffffff;
    font-size:28px;
    line-height:1.1;
    font-weight:700;
  }


.hcolor{margin-top: 0; background-color: #01d2cc;padding: 15px;font-size: 18px;color: #fff;}
.hcolor.rojo{background-color: #c70000;}

.col-page li{
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    padding: 13px 5px;
}


.col-page li .cs{
    box-shadow: 0px 0px 0px;
    padding: 0px;
    color: #999;
}

.col-page li .cs>*{display:block;}


.col-page.mas li .cs figure,.col-page.mas li .cs div{width: 100%;    padding-left: 0;}
 



.col-page li .cs>*{display: inline-block; vertical-align: top;}

.col-page li .cs figure{
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    width: 110px;
        margin: 0px;
}

.col-page li .cs figure a {
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    padding-top: 55%;
    position: relative;

}
.col-page li .cs figure a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

 
.col-page li .cs div{   
 width: calc(100% - 110px);
    padding-left: 15px;
}
 
.col-page.mas li .cs div .h a { font-size: 16px;}
.col-page.mas li .cs div .h a{ 
   white-space: normal;
    text-overflow: unset;
    overflow: auto;
    display: block;}

.col-page li .cs div .h a {
    padding: 0px;
    line-height: 22px; 
    color: #495057;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
 
 
.col-page li .cs div .h a:hover{color:#007c31;}


.col-page li .cs div .s {
    text-align: left;
    margin: 0px;
    font-size: 12px;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.inforect {font-size: 0;margin-bottom: 20px;padding: 10px;}
.inforect div:first-child {width: 390px;position: relative;}
.inforect>* {display: inline-block;vertical-align: top;font-size: 12px;}
.inforect div:last-child {width: calc(100% - 390px);padding-left: 0;}
.inforect div img {width: 100%;height: 285px;box-shadow: 3px 3px 5px -2px #888;border-radius: 10px;}
.inforect div ul {margin: 0;padding: 0;padding-left: 2px;list-style: none;}
.listinfo li {font-size: 0;padding: 5px 10px;background-color: #f9f9f9;color: #888;margin-left: 10px;line-height: 30px;border-radius: 5px;}
.listinfo li>*{display: inline-block;vertical-align: top;}
.listinfo li:nth-child(even){background-color:transparent;}
.listinfo li b {width: 200px;font-weight: 700;color: dimgrey;font-family: roboto condensed,sans-serif;font-size: 14px;}
.listinfo li b i{margin-right: 5px;color: #ccc;}
.listinfo li span {color: dimgrey;text-transform: capitalize;font-size: 14px;width: calc(100% - 200px);white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.listinfo li span a{color: dimgrey;font-weight: 600;}
.listinfo li span a:hover{text-decoration: underline;}

.checklist-list{ padding: 0;    margin: 50px 15px;}

.ingr {
    list-style: none;
    padding: 0;
        margin: 0;
    }
.ingr li {
 font-size: 18px;
 padding: 12px;
 border-bottom: 1px solid #eee;
}

.checklist-list .ingr li{ 
 padding:0;
 border-bottom:0;
}


.ingr li .checklist-wrap{
    display: block;
    position: relative;
    padding-left: 35px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ingr li .checklist-wrap input[type=checkbox] {
    position: relative;
    height: 0;
    width: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.ingr li .checklist-wrap .checklist-label {
    display: block;
    font-weight: 200;
    padding: 8px 10px;
    position: relative; 
    font-size: 1.05rem;
    margin-left: 0rem;
    color: #000000;
}
.ingr li .checklist-wrap .checklist-label:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    height: 18px;
    width: 18px;
    top: 9px;
    left: -25px;
    -webkit-box-shadow: inset 0 0 0 2px #d8d8d8;
    -moz-box-shadow: inset 0 0 0 2px #d8d8d8;
    box-shadow: inset 0 0 0 2px #d8d8d8;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ingr li .checklist-wrap .checklist-label.checklist-label-checked:after {
    box-shadow: inset 0 0 0 2px #007c31;
}


.ingr li .checklist-wrap .checklist-label .fa-ok {
  position: absolute;
    z-index: 1;
    left: -31px;
    top: 0; 
    font-size: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    color: transparent;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
}
 
.ingr li .checklist-wrap .checklist-label.checklist-label-checked .fa-ok {
    color: #007c31;
    font-size: 20px;
    line-height: 35px;
}
.ingr li .checklist-wrap .checklist-label.checklist-label-checked {
    text-decoration: line-through;
}
.imgcenter {
 
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content ol {
    
    margin: 0;
    margin-left: 1em;
    padding: 28px 20px;
    counter-reset: li-counter;  
    list-style: none;  
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
}

.entry-content ol li {
    position: relative;
    margin-bottom: 1.5em;
    padding: 1.5em;
    background-color: #f2f2f2;
    font-size: 16px;
    border-radius: 12px;
    color: #222;
}

/* Texto del paso */
.entry-content ol li p {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

/* Imagen del paso */
.entry-content ol li img {
  display: block;
  width: 100%;
  max-width: 600px; /* evita que se vea gigante en PC */
  height: auto;
  margin-top: 10px;
  border-radius: 8px;
}


.entry-content ol li:before {
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    width: 1.8em;
    height: 1.2em;
    font-size: 1.8em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #ff7b00;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    z-index: 10;
    overflow: hidden;
    content: counter(li-counter);
    counter-increment: li-counter;
}
 
.filtros{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:12px;

    margin:0 auto 25px;
}

.filtros button{
    border:0;
    outline:0;
    cursor:pointer;

    padding:14px 22px;

    border-radius:14px;

    background:#f3f3f3;
    color:#444;

    font-size:14px;
    font-weight:700;
    letter-spacing:.3px;
    text-transform:uppercase;

    transition:.25s ease;

    box-shadow:
        0 2px 6px rgba(0,0,0,.05);
}

.filtros button:hover{
    background:#ffe4cc;
    color:#ff7b00;

    transform:translateY(-2px);
}

.filtros button.active{
    background:linear-gradient(135deg,#ff7b00,#e56700);
    color:#fff;

    box-shadow:
        0 6px 16px rgba(255,123,0,.35);
}



 


 






.entry-content ol.lista-sistemas li{
        padding: 0;
}

.entry-content ol.lista-sistemas li a{
    position:relative;
    display:flex;
    align-items:center;
    padding:18px 70px 18px 70px;
    background:#f5f5f5;
    border:1px solid #dcdcdc;
    border-radius:14px;
    text-decoration:none;
    color:#111;
    font-size:20px;
    font-weight:500;
    transition:.2s ease;
}

.entry-content ol.lista-sistemas li a:hover{
    background:#ededed;
    transform:translateY(-1px);
}

 

.entry-content ol.lista-sistemas li a::after{
    content:"↗";
    position:absolute;
    right:24px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    color:#54c39a;
}













.entry-content ul li{
    font-size: 16px;
    padding: 4px 2px;
    overflow-wrap: break-word;
    line-height: 1.6; 
    color: #2b2b2b;
}


  


.recom {
    list-style-image: url(../cdn.img/recuerda.png);margin: 50px 15px;
}
.recom li {
    margin-bottom: 15px;font-size: 15px;
}

 

.pt-cv-wrapper {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.pt-cv-wrapper>* { 
    display: inline-block;
    vertical-align: top;
 
}
.pt-cv-wrapper li {
    padding: 10px 7px; 
    width: calc(100% / 3); 
    transition: all .2s;
}

.pt-cv-wrapper li .c {
    padding: 7px; 
    border: 1px solid #ccc;
   box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background: #fff;
    border-radius: 5px;
}
.pt-cv-wrapper li .c .i {
    margin: 0;
    position: relative;
    border-radius: 3px;
    padding: 0 40px;
    overflow: hidden;
}.pt-cv-wrapper li .c .i:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.pt-cv-wrapper li .c .i a {
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
.pt-cv-wrapper li .c .i a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.pt-cv-wrapper li .c .h{text-align: center;}

.pt-cv-wrapper li .c .h a {
    padding: 8px 10px; 
    font-size: 20px;
    font-weight: 600; 
    display: block;
    border-radius: 5px 5px 0px 0px;
}
.pt-cv-wrapper li .c .s {
    display: block;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    font-family: Comic Sans MS !important;
}


.btn {
    text-align: center;
     max-width: 200px;
    width: 100%;
    margin: 0 auto;
}
.btn .ver-recetas {
    display: block;
    font-size: 14px;
    margin: 15px 0;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    background-color: #2aa8de;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #428eaf;
}
.btn .ver-recetas:before {
    content: "\f067";
    font-family: FontOwesome;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 10px;
}
.ok-vistas{border-bottom: 2px solid #dfdfdf;padding: 20px 0px;}
 .recetas-vistas { margin: 10px 0; padding-left: 25px;}
 .recetas-vistas li { border-bottom: 1px solid #eee}
 
 .recetas-vistas li a {
    display: block;
    padding: 6px 0;
    color: #007c31;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}
 .recetas-vistas li a:hover{ color: #000000;}
 
 


 
 

.form-box{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:12px;
    padding:25px;
    margin:30px 0;
}
.form-box h2{
   padding: 0;
    margin: 0;
    text-align: center;
    color: #2563eb;
    text-transform: uppercase;
}
.form-box label{
    display:block;
    font-weight:bold;
    margin-bottom:8px;
    margin-top:15px;
    font-size: 18px;
}

.form-box input,
.form-box select{
    width:100%;
    padding:12px;
    border:1px solid #cbd5e1;
    border-radius:8px;
    font-size:16px;
    box-sizing:border-box;
}

.btn-fr{
    width:100%;
    margin-top:20px;
    background:#2563eb;
    color:white;
    border:none;
    padding:14px;
    font-size:17px;
    border-radius:8px;
    cursor:pointer;
    transition:.2s;
}

.btn-fr:hover{
    background:#1d4ed8;
}

.resultado{
    margin-top:25px;
    display:none;
    font-size: 18px;
}

.success{
    background:#ecfdf5;
    border:1px solid #10b981;
    padding:20px;
    border-radius:10px;
}

.warning{
    background:#fff7ed;
    border:1px solid #f97316;
    padding:20px;
    border-radius:10px;
}

.resultado h3{
    margin-top:0;
}


 


 .select-anio,
.select-tipo{
    position:relative;
    width:100%;
    margin-bottom:15px;
}

.select-anio-btn,
.select-tipo-btn{
    height:54px;
    border:2px solid #dbe2ea;
    border-radius:10px;
    background:#fff;
    padding:0 15px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    font-size:16px;
    transition:.2s;
}

.select-anio-btn:hover,
.select-tipo-btn:hover{
    border-color:#2563eb;
}

.select-anio-btn:after,
.select-tipo-btn:after{
    content:"▼";
    font-size:11px;
    color:#64748b;
}

.select-anio-lista,
.select-tipo-lista{
    display:none;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    background:#fff;
    border:2px solid #dbe2ea;
    border-radius:10px;
    padding:0;
    margin:0;
    list-style:none;
    max-height:250px;
    overflow-y:auto;
    z-index:999;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.select-anio-lista li,
.select-tipo-lista li{
    padding:12px 15px;
    cursor:pointer;
    border-bottom:1px solid #f1f5f9;
    transition:.2s;
}

.select-anio-lista li:last-child,
.select-tipo-lista li:last-child{
    border-bottom:none;
}

.select-anio-lista li:hover,
.select-tipo-lista li:hover{
    background:#f8fafc;
}

.select-anio-lista li.active,
.select-tipo-lista li.active{
    background:#2563eb;
    color:#fff;
    font-weight:600;
}






.tabla-itv{
    width:100%;
    border-collapse:collapse;
    margin:25px 0;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    text-align: center;
}

.tabla-itv thead th{
    background:#6b7280;
    color:#fff;
    padding:14px; 
    font-size:18px;
}

.tabla-itv tbody td{
    padding:14px;
    border-bottom:1px solid #e5e7eb;
    font-size: 18px;
}

.tabla-itv tbody tr:hover{
    background:#f8fafc;
}

.tabla-itv tbody tr:last-child td{
    border-bottom:none;
}

.rating-box{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:30px;
    margin:40px 0;
}

.rating-box h3{
    font-size:34px;
    color:#333;
    margin:0 0 10px;
}

.rating-box p{
    color:#666;
    font-size:18px;
    line-height:1.5;
    margin:0 0 30px;
}

.rating-buttons{
    text-align:center;
}

.rating-buttons.check .rate{
    pointer-events:none;
    cursor:default;
    opacity:.6;
}
.rate{
    display:inline-block;
    width:120px;
    padding:25px 10px;
    margin:5px;
    border:1px solid #ddd;
    border-radius:10px;
    cursor:pointer;
    transition:.2s;
    background:#fff;
}


.rate:hover{
    border-color:#84b819;
    transform:translateY(-3px);
}

.rate span{
    display:block;
    font-size:34px;
    margin-bottom:10px;
}

.rate b{
    display:block;
    font-size:32px;
    color:#444;
    margin-bottom:5px;
}

.rate small{
    display:block;
    font-size:16px;
    color:#666;
}

.rate.active{
    border-color:#84b819;
    background:#f8fff0;
}

.rate.active b,
.rate.active small{
    color:#84b819;
}

 
 .sec-cont .enviados { ;
    width: 100%; 
    text-align: right;
    font-size: 12px;
    padding: 10px 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
 

}
.sec-cont .enviados strong {
    color: #222;
}



.sec-cont .rating-info{
    border-top:1px solid #eee;
    margin-top:30px;
    padding-top:20px;
    font-size:16px;
    color:#666; 
    display:flex;
    align-items:center;
    justify-content:space-between;
}
 

.sec-cont .rating-info .left{
    display:flex;
    align-items:center;
}
 
.sec-cont .rating-info .stars-rating{
  margin-right: 10px;
}


 
.thanks{
    margin-top:25px;
    padding-top:20px;
    border-top:1px solid #eee;
    text-align:center;
    font-size:15px;
    color:#777;
}

.thanks .ok{
    display:inline-block;
    width:18px;
    height:18px;
    line-height:18px;
    text-align:center;
    border:2px solid #9bc53d;
    border-radius:50%;
    color:#9bc53d;
    font-size:12px;
    margin-right:6px;
    vertical-align:middle;
}

 
 
 
.rate span i[class*=rating-],.sec-cont .rating-info .left div i[class*=rating-] {
    z-index: 1;
    display: block;
    height: 20px;
    padding: 0 !important;
    margin-left: 0 !important;
    text-indent: -999999px;
    background: url(../svg/star.svg) 0 -20px;
    top: 0;
    left: 0;
    position: absolute;
}

.rate span {
     width: 20px!important;
    height: 20px!important;
    display: inline-block;
}

.rate span, .stars-rating {
    position: relative; 
    overflow: hidden;
    width: 100px;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style: none outside none;
    background: url(../svg/star2.svg) repeat scroll 0 0 transparent;
}

.stars-rating i{
    --star:20px; 
}

.rate span i.current-rating-1{
    width:20px;
}


.stars-rating i.current-rating-1{
    width:calc(var(--star) * 1);
}

.stars-rating i.current-rating-2{
    width:calc(var(--star) * 2);
}

.stars-rating i.current-rating-3{
    width:calc(var(--star) * 3);
}

.stars-rating i.current-rating-4{
    width:calc(var(--star) * 4);
}

.stars-rating i.current-rating-5{
    width:calc(var(--star) * 5);
}



.footer{padding:50px 0;background-color:#333333;border-top:1px solid #000000}
.footer .layout{display:flex;align-items:center;justify-content:space-between}
.footer .layout .brand .logo a{color:#FFFFFF;font-size:32px;text-decoration:none}
.footer .layout .brand .copyright{font-family:'Roboto',sans-serif;font-size:13px;color:rgba(255,255,255,0.8)}
.footer .layout .menu{margin:0;padding:0;font-size:0;list-style:none}
.footer .layout .menu li{display:inline-block;margin-right:30px}
.footer .layout .menu li:last-child{margin-right:0}
.footer .layout .menu li a{font-family:'Roboto',sans-serif;color:#ee2;font-size:13px;letter-spacing:1px;text-decoration:none;text-transform:uppercase}
.footer .layout .menu li a:hover{color:#fff;text-decoration:underline}
.layout {padding: 0 20px; box-sizing: border-box;}


 


#cookie-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    background: rgb(0, 0, 0, 0.77);
    backdrop-filter: blur(6px); 
    display: none;
    align-items: center;
    justify-content: center;

    padding: 15px 80px 15px 25px;
    box-sizing: border-box;

    z-index: 999999;
    color: #fff;
    font-family: Arial, sans-serif;
    border-top: 1px solid rgba(255,255,255,0.08);
}

/* Texto */
.cookie-text{
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    max-width: 1016px;
    color: rgba(255,255,255,0.92);
}

/* Enlace */
.cookie-text a{
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    opacity: .9;
}

.cookie-text a:hover{
    opacity: 1;
}

/* Botón aceptar */
#accept-cookies{
    margin-left: 25px;

    background: #fff;
    color: #222;

    border: none;
    padding: 10px 22px;

    border-radius: 3px;
    cursor: pointer;

    font-size: 14px;
    font-weight: 600;

    transition: all .2s ease;
    white-space: nowrap;
}

#accept-cookies:hover{
    background: #f1f1f1;
}

/* Botón cerrar */
#close-cookies{
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);

    width: 40px;
    height: 40px;

    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.08);

    border-radius: 50%;

    cursor: pointer;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all .2s ease;
}

/* Hover */
#close-cookies:hover{
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.45);
}

/* SVG */
#close-cookies svg{
    width: 18px;
    height: 18px;
}

/* Línea X */
#close-cookies svg path{
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
}
 
 
@media(max-width:767px) {

  body{
    padding-top: 58px;
  }

  #bs {
        padding: 6px 0; 
    }
 
    #h-big .frm { 
        border-radius: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        display: block;
    }
    #bs .mnv{
        margin:0;
    }
    #bs .mnv .a {
        position: absolute;
        left: 13px;
        top: 10px;
    }
    #bs .mnv .modo {
        display: block;
        position: absolute;
        left: auto;
        right: 13px;
    }

     #bs .mnv .search { 
        position: absolute;
        left: auto;
        right: 55px;
    }
    #bs .lg {
        text-align: center; 
        display: block;
        padding: 6px 0 3px 0;
        max-width: inherit;
    }
#h-big .md{
    padding: 0 15px;
}
#bs .mnv #mobile-menu-button{display: block;}

#bs .top-menu{
        display: none;
        width: 100%;
        padding: 0;
        margin: 4px 0;
        background: #000000;
        border-top: 2px solid #68a816;
    }
#bs .top-menu li { 
    width: calc(100% / 2);
}
 #bs .top-menu a{
    color: #ffffff;
}#bs .top-menu a.active{color: #ffffff;}
#bs .lg a{
        height:35px;
        padding:0 18px;
        font-size:16px;
        letter-spacing:1px;
        margin-right: 40px;
}

.inforect>*{width: 100%!important;}
.inforect div ul{padding-left: 0;margin-top: 20px;}
.listinfo li{margin-left: 0px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.inforect div:first-child{text-align: center;}
.inforect div img {width: 70%;height: 200px;}
 
 
 
 
.contenido{padding: 0px;}
.inforect{margin-bottom: 30px;}
.sec-cont,.asid-cont{width: 100%;padding: 10px;margin-bottom: }

.imgcenter{width: 70%;}


.entry-content ol li:before {
        width: 1.2em;
        height: 1.2em;
        font-size: 1.2em;
  }
.entry-content ol li{
        padding: 1.2em;
}
.rating-box{
    padding: 10px;
}
 .t-hs,.entry-title{
    font-size: 26px;
 }
 .entry-content h2, .entry-content h3,.rating-box h3 {
    font-size: 22px;
 }
 
.sec-cont .shar  .rating {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    float: none;
    width: 100%;
}
 
 .pt-cv-wrapper li {
   width: 100%;
 }
  
 .categorias li{width: calc(100% / 2);}

 
 .footer .layout .brand .logo a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
 
 
 .listinfo li b {width: auto;}
 .listinfo li span{text-align: right;float: right;}
.footer {padding: 20px 0;}
.footer .layout{display: block;text-align: center;width: 100%;}
.footer .layout .brand{padding: 15px 0px;}
.footer .layout .menu li{display: block;margin-right: 0; padding: 10px 0px;}
.footer .layout .brand .copyright{padding: 10px 0px;}

.col-page.mas li{width: 100%;}




  #cookie-banner{
        flex-direction: column;
        text-align: center;

        padding: 20px 50px 20px 20px;
    }

    .cookie-text{
        font-size: 14px;
    }

    #accept-cookies{
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        max-width: 220px;
    }

    #close-cookies{
        top: 15px;
        right: 12px;
        transform: none;
    }




 
    .filtros{
        gap:10px;
    }

    .filtros button{
        flex:1 1 calc(50% - 10px);

        min-width:130px;

        padding:13px 16px;

        font-size:13px;

        border-radius:12px;
    }


  .entry-content{
        margin:20px 0;
    }

    .entry-content img{
        border-radius:8px;
        box-shadow:0 2px 8px rgba(0,0,0,.08);
    }


 
  

}

@media (max-width:480px){

    .filtros{
        gap:8px;
    }

    .filtros button{
        flex:1 1 100%;

        width:100%;

        padding:12px 14px;

        font-size:12px;
    }

}
