.elementor-1643 .elementor-element.elementor-element-4f72cc7{--display:flex;--background-transition:0.3s;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-1643 .elementor-element.elementor-element-4f72cc7:not(.elementor-motion-effects-element-type-background), .elementor-1643 .elementor-element.elementor-element-4f72cc7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1643 .elementor-element.elementor-element-4f72cc7, .elementor-1643 .elementor-element.elementor-element-4f72cc7::before{--border-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-30de81d *//* Estilo general del contenedor */
.container {
    max-width: 800px;

    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

/* Encabezado de la página */
.header {
    text-align: center;
    margin-bottom: 30px;
}

.header h1 {
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
}

.header p {
    font-size: 14px;
    color: #666666;
}

/* Sección de contenido */
.content h2 {
    font-size: 22px;
    color: #333333;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.content p {
    color: #444444;
    font-size: 16px;
    margin-bottom: 15px;
}

/* Listas */
.content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.content li {
    margin-bottom: 10px;
}

.content li strong {
    color: #D5DD00;
}

/* Enlaces */
.content a {
    color: #066aab;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.content a:hover {
    color: #d63637; /* Rojo al pasar el cursor */
}/* End custom CSS */