/*
Theme Name: Critique Child
Theme URI: https://critique.axiomthemes.com/
Template: critique
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Description: Critique is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Tags: blog,e-commerce,portfolio,grid-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-logo,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,footer-widgets,full-width-template,microformats,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 1.21.0.1763040818
Updated: 2025-11-13 13:33:38

*/
:root {
    --neutro1: #ffffff;
    --neutro2: #010101;
    --neutro3: #1A1A1A;
    --color1: #C4A47C;
    --color2: #666666;
}

/*.trx_addons_video_list_type_wide .trx_addons_video_list_subtitle a:hover,
.sc_blogger_item_default.sc_blogger_item_info_over_image .sc_item_featured [class*="post_info_"] .post_meta_categories a:hover,
.sc_blogger_item_default_over_centered .sc_item_featured [class*="post_info_"] .post_meta_categories a:hover, .sc_blogger_item_default_over_bottom_center .sc_item_featured [class*="post_info_"] .post_meta_categories a:hover, .sc_blogger_item_default_over_bottom_modern .sc_item_featured [class*="post_info_"] .post_meta_categories a:hover, .sc_blogger_item_default_over_bottom_left .sc_item_featured [class*="post_info_"] .post_meta_categories a:hover{
    background-color: var(--color2);
}*/

.sc_item_featured [class*="post_info_"] .post_meta a:hover,
.sc_blogger_item_default_over_centered .sc_item_featured [class*="post_info_"] .post_meta a.post_author:hover .post_author_name,
.sc_blogger_item_default_over_bottom_center .sc_item_featured [class*="post_info_"] .post_meta a.post_author:hover .post_author_name,
.sc_blogger_item_default_over_bottom_modern .sc_item_featured [class*="post_info_"] .post_meta a.post_author:hover .post_author_name,
.sc_blogger_item_default_over_bottom_left .sc_item_featured [class*="post_info_"] .post_meta a.post_author:hover .post_author_name,
.sc_blogger_item_on_plate .sc_blogger_item_content .post_meta a:hover,
.post_meta .post_author:hover .post_author_name,
.post_item_single a.post_meta_item:hover,
.post_item_single .post_meta_item>a:hover,
.post_item_single .post_meta_item .socials_caption:hover,
.post_item_single .post_edit a:hover,
.sc_item_featured [class*="post_info_"] .post_author:hover .post_author_name,
.elementor-widget-trx_sc_recent_news .sc_recent_news_style_news-magazine .post_header .post_meta_item.post_categories a:hover,
.elementor-widget-trx_sc_recent_news .sc_recent_news_style_news-magazine .post_header .post_meta_item.post_categories a:hover span,
.sc_recent_news_wrap .sc_recent_news_style_news-magazine .post_header .post_meta_item.post_categories a:hover,
.sc_recent_news_wrap .sc_recent_news_style_news-magazine .post_header .post_meta_item.post_categories a:hover span,
.post_header_wrap_style_style-2.with_featured_image .post_header a:hover,
.post_header_wrap_style_style-2.with_featured_image .post_header a.post_author:hover .post_author_name,
.post_info .post_info_item a:hover,
.post_date a:hover,
.post_date a:focus,
a.post_meta_item:hover,
a.post_meta_item:focus,
.post_meta_item a:hover,
.post_meta_item a:focus,
.post_meta .vc_inline-link:hover,
.post_meta .vc_inline-link:focus,
.post_info .post_info_item a:hover,
.post_info .post_info_item a:focus,
.post_info_meta .post_meta_item:hover,
.post_info_meta .post_meta_item:focus {
    color: var(--color2) !important;
}

#post-6133 .post_content.entry-content, body:not(.elementor-use-container) .post_content>.elementor{
    text-align: left;
}

.post_layout_portfolio .post_featured .post_info .post_category a:hover {
    color: var(--neutro1) !important;
    background-color: var(--color1);
}

.sc_button.sc_button_simple:not(.sc_button_bg_image).color_style_1:hover,
.sc_button.sc_button_simple:not(.sc_button_bg_image).color_style_1:focus,
.nav-links-old .nav-prev a:hover,
.nav-links-old .nav-next a:hover {
    color: var(--color1);
}

.footer_wrap .wp-widget-nav_menu ul.menu a:hover,
.footer_wrap .widget_nav_menu ul.menu a:hover {
    color: var(--color2);
}

a {
    color: var(--color1);
}

.trx_addons_popup,
[class*="scheme_"].trx_addons_popup,
.sc_layouts_popup,
[class*="scheme_"].sc_layouts_popup,
.sc_layouts_panel_inner,
[class*="scheme_"].sc_layouts_panel_inner {
    background-color: var(--neutro2);
}

.policy-label label {
    display: flex;
}

.trx_addons_video_list_controller_wrap.inited::-webkit-scrollbar {
    width: 10px;
}

.trx_addons_video_list_controller_wrap.inited::-webkit-scrollbar-track {
    background-color: var(--color1);
}

.trx_addons_video_list_controller_wrap.inited::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px;
}

.trx_addons_video_list_controller_wrap.inited {
    scrollbar-width: thin;
    scrollbar-color: var(--color1) var(--neutro1);
    border-radius: 5px;
}

.input[type="submit"].wpcf7-submit {
    background-color: var(--color1);
    transition: all 0.3s ease;
    border: 2px solid var(--color1);
}

input[type="submit"].wpcf7-submit:hover {
    border: 2px solid var(--color1);
    background-color: var(--neutro1);
    color: var(--color1);
}

