.elementor-86 .elementor-element.elementor-element-36e00458{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#05B3DD36;--border-color:#05B3DD36;--padding-top:20px;--padding-bottom:140px;--padding-left:0px;--padding-right:0px;}.elementor-86 .elementor-element.elementor-element-98e162f{--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;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-86 .elementor-element.elementor-element-6e464189{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:start;font-family:"Sora", Sans-serif;font-size:12px;font-weight:400;}.elementor-86 .elementor-element.elementor-element-152a474e{--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;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-86 .elementor-element.elementor-element-154021c8.elementor-element{--align-self:flex-end;}@media(max-width:767px){.elementor-86 .elementor-element.elementor-element-36e00458{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-86 .elementor-element.elementor-element-6e464189.elementor-element{--align-self:center;}.elementor-86 .elementor-element.elementor-element-6e464189{text-align:center;}.elementor-86 .elementor-element.elementor-element-154021c8.elementor-element{--align-self:center;}}@media(min-width:768px){.elementor-86 .elementor-element.elementor-element-36e00458{--content-width:1100px;}.elementor-86 .elementor-element.elementor-element-98e162f{--width:75%;}.elementor-86 .elementor-element.elementor-element-152a474e{--width:26%;}}/* Start custom CSS for text-editor, class: .elementor-element-6e464189 *//* Estilo general del texto en blanco */
.footer-creditos {
    color: #ffffff;
    font-family: 'Sora', sans-serif; /* Manteniendo la misma letra que usaste antes */
    font-size: 0.8rem;
    text-align: left; /* Lo centra, puedes quitar esto si lo quieres a la izquierda */
}

/* Estilo del enlace (ProSoluciones) en blanco */
.footer-creditos a {
    color: #ffffff;
    text-decoration: none; /* Quita la línea de subrayado */
    font-weight: 600; /* Lo hace un poco más gordito para que resalte */
    transition: color 0.3s ease; /* Efecto suave de transición */
}

/* Color azul claro al pasar el mouse */
.footer-creditos a:hover {
    color: #05B3DD;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-154021c8 *//* Contenedor principal */
.visitas-sora {
    display: flex;
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Alinea verticalmente */
    gap: 5px; /* Espacio entre "visitas:" y el número */
    font-family: 'Sora', sans-serif;
    color: #ffffff;
    
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

/* Forzar al código del plugin a que quite la caja blanca y se ponga en línea */
.visitas-sora * {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    display: inline !important;
    box-shadow: none !important;
}/* End custom CSS */