.elementor-8571 .elementor-element.elementor-element-46c081f{--display:flex;--background-transition:0.3s;}body.elementor-page-8571:not(.elementor-motion-effects-element-type-background), body.elementor-page-8571 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111111;}/* Start custom CSS *//* Establece el ancho de las imágenes en un 70% del tamaño del contenedor */
@media only screen and (max-width: 768px) {
    img {
        width: 70% !important;
    }
}

/* Establece el color de fondo del documento HTML en negro */
html {
    background-color: #111!important
}

/* Ajusta el tamaño y el margen de los iconos SVG */
.wpaicg-mic-icon svg {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: -8px !important; /* Ajusta la alineación vertical */
}

/* Oculta los elementos de audio que siguen inmediatamente a los elementos con la clase .wpaicg-chat-message */
.wpaicg-chat-message + audio {
    display: none;
}

/* Aplica bordes redondeados a los videos */
video.elementor-video {
    border-radius: 30px;
}/* End custom CSS */