body, html {
    height: 100%;
    font-size: 100%
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.imgFull, figure {
    object-fit: cover;
    object-position: center
}

#menu ul ul li a, #menu > ul > li > a, a {
    text-decoration: none
}

.publi-costado, .publi-medio {
    -webkit-box-shadow: 0 0 5px 0 rgba(153, 153, 153, .4);
    -moz-box-shadow: 0 0 5px 0 rgba(153, 153, 153, .4)
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%
}

body {
    font-family: Verdana, Geneva, sans-serif;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.8em;
    background: #FFF;
    color: #000;
    text-align: left
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: relative;
    margin: 0;
    min-width: 300px;
    scroll-behavior: smooth;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    font-size: 0;
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #333;
    padding-top: 15px
}

h1 {
    font-size: 28px;
    line-height: 44px
}

h2 {
    font-size: 22px;
    line-height: 34px
}

h3 {
    font-size: 20px;
    line-height: 26px
}

h4 {
    font-size: 18px;
    line-height: 23px
}

h5 {
    font-size: 15px;
    line-height: 20px
}

h6 {
    font-size: 13px;
    line-height: 19px
}

h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
    font-weight: 700
}

div h1, div h2, div h3, div h4, div h5, div h6 {
    margin-top: 1em
}

div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child {
    margin-top: 0
}

a {
    color: #587726;
    cursor: pointer
}

a:hover {
    color: #333
}

p {
    margin-top: 20px
}

#logo h1 {
    padding-top: 15px;
    line-height: normal
}

#logo span {
    display: none
}

header {
    background: #6a8938 repeat-x center top;
    margin: 0
}

header .wrapper {
    justify-content: space-between;
}

.header-inner {
    width: 85%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

#page-content {
    overflow: hidden;
    margin: 0;
    height: 100%
}

.content, .cuerpo, .wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.left-float {
    float: left
}

.right-float {
    float: right
}

contenido {
    width: 100%;
    display: block;
    height: 100%
}

.wrapper {
    width: 90%
}

#titulo-pagina {
    width: 100%;
    min-height: 106px;
    padding: 30px 0;
    background: url(../img/fdo-tituloD.jpg)
}

#titulo-pagina .titulo {
    width: 65%;
    float: left;
    padding-left: 20px
}

#titulo-pagina h3 {
    color: green
}

#titulo-pagina h1 {
    color: white;
    font-size: 24px;
    line-height: 1.2;
    padding: 0;
}

#titulo-pagina h1 small{
    font-size: 1rem;
    line-height: 1;
}

.breadcrumb {
    color: #CCC;
    font-size: 12px
}

.content {
    padding: 20px 2% 10px;
    width: 100%;
    max-width: 1280px;
    display: flex;
    gap: 1%;
    align-items: flex-start;
}

.contenido, .contenidofull {
    padding-bottom: 25px;
    margin-bottom: 15px
}

.contenido img {
    width: 100%;
    height: auto
}

.contenido {
    /*float: left;
    padding-left: 3%;
    padding-right: 3%;
    width: 62%;
    margin-right: 1%*/
    flex: 0 0 62%;
    padding-inline: 3%;
}

.contenidofull {
    float: none
}

.visually-hidden {
    display: none !important;
}

.grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.card {
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
}

.card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.card-link:focus-visible {
    outline: 3px solid #6b4eff;
    outline-offset: 3px;
}

.card figure {
    margin: 0;
    height: auto;
    aspect-ratio: 16 / 9;
}

.card img {
    width: 100%;
    height: auto;
    display: block;
}

.card-content {
    padding: 1rem;
}

.card-content h3 {
    margin-top: 0;
    padding: 0;
}

.card-more {
    display: inline-block;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 1em;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #6a8938;
    position: relative;
    padding: 5px 2em 5px 10px;
}

.card-more::after {
    content: "🡪";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    color: #6a8938;
}

.barra-lateral {
    /* float: left;
     width: 31%;
     min-width: 250px;
     padding-top: 8px*/
    flex: 0 0 31%;
    min-width: 250px;
    padding-top: 8px;
}

.tit {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
    margin-top: 0
}

.tit span {
    border-bottom: 1px solid green;
    margin-bottom: -1px;
    display: inline-block;
    padding-bottom: 10px
}