.post_item .more-link {
    border: 2px solid var(--color1);
}

.post_item .more-link:hover {
    border: 2px solid var(--color1);
    background-color: var(--neutro1);
    color: var(--color1);
}

.post_layout_excerpt>.post_header .post_categories a:hover {
    color: var(--neutro1) !important;
}

span.wpcf7-not-valid-tip {
    color: red !important;
    margin-top: 5px !important;
}

form .error_field,
.wpcf7-not-valid {
    border-color: red !important;
}

.wpcf7 form.unaccepted .wpcf7-response-output.trx_addons_message_box.trx_addons_message_box_info,
.trx_addons_message_box_info {
    margin-top: 10px;
    color: var(--neutro1);
    background-color: red;
}

.wpcf7-form .botonEnvio {
    display: flex;
    justify-content: center;

}

.wpcf7-form .botonEnvio p {
    width: 60%;
    text-align: center;
}

.wpcf7-form .botonEnvio p input {
    width: 100%;
    border-radius: 10px;
    color: var(--neutro1) !important;
	border: 2px solid #C4A47C;
	background-color: #C4A47C !important;
}

.post_header_wrap_style_style-2.with_featured_image .post_header .post_categories a {
    -webkit-transition: all 0.3s 
ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s 
ease;
    background-color: var(--neutro2);
}

.wpcf7-form .botonEnvio p input:hover {
    color: var(--color1) !important;
    border: 2px solid var(--color1) !important;
    background-color: transparent !important;
}

.wpcf7-form .botonEnvio .wpcf7-spinner {
    position: absolute !important;
    bottom: 10px;
}

.trx_addons_video_list_type_classic.trx_addons_video_list_title_alter .trx_addons_video_list_title_wrap {
    padding: 30px 30px 30px 10px;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    min-height: 78.5%;
    max-height: 95%;
    width: 40.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px 10px 10px 0px;
}

.theme_form_field_text,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
input.wp-block-search__input,
select,
textarea,
textarea.wp-editor-area,
[class*="generator_form_field_inner"] input[type="text"],
[class*="_form_field_prompt"] input[type="text"],
.sc_tgenerator_text {
    padding: 15px 15px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: var(--theme-var-rad);
    -ms-border-radius: var(--theme-var-rad);
    border-radius: var(--theme-var-rad);
}

.social_item.social_item_popup {
    color: var(--neutro2) !important;
}

.socials_mobile{
    display: none !important;
}

/*Post*/

.page_wrap .scroll_progress_wrap .scroll_progress_status {
    background-color: var(--color1) !important;
}

.post_content_single {
    text-align: center;
}

.sidebar_hide.narrow_content .post_item_single.post_type_post,
.sidebar_hide.narrow_content .post_item_single.post_type_page {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

body.body_style_wide:not(.expand_content) [class*="content_wrap"]>.content,
body.body_style_boxed:not(.expand_content) [class*="content_wrap"]>.content {
    width: 100%;
    max-width: 1200px;
}

.page_content_wrap .content .post_item_single .trx_addons_reviews_block.trx_addons_reviews_block_detailed.with_image {
    width: var(--theme-var-content);
    margin: auto;
}

.tituloCategoria h1 {
    display: inline;
    padding: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/*Shortcode Seccion Ventajas*/

.vt-section {
    padding: 0px 20px 70px;
    text-align: center;
}

.vt-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.vt-header {
    /*max-width: 700px;*/
    margin: 0 auto 60px;
}

.vt-title {
    font-size: 2.3rem;
    line-height: 1.25;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

/*.vt-highlight {
    color: var(--color1);
}*/

.vt-subtitle {
    color: #6b7280;
    font-size: 1.05rem;
    font-style: italic;
}

/* Grid con 3 columnas */
.vt-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px;
    align-items: stretch;
}

/* Ítems */
.vt-item {
    position: relative;
    padding: 28px 22px 24px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    opacity: 0;
    transform: translateY(15px);
    border: 1px solid rgba(15, 23, 42, 0.04);
}

article.vt-item.vt-fade-in {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* Icono dentro de una “pastilla” */
.vt-icon {
    margin-bottom: 20px;
    width: 86px;
    height: 86px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.05);
    /* azul muy suave */
}

.vt-icon-svg {
    width: 60px;
    height: 60px;
    display: block;
}

/* Fuerza color del icono */
/*.vt-icon-svg *,
.vt-icon-svg {
    fill: #111 !important;
    stroke: #111 !important;
}*/

/* Hover */
.vt-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    border-color: var(--color1);
}

.vt-item:hover .vt-icon {
    background: rgba(37, 99, 235, 0.08);
}

/* Títulos y texto */
.vt-item h3 {
    font-size: 1.15rem;
    color: var(--color1);
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.vt-item p {
    font-size: 0.97rem;
    color: #4b5563;
    margin: 0;
    line-height: 1.6;
}

/* Animación */
@keyframes vt-fade-up {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vt-fade-in {
    animation: vt-fade-up 0.5s ease forwards;
    animation-delay: var(--delay, 0s);
}

/* Responsive */
@media (max-width: 900px) {
    .vt-section {
        padding: 60px 16px 50px;
    }

    .vt-title {
        font-size: 1.9rem;
    }

    .vt-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
        /* menos espacio vertical */
    }
}

/* Mobile: icono a la izquierda, texto a la derecha */
@media (max-width: 640px) {

    article.vt-item.vt-fade-in {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .vt-item {
        padding: 16px 18px;
        border-radius: 16px;
        max-width: 80%;
        width: 80%;
        margin: 0 auto;
    }

    .vt-icon {
        margin: 0 16px 0 0;
        /* separación icono–texto */
        width: 64px;
        height: 64px;
        border-radius: 20px;
    }

    .vt-icon-svg {
        width: 40px;
        height: 40px;
    }

    .vt-item h3,
    .vt-item p {
        text-align: center;
    }

    .vt-item h3 {
        font-size: 1.02rem;
        margin-bottom: 4px;
    }

    .vt-item p {
        font-size: 0.94rem;
        line-height: 1.5;
    }
}


.tr-testimonios-wrap {
    margin-bottom: 40px;
    margin-top: 40px;
}

.tr-testimonios-text {
    text-align: justify;
    padding: 20px;
}

.tr-testimonios-text p {
    margin-bottom: 0px;
}

.tr-testimonios-img {
    padding: 20px;
}


/*Shortcode reviews*/

.mi-review-card {
    background: var(--neutro1);
    border-radius: 18px;
    padding: 24px 24px 20px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
    font-family: inherit;
    color: var(--neutro3);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mi-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 15px rgba(0, 0, 0, 0.16);
}

.mi-review-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.mi-review-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color2);
}

.mi-review-card__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color2);
}

