@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400i&display=swap");
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

body {
    font-family: sans-serif;
    font-size: 16px; }

a, button {
    color: inherit;
    text-decoration: none;
    transition: .3s;
    border: none;
    outline: none; }

img {
    display: block;
    max-width: 100%; }

.cover, .card::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

.img-holder {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden; }
.img-holder.img-full {
    padding-bottom: 100%; }
.img-holder.img-std {
    padding-bottom: 75%; }

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0; }

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.flex-1 {
    flex: 1; }

.full-height {
    position: relative;
    height: 100%;
    padding-bottom: 0; }

.iframe-container {
    position: relative;
    padding-bottom: 56.25%; }

.container {
    max-width: 1200px;
    position: relative; }

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: inherit;
    font-size: 1em; }
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child), p:not(:first-child) {
    margin-top: 1em; }

.filter-white {
    filter: brightness(0) invert(1); }

.cke_editable {
    padding: 30px; }

.relative {
    position: relative; }

.row-grid {
    margin: -15px; }
.row-grid > * {
    padding: 15px; }

.row-grid-big {
    margin: -30px; }
.row-grid-big > * {
    padding: 30px; }

.row-grid-small {
    margin: -7.5px; }
.row-grid-small > * {
    padding: 7.5px; }

.animated {
    animation-duration: .3s; }

.text-uppercase {
    text-transform: uppercase; }

.wow {
    animation-duration: 1s; }

.slider {
    position: relative; }

section {
    position: relative; }

.img-fluid {
    width: 100%; }

.wrapper {
    position: relative; }

.text-left {
    text-align: left; }

.text-center {
    text-align: center; }

.text-right {
    text-align: right; }

.text-justify {
    text-align: justify; }

.form-control, button {
    background: none;
    display: block;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
    font: inherit;
    color: inherit; }
.form-control::placeholder, button::placeholder {
    color: inherit; }

.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0; }

button {
    transition: .3s; }

strong, b {
    font-weight: bold; }

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #808080; }

h1, h2, h3, h4, h5, h6 {
    font-weight: 700; }

@keyframes btn-bounce {
    0%, 60%, 100% { transform: translateY(0); }
    20%           { transform: translateY(-10px); }
    40%           { transform: translateY(-5px); }
}
.btn-bounce {
    animation: btn-bounce 3s ease infinite;
    animation-delay: 2s; }

.container {
    max-width: min(85vw, 1600px) !important;
    width: 85% !important; }

