.elementor-3924 .elementor-element.elementor-element-262b5dc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-3924 .elementor-element.elementor-element-262b5dc:not(.elementor-motion-effects-element-type-background), .elementor-3924 .elementor-element.elementor-element-262b5dc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://citalatina.com/wp-content/uploads/2026/02/file_000000002458720e968778eeb90a05a5.png");background-position:top center;background-repeat:repeat-y;background-size:cover;}.elementor-3924 .elementor-element.elementor-element-3447915{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3924 .elementor-element.elementor-element-81f9113{text-align:center;}.elementor-3924 .elementor-element.elementor-element-81f9113 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:25px;font-weight:600;text-transform:none;color:var( --e-global-color-aaaac68 );}.elementor-3924 .elementor-element.elementor-element-30a09b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3924 .elementor-element.elementor-element-b5d3963{text-align:center;}.elementor-3924 .elementor-element.elementor-element-b5d3963 img{height:600px;object-fit:cover;object-position:center center;border-radius:20px 20px 20px 20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-3924 .elementor-element.elementor-element-81f9113 .elementor-heading-title{font-size:25px;}.elementor-3924 .elementor-element.elementor-element-b5d3963 img{height:300px;}}@media(min-width:768px){.elementor-3924 .elementor-element.elementor-element-3447915{--width:50%;}.elementor-3924 .elementor-element.elementor-element-30a09b9{--width:50%;}}/* Start custom CSS for heading, class: .elementor-element-81f9113 */.titulo-corto {
    --line-width: 80px; /* ← Controlas largo */
    --line-height: 2px;  /* ← Grosor */
    --line-color: #8b6a4a;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.titulo-corto::before,
.titulo-corto::after {
    content: "";
    width: var(--line-width);
    height: var(--line-height);
    background: linear-gradient(
        to left,
        var(--line-color),
        transparent
    );
}

.titulo-corto::after {
    background: linear-gradient(
        to right,
        var(--line-color),
        transparent
    );
}/* End custom CSS */