ul {
    margin-top: 20px;
    list-style: disc
}

ol, ul {
    margin-left: 30px
}

ol li, ul li {
    margin-top: 5px
}

.listado {
    list-style: none !important;
    margin-left: 15px !important
}

.listado > li {
    padding-left: 20px;
    background: url(../img/arrowright-grey.png) 0 6px no-repeat
}

.imgFull {
    width: 100%;
    height: 100%
}

.imgFullW {
    width: 100%;
    height: auto
}

figure, imgFullH {
    width: auto;
    height: 100%
}

figure {
    margin: 0;
    overflow: hidden
}

figure img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    transition: .3s ease-in-out
}

figure:hover img {
    transform: scale(1.1);
    transition: .3s ease-in-out
}

#menu ul ul li, #menu > ul > li.has-sub > a:before {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

#menu ul li.actual a {
    color: #000
}

#menu, #menu #menu-button, #menu ul, #menu ul li, #menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10
}

#menu:after, #menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#menu #menu-button {
    display: none
}

#menu {
    font-family: 'Montserrat', sans-serif;
}

#menu > ul > li {
    float: left
}

#menu.align-center > ul {
    font-size: 0;
    text-align: center
}

#menu.align-center > ul > li {
    display: inline-block;
    float: none
}

#menu ul ul li.has-sub > a:after, #menu ul ul li.has-sub > a:before, #menu > ul > li.has-sub > a:after, #menu > ul > li.has-sub > a:before {
    position: absolute;
    display: block;
    content: ''
}

#menu.align-center ul ul {
    text-align: left
}

#menu.align-right > ul > li {
    float: right
}

#menu > ul > li > a {
    padding: 17px 13px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase
}

#menu > ul > li:hover > a {
    color: #000
}

#menu > ul > li.has-sub > a {
    padding-right: 30px
}

#menu > ul > li.has-sub > a:after {
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    background: #FFF
}

#menu > ul > li.has-sub > a:before {
    top: 19px;
    right: 14px;
    width: 2px;
    height: 8px;
    background: #FFF;
    transition: all .25s ease
}

#menu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#menu ul ul {
    position: absolute;
    left: -9999px;
    border-top: 3px solid #577626
}

#menu.align-right ul ul {
    text-align: right
}

#menu ul ul li {
    height: 0;
    transition: all .25s ease
}

#menu li:hover > ul {
    left: auto
}

#menu.align-right li:hover > ul {
    left: auto;
    right: 0
}

#menu li:hover > ul > li {
    height: 35px
}

#menu ul ul ul {
    margin-left: 100%;
    top: 0
}

#menu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#menu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, .15);
    padding: 11px 15px;
    width: 250px;
    font-size: 12px;
    color: #FFF;
    background: rgba(106, 136, 56, .8)
}

#menu ul ul li.last-item > a, #menu ul ul li:last-child > a {
    border-bottom: 0
}

#menu ul ul li a:hover, #menu ul ul li:hover > a {
    color: #000
}

#menu ul ul li.has-sub > a:after {
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    background: #ddd
}

#menu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px
}

#menu ul ul li.has-sub > a:before {
    top: 13px;
    right: 14px;
    width: 2px;
    height: 8px;
    background: #FFF;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#menu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px
}

#menu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

.social ul {
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.social ul li {
    float: left;
    list-style: none;
    text-align: center;
    margin-top: 0;
    border-top: medium none
}

.social ul li a {
    padding: 0;
}

.social ul li.fbicon a, .social ul li.gpicon a, .social ul li.pticon a, .social ul li.twicon a, .social ul li.yticon a {
    display: block;
    aspect-ratio: 1 / 1;
}

.social ul li.fbicon a {
    background: url(../images/facebook.png) center no-repeat #4862a3
}

.social ul li.twicon a {
    background: url(../images/twitter.png) center no-repeat #000
}

.social ul li.yticon a {
    background: url(../images/youtube.png) center no-repeat #cc181e
}

.social ul li.pticon a {
    background: url(../images/pinterest.png) center no-repeat #cc181e
}

.social ul li.gpicon a {
    background: url(../images/googleplus.png) center no-repeat #da4835
}

.social .fa {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

#rs {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right
}

#entries-pagination li, #rs li {
    float: left;
    margin: 0;
    padding: 0;
    border-left: 1px solid #404040;
    color: #FFF;
    font-weight: 700
}