.mi-review-card__score {
    --score: 5;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding: 3px;
    background: conic-gradient(var(--color1) calc(var(--score) * 36deg),
            rgba(12, 112, 194, 0.12) 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mi-review-card__score-value {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--neutro1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: var(--neutro3);
}

.mi-review-card__title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--color1);
    text-transform: uppercase;
    margin: 4px 0 10px;
    text-align: center;
}

.mi-review-card__excerpt {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 16px;
    color: var(--neutro3);
    text-align: center;
}

.mi-review-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.mi-review-card__author {
    color: var(--neutro3);
    opacity: 0.8;
}

.mi-review-card__link {
    font-weight: 700;
    text-decoration: none;
    color: var(--color1);
}

.mi-review-card__link:hover {
    text-decoration: underline;
}

/* ===========================================
   === Slider layout ===
   =========================================== */
.mi-review-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    margin-top: 30px;
}

.mi-review-slider__track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.mi-review-slider .mi-review-card {
    flex: 0 0 calc(100% / 3 - 20px);
    margin: 0 10px;
    box-sizing: border-box;
}

/* === Responsive === */
@media (max-width: 1023px) {
    .mi-review-slider .mi-review-card {
        flex: 0 0 calc(100% / 2 - 20px);
    }
}

@media (max-width: 639px) {
    .mi-review-slider .mi-review-card {
        flex: 0 0 100%;
        margin: 0;
    }
}

/*Shortcode Banner Numeros*/
.cifras-banner {
    background-color: var(--color1);
    color: #fff;
    text-align: center;
    padding: 73px 0px 78px 0px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 40px;
    margin-bottom: 40px;
}

.cifras-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.cifras-item {
    flex: 1 1 200px;
    width: 25%;
    position: relative;

    /* ESTADO INICIAL: fuera de la vista, hacia la izquierda y difuminado */
    opacity: 0;
    transform: translateX(-40px);
    filter: blur(8px);
    transition:
        opacity 0.8s ease-out,
        transform 0.8s ease-out,
        filter 0.8s ease-out;
}

/* Cuando entra en pantalla */
.cifras-item.cifras-item--visible {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}

/* Pequeño escalonado entre elementos (opcional) */
.cifras-item:nth-child(2).cifras-item--visible {
    transition-delay: 0.1s;
}

.cifras-item:nth-child(3).cifras-item--visible {
    transition-delay: 0.2s;
}

.cifras-item:nth-child(4).cifras-item--visible {
    transition-delay: 0.3s;
}

.cifras-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.cifras-numero {
    font-size: 40px;
    font-weight: 700;
    display: block;
    line-height: 46px;
}

.cifras-texto {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .cifras-container {
        flex-direction: column;
        gap: 20px;
    }

    .cifras-item:not(:last-child)::after {
        display: none;
    }

    .cifras-item {
        width: 100%;
    }
}

/*Shortcode Otros tipos de renting*/

.otr-renting {
    background: var(--neutro1);
    color: var(--neutro3);
    padding: 4rem 1.5rem;
}

.otr-renting__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.otr-renting__title {
    margin-bottom: 0.5rem;
}

.otr-renting__subtitle {
    color: var(--neutro3);
    opacity: 0.8;
    margin-bottom: 3rem;
}

/* TARJETAS – 3 columnas como antes */
.otr-renting__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    align-items: stretch;      /* todas las tarjetas misma altura */
}

/* CARD */
.otr-renting__card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);

    /* clave para alinear el botón */
    display: flex;
    flex-direction: column;
    align-items: center;   /* centra título, texto y botón horizontalmente */
}

.otr-renting__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    border-color: var(--color2);
}

.otr-renting__card h3 {
    font-size: 1.5rem;
    color: var(--color2);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.otr-renting__card p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: var(--neutro3);
}

/* BOTÓN "VER MÁS" – pequeño y alineado abajo */
.otr-renting__link {
    display: inline-block;
    border: 2px solid var(--color2);
    border-radius: 999px;
    padding: 0.3rem 1.5rem;
    color: var(--color2);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    background: transparent;

    margin-top: auto;    /* empuja el botón al final de la tarjeta */
    width: auto;         /* evita que se ponga al 100% */
    align-self: center;  /* se queda centrado aunque heredara otros estilos */
}

