/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Child theme for Divi theme. Use this for custom CSS and template overrides.
Author: NT&TS Group
Author URI: https://nttsgroup.com
Template: Divi
Version: 1.0.0
Text Domain: divi-child
*/

/* Añade aquí tus estilos personalizados */

body {
    /* Ejemplo: cambiar el color de fondo global */
    background-color: #fafafa;
}

/* Reemplazo de imagen de sección de servicios IT */
.et_pb_section.et_pb_section_4,
.et_pb_section.et_pb_section_3 {
    background-image: linear-gradient(90deg, #2b87da 0%, #29c4a9 75%), url("https://www.nttsgroup.com/wp-content/uploads/2025/11/cyber-security-01.png") !important;
    background-position: center top !important;
    background-size: initial !important;
}