#entries-pagination li:first-child, #rs li:first-child {
    border: none
}

#entries-pagination li a, #rs li a {
    display: block;
    background: #333;
    color: #FFF;
    font-weight: 700
}

.publicidades, .tags a, a.btnvermas {
    display: inline-block
}

#entries-pagination li.sfb a, #rs li.sfb a {
    height: 40px;
    width: 40px;
    background: url(../img/social-icons.png) 0 top no-repeat #6a8938;
    text-indent: -9999px
}

#entries-pagination li.syt a, #rs li.syt a {
    height: 40px;
    width: 40px;
    background: url(../img/social-icons.png) -520px top no-repeat #6a8938;
    text-indent: -9999px
}

#entries-pagination li.stw a, #rs li.stw a {
    height: 40px;
    width: 40px;
    background: url(../img/social-icons.png) -40px top no-repeat #6a8938;
    text-indent: -9999px
}

#entries-pagination li.sgp a, #rs li.sgp a {
    height: 40px;
    width: 40px;
    background: url(../img/social-icons.png) -440px top no-repeat #6a8938;
    text-indent: -9999px
}

#entries-pagination li.sfb a:hover, #rs li.sfb a:hover {
    background-position: 0 bottom
}

#entries-pagination li.syt a:hover, #rs li.syt a:hover {
    background-position: -520px bottom
}

#entries-pagination li.sgp a:hover, #rs li.sgp a:hover {
    background-position: -440px bottom
}

#entries-pagination li.stw a:hover, #rs li.stw a:hover {
    background-position: -40px bottom
}

.widget {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px
}

.widget:first-child {
    margin-top: 0
}

.tags a {
    background: #F5F5F5;
    padding: 3px 7px;
    font-size: 11px;
    border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #333;
    margin-bottom: 5px;
    margin-right: 3px
}

.tagsgr a {
    background: #cccccc;
    padding: 3px 7px;
    font-size: 13px;
    border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #333;
    margin-bottom: 5px;
    margin-right: 3px
}

.tagsgr a:hover {
    color: #FFF;
    background: #587726
}

.tags a:hover {
    color: #FFF;
    background: #587726
}

.tagsmenu a {
    width: 40%;
    text-align: center;
}

.publi-centro, .publi-costado, .publi-medio {
    margin-left: 2%;
    margin-right: 2%;
    background: #F5F5F5;
    text-align: center
}

.tags {
    margin-top: 10px
}

.publicidades {
    margin-top: 15px;
    width: 100%
}

.publi-medio {
    width: 46%;
    float: left;
    box-shadow: 0 0 5px 0 rgba(153, 153, 153, .4);
    margin-bottom: 15px
}

.publi-centro p, .publi-costado p, .publi-medio p {
    margin-top: 0;
    text-align: center
}

.publi-centro span, .publi-costado span, .publi-medio span {
    font-size: x-small;
    text-transform: uppercase
}

.publi-costado {
    width: 95%;
    min-width: 300px;
    box-shadow: 0 0 5px 0 rgba(153, 153, 153, .4)
}

.publi-centro {
    width: 100%;
    float: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(153, 153, 153, .4);
    -moz-box-shadow: 0 0 5px 0 rgba(153, 153, 153, .4);
    box-shadow: 0 0 5px 0 rgba(153, 153, 153, .4);
    margin-bottom: 15px
}

.publi-centro img, .publi-costado img, .publi-medio img {
    width: 100%;
    height: auto
}

.footer-details {
    padding-left: 30px;
    padding-right: 30px;
    margin: 26px auto 0 auto;
    color: #FFF;
    text-align: justify;
    width: min(100%, 900px)
}

footer {
    background: #6a8938;
    padding: 15px 0;
    font-size: 12px;
    color: #FFF
}

footer a {
    color: #FFF
}

footer a:hover {
    color: #000
}

.toggle .toggle-active .toggle-name, .toggle .toggle-active .toggle-name h3, .toggle .toggle-title h3:hover, .toggle .toggle-title:hover .toggle-name {
    color: #587726
}

a.btnvermas {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
    background: url(../img/arrowright-grey.png) right center no-repeat;
    margin-top: 20px
}

.toggle {
    margin-top: 10px
}