.otr-renting__link:hover {
    background: var(--color2);
    color: var(--neutro1);
}

/* ALINEACIONES OPCIONALES DEL TEXT0 GENERAL */
.otr-renting--align-left { text-align: left; }
.otr-renting--align-center { text-align: center; }
.otr-renting--align-right { text-align: right; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .otr-renting {
        padding: 3rem 1.25rem;
    }
}

/*Blog*/

.wp-singular.post-template-default.single.single-post .body_wrap .page_wrap footer .elementor,
.archive.category .body_wrap .page_wrap footer .elementor,
.wp-singular.page-template-default .body_wrap .page_wrap footer .elementor{
    padding: 70px 0px 0px 0px;
}

.page-id-16718 .post_content.entry-content, .page-id-16720 .post_content.entry-content, .page-id-3410 .post_content.entry-content{
    text-align: left !important;
}

.post_content.entry-content{
    text-align: center;
}

.trx_addons_reviews_block_short .trx_addons_reviews_block_mark_value, .trx_addons_reviews_block_detailed .trx_addons_reviews_block_mark_value {
    color: var(--theme-color-text_dark);
    width: auto;
    height: auto;
    line-height: 1em;
    background-color: transparent;
    border: none;
    font-size: 6.28rem;
}

.trx_addons_reviews_block_detailed {
    background-color: var(--neutro1);
    margin-top: 2em;
    padding: 0.02px 0;
    clear: both;
}
.wp-singular.page-template-default.page-id-15573 .body_wrap .page_wrap footer .elementor {
    padding: 70px 0px 40px 0px;
}


/* GRID GENERAL */
.empresas-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
	justify-content: center;
	padding-top: 20px;
}

/* Cada tarjeta */
.empresas-grid .empresas-card {
    flex: 1 1 calc(33.333% - 2.5rem);
    max-width: calc(33.333% - 2.5rem);
    box-sizing: border-box;
}

/* Responsive: 2 columnas en tablet */
@media (max-width: 1024px) {
    .empresas-grid .empresas-card {
        flex: 1 1 calc(50% - 2rem);
        max-width: calc(50% - 2rem);
    }
}

