.body {
            font-family: 'Poppins', sans-serif;
            background: #f7f7f7;
            color: #333;
            margin: 0;
            padding: 0;
        }

        .black-box {
            background-color: #1a1a1a;
            color: white;
            padding: 60px 0;
            text-align: center;
            margin-bottom: -40px;
            margin-top: -60px;
        }

        #header .logo,
        #header a {
            color: white;
        }

        #header {
            padding: 20px 0;
        }

        #header .logo {
            font-size: 1.8em;
            font-weight: 600;
        }

        #header a {
            font-size: 1.2em;
        }

        #header a[href="#menu"] {
            position: absolute;
            right: 20px;
            top: 30px;
        }

        .content {
            margin: 0 auto;
            padding: 0 20px;
            max-width: 1200px;
        }

        .justified-text {
            text-align: justify;
            margin: 20px 0;
            color: black;
        }

        .module {
            display: flex;
            align-items: center;
            margin-bottom: 40px;
        }

        .module-photo {
            width: 50%;
            height: 200px;
            background-size: cover;
            background-position: center;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }

        .module-photo:hover {
            transform: scale(1.05);
        }

        .photo-seo {
            background-image: url('assets/modulos/frontend/images/images_4/SEO.jpeg');
        }

        .photo-visibility {
            background-image: url('assets/modulos/frontend/images/images_4/Visibilidad_Online.jpeg');
        }

        .photo-clients {
            background-image: url('assets/modulos/frontend/images/images_4/Atracción_de_Clientes_Calificados.jpeg');
        }

        .photo-focus {
            background-image: url('assets/modulos/frontend/images/images_4/Nuestro_Enfoque_en_SEO.jpeg');
        }

        .module-text {
            width: 50%;
            padding: 20px;
        }

        .left {
            order: 1;
        }

        .right {
            order: 2;
        }

        .clear {
            clear: both;
        }

        .module-separator {
            height: 40px;
        }

        #branches {
            text-align: center;
            padding: 40px 20px;
        }

        #branches h4 {
            font-size: 2em;
            margin-bottom: 20px;
        }

        #branches ul {
            list-style: none;
            padding: 0;
        }

        #branches ul li {
            display: inline-block;
            margin: 10px;
            text-align: left;
            width: 45%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            border-radius: 10px;
            background: #fff;
            transition: transform 0.3s ease-in-out;
        }

        #branches ul li:hover {
            transform: scale(1.05);
        }

        #branches ul li img {
            width: 100%;
            border-radius: 50px;
        }

        #branches ul li h3 {
            margin-top: 10px;
            font-size: 1.5em;
        }

        .icons {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .icons li {
            display: inline-block;
            margin: 0 10px;
        }

        .icons a {
            color: white;
            text-decoration: none;
        }