.toggle .toggle-title h3 {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: normal
}

div .toggle:first-child {
    margin-top: 0
}

.toggle .toggle-title {
    min-height: 40px;
    width: 100%;
    background: #f5f5f5;
    position: relative;
    cursor: pointer
}

.toggle .toggle-title .toggle-icon {
    height: 100%;
    width: 40px;
    border-right: 1px solid #d9d9d9;
    float: left;
    position: absolute;
    top: 0;
    left: 0
}

.toggle .toggle-title .toggle-icon span {
    display: block;
    height: 40px;
    width: 40px;
    background: url(../img/sprites.png) -80px -60px no-repeat
}

.toggle .toggle-active .toggle-icon {
    background-color: green;
    border-right: 1px solid green
}

.toggle .toggle-active .toggle-icon span {
    background-position: -120px -60px
}

.toggle .toggle-title .toggle-name {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding-left: 60px;
    padding-bottom: 10px
}

.toggle .toggle-inner {
    display: none;
    min-height: 93px;
    height: auto;
    padding: 10px 10px 10px 40px;
    overflow: hidden
}

.toggle .toggle-inner .fila {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px
}

.toggle .toggle-inner .fila .crop {
    float: left;
    margin: .5em 10px .5em 0;
    overflow: hidden;
    position: relative;
    border: 1px solid green;
    width: 60px;
    height: 60px;
    background-color: #999
}

.toggle .toggle-inner .fila .crop img {
    position: relative;
    top: 0;
    left: -10px;
    height: 60px
}

.toggle .toggle-inner .fila .detalle {
    float: left;
    margin-top: 8px;
    font-size: 10px;
    color: #666;
    width: 115px;
    min-width: 115px;
    max-width: 100%
}

.toggle .toggle-inner .fila .detalle h4 {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: normal;
    text-transform: none
}

nav[role=paginacion] {
    text-align: center;
    color: #333
}

.paginacionHTP {
    width: auto;
    max-width: none;
    display: inline-block;
    border-radius: .25em;
    margin: 2em auto 4em;
    text-align: center
}

.paginacionHTP:after {
    content: "";
    display: table;
    clear: both
}

.colnoti, .colShare, .paginacion li, .paginacion li.button {
    display: inline-block
}

.paginacion li {
    margin: 0;
    float: left;
    border-right: 1px solid #e6e6e6;
    background: #F5F5F5
}

.paginacion li:last-of-type {
    border-right: none
}

.paginacion a {
    color: #333
}

.paginacion .button a:hover, .paginacion a:hover {
    background: #587726;
    color: #FFF
}

.paginacion .off, .paginacion li span {
    pointer-events: none;
    color: #999
}

.paginacion .actual {
    background-color: #587726;
    color: #FFF;
    pointer-events: none
}

.paginacion a, .paginacion span {
    float: left;
    padding: 10px 15px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    vertical-align: middle
}

.paginacion .button a {
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0
}

.paginacion .button:last-of-type a::after {
    content: '0bb';
    box-sizing: border-box
}

.paginacion .button:first-of-type a::before {
    content: '0ab';
    box-sizing: border-box
}

.colShare {
    float: none;
    padding-bottom: 5px;
    height: auto !important;
    min-height: auto !important;
    color: #333;
    font-size: small;
    line-height: 20px;
    width: 100%
}

.share-box {
    display: flex;
    gap: 10px;
    align-content: center;
    align-items: center;
    margin: 0 0 15px;
}

.share-txt {
    float: left;
    margin-right: 2px;
    margin-bottom: 5px;
    text-align: center;
    padding: 10px
}

.share-fb,
.share-gp,
.share-pt,
.share-tw,
.share-wa,
.share-pi,
.share-tg {
    float: left;
    height: 40px;
    width: 40px;
    margin-left: 1px
}

.share-fb {
    background: url(../img/social-icons.png) 0 -80px no-repeat #F5F5F5;
    text-indent: -9999px
}

.share-fb:hover {
    background-position: 0 bottom
}

.share-tw {
    background: url(../img/social-icons.png) -40px -80px no-repeat #F5F5F5;
    text-indent: -9999px
}

.share-tw:hover {
    background-position: -40px bottom
}

.share-pt {
    background: url(../img/social-icons.png) -480px -80px no-repeat #F5F5F5;
    text-indent: -9999px
}