/* Responsive: 1 columna en móvil */
@media (max-width: 768px) {
    .empresas-grid .empresas-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* Tarjeta visual */
.empresas-card article {
    background: var(--neutro1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Hover bonito */
.empresas-card article:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0,0,0,0.12);
}

/* Imagen */
.empresas-card__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* Contenido interior */
.empresas-card__inner {
    padding: 1.25rem 1.5rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Categoría (MADRID) */
.empresas-card__category {
    display: inline-block;
    padding: 0.18rem 0.7rem;
    border-radius: 999px;
    background: rgba(12, 112, 194, 0.08); /* color1 muy suave */
    color: var(--color1);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Título */
.empresas-card__title {
    font-size: 1rem;
    line-height: 1.35;
    margin: 0.2rem 0 0;
}

.empresas-card__title a {
    color: var(--neutro2);
    text-decoration: none;
}

.empresas-card article:hover .empresas-card__title a {
    color: var(--color1); /* azul al hover */
}

/* Excerpt: máximo 3 líneas */
.empresas-card__excerpt {
    font-size: 0.9rem;
    color: var(--neutro3);
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Fecha */
.empresas-card__meta {
    margin-top: 0.4rem;
}

.empresas-card__date a {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--neutro3);
    opacity: 0.7;
    text-decoration: none;
}


/* ===== FICHA PROVEEDOR – CONTENEDOR GENERAL ===== */



.fichas-proveedores-list{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

/* ===== CONTENEDOR ===== */
.ficha-proveedor{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 230px 1fr 320px; /* un poco más ancho a la derecha para que no rompa */
  gap: 28px;
  align-items: center;

  padding: 32px 36px;
  border-radius: 14px;
  border: 1px solid #e4e7ec;
  background: #fff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  box-sizing: border-box;
  position: relative;

  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Medalla SVG */
.ficha-proveedor__medalla{
  position:absolute;
  top:-10px;
  left:-30px;
  z-index: 5;
  pointer-events:none;
}

/* ===== IZQUIERDA ===== */
.ficha-proveedor__col--left{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.ficha-proveedor__logo-img{
  width: 100%;
  height: 170px;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 14px;
}

.ficha-proveedor__logo-placeholder{
  width:100%;
  height:170px;
  border-radius:10px;
  background:#f3f4f6;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:#111827;
  margin-bottom:14px;
  padding:10px;
  box-sizing:border-box;
  text-align:center;
}

.ficha-proveedor__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0c70c2;
  color:#fff;
  padding:10px 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  border:2px solid #0c70c2;
  transition: all .2s ease;
}

.ficha-proveedor__btn:hover{
  background:#fff;
  color:#0c70c2;
}

/* ===== CENTRO ===== */
.ficha-proveedor__col--center{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  text-align:left;
  min-width: 0; /* importante en grids */
}

.ficha-proveedor__title{
  font-size: 20px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 8px;
}

.ficha-proveedor__subtitle{
  font-size: 15px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 8px;
}

.ficha-proveedor__description{
  max-width: 560px;
  font-size: 14.5px;
  line-height: 1.55;
  color: #4b5563;
}

.ficha-proveedor__description p{ margin:0; }

/* ===== DERECHA (BASE) ===== */
.ficha-proveedor__col--right{
  padding-left: 22px;

  display:flex;
  flex-direction:column;
  justify-content:center;
  gap: 14px;

  min-width: 0;      /* clave para que no desborde */
  box-sizing:border-box;
}

/* Reputación (caja 1: en fila, pill a la derecha) */
.ficha-proveedor__box--reputation{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  min-width: 0;
}

.ficha-proveedor__box-title{
  font-weight: 700;
  font-size: 15px;
  color:#111827;
  margin: 0;
  white-space: nowrap;
  text-align: left;
}

.ficha-proveedor__google-score{
  background: rgba(12,112,194,.10);
  color:#0c70c2;
  font-weight:700;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
  display:inline-flex;
  align-items:center;
  box-sizing:border-box;
}

/* Profesionalidad */
.ficha-proveedor__box--ratings{
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

/* Fila: Label | (estrellas + número) */
.ficha-proveedor__rating-row{
  display:grid;
  grid-template-columns: 95px minmax(0, 1fr);
  align-items:center;
}

.ficha-proveedor__rating-label{
  font-weight: 400;
  color:#111827;
  white-space: nowrap;
  font-size: 13.5px;
  text-align: left;
}

/* Aquí está el fix: estrellas y número SIEMPRE en una línea */
.ficha-proveedor__rating-stars{
  display:flex;
  align-items:center;
  justify-content:space-around;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 0;
}

.ficha-proveedor__stars{
  display:inline-flex;
  align-items:center;
  gap:2px;
  line-height:1;
  white-space: nowrap;
}

.ficha-proveedor__stars .star{
  font-size: 15px;
  line-height:1;
  color:#d1d5db;
}

.ficha-proveedor__stars .star--full{
  color:#ffb300;
}

.ficha-proveedor__stars .star--half{
  background: linear-gradient(90deg, #ffb300 50%, #d1d5db 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ficha-proveedor__rating-num{
  font-weight: 700;
  color:#0c70c2;
  font-size: 14px;
  min-width: 56px;
  text-align:right;
  white-space: nowrap;
}

/* =========================================================
   ALTURAS: 1ª MÁS ALTA, 2ª Y 3ª MÁS BAJAS (SIN CORTAR)
   ========================================================= */
.ficha-proveedor--1{
  min-height: 320px;
}

.ficha-proveedor--2,
.ficha-proveedor--3{
  min-height: 180px;          /* más baja */
  padding-top: 18px;          /* menos aire vertical */
  padding-bottom: 18px;
  gap: 22px;
}

/* En 2/3, compactar un poco tipografías y espacios para bajar altura */
.ficha-proveedor--2 .ficha-proveedor__title,
.ficha-proveedor--3 .ficha-proveedor__title{
  font-size: 18px;
  margin-bottom: 6px;
}

.ficha-proveedor--2 .ficha-proveedor__subtitle,
.ficha-proveedor--3 .ficha-proveedor__subtitle{
  font-size: 14px;
  margin-bottom: 6px;
}

.ficha-proveedor--2 .ficha-proveedor__description,
.ficha-proveedor--3 .ficha-proveedor__description{
  max-width: 420px;
  font-size: 13.5px;
  line-height: 1.45;
}

/* =========================================================
   2ª y 3ª: DERECHA EN 2 COLUMNAS (Reputación | Profesionalidad)
   ========================================================= */
.ficha-proveedor--2 .ficha-proveedor__col--right,
.ficha-proveedor--3 .ficha-proveedor__col--right{
  display:grid;
  grid-template-columns: 120px minmax(0, 1fr); /* reputación | profesionalidad */
  column-gap: 22px;
  align-items: start;
  gap: 0;
}

/* Reputación a la izquierda en vertical (título arriba, pill debajo) */
.ficha-proveedor--2 .ficha-proveedor__box--reputation,
.ficha-proveedor--3 .ficha-proveedor__box--reputation{
  grid-column: 1;
  grid-row: 1;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap: 10px;
}

/* Profesionalidad a la derecha */
.ficha-proveedor--2 .ficha-proveedor__box--ratings,
.ficha-proveedor--3 .ficha-proveedor__box--ratings{
  grid-column: 2;
  grid-row: 1;
}

/* En 2/3, reducir un poco el “aire” de las filas para que sea más baja */
.ficha-proveedor--2 .ficha-proveedor__box--ratings,
.ficha-proveedor--3 .ficha-proveedor__box--ratings{
  gap: 8px;
}

.ficha-proveedor--2 .ficha-proveedor__rating-row,
.ficha-proveedor--3 .ficha-proveedor__rating-row{
  margin: 0;
}

.ficha-proveedor--2 .ficha-proveedor__rating-label,
.ficha-proveedor--3 .ficha-proveedor__rating-label{
  font-size: 13.5px;
}

.ficha-proveedor--2 .ficha-proveedor__rating-num,
.ficha-proveedor--3 .ficha-proveedor__rating-num{
  font-size: 13.5px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 960px){
  .ficha-proveedor{
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 18px;
    align-items: flex-start;
  }

  .ficha-proveedor__col--right{
    border-left: none;
    border-top: 1px solid #e5e7eb;
    padding-left: 0;
    padding-top: 16px;
    display:flex;
    flex-direction:column;
    gap: 14px;
  }

  /* 2/3 en móvil apilan también */
  .ficha-proveedor--2 .ficha-proveedor__col--right,
  .ficha-proveedor--3 .ficha-proveedor__col--right{
    display:flex;
    flex-direction:column;
    gap: 14px;
  }

  .ficha-proveedor__description{ max-width: none; }
}

.ficha-proveedor--1{
  min-height: 360px !important;
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

/* 2ª y 3ª: reducir el “centro” (título + subtítulo + texto) */
.ficha-proveedor--2 .ficha-proveedor__col--center,
.ficha-proveedor--3 .ficha-proveedor__col--center{
  max-width: 430px !important;   /* estrecha el bloque central */
}

/* Títulos más pequeños en 2ª y 3ª */
.ficha-proveedor--2 .ficha-proveedor__title,
.ficha-proveedor--3 .ficha-proveedor__title{
  font-size: 17px !important;
  margin-bottom: 6px !important;
}

.ficha-proveedor--2 .ficha-proveedor__subtitle,
.ficha-proveedor--3 .ficha-proveedor__subtitle{
  font-size: 13px !important;
  margin-bottom: 6px !important;
}

/* Descripción más compacta (sin recortar) */
.ficha-proveedor--2 .ficha-proveedor__description,
.ficha-proveedor--3 .ficha-proveedor__description{
  max-width: 430px !important;
  font-size: 12.8px !important;
  line-height: 1.42 !important;
}

/* Un pelín menos de separación entre columnas en 2ª/3ª para “cerrar” altura */
.ficha-proveedor--2,
.ficha-proveedor--3{
  gap: 20px !important;
}

.ficha-proveedor--2,
.ficha-proveedor--3{
  /* 1ª col (logo) | 2ª col (texto) | 3ª col (ratings) */
  grid-template-columns: 230px minmax(260px, 1fr) 380px !important;
  gap: 22px !important;
}

/* Asegura que el panel derecho no fuerce overflow */
.ficha-proveedor--2 .ficha-proveedor__col--right,
.ficha-proveedor--3 .ficha-proveedor__col--right{
  min-width: 0 !important;
}

/* Opcional: si aún aprieta, reduce un poco el label para ganar espacio */
.ficha-proveedor--2 .ficha-proveedor__rating-row,
.ficha-proveedor--3 .ficha-proveedor__rating-row{
  grid-template-columns: 88px minmax(0, 1fr) !important;
}

.ficha-proveedor__medalla-img{
  width: 70px;
  height: auto;
  display: block;
}

@media (max-width: 425px){
    .ficha-proveedor__medalla{
  position:absolute;
  top:-10px;
  left:-10px;
  z-index: 5;
  pointer-events:none;
}
}
@media (max-width: 768px){
.ficha-proveedor--2, .ficha-proveedor--3 {
    gap: 22px !important;
    grid-template-columns: 1fr !important;
}
}

.mini-proveedores-grid{
  max-width: 1100px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mini-proveedor-card{
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.10);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.mini-proveedor__logo{
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.mini-proveedor__logo-placeholder{
  width: 100%;
  height: 60px;
  background: #f3f4f6;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:#111827;
  text-align:center;
  padding: 8px;
  box-sizing: border-box;
}

.mini-proveedor__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0c70c2;
  color:#fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration:none;
  border:2px solid #0c70c2;
  transition: all .2s ease;
}

.mini-proveedor__btn:hover{
  background:#fff;
  color:#0c70c2;
}

.mini-proveedor__rep{
  width: 100%;
  display:flex;
  align-items:center;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
}

.mini-proveedor__rep-label{
  font-weight: 800;
  font-size: 13px;
  color:#111827;
}

.mini-proveedor__rep-score{
  background: rgba(12,112,194,.10);
  color:#0c70c2;
  font-weight:800;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 960px){
  .mini-proveedores-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px){
  .mini-proveedores-grid{
    grid-template-columns: 1fr;
  }
}



/* Centrar las tarjetas cuando la fila no está completa */
.posts_container.empresas-grid.masonry_wrap {
    display: flex;        /* por si el theme no lo pone ya */
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.empresas-ver-todas-wrapper {
    text-align: center;
    margin-top: 2rem;
}

.empresas-ver-todas-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 999px;
    border: 2px solid currentColor;
    font-weight: 600;
    background-color: var(--color1);
    color: var(--neutro1);
    }

.empresas-ver-todas-btn:hover {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 999px;
    border: 2px solid currentColor;
    font-weight: 600;
    background-color: var(--neutro1);
    color: var(--color1);
}

/*Shortcode bloquedoscolumnas*/
.bloqueDosColumnas.color {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 20px;
}

.bloqueDosColumnas.color.azul {
  background-color: var(--color1);
}

.bloqueDosColumnas.color.azul .contenido li {
  color: #fff;
}

.bloqueDosColumnas.color.blanco {
  background-color: var(--neutro1);
}

.bloqueDosColumnas.color .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top:calc(var(--tamanio-base)*3.2rem);
	margin-bottom:calc(var(--tamanio-base)*3.2rem); */
}

@media screen and (max-width: 1200px) {
  .bloqueDosColumnas.color .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
}

.bloqueDosColumnas .imagen {
  width: 40%;
}

.bloqueDosColumnas.izquierda .imagen {
  order: 1;
  padding-right: 20px;
}

.bloqueDosColumnas.derecha .imagen {
  order: 2;
  padding-left: 20px;
}

.bloqueDosColumnas.color .imagen img,
.bloqueDosColumnas.color.blanco .imagen img {
  border: 1px solid var(--color1);
}

.bloqueDosColumnas.color.azul .imagen img {
  border: 1px solid var(--neutro1);
}

.bloqueDosColumnas .contenido {
  width: 60%;
  padding-top: 20px;
}

.bloqueDosColumnas.izquierda .contenido {
  order: 2;
  padding-left: 20px;
  padding-bottom: 20px;
}

.bloqueDosColumnas.derecha .contenido {
  order: 1;
  padding-right: 20px;
}

.bloqueDosColumnas .contenido p.h2,
.bloqueDosColumnas .contenido h2,
.bloqueDosColumnas .contenido h3,
.bloqueDosColumnas .contenido h4 {
  color: var(--color1);
  font-size: calc(var(--tamanio-base) * 1.5rem);
  position: relative;
  font-family: var(--tipo1);
  text-align: left !important;
  margin: 0 0 calc(var(--tamanio-base) * 1.5rem);
  width: auto;
}

.bloqueDosColumnas.azul h3{
    color: var(--neutro1);
}

.bloqueDosColumnas .contenido p.h2 span,
.bloqueDosColumnas .contenido h2 span,
.bloqueDosColumnas .contenido h3 span,
.bloqueDosColumnas .contenido h4 span {
  display: block;
  color: var(--color1);
  text-align: left;
  text-transform: uppercase;
  margin-left: calc(var(--tamanio-base) * 2.5rem);
  margin-top: 0;
}

.bloqueDosColumnas .contenido p {
  margin-left: calc(var(--tamanio-base) * 2.5rem);
}

.bloqueDosColumnas .contenido p span {
  display: block;
  color: var(--color1);
  font-weight: 700;
  margin-top: calc(var(--tamanio-base) * 1.2rem);
}

.bloqueDosColumnas.color.azul .contenido h2 {
  color: var(--neutro1);
}

.bloqueDosColumnas.color.azul .contenido h2 span {
  color: var(--neutro1);
  display: inline;
  margin-left: 0;
}

.bloqueDosColumnas.color.azul p,
.bloqueDosColumnas.color.azul ul,
.bloqueDosColumnas.color.azul ol {
  color: var(--neutro1);
  margin-left: 0;
}

.bloqueDosColumnas.color.azul p span,
.bloqueDosColumnas.color.azul h3 span {
  color: var(--neutro1);
}

.bloqueDosColumnas.color.blanco .contenido h2 {
  color: var(--neutro2);
}

.bloqueDosColumnas.color.blanco .contenido h2 span {
  color: var(--neutro2);
  display: inline;
  margin-left: 0;
}

.bloqueDosColumnas.color.blanco p {
  /*   color: var(--neutro2); */
  margin-left: 0;
}

.bloqueDosColumnas.color.blanco p span {
  color: var(--neutro2);
}

.bloqueDosColumnas .container {
    box-sizing: border-box;
    /* padding: 0 15px; */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    font-size: calc(var(--tamanio-base) * 1rem);
    line-height: calc(var(--tamanio-base) * 1.4rem);
    z-index: 1;
}

.bloqueDosColumnas .container:after{
    width: unset !important;
}

/*Shortcode ImagenCabecera*/

.cabecera {
    min-height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-bottom: unset;
}

.cabecera::before
 {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    opacity: 0.2;
}

.cabecera.centrado .contenidoCabecera,
.cabecera.izquierda .contenidoCabecera,
.cabecera.derecha .contenidoCabecera {
  text-align: left;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}


.cabecera.centrado .contenidoCabecera {
  text-align: center;
  width: 75%;
}

.cabecera.izquierda .contenidoCabecera {
  width: 40%;
  min-width: 480px;
  position: absolute;
  left: 0;
}

.cabecera.derecha .contenidoCabecera {
  width: 40%;
  min-width: 480px;
  position: absolute;
  right: 0;
}

.contenidoCabecera.container .tituloCabecera {
    color: var(--neutro1)
}

.post_header_wrap_style_style-2.with_featured_image .post_header .post_title{
    color: var(--neutro1) !important;
}

.category_page.category .category_desc{
    max-width: 1200px;
}

.home .post_meta_item.post_categories a:not(:first-child) {
    display: none;
}

.bloque-intro{
    margin-bottom: 20px;
}

body.single .post_content > p {
    white-space: unset !important;
}

.opinionrenting{
    text-align: justify;
}
.opinionrenting p{
    margin-bottom: 10px;
}




.rt-hero-banner{
  position: relative;
  box-sizing: border-box;

  /* respeta la altura del shortcode */
  min-height: var(--rt-h, 260px);

  display: flex;
  align-items: center;
  justify-content: center;

  /* padding más “responsive” */
  padding: clamp(26px, 4vw, 90px) clamp(16px, 3vw, 28px);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  overflow: hidden;
  isolation: isolate;
}

/* Overlay usando la variable --rt-overlay del shortcode */
.rt-hero-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,
      rgba(1,1,1, calc(.10 + (var(--rt-overlay, .45) * .20))) 0%,
      rgba(1,1,1, calc(.25 + (var(--rt-overlay, .45) * .45))) 55%,
      rgba(1,1,1, calc(.35 + (var(--rt-overlay, .45) * .55))) 100%
    );
  z-index: 0;
}

.rt-hero-banner::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index: 0;
}

.rt-hero-banner__inner{
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;

  /* gap responsive (evita “aire” excesivo en móvil) */
  gap: clamp(16px, 4vw, 40px);
}

.rt-hero-banner__text{
  color: var(--neutro1);
  font-size: clamp(1.05rem, 2.6vw, 1.55rem);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .2px;

  text-shadow: none;

  max-width: 920px;
  padding: 0;

  /* mejor ruptura de líneas en móvil */
  text-wrap: balance;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.rt-hero-banner__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 22px;
  border-radius: 25px;
  text-decoration: none !important;
  font-weight: 900;

  background: var(--color1);
  color: var(--neutro1) !important;
  border: 1px solid rgba(0,0,0,.14);

  box-shadow: none;
  filter: none;
  transform: none;

  transition: background .15s ease, color .15s ease;

  max-width: 100%;
}

.rt-hero-banner__btn:hover{
  background: var(--color2);
  color: var(--neutro1) !important;
  transform: none;
  filter: none;
}

/* FULL WIDTH más robusto (evita cálculos con márgenes y reduce problemas) */
.rt-hero-banner--full{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
}

/* Unidades modernas para evitar desajustes por scrollbar en navegadores compatibles */
@supports (width: 100dvw){
  .rt-hero-banner--full{ width: 100dvw; }
}

@media (max-width: 640px){
  /* OJO: ya NO forzamos min-height 320; se respeta --rt-h */
  .rt-hero-banner{
    padding: 26px 16px;
  }

  .rt-hero-banner__btn{
    width: 100%;
    max-width: 340px;
  }
}
.rt-hero-banner--full{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;       /* antes 50px */
  margin-bottom: 0;    /* por si hubiera espacio inferior */
}

.page_content_wrap:has(.rt-hero-banner--full) {
  padding-bottom: 0 !important;
}

.rt-lista-valores {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  text-align: center;
  margin-top: 10px;
}
.rt-lista-valores .rt-lista-item {
  font-size: 16px;
  color: #2c2c2c;
  line-height: 1.6;
  max-width: 750px;
}

/* === RT Motivos 3: 3 tarjetas limpias (sin franja amarilla superior) === */
/* === RT Motivos 3: 3 tarjetas limpias (SIN amarillo / --color2) === */
.rt-motivos-3{
  max-width: 1100px;
  margin: 18px auto 30px;
  padding: 0 12px;

  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

/* Evita separadores heredados */
.rt-motivo:not(:first-child){
  border-left: 0 !important;
}

/* Tarjeta neutra */
.rt-motivo{
  background: var(--neutro1) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 16px !important;
  padding: 18px 18px 16px !important;

  box-shadow: 0 10px 26px rgba(0,0,0,.06) !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;

  text-align: left !important;
}

/* Número: badge en azul corporativo */
.rt-motivo-num{
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: var(--color1) !important;
  color: var(--neutro1) !important;

  font-weight: 800 !important;
  font-size: 12px !important;
  letter-spacing: .4px !important;
}

/* Título */
.rt-motivo-title{
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  color: var(--neutro3) !important;

  word-break: normal;
  overflow-wrap: anywhere;
}

/* Texto */
.rt-motivo-text{
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: rgba(26,26,26,.78) !important; /* basado en --neutro3 */
}
.rt-motivo-text p{
  margin: 0 !important;
}

/* Fuerza alineación editorial */
.rt-motivos-center .rt-motivo,
.rt-motivos-left .rt-motivo{
  text-align: left !important;
}

/* Hover: sutil y azul (sin amarillo) */
.rt-motivo:hover{
  border-color: rgba(12,112,194,.28) !important; /* --color1 suavizado */
  box-shadow: 0 14px 32px rgba(0,0,0,.08) !important;
}

/* Responsive */
@media (max-width: 980px){
  .rt-motivos-3{
    grid-template-columns: 1fr !important;
  }
}

.trx_addons_scroll_to_top.trx_addons_scroll_to_top.trx_addons_scroll_to_top{
  z-index: 99999;
}

.zonas-mini-grid .sc_blogger_item_title{ margin-top:0 !important; }

.zonas-trx-grid .sc_blogger_item_content.entry-content{
  padding-top: 8px !important;
  padding-bottom: 0 !important;
}

/* Quitar márgenes del contenedor de categorías (ZONAS) */
.zonas-trx-grid .post_meta.post_meta_categories{
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
}

/* A veces el tema mete margen extra en el span */
.zonas-trx-grid .post_meta.post_meta_categories .post_categories{
  margin: 0 !important;
  padding: 0 !important;
}

/* Reducir “aire” del texto de la categoría */
.zonas-trx-grid .post_meta.post_meta_categories a,
.zonas-trx-grid .post_meta.post_meta_categories samp{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
}

/* Quitar margen superior del título */
.zonas-trx-grid .sc_blogger_item_title.entry-title{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  line-height: 1.1 !important;
}

/* En algunos skins, el enlace del título trae margen/padding */
.zonas-trx-grid .sc_blogger_item_title.entry-title > a{
  padding-top: 0 !important;
}

/* Si aún ves un hueco grande, suele ser un margin-bottom en el featured */
.zonas-trx-grid .post_featured{
  margin-bottom: 8px !important;
}

.sc_blogger_item_content.entry-content h6{
  margin-top: 5px;
}

.post_featured.with_thumb.hover_inherit.sc_item_featured.sc_blogger_item_featured.post_featured_bg{
  margin-bottom: 0px;
}



/* Footer color */
.footer_wrap {
    background: #000 !important;
}