h1 {
    color: #000;
    padding-bottom: .25em;
    border-bottom: 1px solid #49991f; }

.header {
    padding: 15px 0; }
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
.header .logo-wrap {
    display: flex;
    align-items: center;
    height: 70px; }
.header .logo {
    width: auto;
    height: auto;
    max-height: 70px;
    max-width: 220px;
    object-fit: contain;
    object-position: left center; }
.header .banner {
    margin-left: 15px; }

.viewport-size {
    position: fixed;
    background: #000;
    width: 90px;
    line-height: 1;
    color: #fff;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: .5em;
    z-index: 10000; }

.top {
    padding: 15px 0;
    background: #49991f;
    color: #fff; }
.top .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.top .container > *:not(:first-child) {
    margin-left: 30px; }
.top .container > *:not(:first-child).social {
    margin-left: auto; }
.top .social {
    display: flex; }
.top .social > *:not(:first-child) {
    margin-left: 1em; }
.top .flex i {
    margin-right: .5em; }
.top .weather img {
    margin: -7.5px 0 -7.5px -7.5px;
    width: 30px;
    height: 30px;
    object-fit: cover; }
.top .weather.flex {
    align-items: center; }

main {
    position: relative; }

.login .form-control {
    border: 1px solid;
    width: 100%;
    display: block;
    padding: .5em 1em;
    line-height: 1;
    border-radius: .25em; }
.login .alert {
    margin-bottom: 1em; }

.form-group + .form-group {
    margin-top: 1em; }

article {
    margin: 15px auto; }

.call-to-action {
    color: #fff;
    background: #e8524f;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 768px;
    margin: 15px auto; }
.call-to-action i {
    margin: 0 2em;
    font-size: 2em;
    animation: infiniteTranslation 3s infinite;
    animation-timing-function: linear; }
.call-to-action span {
    text-transform: uppercase; }
.call-to-action span b {
    display: block; }
.call-to-action .btn {
    padding: .5em 2em;
    background: #fff;
    color: #e8524f; }

@keyframes infiniteTranslation {
    0% {
        opacity: 0;
        transform: translateX(-1em); }
    25% {
        opacity: 0;
        transform: translateX(-1em); }
    50% {
        opacity: 1;
        transform: translateX(0); }
    75% {
        opacity: 0;
        transform: translateX(1em); }
    100% {
        opacity: 0;
        transform: translateX(1em); } }
.nav {
    background: #49991f;
    color: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 2; }
/* nav::before removed — red lives only on main-link-alt */
.nav .dropdown i {
    position: absolute;
    left: calc(100% + .5em);
    height: 1em;
    bottom: 0; }
.nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(-15px); }
.nav .dropdown-menu {
    box-shadow: 0 0 1px #49991f;
    position: absolute;
    top: 100%;
    background: #49991f;
    z-index: 1;
    display: block;
    transform: translate(-15px, 15px);
    line-height: 1;
    width: 240px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s; }
.nav .dropdown-menu ul {
    margin-top: 1em; }
.nav .dropdown-menu li a {
    display: block;
    padding: .85em 1em;
    text-decoration: none !important;
    color: rgba(255,255,255,.92) !important;
    font-weight: 500;
    letter-spacing: .03em;
    transition: background .2s, color .2s, padding-left .2s;
    border-left: 3px solid transparent; }
.nav .dropdown-menu li:hover a {
    background: #3a7a18 !important;
    color: #fff !important;
    padding-left: 1.4em;
    border-left-color: #85c757; }
.nav .main-nav {
    display: flex;
    justify-content: space-between;
    line-height: 1.5; }
.nav .main-nav > li {
    position: relative;
    transition: .3s; }
.nav .main-nav > li + li {
    margin-left: 4em; }
.nav .main-nav > li a {
    position: relative; }
.nav .main-nav > li.main-link::after, .nav .main-nav > li.main-link-alt::after {
    content: '';
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    width: 0;
    bottom: -4px;
    transition: width .25s ease, opacity .25s ease;
    opacity: 0;
    border-radius: 2px; }
.nav .main-nav > li.main-link a,
.nav .main-nav > li.main-link-alt a {
    text-decoration: none;
    color: inherit; }
.nav .main-nav > li.main-link.hidden {
    opacity: 0;
    visibility: hidden; }
.nav .main-nav > li:hover::after, .nav .main-nav > li.active::after {
    width: 100%;
    opacity: 1; }
.nav .main-nav > li.main-link-alt {
    margin-left: auto;
    background: #e8524f;
    margin-top: -15px;
    margin-bottom: -15px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    position: relative; }
/* Extend red to right viewport edge (outside container) */
.nav .main-nav > li.main-link-alt::before {
    content: '';
    position: absolute;
    background: #e8524f;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 50vw; }
/* Remove underline hover on red item */
.nav .main-nav > li.main-link-alt::after { display: none; }
.nav .main-nav > li.main-link-alt a {
    font-weight: 700;
    letter-spacing: 0.02em;
    animation: text-pulse 2s ease-in-out infinite;
    display: inline-block;
    position: relative;
    z-index: 1; }
@keyframes text-pulse {
    0%, 100% { transform: scale(1);    opacity: 1; }
    50%       { transform: scale(1.06); opacity: .85; } }
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 58px;
    height: 58px;
    background: #25D366;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 18px rgba(37,211,102,.45);
    z-index: 9990;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s, width .3s, border-radius .3s;
    animation: wa-ring 3s ease-out infinite; }
.whatsapp-float:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 26px rgba(37,211,102,.6);
    color: #fff !important; }
.whatsapp-float:hover .whatsapp-float-tooltip {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
.whatsapp-float-tooltip {
    position: absolute;
    right: 70px;
    bottom: 50%;
    transform: translateY(4px);
    background: #1a1a1a;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s, transform .25s; }
.whatsapp-float-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right: none;
    border-left-color: #1a1a1a; }
@keyframes wa-ring {
    0%,100% { box-shadow: 0 4px 18px rgba(37,211,102,.45); }
    40%      { box-shadow: 0 4px 18px rgba(37,211,102,.45), 0 0 0 12px rgba(37,211,102,.15); }
    70%      { box-shadow: 0 4px 18px rgba(37,211,102,.45), 0 0 0 20px rgba(37,211,102,0); } }

/* Nav search bar */
.nav-search-li { padding: 0 !important; }
.nav-search-form {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 24px;
    overflow: hidden;
    margin: 0 4px;
    transition: background .2s; }
.nav-search-form:focus-within {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.5); }
.nav-search-input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    font-size: 0.85rem;
    padding: 6px 10px 6px 14px;
    width: 180px;
    font-family: inherit; }
.nav-search-input::placeholder {
    color: rgba(255,255,255,0.6);
    transition: opacity .3s; }
.nav-search-btn {
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.8);
    padding: 6px 12px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: color .2s; }
.nav-search-btn:hover { color: #fff; }

/* Buscar results page */
.buscar-header { margin-bottom: 2rem; }
.buscar-header h1 { font-size: 1.5rem; font-weight: 700; margin-bottom: 4px; }
.buscar-header h1 em { color: #49991f; font-style: normal; }
.buscar-total { color: #888; font-size: 0.9rem; margin-bottom: 1rem; }
.buscar-form { display: flex; gap: 0; max-width: 500px; }
.buscar-input {
    flex: 1;
    border: 2px solid #49991f;
    border-right: none;
    border-radius: 6px 0 0 6px;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    outline: none; }
.buscar-btn {
    background: #49991f;
    color: #fff;
    border: 2px solid #49991f;
    border-radius: 0 6px 6px 0;
    padding: 0.5rem 1.2rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s; }
.buscar-btn:hover { background: #3a7d18; border-color: #3a7d18; }
.buscar-section { margin-bottom: 2.5rem; }
.buscar-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #49991f;
    padding-bottom: 0.5rem;
    margin-bottom: 1.25rem; }
.buscar-section-title i { color: #49991f; margin-right: 6px; }
.buscar-providers { display: flex; flex-direction: column; gap: 0; }
.buscar-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #888; }
.buscar-empty i { font-size: 3rem; margin-bottom: 1rem; display: block; }

/* Destacado badge con FA */
.guia-provider-badge-featured {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff8e1;
    color: #b8860b;
    border: 1px solid #f0c040;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 9px;
    margin-bottom: 0.5rem; }

.btn {
    display: inline-block;
    padding: .25em .5em;
    border: 1px solid;
    border-radius: .25em;
    cursor: pointer;
    transition: .3s; }
.btn.btn-alt {
    background: #49991f;
    border-color: #49991f;
    color: #fff;
    padding: .5em 1em; }
.btn.btn-block {
    display: block;
    width: 100%;
    background: #49991f;
    border-color: #49991f;
    color: #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    text-align: center; }
.btn.btn-block:hover {
    background: #3a7d18;
    border-color: #3a7d18;
    color: #fff; }

.file-drop {
    position: relative;
    height: 140px;
    background: #f9f9f9;
    border: 2px dashed #ccc;
    border-radius: .25em;
    display: block; }
.file-drop:hover {
    border-color: #49991f;
    color: #49991f; }
.file-drop::before {
    content: 'Agregar un logo';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #49991f;
    font-size: 0.9rem; }
.file-drop img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.footer {
    color: #fff; }
.footer p {
    margin: 0;
    line-height: 1.5; }
.footer h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px; }
.footer .cover-preview {
    justify-content: normal; }
.footer .cover-preview img {
    max-width: 50%; }
.footer .list li {
    display: flex;
    line-height: 1.25; }
.footer .list li + li {
    margin-top: 1em; }
.footer .list li i {
    width: 1em;
    margin-right: .5em;
    text-align: center;
    line-height: inherit; }
.footer .social {
    font-size: 1.25em;
    line-height: 1.5; }
.footer .social i {
    width: 1em;
    text-align: center; }
.footer .info {
    padding: 30px 0;
    background: #4b4a48; }
.footer .info .footer-logo {
    filter: brightness(0) invert(1);
    margin-bottom: 30px; }
.footer .info .btn {
    margin-left: 15px; }
.footer .copyright {
    padding: 15px 0;
    background: #e8524f;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; }

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    grid-template-areas: "a-1 a-1 a-3 a-4" "a-1 a-1 a-2 a-2" "a-5 a-6 a-7 a-8"; }
.grid .grid-1 {
    grid-area: a-1; }
.grid .grid-1.card {
    height: 100%; }
.grid .grid-2 {
    grid-area: a-2; }
.grid .grid-3 {
    grid-area: a-3; }
.grid .grid-4 {
    grid-area: a-4; }
.grid .grid-5 {
    grid-area: a-5; }
.grid .grid-6 {
    grid-area: a-6; }
.grid .grid-7 {
    grid-area: a-7; }
.grid .grid-8 {
    grid-area: a-8; }
.grid .grid-item:not(.grid-1) .date {
    display: none; }
.grid .grid-item:not(.grid-1) .caption h3 {
    font-size: 1em; }

section h1 {
    font-weight: bold;
    font-size: 1.66666666em;
    margin-bottom: 15px;
    text-transform: uppercase; }

.category {
    padding: .25em 1em;
    display: inline-block;
    color: #fff; }

.card {
    position: relative;
    color: #fff;
    height: 200px;
    overflow: hidden; }
.card.card-responsive {
    height: auto;
    padding-bottom: 56.25%;
    margin-bottom: 15px; }
.card.card-full {
    padding-bottom: 75%;
    height: auto; }
.card.card-alt {
    border: 1px solid #ccc;
    color: #000; }
.card.card-alt img {
    z-index: 1;
    max-width: calc(100% - 15px);
    max-height: calc(100% - 15px); }
.card.card-alt:hover img {
    transform: scale(0.9); }
.card.card-alt .caption h3 {
    font-size: 1.5em; }
.card.card-alt::before {
    background: none; }
.card::before {
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
    pointer-events: none;
    z-index: 1; }
.card img {
    transition: .3s; }
.card:hover img {
    transform: scale(1.1); }
.card .category {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1; }
.card .caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 1; }
.card .caption h3 {
    margin-top: .5em;
    line-height: 1.25;
    font-size: 1.66666666em; }

.sidebar {
    flex-basis: 300px;
    margin-left: 30px; }
.sidebar > *:not(:first-child) {
    margin-top: 15px; }
.sidebar .banner {
    max-width: 300px; }

.ads {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
.ads:not(:first-child) {
    margin-top: 15px; }
.ads > *:not(:first-child) {
    margin-top: 15px; }
.ads img {
    margin: auto; }

.content {
    flex: 1; }

.latest {
    margin-top: 30px; }

.flex {
    align-items: flex-start; }

.post {
    color: #333; }
.post .content, .post .sidebar {
    border-top: 1px solid #49991f;
    padding-top: 15px; }
.post h1, .post h2 {
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    border: none;
    padding: 0; }
.post h1 {
    font-size: 1.66666666em; }
.post h2 {
    font-size: 1.25em; }
.post .excerpt, .post .content-html {
    font-size: 1.15em;
    line-height: 1.5; }
.post .img-fluid {
    margin: 15px auto; }
.post .fb-comments {
    margin-top: 30px; }
.post .content-html {
    margin-top: 30px; }
/* Imágenes dentro del contenido */
.content-html img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto; }
/* Imagen rota: mínimo visible para que no desaparezca */
.content-html img:not([src]),
.content-html img[src=""] {
    min-height: 60px;
    background: #f4f4f4;
    border: 2px dashed #ddd; }
.content-html img::after {
    content: "⚠ Imagen no disponible";
    display: block;
    font-size: .8em;
    color: #999;
    text-align: center;
    padding: 10px; }
.post .share {
    display: flex;
    align-items: center; }
.post .share span {
    margin-right: 1em; }
.post .share a {
    width: 3em;
    line-height: 2;
    font-size: 1.5em;
    color: #fff;
    text-align: center; }
.post .share a:hover {
    background: #49991f !important; }
.post .share a.fa-facebook-f {
    background: #3B5998; }
.post .share a.fa-twitter {
    background: #4099ff; }
.post .share a.fa-whatsapp {
    background: #25d366; }
.post .share a.fa-paper-plane {
    background: #4c68d7; }
.post .articles .list {
    font-size: 1.3333333em;
    font-weight: 300; }
.post .articles .list li {
    display: flex;
    padding: .5em; }
.post .articles .list li span {
    margin-right: .25em; }
.post .articles .list li:nth-child(odd) {
    background: rgba(73, 153, 31, 0.25); }
.post .articles .list li:hover {
    color: #49991f; }

.featured {
    margin-top: 30px; }
.featured .date {
    display: none; }
.featured .card-container:not(:first-child) {
    margin-top: 30px; }
.featured p {
    font-size: 1.33333333em;
    font-weight: 300;
    margin-top: 15px; }

.alert {
    background: #fff;
    color: green;
    border: 1px solid;
    padding: .5em 1em;
    line-height: 1; }
.alert + * {
    margin-top: 1em; }

.newsletter {
    background: #49991f;
    padding: 45px 0;
    color: #fff;
    margin-top: 30px; }
.newsletter .alert {
    display: inline-block;
    margin-top: 1em; }
.newsletter img {
    margin-left: auto;
    left: auto; }
.newsletter form {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
.newsletter form > *:not(:first-child) {
    margin-left: 1em; }
.newsletter form .w-100 {
    width: 100%; }
.newsletter .btn {
    background: #fff;
    color: #49991f;
    text-transform: uppercase;
    padding: .5em;
    border-radius: .5em;
    font-weight: bold; }
.newsletter input {
    background: #fff;
    padding: .5em;
    border-radius: .5em;
    border: 1px solid #fff;
    outline: none;
    box-shadow: none;
    width: 240px; }
.newsletter span {
    font-weight: bold;
    text-transform: uppercase;
    flex: 1;
    margin: 0 !important; }

.featured-cover {
    margin-top: 30px; }
.featured-cover .featured-cover-container {
    background: #e8524f;
    color: #000;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    padding: 15px 0; }
.featured-cover .featured-cover-container::before {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 58.33333333%;
    background: #333;
    position: absolute; }
.featured-cover .featured-cover-container .before {
    top: 0;
    bottom: 0;
    right: 0;
    left: -25%;
    background: #333;
    position: absolute;
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%); }
.featured-cover h2 {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: bold; }
.featured-cover .content-html {
    margin: 30px auto;
    line-height: 1.5; }
.featured-cover .content-html > *:not(:first-child) {
    margin-top: 1em; }
.featured-cover img {
    margin: auto;
    position: relative;
    z-index: 1; }
.featured-cover .btn {
    color: #e8524f;
    background: #333;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1em 5em;
    border-radius: 0;
    position: relative; }
.featured-cover .btn::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 1px solid #333; }

.providers-band {
    padding: 30px 0 28px;
    background: #f8f9fa;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; }
.providers-title {
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 20px; }
.providers-viewport {
    overflow: hidden; }
.providers-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.8s cubic-bezier(0.45, 0, 0.55, 1);
    will-change: transform; }
.providers-page {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 16px;
    padding: 0 24px; }
.provider-logo {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow .3s, border-color .3s; }
.provider-logo > a,
.provider-logo > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%; }
.provider-logo-inner {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 16px 10px; }
.provider-logo img {
    max-width: 100%;
    max-height: 110px;
    object-fit: contain;
    filter: grayscale(25%);
    transition: filter .3s; }
.provider-name {
    font-size: .85em;
    color: #444;
    text-align: center;
    font-weight: 600;
    line-height: 1.3; }
.provider-badge {
    display: block;
    width: 100%;
    padding: 6px 10px;
    background: #49991f;
    color: #fff;
    font-size: .7em;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .02em; }
.provider-logo:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,.1);
    border-color: #bbb; }
.provider-logo:hover img {
    filter: grayscale(0%); }

.guia .category-title {
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 15px auto; }
.guia .category-title:first-child {
    margin-top: 0; }
.guia .inner-container {
    padding: 15px;
    border: 1px solid #ccc;
    height: 100%;
    transition: .3s;
    background: #fff; }
.guia a:hover .inner-container {
    border-color: #49991f;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.25); }
.guia h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1em; }
.guia .content-html {
    line-height: 1.5; }

/* Guia main title */
.guia-main-title {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #49991f; }

/* Categories grid at top */
.guia-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2.5rem; }

@media (max-width: 768px) {
    .guia-categories-grid {
        grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 480px) {
    .guia-categories-grid {
        grid-template-columns: 1fr; } }

.guia-cat-card {
    display: block;
    text-decoration: none !important;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: transform .25s, box-shadow .25s;
    background: #fff; }

.guia-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.16);
    text-decoration: none !important; }

.guia-cat-img {
    width: 100%;
    height: 170px;
    overflow: hidden; }

.guia-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s; }

.guia-cat-card:hover .guia-cat-img img {
    transform: scale(1.06); }

.guia-cat-no-img {
    display: flex;
    align-items: center;
    justify-content: center; }

.guia-cat-no-img i {
    font-size: 3rem;
    color: rgba(255,255,255,0.7); }

.guia-cat-name {
    padding: 0.75rem 1rem;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.3;
    background: #fff; }

/* Category sections */
.guia-cat-section {
    margin-bottom: 2rem;
    scroll-margin-top: 80px; }

/* ---- Guia category count ---- */
.guia-cat-count {
    display: block;
    font-size: 0.78rem;
    font-weight: 400;
    color: #888;
    margin-top: 2px; }

/* ---- Guia breadcrumb ---- */
.guia-breadcrumb {
    font-size: 0.88rem;
    color: #888;
    margin-bottom: 1.5rem; }
.guia-breadcrumb a {
    color: #49991f;
    text-decoration: none; }
.guia-breadcrumb a:hover { text-decoration: underline; }
.guia-breadcrumb span { margin: 0 6px; }

/* ---- Guia category header (Step 2) ---- */
.guia-cat-header {
    border-left: 5px solid #49991f;
    padding: 0.75rem 1.25rem;
    margin-bottom: 2rem;
    background: #f8f9fa;
    border-radius: 0 6px 6px 0; }
.guia-cat-header-title {
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 4px; }
.guia-cat-header-desc { color: #555; margin: 0 0 4px; }
.guia-cat-header-count { font-size: 0.85rem; color: #888; margin: 0; }

/* ---- Sidebar (Step 2) ---- */
.guia-sidebar {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem; }
.guia-sidebar-title {
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #444;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #49991f; }
.guia-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0; }
.guia-sidebar-list li {
    border-bottom: 1px solid #e9ecef; }
.guia-sidebar-list li:last-child { border-bottom: none; }
.guia-sidebar-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.25rem;
    font-size: 0.88rem;
    color: #333;
    text-decoration: none;
    transition: color .2s; }
.guia-sidebar-list a:hover { color: #49991f; }
.guia-sidebar-list li.active a { font-weight: 700; }
.guia-sidebar-count {
    background: #e9ecef;
    border-radius: 10px;
    font-size: 0.75rem;
    padding: 1px 7px;
    color: #666;
    flex-shrink: 0;
    margin-left: 6px; }

/* ---- Provider card (Step 2) ---- */
.guia-provider-card {
    display: flex;
    gap: 1.25rem;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    transition: box-shadow .25s; }
.guia-provider-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.10); }
.guia-provider-logo {
    flex: 0 0 160px;
    width: 160px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    align-self: flex-start; }
.guia-provider-logo img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    display: block; }
.guia-provider-logo-placeholder {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 2.5rem; }
.guia-provider-info { flex: 1; min-width: 0; }
.guia-provider-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #49991f;
    margin: 0 0 0.5rem; }
.guia-provider-title a {
    color: inherit;
    text-decoration: none; }
.guia-provider-title a:hover { text-decoration: underline; }
.guia-provider-badge-featured {
    display: inline-block;
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffc107;
    border-radius: 4px;
    font-size: 0.75rem;
    padding: 2px 8px;
    margin-bottom: 0.5rem; }
.guia-provider-content { font-size: 0.9rem; }

@media (max-width: 600px) {
    .guia-provider-card { flex-direction: column; }
    .guia-provider-logo { width: 100%; flex: none; } }

/* ---- Provider tags ---- */
.guia-provider-tags {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 4px; }

.guia-tag {
    display: inline-block;
    background: #eef6e8;
    color: #49991f;
    border: 1px solid #c4e0ad;
    border-radius: 20px;
    font-size: 0.72rem;
    padding: 2px 8px;
    font-weight: 500; }

/* ---- Provider detail (Step 3) ---- */
.guia-detail-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 1.5rem; }
.guia-detail-header {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee; }
.guia-detail-logo {
    flex: 0 0 180px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center; }
.guia-detail-logo img {
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
    display: block; }
.guia-detail-heading { flex: 1; }
.guia-detail-title {
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    margin: 0 0 0.5rem; }
.guia-detail-category {
    display: inline-block;
    background: #49991f;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 20px;
    text-decoration: none; }
.guia-detail-content { line-height: 1.7; }
.guia-detail-blocks { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #eee; }
.guia-detail-block { margin-bottom: 1.5rem; }
.guia-detail-gallery { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #eee; }
.guia-detail-actions {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap; }
.guia-sidebar-widget {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem; }
@media (max-width: 600px) {
    .guia-detail-header { flex-direction: column; }
    .guia-detail-logo { width: 100%; flex: none; } }

/* ---- Nav user button ---- */
.nav-user-item { display: flex; align-items: center; margin-left: 6px; }
.nav-user-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none !important;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.3);
    transition: background .2s, color .2s, border-color .2s;
    white-space: nowrap; }
.nav-user-btn:hover,
.nav-user-btn--active {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.6);
    color: #fff !important; }
.nav-user-btn i { font-size: 0.95rem; }

/* ---- Related providers ---- */
.guia-related {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e9ecef; }
.guia-related-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem; }
.guia-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem; }
@media (max-width: 768px) { .guia-related-grid { grid-template-columns: repeat(2,1fr); } }
.guia-related-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0.75rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    text-decoration: none !important;
    transition: box-shadow .2s, transform .2s; }
.guia-related-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    transform: translateY(-3px); }
.guia-related-logo {
    width: 80px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem; }
.guia-related-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
.guia-related-logo i { font-size: 2rem; color: #ccc; }
.guia-related-name {
    font-size: 0.78rem;
    font-weight: 600;
    color: #333;
    line-height: 1.3; }

/* ---- Mi empresa portal ---- */
.mi-empresa-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem; }
.mi-empresa-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 0.75rem; }
.mi-empresa-upgrade-banner {
    background: linear-gradient(135deg, #fff8e1, #fff3cd);
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-top: 0.75rem;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; }
.mi-empresa-upgrade-banner i { color: #e8772e; font-size: 1.1rem; }
.badge-free {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e9ecef;
    color: #666;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 2px 9px;
    border-radius: 20px; }
.me-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee; }
.me-section:last-of-type { border-bottom: none; }
.me-section-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #444;
    margin-bottom: 1rem; }
.me-section-premium { background: #fffdf5; border-radius: 8px; padding: 1rem; border: 1px solid #ffe082; }
.me-pdf-current {
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid #dee2e6; }

/* ---- Provider action buttons ---- */
.guia-provider-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 0.75rem; }
.btn-provider {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    border-radius: 5px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none !important;
    border: 2px solid transparent;
    cursor: pointer;
    transition: filter .2s, transform .1s;
    white-space: nowrap; }
.btn-provider:hover { filter: brightness(1.1); transform: translateY(-1px); }
.btn-provider-orange { background: #e8772e; color: #fff !important; border-color: #e8772e; }
.btn-provider-blue   { background: #3b7dc8; color: #fff !important; border-color: #3b7dc8; }
.btn-provider-green  { background: #25a244; color: #fff !important; border-color: #25a244; }
.btn-provider-outline { background: transparent; color: #49991f !important; border-color: #49991f; }
.btn-provider-outline:hover { background: #49991f; color: #fff !important; }
.btn-provider.w-100  { width: 100%; justify-content: center; }

/* ---- Premium badge & card ---- */
.badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg, #f5a623, #e8772e);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px; }
.guia-provider-premium {
    border: 2px solid #f5a623;
    background: #fffdf5; }
.guia-provider-title-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 4px; }
.guia-provider-title-row .guia-provider-title { margin: 0; flex: 1; }
.guia-provider-badges { display: flex; gap: 4px; flex-wrap: wrap; padding-top: 4px; }

/* ---- YouTube embed ---- */
.guia-detail-video { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #eee; }
.guia-detail-video h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.75rem; }
.guia-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px; }
.guia-video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%; }

/* ---- Guia CTA buttons ---- */
.btn-guia {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.5rem 1.1rem;
    border-radius: 5px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background .2s, color .2s, border-color .2s;
    cursor: pointer; }
.btn-guia-primary {
    background: #49991f;
    color: #fff !important;
    border: 2px solid #49991f; }
.btn-guia-primary:hover { background: #3a7d18; border-color: #3a7d18; }
.btn-guia-outline {
    background: transparent;
    color: #49991f !important;
    border: 2px solid #49991f; }
.btn-guia-outline:hover { background: #49991f; color: #fff !important; }
.btn-guia.w-100 { width: 100%; justify-content: center; }

.content-html blockquote, .cke_editable blockquote {
    background: #f9f9f9;
    padding: 1em 1.5em;
    border-left: 0.5em solid #e8524f;
    font-style: italic;
    line-height: 1.5;
    font-size: 1.15em; }