.share-pt:hover {
    background-position: -480px bottom
}

.share-gp {
    background: url(../img/social-icons.png) -440px -80px no-repeat #F5F5F5;
    text-indent: -9999px
}

.share-gp:hover {
    background-position: -440px bottom
}

.share-pi {
    background: url(../img/social-icons.png) -480px -80px no-repeat #F5F5F5;
    text-indent: -9999px
}

.share-pi:hover {
    background-position: -480px bottom
}

.share-tg {
    background: url(../img/social-icons.png) -80px -80px no-repeat #F5F5F5;
    text-indent: -9999px
}

.share-tg:hover {
    background-position: -80px bottom
}

.share-wa {
    background: url(../img/social-icons.png) -120px -80px no-repeat #F5F5F5;
    text-indent: -9999px
}

.share-wa:hover {
    background-position: -120px bottom
}

.share-buttons {
    gap: .5em;
    display: flex;
}

.share-buttons a,
.share-buttons button {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    outline-offset: 3px; /* Espacio para el anillo de enfoque */
    border-radius: 6px;
}
/* Mejora el foco para navegación por teclado */
.share-buttons a:focus,
.share-buttons button:focus,
.share-buttons.btn-share-links:focus,
.share-box .btn-primary:focus{
    outline: 3px solid #000; /* O un color de alto contraste */
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}

.share-buttons.btn-share-links,
.share-box .btn-primary {
    background: #fcfcfc;
    border: 0;
    padding: 13px 5px;
    margin-bottom: 0 !important;
    cursor: pointer;
    border-radius: 6px;
    width: inherit !important;
    outline-offset: 3px;
}

.share-buttons .share-facebook {
    background: url(../img/share-icons.jpg) 0 -44px no-repeat;
    text-indent: -9999px
}

.share-buttons .share-facebook:hover {
    background-position: 0 0
}

.share-buttons .share-x {
    background: url(../img/share-icons.jpg) -44px -44px no-repeat;
    text-indent: -9999px
}

.share-buttons .share-x:hover {
    background-position: -44px 0
}


.share-buttons .share-telegram {
    background: url(../img/share-icons.jpg) -88px -44px no-repeat;
    text-indent: -9999px
}

.share-buttons .share-telegram:hover {
    background-position: -88px 0
}


.share-buttons .share-whatsapp {
    background: url(../img/share-icons.jpg) -132px -44px no-repeat;
    text-indent: -9999px
}

.share-buttons .share-whatsapp:hover {
    background-position: -132px 0
}


.share-buttons .share-pinterest {
    background: url(../img/share-icons.jpg) -176px -44px no-repeat;
    text-indent: -9999px
}

.share-buttons .share-pinterest:hover {
    background-position: -176px 0
}

.blog-ads {
    background: #F5F5F5;
    padding: .5em;
    border-radius: 10px;
}

.colnoti {
    float: none;
    padding-bottom: 5px;
    height: auto !important;
    min-height: auto !important;
    color: #333;
    font-size: small;
    line-height: 20px;
    width: 100%
}

.noti-fecha, .noti-tema {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #EBEBEB;
    text-align: center;
    padding: 10px;
    text-transform: uppercase
}

.noti-fb, .noti-gp, .noti-pt, .noti-tw, .noti-wapp {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: small;
    padding: 10px;
    display: block;
    color: #FFF
}

.noti-fb {
    background: #365ab4
}

.noti-fb:hover {
    background: #3d546f;
    color: #FFF
}

.noti-tw {
    background: #369ad5
}

.noti-tw:hover {
    background: #2f77a1;
    color: #FFF
}

.noti-pt {
    background: #cc181e
}

.noti-pt:hover {
    background: #900;
    color: #FFF
}

.noti-gp {
    background: #da4835
}

.noti-gp:hover {
    background: #c30;
    color: #FFF
}

a.btnSig {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    color: #000;
    background-color: #D5D5D5;
    position: relative;
    display: inline-block;
    font-weight: bold
}

a.btnSig:after {
    position: absolute;
    right: -20px;
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #D5D5D5
}

a.btnSig:hover {
    background: #6a8938;
    color: #FFF
}

a.btnSig:hover:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #6a8938
}

.boxseccion-info {
    margin-top: 0;
}

