.elementor-2006 .elementor-element.elementor-element-675c236{--display:flex;}body.elementor-page-2006:not(.elementor-motion-effects-element-type-background), body.elementor-page-2006 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1b50526 *//* Estilos generales */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #000;
    color: white;
    margin: 0;
    padding: 0;
}

/* Contenedor */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center; /* Centrar el texto */
}

/* Título */
h1 {
    color: #E82B7B; /* Color principal */
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/* Imágenes centradas */
img.small-image {
    width: 300px; /* Para pantallas grandes (PC) */
    height: 300px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Separadores */
.separator {
    width: 100%;
    height: 1px;
    border-top: 1px dashed;
    border-image: linear-gradient(to right, #E82B7B 0%, #00EED0 100%);
    border-image-slice: 1;
    margin: 10px 0;
}

/* Párrafos */
p {
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: justify;
}

/* Ajustes Responsivos */
@media (max-width: 768px) {
    img.small-image {
        width: 150px; /* Para pantallas más pequeñas (tablets y móviles) */
        height: 150px;
    }

    h1 {
        font-size: 1.8em; /* Ajuste del título en pantallas más pequeñas */
    }
}

@media (max-width: 480px) {
    img.small-image {
        width: 150px;
        height: 150px;
    }

    h1 {
        font-size: 1.5em; /* Ajuste para móviles pequeños */
    }

    .container {
        padding: 10px;
    }
}/* End custom CSS */