.elementor-1200 .elementor-element.elementor-element-082962b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:300px;--padding-bottom:300px;--padding-left:0px;--padding-right:0px;}.elementor-1200 .elementor-element.elementor-element-082962b::before, .elementor-1200 .elementor-element.elementor-element-082962b > .elementor-background-video-container::before, .elementor-1200 .elementor-element.elementor-element-082962b > .e-con-inner > .elementor-background-video-container::before, .elementor-1200 .elementor-element.elementor-element-082962b > .elementor-background-slideshow::before, .elementor-1200 .elementor-element.elementor-element-082962b > .e-con-inner > .elementor-background-slideshow::before, .elementor-1200 .elementor-element.elementor-element-082962b > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-primary );--background-overlay:'';}.elementor-1200 .elementor-element.elementor-element-082962b:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-082962b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1200 .elementor-element.elementor-element-b2e7ae7 .elementor-heading-title{color:var( --e-global-color-03662dd );}.elementor-1200 .elementor-element.elementor-element-7fd4635{--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-1200 .elementor-element.elementor-element-5883985{--display:flex;}.elementor-1200 .elementor-element.elementor-element-250fb28{--box-border-width:0px;--box-border-radius:20px;--item-text-hover-decoration:underline;}.elementor-1200 .elementor-element.elementor-element-250fb28 .elementor-toc__header-title{text-align:start;}.elementor-1200 .elementor-element.elementor-element-250fb28 .elementor-toc__header{flex-direction:row;}.elementor-1200 .elementor-element.elementor-element-19a8942{--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-1200 .elementor-element.elementor-element-cf8f383{--display:flex;}.elementor-1200 .elementor-element.elementor-element-13ae4ac{text-align:justify;}.elementor-1200 .elementor-element.elementor-element-54b18b9{--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;}@media(max-width:1024px){.elementor-1200 .elementor-element.elementor-element-082962b:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-082962b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;}.elementor-1200 .elementor-element.elementor-element-082962b{--padding-top:200px;--padding-bottom:200px;--padding-left:0px;--padding-right:0px;}}@media(min-width:1025px){.elementor-1200 .elementor-element.elementor-element-082962b:not(.elementor-motion-effects-element-type-background), .elementor-1200 .elementor-element.elementor-element-082962b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS *//* Estilos exclusivos para el widget Post Content */
.elementor-widget-theme-post-content h2 {
    color: #a54832 !important; /* Coral más oscuro para H2 */
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    padding-bottom: 8px !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    text-transform: none !important;
    position: relative !important;
    margin-left: 25px !important;
    padding-left: 0 !important;
    border-bottom: none !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
}

.elementor-widget-theme-post-content h3 {
    color: #000000 !important; /* Negro para que destaque sobre el texto normal */
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    padding-bottom: 8px !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
}

.elementor-widget-theme-post-content h2:before {
    content: "" !important;
    position: absolute !important;
    left: -2000px !important;
    width: 2000px !important;
    height: 2px !important;
    background-color: #a54832 !important; /* Mismo color que H2 */
    transform: translateY(-50%) !important;
    top: 50% !important;
    margin-left: -35px !important;
}

/* Estilos para enlaces */
.elementor-widget-theme-post-content a {
    color: inherit !important;
    text-decoration: none !important;
    position: relative !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    padding: 0 2px !important;
}

.elementor-widget-theme-post-content a:after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -2px !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #a54832 !important; /* Mismo color que H2 */
    z-index: -1 !important;
    transition: all 0.3s ease !important;
}

/* Efecto hover para enlaces */
.elementor-widget-theme-post-content a:hover {
    color: #ffffff !important; /* Texto blanco en hover */
}

.elementor-widget-theme-post-content a:hover:after {
    height: 100% !important;
    bottom: 0 !important;
    background-color: #a54832 !important; /* Mismo color que H2 */
}

@media (max-width: 768px) {
    .elementor-widget-theme-post-content h2 {
        font-size: 24px !important;
        margin-left: 15px !important;
        padding-left: 10px !important;
    }
    
    .elementor-widget-theme-post-content h3 {
        font-size: 20px !important;
    }
    
    .elementor-widget-theme-post-content h2:before {
        width: 100px !important;
        left: -110px !important;
        margin-left: 0 !important;
    }
}/* End custom CSS */