.listado-continentes ul {
    display: flex;
    gap: .5em;
    list-style: none;
    justify-content: space-between;
    width: min(100%, 350px);
    margin: 0 auto;
    font-size: .8em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.listado-continentes ul li a {
    padding: .5em 1em;
    background-color: #F6FAF2;
    border: 1px solid #bd9;
    border-radius: 8px;
}

.listado-paises {
    display: grid;
    gap: 1rem;
    padding: 0;
    list-style: none;
    max-width: 1200px;
    margin: 20px auto;
    grid-template-columns: repeat(3, 1fr);
}

.listado-paises li a {
    background-color: #F6FAF2;
    border: 1px solid #bd9;
    border-radius: 8px;
    padding: 15px 20px;
    font-family: sans-serif;
    color: #333;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
}

hr {

}

/*CALENDARIOS*/
.calen-F {
    overflow: hidden;
    line-height: 18px;
    font-size: 14px;
}

.calen-F p {
    margin-top: 2px;
}

.calen-FechaM {
    margin: 0 auto 15px auto;
    text-align: center;
}

.calen-Fecha .tipo {
    font-size: .8em;
}

.calen-Mes {
    text-align: center;
    margin-bottom: 4px;
    background: #80A442;
    font-weight: 700;
    font-size: 16px;
    padding: 11px 0;
    color: #000;
}

.calen-Mes h3 {
    font-weight: bold;
    color: #000;
}

.calen-Mes h3, .calen-Mes p {
    margin: 0;
    padding: 0;
    line-height: 1.2 !important;
}

.calen-Fecha {
    display: flex;
    margin-right: 4px;
    margin-left: 4px;
    text-align: center;
    margin-bottom: 4px;
}

.calen-Fecha p {
    margin: 0;
    line-height: 1.2;
}

.calen-Fase {
    margin-right: 2px;
    text-align: center;
    margin-bottom: 4px;
}

.calen-Dia {
    margin-left: 2px;
    text-align: center;
    margin-bottom: 4px;
    user-select: none;
    pointer-events: none;
}

.calen-Fase, .calen-Dia {
    width: 50%;
    padding: 1em .5em;
}

.calen-Fase a, .calen-Dia a {
    font-size: 13px;
    text-decoration: underline;
}

.calen-Ftit, .calen-Dtit {
    width: 50%;
    margin: 0 1px;
    text-align: center;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.1;
}

.calen-web {
    content: "cometamagico.com.ar";
    display: block;
    font-size: 10px;
    color: #829562;
    text-transform: lowercase;
    padding-block: 5px;
}

.calen-FechaM tbody tr:nth-child(even) td {
    background: #F6FAF2
}

.calen-FechaM tbody tr:nth-child(odd) td {
    background: #EAF4E2
}

.aclaracion {
    margin: 1em auto;
    font-size: .8em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.aclaracion p {
    margin-top: 0;
}

.instrucciones-dieta {
    background-color: #f5f7e8;
    border: 1px solid #d9e2b3;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #80a442
}

.instrucciones-dieta h2 {
    margin-bottom: .5em;
    padding-top: 0;
}

.instrucciones-dieta p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.instrucciones-dieta ul {
    margin: 0 0 15px 20px;
    padding: 0;
    list-style-type: disc;
}

.instrucciones-dieta ul li a {
    color: #4c7a2f;
    text-decoration: underline;
}

.instrucciones-dieta .diet-benefit {
    font-weight: bold;
    color: #5a702f; /* verde más oscuro para resaltar beneficios */
    margin-bottom: 20px;
}

.instrucciones-dieta .diet-actions {
    display: flex;
    gap: 10px;
}

.instrucciones-dieta .btn-primary,
.instrucciones-dieta .btn-secondary {
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1;
    transition: all 0.2s ease-in-out;
}

.instrucciones-dieta .btn-primary {
    background-color: #7f9e3f;
    color: #fff;
    border: none;
}

.instrucciones-dieta .btn-primary:hover {
    background-color: #6e8d36;
}

.instrucciones-dieta .btn-secondary {
    background-color: #e3e7c5;
    color: #4c7a2f;
    border: 1px solid #c7d09b;
}

.instrucciones-dieta .btn-secondary:hover {
    background-color: #d9e2b3;
}

#faq {
    max-width: 800px;
    margin: 2rem auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

#faq h2 {
    margin-bottom: 1rem;
    text-transform: inherit;
}

#faq h3 {
    font-size: 1rem;
    cursor: pointer;
    text-transform: inherit;
    font-weight: bold;
}

#faq p {
    padding: 0 1.5rem;
}

#faq button {
    all: unset;
    cursor: pointer;
    display: block;
    width: 100%;
    font-weight: 600;
}

#faq h3 + p {
    margin-top: 0;
}

#faq h3 button {
    position: relative;
}

#faq h3 button::after {
    content: '+';
    position: absolute;
    right: 1rem;
    font-weight: bold;
    transition: transform 0.3s;
}

#faq h3 button[aria-expanded="true"]::after {
    content: '-';
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

/*CALENDARIOS*/

@media all and (max-width: 768px) and (max-width: 1024px) {
    #menu li:hover > ul > li, #menu ul ul li, header {
        height: auto
    }

    #menu ul, #menu ul ul > li.has-sub > a:after, #menu ul ul > li.has-sub > a:before, #menu > ul > li.has-sub > a:after, #menu > ul > li.has-sub > a:before {
        display: none
    }

    .header-inner {
        margin-left: 0;
        width: 100%
    }

    #menu, #menu ul {
        width: 100%
    }

    #menu.align-center > ul {
        text-align: left
    }

    #menu ul li {
        width: 100%;
        border-top: 1px solid rgba(106, 136, 56, .8);
        background: #577626
    }

    #menu ul li a, #menu ul ul li a {
        width: 100%;
        border-bottom: 0;
        background: 0 0
    }

    #menu > ul > li {
        float: none
    }

    #menu ul ul li a {
        padding: 15px 0 15px 25px;
        background: #4a6421
    }

    #menu ul ul ul li a {
        padding-left: 35px
    }

    #menu ul ul li.active > a, #menu ul ul li:hover > a {
        color: #96d400
    }

    #menu ul ul, #menu ul ul ul, #menu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        border-top: 0
    }

    #menu #menu-button:after, #menu #menu-button:before {
        right: 17px;
        width: 20px;
        position: absolute;
        content: ''
    }

    #menu #menu-button {
        display: block;
        padding: 17px;
        color: #FFF;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase
    }

    #menu #menu-button:after {
        top: 22px;
        display: block;
        height: 4px;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd
    }

    #menu #menu-button:before {
        top: 16px;
        display: block;
        height: 2px;
        background: #ddd
    }

    #menu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #FFF;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #menu #menu-button.menu-opened:before {
        top: 23px;
        background: #FFF;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(106, 136, 56, .8);
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #menu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #menu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #menu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #menu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #menu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #menu .submenu-button.submenu-opened:before {
        display: none
    }
}

@media (max-width: 912px) {
    .contenido {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-inline: 0;
    }

    .barra-lateral {
        float: none;
        width: 100%;
        padding: 0
    }
}

@media (max-width: 767px) {
    #logo.left-float {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    #titulo-pagina h1 {
        font-size: 18px;
        padding-top: 15px
    }

    .publi-medio {
        width: 100%;
        margin: 0 0 15px
    }

    .contenido, .barra-lateral {
        flex: 0 0 100%;
    }

    .listado-paises {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .barra-lateral, .publi-medio {
        min-width: inherit;
        float: none
    }

    #logo.left-float, #rs, .barra-lateral, .contenido, .left-float, .publi-medio, .right-float {
        float: none
    }

    #logo.left-float {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    #titulo-pagina h1 {
        font-size: 22px;
    }

    #titulo-pagina {
        padding: 15px 0
    }

    #titulo-pagina .titulo {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        float: none;
        padding: 0
    }

    #rs {
        margin: 0 auto;
        text-align: center
    }

    .content {
        margin: 20px 0 60px
    }

    .publi-costado {
        margin: 0
    }

    .publi-medio {
        margin: 0 0 15px;
        min-height: inherit
    }

    .publi-medio img {
        width: 100%;
        height: auto
    }

    contenido {
        width: auto;
        height: auto
    }

    .paginacion li {
        display: none;
        margin: 0 .2em
    }

    .listado-paises {
        grid-template-columns: repeat(1, 1fr);
    }
}